manual: Correct guarantee about pointers compared by qsort()
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2
3         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4         guarantees.
5
6 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
7
8         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
9
10 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
11
12         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
13         strnlen.
14
15 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
16
17         * string/strncat.c (STRNCAT): Simplify implementation.
18
19 2014-12-19  David S. Miller  <davem@davemloft.net>
20
21         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
22         access the quad as both a long double and as a series of 4 words.
23
24         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
25         link_map->l_info array access.
26
27 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
28
29         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
30
31         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
32         * math/atest-exp2.c (TIMEOUT): Likewise.
33         * math/atest-sincos.c (TIMEOUT): Likewise.
34
35 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
36
37         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
38         -Wno-error with -fno-builtin-lround.
39
40 2014-12-19  Torvald Riegel  <triegel@redhat.com>
41
42         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
43         Contains futex constants and functions moved over from ...
44         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
45         <lowlevellock-futex.h>.
46         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
47         (lll_timedwait_tid): Add comments and parentheses around macro
48         arguments.
49
50 2014-12-19  Torvald Riegel  <triegel@redhat.com>
51
52         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
53         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
54         (__lll_private_flag): Remove.
55         (lll_futex_wait): Likewise.
56         (lll_futex_timed_wait): Likewise.
57         (lll_futex_wake): Likewise.
58         (lll_futex_requeue): Likewise.
59         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
60         (__lll_timedwait_tid): Spell out argument names.
61         (lll_timedwait_tid): Add comments and parentheses around macro
62         arguments.
63         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
64         LLL_SHARED and LLL_PRIVATE usable from assembly code.
65
66 2014-12-19  Torvald Riegel  <triegel@redhat.com>
67
68         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
69         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
70         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
71         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
72         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
73         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
74         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
75         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
76         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
77         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
78         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
79         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
80         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
81         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
82         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
83         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
84         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
85         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
86         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
87
88 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
89
90         * sysdeps/x86_64/x32/Makefile: New file.
91
92 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
93
94         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
95         1L with (mp_limb_t) 1.
96
97 2014-12-17  Roland McGrath  <roland@hack.frob.com>
98
99         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
100         * nptl/libc_pthread_init.c: ... here.
101         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
102         * nptl/register-atfork.c: ... here.
103
104         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
105         Use pthread_sigmask rather than INTERNAL_SYSCALL.
106         Use assert_perror to check its return value.
107         (__gai_create_helper_thread): Likewise.
108
109         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
110
111         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
112
113 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
114
115         [BZ #17725]
116         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
117         __profil_counter.
118         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
119         Likewise.
120         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
121         Likewise.
122         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
123         Likewise.
124         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
125         (profil_counter): Likewise.
126         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
127         (profil_counter): Likewise.
128         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
129         Likewise.
130         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
131         Likewise.
132         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
133         (profil_counter): Likewise.
134         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
135         Likewise.
136         [!__profil_counter] (profil_counter): Define as weak alias of
137         __profil_counter.
138         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
139         (profil_counter): Rename to __profil_counter.
140         [!__profil_counter] (profil_counter): Define as weak alias of
141         __profil_counter.
142         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
143         (profil_counter): Rename to __profil_counter.
144         [!__profil_counter] (profil_counter): Define as weak alias of
145         __profil_counter.
146         * sysdeps/posix/profil.c: Update comment referring to
147         profil_counter.
148         (__profil): Use __profil_counter instead of profil_counter.
149         * sysdeps/posix/sprofil.c (profil_counter): Rename to
150         __profil_counter.  Use __profil_counter_ushort and
151         __profil_counter_uint in definitions.
152         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
153         instead of profil_counter_uint and profil_counter_ushort.
154
155         [BZ #17722]
156         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
157         define as weak alias of __inet_makeaddr.
158         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
159         as weak alias of __inet_addr.
160         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
161         as weak alias of __inet_pton.  Use libc_hidden_weak.
162         * include/arpa/inet.h (__inet_pton): Declare.  Use
163         libc_hidden_proto.
164         (inet_makeaddr): Don't use libc_hidden_proto.
165         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
166         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
167         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
168         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
169         Remove variable.
170         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
171         (test-xfail-POSIX/time.h/linknamespace): Likewise.
172
173 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
174
175         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
176
177 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
178
179         * stdio-common/bug-vfprintf-nargs.c (do_test):
180         Cast value to intptr_t to avoid format warning
181         for usage with PRIdPTR printing macro.
182
183 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
184
185         * libio/tst-widetext.c (do_test):
186         Use format type %td instead of %Zd for ptrdiff_t
187         in order to avoid format warning.
188
189 2014-12-17  Andreas Schwab  <schwab@suse.de>
190
191         * nscd/mem.c (gc): Add size_t cast to match printf format.
192
193 2014-12-16  Roland McGrath  <roland@hack.frob.com>
194
195         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
196         (init): Apply PTR_MANGLE to pointers before storing them.
197         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
198         before using them.
199
200 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
201
202         [BZ #17719]
203         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
204         define as weak alias of __memrchr.
205         (__memrchr): Do not define as strong alias of memrchr.
206         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
207         Remove variable.
208         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
209         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
210         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
211
212         [BZ #17717]
213         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
214         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
215         (if_indextoname): Rename to __if_indextoname and define as weak
216         alias of __if_indextoname.  Use libc_hidden_weak.
217         (if_freenameindex): Rename to __if_freenameindex and define as
218         weak alias of __if_freenameindex.
219         (if_nameindex): Rename to __if_nameindex and define as weak alias
220         of __if_nameindex.
221         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
222         __if_nametoindex and define as weak alias of __if_nametoindex.
223         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         (if_indextoname): Rename to __if_indextoname and define as weak
229         alias of __if_indextoname.  Use libc_hidden_weak.
230         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
231         __if_nametoindex and define as weak alias of __if_nametoindex.
232         Use libc_hidden_weak.
233         (if_freenameindex): Rename to __if_freenameindex and define as
234         weak alias of __if_freenameindex.  Use libc_hidden_weak.
235         (if_nameindex_netlink): Use __if_freenameindex instead of
236         if_freenameindex.
237         (if_nameindex): Rename to __if_nameindex and define as weak alias
238         of __if_nameindex.  Use libc_hidden_weak.
239         (if_indextoname): Rename to __if_indextoname and define as weak
240         alias of __if_indextoname.  Use libc_hidden_weak.
241         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
242         libc_hidden_proto.
243         [!_ISOMAC] (__if_freenameindex): Likewise.
244         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
245         if_nametoindex.
246         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
247         variable.
248         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
249         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
250         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
251         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
252         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
253         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
254         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
255
256         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
257         Remove variable.
258         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
259         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
260
261 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
262
263         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
264         subscript above bounds'
265
266         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
267         bounds.
268
269 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
270
271         * libio/tst-fopenloc.c: Use test-skeleton.c.
272
273         * stdlib/tst-bsearch.c: Use test-skeleton.c.
274         (entry): Rename to ITEM.
275         (do_test, comp): Adjust.
276
277         * stdio-common/tst-fseek.c: Use test-skeleton.c.
278
279 2014-12-16  Torvald Riegel  <triegel@redhat.com>
280
281         * string/tester.c: Include <libc-internal.h>.
282         (test_memset): Ignore -Wmemset-transposed-args.
283
284 2014-12-16  Torvald Riegel  <triegel@redhat.com>
285
286         * misc/tst-mntent2.c (do_test): Fix warning.
287
288 2014-12-16  Torvald Riegel  <triegel@redhat.com>
289
290         * elf/tst-unique4lib.cc(a): Mark as used.
291
292 2014-12-16  Florian Weimer  <fweimer@redhat.com>
293
294         [BZ #17630]
295         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
296         names.
297
298 2014-12-16  Allan McRae  <allan@archlinux.org>
299
300         * stdio-common/Makefile (tests): Re-add bug26.
301
302 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
303
304         [BZ #17657]
305         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
306         static array.
307
308 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
309
310         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
311         (__lll_lock_wait): Likewise.
312         (__lll_timedlock_wait): Likewise.
313         (__lll_timedwait_tid): Likewise.
314         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
315         (__lll_robust_timedlock_wait): Likewise.
316         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
317         (lll_cond_trylock): Likewise.
318         (__lll_lock): Likewise.
319         (__lll_robust_lock): Likewise.
320         (__lll_cond_lock): Likewise.
321         (lll_robust_cond_lock): Likewise.
322         (__lll_timedlock): Likewise.
323         (__lll_robust_timedlock): Likewise.
324         (__lll_unlock): Likewise.
325         (__lll_robust_unlock): Likewise.
326         (lll_wait_tid): Likewise.
327         (lll_timedwait_tid): Likewise.
328
329 2014-12-15  Torvald Riegel  <triegel@redhat.com>
330
331         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
332
333 2014-12-15  Torvald Riegel  <triegel@redhat.com>
334
335         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
336
337 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
338
339         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
340         * stdio-common/tst-sprintf.c: Likewise.
341
342 2014-12-15  Torvald Riegel  <triegel@redhat.com>
343
344         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
345
346 2014-12-15  Jeff Law  <law@redhat.com>
347
348         [BZ #16617]
349         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
350         on the heap.  (CVE-2012-3406)
351         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
352         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
353         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
354
355 2014-12-15  Will Newton  <will.newton@linaro.org>
356
357         * manual/install.texi: Bump required version of texinfo
358         to 4.7 from 4.5.
359         * INSTALL: Regenerated.
360         * configure.ac: Check for makeinfo version 4.7 and above.
361         * configure: Regenerated.
362
363 2014-12-12  Roland McGrath  <roland@hack.frob.com>
364
365         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
366         PREFIX, string constant to insert between directory and name.
367         * sysdeps/posix/shm_open.c: Update caller.
368         * sysdeps/posix/shm_unlink.c: Likewise.
369         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
370         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
371         (SEM_SHM_PREFIX): New macro.
372         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
373         [$(have-thread-library) = no].
374         * nptl/Makefile (libpthread-routines): Add shm-directory.
375         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
376         * sysdeps/nptl/shm-directory.h: New file.
377         * sysdeps/posix/shm-directory.c
378         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
379         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
380         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
381         INTERNAL_SYSCALL.
382         (__where_is_shmfs): Function removed.
383         (mountpoint, defaultmount, defaultdir, __namedsem_once):
384         Variables removed.
385         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
386         Use SHM_GET_NAME.
387         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
388
389         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
390         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
391         unconditional for use inside libpthread.
392         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
393
394 2014-12-12  Roland McGrath  <roland@hack.frob.com>
395
396         * nptl/pthread_getaffinity.c: New file.
397         * nptl/pthread_setaffinity.c: New file.
398         * nptl/pthread_getname.c: New file.
399         * nptl/pthread_setname.c: New file.
400
401         * nptl/pthread_create.c (START_THREAD_DEFN)
402         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
403
404 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
405             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
406
407         * resolv/res_send.c (send_vc): Disable warning resplen may
408         be used uninitialized.
409
410 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
411
412         * nptl/tst-mutex6.c
413         (ATTR_NULL): New define checks ATTR against NULL.
414         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
415         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
416
417 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
418
419         [BZ #17581]
420         * malloc/hooks.c
421         (mem2mem_check): Revert my previous change.
422         (malloc_check_get_size): Revert my previous change.
423         (mem2chunk_check): Revert my previous change.
424
425 2014-12-11  Roland McGrath  <roland@hack.frob.com>
426
427         * sysdeps/posix/shm-directory.c: New file.
428         * sysdeps/posix/shm-directory.h: New file.
429         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
430         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
431         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
432         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
433         Transmute EPERM to EACCES.
434         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
435         from ...
436         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
437         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
438
439 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
440
441         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
442         pointer and cast to uintptr_t.
443         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
444         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
445         Add cast to avoid warning.
446         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
447
448 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
449
450         * nptl/semaphore.h: Move to ...
451         * sysdeps/pthread/semaphore.h: ... here.
452         * Makefile (installed-headers): Change nptl/semaphore.h to
453         sysdeps/pthread/semaphore.h.
454
455 2014-12-11  Roland McGrath  <roland@hack.frob.com>
456
457         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
458         generated error format strings.
459
460         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
461         -Wformat-extra-args warnings for scanf formats.
462         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
463         test of zero-length format (duh).
464         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
465         corner-case scanf format test.
466         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
467         generated fprintf format string.
468         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
469         corner-case sprintf format tests.
470         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
471         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
472         -Wformat-extra-args warnings throughout.
473         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
474         (CFLAGS-scanf4.c): Likewise.
475         (CFLAGS-scanf7.c): Likewise.
476         (CFLAGS-tst-sprintf.c): Likewise.
477         (CFLAGS-tst-printf.c): Likewise.
478         (CFLAGS-tst-printfsz.c): Likewise.
479
480 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
481
482         * include/cpio.h: New file.
483         * include/fmtmsg.h: Likewise.
484
485         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
486         corresponding format argument to size_t.
487         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
488         arguments.
489         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
490         corresponding format argument to size_t.
491         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
492         arguments.
493         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
494         corresponding format argument to size_t.
495         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
496         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
497         (CFLAGS-tst-mbswcs2.c): Likewise.
498         (CFLAGS-tst-mbswcs3.c): Likewise.
499         (CFLAGS-tst-mbswcs4.c): Likewise.
500         (CFLAGS-tst-mbswcs5.c): Likewise.
501         (CFLAGS-tst-trans.c): Likewise
502
503 2014-12-11  Roland McGrath  <roland@hack.frob.com>
504
505         * posix/regexbug1.c (main): Use "%s" format with regerror results,
506         rather than assuming they won't contain any '%'s.
507
508 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
509
510         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
511         inhibit_loop_to_libcall to avoid recursive calls.
512         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
513         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
514
515 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
516
517         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
518         prototype.
519
520 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
521
522         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
523         integer value instead of boolean.
524
525 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
526
527         * malloc/malloc.c: Fix powerof2 check.
528
529 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
530
531         * locale/programs/locfile.h (maybe_swap_uint32):
532         Remove inline and add unused attribute.
533
534 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
535
536         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
537         Truncating assembler expression to a .long expression.
538
539 2014-12-11  Andreas Schwab  <schwab@suse.de>
540
541         * elf/rtld.c (struct map_args): Constify str member.
542         (do_preload): Constify fname argument.
543
544 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
545
546         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
547         constants definition.
548
549 2014-12-11  Andreas Schwab  <schwab@suse.de>
550
551         [BZ #16657]
552         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
553         FORCE_ELISION instead of DO_ELISION.
554         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
555         Remove.
556         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
557         Likewise.
558
559         * iconvdata/gconv-modules: Remove duplicate entry.
560
561 2014-12-11  Will Newton  <will.newton@linaro.org>
562
563         Merge gettext 0.19.3 into intl/.
564
565         This involves a number of cosmetic changes to comments
566         and ANSI function definitions and prototypes throughout
567         all the files. The gettext copyright header is used but
568         with the date ranges taken from the glibc copy.
569
570         * NEWS: Add gettext merge to 2.21.
571         * intl/bindtextdom.c: Switch to gettext copyright.
572         Use ANSI definitions and prototypes.
573         Use gl_* locking primitives rather than __libc_* ones.
574         Use __builtin_expect rather than __glibc_likely/unlikely.
575         * intl/dcgettext.c: Switch to gettext copyright.
576         Use ANSI definitions and prototypes.
577         * intl/dcigettext.c: Switch to gettext copyright.
578         Use ANSI definitions and prototypes.
579         (INTDIV0_RAISES_SIGFPE): New define.
580         Use gl_* locking primitives rather than __libc_* ones.
581         Include eval-plural.h instead of plural-eval.c.
582         Use __builtin_expect rather than __glibc_likely/unlikely.
583         * intl/dcngettext.c: Switch to gettext copyright.
584         Use ANSI definitions and prototypes.
585         * intl/dgettext.c: Likewise.
586         * intl/dngettext.c: Likewise.
587         * intl/plural-eval.c: Renamed to...
588         * intl/eval-plural.h: ...this.
589         * intl/explodename.c: Switch to gettext copyright.
590         Use ANSI definitions and prototypes.
591         (_nl_explode_name): Use strchr instead of __rawmemchr.
592         * intl/finddomain.c: Switch to gettext copyright.
593         Use ANSI definitions and prototypes.
594         Use gl_* locking primitives rather than __libc_* ones.
595         (_nl_find_domain): Use malloc rather than alloca for
596         allocation of temporary locale name.
597         * intl/gettext.c: Switch to gettext copyright.
598         Use ANSI definitions and prototypes.
599         * intl/gettextP.h: Switch to gettext copyright.
600         Use ANSI definitions and prototypes.
601         Use gl_* locking primitives rather than __libc_* ones.
602         * intl/gmo.h: Switch to gettext copyright.
603         (struct sysdep_string): Move struct segment_pair outside of
604         struct definition.
605         * intl/hash-string.c: Use ANSI definitions and prototypes.
606         * intl/hash-string.h: Switch to gettext copyright.
607         Use ANSI definitions and prototypes.
608         * intl/l10nflist.c: Switch to gettext copyright.
609         Use ANSI definitions and prototypes.
610         (_nl_normalize_codeset): Avoid integer overflow.
611         * intl/loadinfo.h: Switch to gettext copyright.
612         Use ANSI definitions and prototypes.
613         (LIBINTL_DLL_EXPORTED): New define.
614         (PATH_SEPARATOR): New define.
615         * intl/loadmsgcat.c: Switch to gettext copyright.
616         * intl/localealias.c: Switch to gettext copyright.
617         Use ANSI definitions and prototypes.
618         (_nl_expand_alias): Use PATH_SEPARATOR.
619         * intl/ngettext.c: Switch to gettext copyright.
620         Use ANSI definitions and prototypes.
621         * intl/plural-exp.c: Likewise.
622         * intl/plural-exp.h: Switch to gettext copyright.
623         Use ANSI definitions and prototypes.
624         (struct expression): Move definition of enum operator outside
625         of struct definition.
626         * intl/plural.c: Regenerate.
627         * intl/plural.y: Switch to gettext copyright.
628         Use ANSI definitions and prototypes.
629         Port to bison 3.0.
630         * intl/textdomain.c: Switch to gettext copyright.
631         Use ANSI definitions and prototypes.
632         Use gl_* locking primitives rather than __libc_* ones.
633
634 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
635
636         * debug/warning-nop.c: Add used atrribute.
637
638 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
639
640         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
641
642         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
643         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
644         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
645
646 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
647             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
648
649         [BZ #17634]
650         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
651         Undefine after defining function.  Define as weak alias of
652         __wcschr.  Use libc_hidden_weak.
653         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
654         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
655         (libc_hidden_def): Also define __GI___wcschr alias.
656         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
657         __wcschr and define as weak alias of __wcschr.
658         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
659         __wcschr.
660         [!WCSCHR] (DEFAULT_WCSCHR): Define.
661         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
662         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
663         libc_hidden_weak.  Do not use libc_hidden_def.
664         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
665         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
666         __GI___wcschr alias.
667         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
668         [IS_IN (libc)] (wcschr): Define as macro expanding to
669         __redirect_wcschr.
670         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
671         [IS_IN (libc)] (__wcschr_power6): Likewise.
672         [IS_IN (libc)] (__wcschr_power7): Likewise.
673         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
674         instead of wcschr.
675         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
676         __libc_wcschr.
677         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
678         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
679         __wcschr and define as weak alias of __wcschr.  Use
680         libc_hidden_builtin_def.
681         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
682         as weak alias of __wcschr.  Use libc_hidden_weak.
683         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
684         wcschr.
685         * time/era.c (_nl_init_era_entries): Likewise.
686         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
687         variable.
688         (test-xfail-XPG3/time.h/linknamespace): Likewise.
689         (test-xfail-XPG4/time.h/linknamespace): Likewise.
690
691 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
692
693         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
694         format for long int variable.
695
696 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
697
698         [BZ #10672]
699         * manual/search.texi: (Array Sort Function): Remove claim how to make
700         qsort stable.
701
702 2014-12-10  Andreas Schwab  <schwab@suse.de>
703
704         [BZ #12847]
705         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
706         user-controlled locks.
707
708 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
709
710         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
711         register.
712
713 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
714
715         * configure.ac (--disable-werror): New configure option.
716         (enable_werror): New AC_SUBST.
717         * configure: Regenerated.
718         * config.make.in (enable-werror): New variable.
719         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
720         -Wno-error=undef.
721         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
722         * manual/install.texi (Configuring and compiling): Document
723         --disable-werror.
724         * INSTALL: Regenerated.
725         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
726         (CFLAGS-tst-chk2.c): Likewise.
727         (CFLAGS-tst-chk3.c): Likewise.
728         (CFLAGS-tst-chk4.cc): Likewise.
729         (CFLAGS-tst-chk5.cc): Likewise.
730         (CFLAGS-tst-chk6.cc): Likewise.
731         (CFLAGS-tst-lfschk1.c): Likewise.
732         (CFLAGS-tst-lfschk2.c): Likewise.
733         (CFLAGS-tst-lfschk3.c): Likewise.
734         (CFLAGS-tst-lfschk4.cc): Likewise.
735         (CFLAGS-tst-lfschk5.cc): Likewise.
736         (CFLAGS-tst-lfschk6.cc): Likewise.
737
738         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
739         (main): Disable -Wdeprecated-declarations around calls to
740         register_printf_function.
741
742         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
743         (do_test): Disable -Wdiv-by-zero around some calls to
744         fwrite_unlocked and fread_unlocked.
745
746         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
747         (DIAG_POP_NEEDS_COMMENT): Likewise.
748         (_DIAG_STR1): Likewise.
749         (_DIAG_STR): Likewise.
750         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
751         * stdio-common/bug21.c: Include <libc-internal.h>.
752         (do_test): Disable -Wformat around call to sscanf.
753         * stdio-common/scanf14.c: Include <libc-internal.h>.
754         (main): Disable -Wformat around some calls to scanf functions.
755
756 2014-12-09  Torvald Riegel  <triegel@redhat.com>
757
758         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
759
760 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
761
762         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
763         stack variable alignment.
764
765 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
766
767         [BZ #17682]
768         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
769         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
770         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
771         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
772         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
773         __getrlimit instead of getrlimit.
774         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
775         __gettimeofday instead of gettimeofday.
776         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
777         Likewise.
778         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
779         Likewise.
780         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
781         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
782         Remove variable.
783         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
784         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
785
786 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
787
788         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
789         for wide-character tests.
790
791 2014-12-04  Roland McGrath  <roland@hack.frob.com>
792
793         * io/openat64.c: #include <libc-internal.h>
794         (__openat64): Prototypify.  Use ignore_value on MODE.
795         * io/openat.c: Likewise.
796         * misc/reboot.c: #include <libc-internal.h>
797         (reboot): Prototypify.  Use ignore_value on HOWTO.
798         * misc/ptrace.c: #include <libc-internal.h>
799         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
800
801 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
802
803         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
804         XPG4, UNIX98 and XOPEN2K.
805         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
806         Remove variable.
807         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
808
809 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
810
811         * libio/fileops.c: Use ISO C style for function definitions.
812         * libio/iofopen.c: Likewise.
813         * libio/wfileops.c: Likewise.
814
815         [BZ #17653]
816         * libio/fileops.c (_IO_new_file_underflow): Unset cached
817         offset on EOF.
818         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
819         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
820         (fgets_func): Function pointer to fgets and fgetws.
821         (do_ftell_test): Add test to verify ftell value after read
822         EOF.
823         (do_test): Set fgets_func.
824
825         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
826         O_TRUNC flag for w and w+ modes.
827         (do_rewind_test): Likewise.
828         (do_ftell_test): Likewise.
829         (do_write_test): Likewise.
830
831         [BZ #17647]
832         * libio/fileops.c (do_ftell): Seek only when there are
833         unflushed writes.
834         * libio/wfileops.c (do_ftell_wide): Likewise.
835         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
836         test case.
837         (do_one_test): Call it.
838
839 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
840
841         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
842         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
843         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
844         Remove variable.
845         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
846         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
847         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
848
849 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
850
851         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
852         Remove variable.
853         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
854
855         [BZ #17668]
856         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
857         as weak alias of __getifaddrs.  Use libc_hidden_weak.
858         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
859         __freeifaddrs.  Use libc_hidden_weak.
860         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
861         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
862         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
863         __freeifaddrs.  Use libc_hidden_weak.
864         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
865         __getifaddrs and define as weak alias of __getifaddrs.  Use
866         libc_hidden_weak.
867         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
868         __freeifaddrs.  Use libc_hidden_weak.
869         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
870         Remove variable.
871         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
872         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
873
874 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
875
876         [BZ #17601]
877         * sysdeps/mips/start.S (__start): Use indirect jump to call
878         __libc_start_main.
879
880 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
881
882         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
883
884         * nptl/tst-mutex1.c: Include <stdbool.h>.
885         [!ATTR] (ATTR_NULL): New macro.
886         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
887         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
888         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
889
890         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
891         to char *.
892
893         [BZ #17665]
894         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
895         Change conditional to [__USE_MISC].
896
897         [BZ #17664]
898         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
899         fgets_unlocked.
900         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
901         __fgets_unlocked.
902         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
903         fgets_unlocked.
904         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
905         Remove variable.
906         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
907         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
908         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
909         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
910         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
911         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
912         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
913         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
914         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
915
916         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
917
918 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
919
920         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
921         Remove strpbrk objects.
922         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
923         (__libc_ifunc_impl_list): Remove strpbrk implementation.
924         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
925         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
926         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
927         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
928
929         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
930         Remove strcspn objects.
931         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
932         (__libc_ifunc_impl_list): Remove strcspn implementation.
933         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
934         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
935         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
936         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
937
938         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
939         Remove strspn objetcs.
940         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
941         (__libc_ifunc_impl_list): Remove strspn implementation.
942         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
943         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
944         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
945         * sysdeps/powerpc/powerpc64/strspn.S: New file.
946
947 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
948
949         [BZ #17581]
950         * malloc/hooks.c
951         (mem2mem_check): Add a terminator to the chain of checking blocks.
952         (malloc_check_get_size): Use it here.
953         (mem2chunk_check): Ditto.
954
955 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
956
957         * sysdeps/powerpc/powerpc64/strtok.S: New file.
958         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
959
960 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
961
962         * bits/ioctl-types.h: Indent preprocessor directives correctly.
963
964         * nptl/nptl-init.c: Include libc-internal.h.
965         (__pthread_initialize_minimal_internal): Use ROUND_UP.
966
967         * elf/ldconfig.c (search_dir): Expand comment.
968
969 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
970
971         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
972         variable.
973         (linknamespace-symlist-stdlibs-tests): Likewise.
974         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
975         instead of $(objpfx)symlist-stdlibs.
976         (linknamespace-libs-isoc): New variable.
977         (linknamespace-libs): Use $(linknamespace-libs-isoc).
978         (linknamespace-libs-ISO): New variable.
979         (linknamespace-libs-ISO99): Likewise.
980         (linknamespace-libs-ISO11): Likewise.
981         (linknamespace-libs-XPG3): Likewise.
982         (linknamespace-libs-XPG4): Likewise.
983         (linknamespace-libs-POSIX): Likewise.
984         (linknamespace-libs-UNIX98): Likewise.
985         (linknamespace-libs-XOPEN2K): Likewise.
986         (linknamespace-libs-POSIX2008): Likewise.
987         (linknamespace-libs-XOPEN2K8): Likewise.
988         ($(objpfx)symlist-stdlibs): Replace by
989         $(linknamespace-symlist-stdlibs-tests).  Use
990         $(linknamespace-libs-$*) as set of libraries.
991         ($(linknamespace-header-tests)): Update dependencies.  Use
992         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
993         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
994         * conform/linknamespace.pl: Remove comment about considering
995         definitions of symbols from irrelevant libraries.
996
997 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
998
999         [BZ #13862]
1000         * elf/dl-tls.c: Include <atomic.h>.
1001         (oom): Remove #ifdef SHARED/#endif.
1002         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1003         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1004         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1005         big enough.
1006         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1007         * nptl/Makefile (tests): Add tst-stack4.
1008         (modules-names): Add tst-stack4mod.
1009         ($(objpfx)tst-stack4): New.
1010         (tst-stack4mod.sos): Likewise.
1011         ($(objpfx)tst-stack4.out): Likewise.
1012         ($(tst-stack4mod.sos)): Likewise.
1013         (clean): Likewise.
1014         * nptl/tst-stack4.c: New file.
1015         * nptl/tst-stack4mod.c: Likewise.
1016
1017 2014-11-27  J. Brown  <jb999@gmx.de>
1018
1019         * sysdeps/x86/bits/string.h: Add recent CPUs.
1020
1021 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1022
1023         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1024         sigblock.
1025
1026         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1027         feof.
1028
1029         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1030         variable.
1031
1032 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1033
1034         * nscd/connections.c: Include libc-internal.h because of macro
1035         usage ignore_value.
1036
1037 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1038
1039         * string/bits/string3.h (__warn_memset_zero_len): Don't
1040         declare for gcc newer than 5.0.
1041         (memset): Don't test for zero-length __LEN for gcc newer than
1042         5.0.
1043
1044 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1045
1046         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1047         size_t for %zu format.
1048
1049         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1050         difference, not %ju.
1051
1052 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1053
1054         * include/libc-internal.h (ignore_value): New macro.
1055         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1056         with ignore_value.
1057
1058         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1059         definition.
1060
1061         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1062         pthread_cleanup_push to void *.
1063
1064         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1065         Undefine.
1066
1067         [BZ #16619]
1068         [BZ #16740]
1069         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1070         instead of 1L << 52.
1071
1072         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1073         * libio/bug-rewind2.c (do_test): Likewise.
1074
1075         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1076         * debug/test-strcpy_chk-ifunc.c: Likewise.
1077         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1078         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1079         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1080         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1081         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1082         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1083         * Rules [$(multi-arch) = no] (tests): Do not filter out
1084         $(tests-ifunc).
1085         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1086         * debug/Makefile (tests-ifunc): Remove variable.
1087         (tests): Do not add $(tests-ifunc).
1088         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1089         (tests): Do not add $(tests-ifunc).
1090         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1091         [TEST_IFUNC]: Remove conditionals.
1092         * string/test-string.h (TEST_IFUNC): Remove macro.
1093         [TEST_IFUNC]: Remove conditionals.
1094
1095         * string/test-strchr.c [!WIDE] (L): New macro.
1096         [WIDE] (L): Likewise.
1097         (check1): Use CHAR instead of char.  Use L on string and character
1098         constants.
1099
1100 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1101
1102         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1103         tests.
1104         * sysdeps/powerpc/bits/atomic.h
1105         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1106         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1107         (atomic_exchange_and_add_acq): Likewise.
1108         (atomic_exchange_and_add_rel): Likewise.
1109         * sysdeps/powerpc/powerpc32/bits/atomic.h
1110         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1111         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1112         * sysdeps/powerpc/powerpc64/bits/atomic.h
1113         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1114         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1115
1116 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1117
1118         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1119         Change synchronization of __sched_fifo_min_prio and
1120         __sched_fifo_max_prio.
1121         * nptl/pthread_mutexattr_getprioceiling.c
1122         (pthread_mutexattr_getprioceiling): Likewise.
1123         * nptl/pthread_mutexattr_setprioceiling.c
1124         (pthread_mutexattr_setprioceiling): Likewise.
1125         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1126         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1127         Likewise.
1128
1129 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1130
1131         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1132         void.
1133
1134 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1135
1136         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1137         third argument const.
1138
1139 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1140
1141         fnmatch: work around GCC compiler warning bug with uninit var
1142         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1143         This works around a bug with x86-64 GCC 4.9.2 and earlier
1144         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1145         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1146         used uninitialized in this function [-Wmaybe-uninitialized]".
1147
1148 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1149
1150         * posix/bug-regex31.c (main): Return RES not 0.
1151
1152 2014-11-25  Anton Blanchard <anton@samba.org>
1153
1154         * sysdeps/powerpc/bits/atomic.h
1155         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1156
1157 2014-11-24  Sterling Augustine  <saugustine@google.com>
1158
1159         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1160
1161 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1162
1163         [BZ #17608]
1164         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1165
1166 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1167
1168         [BZ #17633]
1169         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1170         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1171         variable.
1172         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1173         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1174
1175 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1176
1177         * string/strncpy.c (strncpy): Improve performance by using memset.
1178
1179 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1180
1181         * string/strcpy.c (strcpy):
1182         Improve performance by using strlen and memcpy.
1183
1184 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1185
1186         * string/strcoll_l.c (get_next_seq): __always_inline.
1187         * string/strcoll_l.c (do_compare): __always_inline.
1188
1189 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1190
1191         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1192         defined.
1193         * include/mqueue.h: Likewise.
1194         * include/stdlib.h: Likewise.
1195
1196         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1197         (get_null_defines): Adjust.
1198         * sunrpc/Makefile: Adjust comment.
1199         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1200         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1201         (CFLAGS-interp.c): Likewise.
1202         (CFLAGS-ldconfig.c): Likewise.
1203         (CPPFLAGS-.os): Likewise.
1204         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1205         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1206         * extra-modules.mk (extra-modules.mk): Likewise.
1207         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1208         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1209         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1210         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1211         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1212         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1213         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1214         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1215         * iconvdata/Makefile (CPPFLAGS): Likewise.
1216         (cpp-srcs-left): Add libof for all iconvdata routines.
1217         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1218         * include/assert.h: Likewise.
1219         * include/ctype.h: Likewise.
1220         * include/errno.h: Likewise.
1221         * include/libc-symbols.h: Likewise.
1222         * include/math.h: Likewise.
1223         * include/netdb.h: Likewise.
1224         * include/resolv.h: Likewise.
1225         * include/stdio.h: Likewise.
1226         * include/stdlib.h: Likewise.
1227         * include/string.h: Likewise.
1228         * include/sys/stat.h: Likewise.
1229         * include/wctype.h: Likewise.
1230         * intl/l10nflist.c: Likewise.
1231         * libidn/idn-stub.c: Likewise.
1232         * libio/libioP.h: Likewise.
1233         * nptl/libc_multiple_threads.c: Likewise.
1234         * nptl/pthreadP.h: Likewise.
1235         * posix/regex_internal.h: Likewise.
1236         * resolv/res_hconf.c: Likewise.
1237         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1238         * sysdeps/arm/memmove.S: Likewise.
1239         * sysdeps/arm/sysdep.h: Likewise.
1240         * sysdeps/generic/_itoa.h: Likewise.
1241         * sysdeps/generic/symbol-hacks.h: Likewise.
1242         * sysdeps/gnu/errlist.awk: Likewise.
1243         * sysdeps/gnu/errlist.c: Likewise.
1244         * sysdeps/i386/i586/memcpy.S: Likewise.
1245         * sysdeps/i386/i586/memset.S: Likewise.
1246         * sysdeps/i386/i686/memcpy.S: Likewise.
1247         * sysdeps/i386/i686/memmove.S: Likewise.
1248         * sysdeps/i386/i686/mempcpy.S: Likewise.
1249         * sysdeps/i386/i686/memset.S: Likewise.
1250         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1251         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1252         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1253         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1254         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1255         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1256         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1257         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1258         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1259         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1260         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1261         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1262         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1263         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1264         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1265         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1266         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1267         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1268         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1269         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1270         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1271         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1272         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1273         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1274         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1275         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1276         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1277         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1278         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1279         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1280         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1281         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1282         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1283         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1284         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1285         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1286         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1287         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1288         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1289         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1290         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1291         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1292         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1293         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1294         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1295         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1296         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1297         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1298         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1299         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1300         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1301         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1302         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1303         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1304         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1305         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1306         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1307         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1308         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1309         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1310         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1311         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1312         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1313         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1314         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1315         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1316         * sysdeps/posix/closedir.c: Likewise.
1317         * sysdeps/posix/opendir.c: Likewise.
1318         * sysdeps/posix/readdir.c: Likewise.
1319         * sysdeps/posix/rewinddir.c: Likewise.
1320         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1321         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1322         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1323         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1324         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1325         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1326         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1327         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1328         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1329         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1330         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1331         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1332         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1333         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1334         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1335         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1336         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1337         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1338         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1339         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1340         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1341         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1342         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1343         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1344         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1345         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1346         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1347         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1348         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1349         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1350         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1351         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1352         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1353         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1354         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1355         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1356         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1357         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1358         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1359         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1360         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1361         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1362         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1363         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1364         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1365         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1366         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1367         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1368         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1369         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1370         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1371         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1372         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1373         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1374         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1375         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1376         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1377         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1378         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1379         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1380         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1381         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1382         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1383         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1384         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1385         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1386         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1387         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1388         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1389         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1390         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1391         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1392         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1393         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1394         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1395         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1396         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1397         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1398         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1399         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1400         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1401         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1402         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1403         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1404         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1405         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1406         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1407         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1408         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1409         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1410         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1411         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1412         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1413         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1414         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1415         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1416         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1417         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1418         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1419         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1420         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1421         * sysdeps/unix/alpha/sysdep.S: Likewise.
1422         * sysdeps/unix/alpha/sysdep.h: Likewise.
1423         * sysdeps/unix/make-syscalls.sh: Likewise.
1424         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1425         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1426         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1427         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1428         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1429         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1430         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1431         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1432         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1433         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1434         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1435         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1436         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1437         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1438         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1439         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1440         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1441         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1442         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1443         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1444         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1445         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1446         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1447         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1448         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1449         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1450         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1453         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1454         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1455         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1456         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1457         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1458         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1459         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1460         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1461         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1462         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1463         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1464         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1465         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1466         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1467         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1468         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1469         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1470         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1471         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1472         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1473         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1474         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1475         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1476         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1477         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1478         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1479         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1480         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1481         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1482         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1483         * sysdeps/x86_64/memcpy.S: Likewise.
1484         * sysdeps/x86_64/memmove.c: Likewise.
1485         * sysdeps/x86_64/memset.S: Likewise.
1486         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1487         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1488         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1489         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1490         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1491         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1492         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1493         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1494         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1495         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1496         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1497         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1498         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1499         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1500         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1501         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1502         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1503         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1504         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1505         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1506         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1507         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1508         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1509         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1510         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1511         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1512         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1513         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1514         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1515         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1516         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1517         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1518         * sysdeps/x86_64/strcmp.S: Likewise.
1519
1520         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1521
1522         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1523         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1524         * elf/rtld-Rules: Likewise.
1525         * elf/setup-vdso.h: Likewise.
1526         * include/assert.h: Likewise.
1527         * include/bits/stdlib-float.h: Likewise.
1528         * include/errno.h: Likewise.
1529         * include/sys/stat.h: Likewise.
1530         * include/unistd.h: Likewise.
1531         * sysdeps/aarch64/setjmp.S: Likewise.
1532         * sysdeps/alpha/setjmp.S: Likewise.
1533         * sysdeps/arm/__longjmp.S: Likewise.
1534         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1535         * sysdeps/arm/setjmp.S: Likewise.
1536         * sysdeps/arm/sysdep.h: Likewise.
1537         * sysdeps/generic/_itoa.h: Likewise.
1538         * sysdeps/generic/dl-sysdep.h: Likewise.
1539         * sysdeps/generic/ldsodefs.h: Likewise.
1540         * sysdeps/i386/dl-tls.h: Likewise.
1541         * sysdeps/i386/setjmp.S: Likewise.
1542         * sysdeps/m68k/setjmp.c: Likewise.
1543         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1544         * sysdeps/mach/hurd/opendir.c: Likewise.
1545         * sysdeps/posix/getcwd.c: Likewise.
1546         * sysdeps/posix/opendir.c: Likewise.
1547         * sysdeps/posix/profil.c: Likewise.
1548         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1549         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1550         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1551         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1552         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1553         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1554         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1555         * sysdeps/s390/dl-tls.h: Likewise.
1556         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1557         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1558         * sysdeps/sh/sh3/setjmp.S: Likewise.
1559         * sysdeps/sh/sh4/setjmp.S: Likewise.
1560         * sysdeps/unix/alpha/sysdep.h: Likewise.
1561         * sysdeps/unix/arm/sysdep.S: Likewise.
1562         * sysdeps/unix/i386/sysdep.S: Likewise.
1563         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1564         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1565         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1566         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1567         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1568         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1569         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1570         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1571         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1572         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1573         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1574         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1575         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1578         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1579         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1580         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1581         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1582         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1583         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1584         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1585         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1586         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1587         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1588         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1589         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1590         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1591         * sysdeps/x86_64/setjmp.S: Likewise.
1592
1593         * include/math.h: Use IS_IN instead of IS_IN_libm.
1594         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1595         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1596         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1597         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1598         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1599         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1600         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1601         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1602         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1603         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1604         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1605         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1606         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1607         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1608         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1609         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1610         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1611         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1612         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1613         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1614         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1615         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1616         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1617         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1618         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1619         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1620         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1621         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1622         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1623         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1624         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1625         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1626         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1628         Likewise.
1629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1630         Likewise.
1631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1632         Likewise.
1633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1634         Likewise.
1635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1636         Likewise.
1637         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1638         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1639         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1640         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1641         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1642         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1643         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1644         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1645         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1646         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1648         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1649         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1650         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1651         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1652         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1653         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1654         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1655         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1656         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1657         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1658         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1659         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1660         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1661         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1662         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1663         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1664
1665         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1666         * nptl/pthreadP.h: Likewise.
1667         * nptl_db/structs.def: Likewise.
1668         * sysdeps/arm/sysdep.h: Likewise.
1669         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1670         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1671         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1672         * sysdeps/unix/alpha/sysdep.h: Likewise.
1673         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1674         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1675         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1676         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1677         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1678         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1679         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1680         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1681         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1682         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1683         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1684         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1685         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1686         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1689         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1690         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1691         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1692         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1693         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1694         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1695         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1696         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1697         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1698         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1699
1700         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1701         * nptl/pthreadP.h: Likewise.
1702         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1703         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1704         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1705         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1706         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1707         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1708         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1709         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1710         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1711         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1712         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1713         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1715         Likewise.
1716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1717         Likewise.
1718         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1719         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1720         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1721         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1722         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1723         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1724         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1725         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1726
1727         * dlfcn/dladdr.c: Use IS_IN.
1728         * dlfcn/dladdr1.c: Likewise.
1729         * dlfcn/dlclose.c: Likewise.
1730         * dlfcn/dlerror.c: Likewise.
1731         * dlfcn/dlinfo.c: Likewise.
1732         * dlfcn/dlmopen.c: Likewise.
1733         * dlfcn/dlopen.c: Likewise.
1734         * dlfcn/dlsym.c: Likewise.
1735         * dlfcn/dlvsym.c: Likewise.
1736
1737         * include/ifaddrs.h: Use IS_IN.
1738         * inet/check_pf.c: Likewise.
1739         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1740         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1741
1742         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1743         IS_IN_ldconfig.
1744         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1745         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1746
1747         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1748         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1749         IS_IN (libc).
1750
1751         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1752
1753         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1754         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1755         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1756         * include/libc-symbols.h (IS_IN_LIB): New macro.
1757         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1758         * include/netdb.h: Likewise.
1759         * include/stap-probe.h: Remove all uses of IN_LIB.
1760
1761         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1762         instead of IN_MODULE.
1763         * include/libc-symbols.h (IN_MODULE): Define using
1764         MODULE_NAME.
1765         (PASTE_NAME, PASTE_NAME1): New macros.
1766         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1767         of IN_LIB.
1768         (STAP_PROBE_ASM): Likewise.
1769
1770 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1771
1772         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1773         __mach_init in dlopened libc.
1774
1775 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1776
1777         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1778         * sysdeps/arm/preconfigure: Regenerate.
1779
1780 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1781
1782         * nptl/pthread_create.c (__pthread_create_2_1): Set
1783         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1784         when copying values from IATTR into PD.
1785
1786 2014-11-21  Will Newton  <will.newton@linaro.org>
1787             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1788
1789         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1790         Refactor inline-asm.  Also add comment.
1791
1792         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1793         ElfW macro instead of hardcoded Elf64 types.
1794         (la_aarch64_gnu_pltenter): Likewise.
1795         * sysdeps/aarch64/dl-machine.h
1796         (elf_machine_runtime_setup): Use ElfW(Addr).
1797
1798         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1799         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1800         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1801         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1802         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1803         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1804         (R_AARCH64_TLS_DTPMOD): This.
1805         (R_AARCH64_TLS_DTPREL64): Rename to ...
1806         (R_AARCH64_TLS_DTPREL): This.
1807         (R_AARCH64_TLS_TPREL64): Rename to ...
1808         (R_AARCH64_TLS_TPREL): This.
1809         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1810         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1811         R_AARCH64_TLS_TPREL64.
1812         (elf_machine_rela): Likewise.
1813
1814 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1815
1816         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1817         by setting it to 0.  64b atomics are not supported currently.
1818
1819 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1820
1821         [BZ #16469]
1822         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1823         search domain names.
1824
1825 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1826
1827         [BZ #16469]
1828         * NEWS: Update.
1829         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1830         trailing dot.
1831         * posix/tst-getaddrinfo5.c: New.
1832         * posix/Makefile (tests): Add it.
1833
1834 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1835
1836         [BZ #14498]
1837         * NEWS: Fixed.
1838         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1839         after parsing line but before break_if_match.
1840         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1841         if there is a protocol mismatch.
1842
1843 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1844
1845         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1846         because the potential race is on the user-supplied stream.
1847
1848 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1849
1850         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1851         string literal if not passed a buffer.
1852         * manual/job.texi (ctermid): Update reasoning, note deviation
1853         from posix, suggest mtasurace when not passed a buffer, for
1854         future non-preliminary safety notes.
1855
1856 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1857
1858         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1859         of not passing it a buffer.
1860         Reported by Peng Haitao.
1861
1862 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1863
1864         * manual/Makefile ($(objpfx)stamp-summary): Require
1865         check-safety.sh to pass.
1866         * manual/check-safety.sh: Wish for verification that every
1867         @deftypefn and @deftypefun is followed by a @safety remark.
1868
1869 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1870
1871         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1872
1873         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1874         PTHREAD_CANCEL_ASYNCHRONOUS.
1875         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1876         send SIGCANCEL.
1877
1878         * nptl/default-sched.h: New file.
1879         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1880         * nptl/pthread_create.c: Include it.
1881         (__pthread_create_2_1): Use collect_default_sched instead of making
1882         Linux syscalls here directly.
1883
1884 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1885
1886         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1887         __pthread_once): Use C11 atomics.
1888
1889 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1890
1891         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1892
1893 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1894
1895         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1896         atomic_thread_fence_acquire, atomic_thread_fence_release,
1897         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1898         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1899         atomic_compare_exchange_weak_relaxed,
1900         atomic_compare_exchange_weak_acquire,
1901         atomic_compare_exchange_weak_release,
1902         atomic_exchange_acquire, atomic_exchange_release,
1903         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1904         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1905         atomic_fetch_and_acquire,
1906         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1907
1908 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1909
1910         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1911         USE_ATOMIC_COMPILER_BUILTINS): Define.
1912         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1913         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1914         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1915         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1916         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1917         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1918         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1919         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1920         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1921         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1922         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1923         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1924         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1925         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1926         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1927         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1928         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1929         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1930         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1931         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1932         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1933         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1934         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1935         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1936         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1937         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1938         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1939         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1940         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1941         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1942         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1943         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1944         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1945         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1946         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1947         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1948         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1949         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1950         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1951         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1952
1953 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1954
1955         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1956         the sched_priority value here.  It was already checked when the user
1957         called pthread_attr_setschedparam.
1958
1959         * nptl/tst-bad-schedattr.c: New file.
1960         * nptl/Makefile (tests): Add it.
1961
1962 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1963             Florian Weimer  <fweimer@redhat.com>
1964             Joseph Myers  <joseph@codesourcery.com>
1965             Adam Conrad  <adconrad@0c3.net>
1966             Andreas Schwab  <schwab@suse.de>
1967             Brooks  <bmoses@google.com>
1968
1969         [BZ #17625]
1970         * wordexp-test.c (__dso_handle): Add prototype.
1971         (__register_atfork): Likewise.
1972         (__app_register_atfork): New function.
1973         (registered_forks): New global.
1974         (register_fork): New function.
1975         (test_case): Add 3 new tests for WRDE_CMDSUB.
1976         (main): Call __app_register_atfork.
1977         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1978         fork count is non-zero fail the test.
1979         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1980         is set.
1981         (parse_dollars): Remove check for WRDE_NOCMD.
1982         (parse_dquote): Likewise.
1983
1984 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1985
1986         * Makeconfig (built-modules): List non-library modules to be
1987         built.
1988         (module-cppflags): Include libc-modules.h for
1989         everything except shlib-versions.v.i.
1990         (CPPFLAGS): Use it.
1991         (before-compile): Add libc-modules.h.
1992         ($(common-objpfx)libc-modules.h,
1993         $(common-objpfx)libc-modules.stmp): New targets.
1994         (common-generated): Add libc-modules.h and libc-modules.stmp.
1995         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1996         * include/libc-symbols.h: Don't include libc-modules.h.
1997         * include/libc-modules.h: Remove file.
1998         * scripts/gen-libc-modules.awk: New script to generate
1999         libc-modules.h.
2000         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2001         Depend on libc-modules.stmp.
2002
2003         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2004
2005         * Makeconfig (in-module): Get value of libof set for the
2006         translation unit.
2007         (CPPFLAGS): Use $(in-module).
2008         * Makerules: Don't suffix routine names for nonlib.
2009         * include/libc-modules.h: New file.
2010         * include/libc-symbols.h: Include libc-modules.h
2011         (IS_IN): New macro to replace IS_IN_* macros.
2012         * elf/Makefile: Set libof-* for each routine.
2013         * elf/rtld-Rules: Likewise.
2014         * extra-modules.mk: Likewise.
2015         * iconv/Makefile: Likewise.
2016         * iconvdata/Makefile: Likewise.
2017         * locale/Makefile: Likewise.
2018         * malloc/Makefile: Likewise.
2019         * nss/Makefile: Likewise.
2020         * sysdeps/gnu/Makefile: Likewise.
2021         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2022         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2023         * sysdeps/s390/s390-64/Makefile: Likewise.
2024         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2025         CPPFLAGS for nscd instead of nonlib.
2026
2027 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2028
2029         * nptl/createthread.c: New file.
2030
2031         * nptl/createthread.c: Moved ...
2032         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2033
2034         * nptl/createthread.c: Add proper top-line comment.
2035         (do_clone): Folded into ...
2036         (create_thread): ... here.  Take new arguments STOPPED_START and
2037         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2038         increment __nptl_threads, do event-reporting logic, do
2039         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2040         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2041         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2042         just send SIGCANCEL.
2043         * nptl/pthread_create.c: Forward-declare create_thread before
2044         including createthread.c.
2045         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2046         declaration, and new macro START_THREAD_SELF to replace argument.
2047         Remove return statement.
2048         (report_thread_creation): New function.
2049         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2050         synchronization logic, and __nptl_nthreads increment here, around
2051         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2052         PD->parent_cancelhandling here, before create_thread.  When
2053         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2054         __deallocate_stack, and ENOMEM translation here.
2055
2056 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2057
2058         [BZ #17616]
2059         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2060         (mptwo): Rename to __mptwo.
2061         (__inv): Use __mptwo instead of mptwo.
2062         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2063         (mptwo): Rename to __mptwo.
2064         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2065         of mpone and __mptwo instead of mptwo.
2066         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2067         instead of mpone.
2068         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2069         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2070         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2071         of mpone and __mptwo instead of mptwo.
2072         (__mpranred): Use __mpone instead of mpone.
2073         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2074         variable.
2075         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2076         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2077         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2078         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2079         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2080         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2081         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2082         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2083         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2084         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2085         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2086         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2087         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2088         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2089         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2090         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2091         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2092         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2093         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2094
2095 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2096
2097         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2098         replace BSD Handler xref with BSD Signal Handling.
2099
2100 2014-11-17  Richard Henderson  <rth@redhat.com>
2101
2102         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2103         (_FP_PACK_RAW_2): Remove.
2104         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2105         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2106         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2107         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2108         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2109         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2110         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2111         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2112         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2113         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2114         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2115         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2116         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2117         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2118         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2119         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2120
2121 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2122
2123         * signal/signal.h [__USE_MISC]
2124         (struct sigvec): Remove type.
2125         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2126         (sigvec): Remove declaration.
2127         * sysdeps/posix/sigvec.c: Moved ...
2128         * signal/sigvec.c: ... here, replacing old file.
2129         (struct sigvec): New type, copied from old signal.h definition.
2130         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2131         (__sigvec): Convert definition to prototype.
2132         (sigvec): Replace weak_alias with compat_symbol.
2133         * signal/Versions (libc: GLIBC_2.21): New version set.
2134         * include/signal.h: Remove __sigvec declaration.
2135         * sysdeps/unix/bsd/sigvec.c: Remove file.
2136         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2137         * manual/signal.texi (BSD Handler): Remove subsection.
2138         Move siginterrupt up to ...
2139         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2140         (Blocking in BSD): Fold subsection into its parent.
2141         * NEWS: Mention sigvec removal.
2142
2143 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2144
2145         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2146         (DLA_FMS): Make definition conditional only on [__FMA4__].
2147         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2148         definition.
2149
2150         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2151         Make definition conditional only on [PROF].
2152         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2153         definition.
2154         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2155         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2156
2157         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2158         !__GNUC__].
2159         * include/signal.h (__sigpause): Move declaration above call to
2160         libc_hidden_proto.
2161         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2162         variable.
2163         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2164         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2165
2166 2014-11-14  David S. Miller  <davem@davemloft.net>
2167
2168         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2169         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2170
2171 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2172
2173         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2174         * configure: Regenerated.
2175         * manual/install.texi (Tools for Compilation): Document a
2176         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2177         compiler verified to work.
2178         * INSTALL: Regenerated.
2179
2180         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2181         redeclare with asm name.
2182         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2183         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2184         including <string.h>.
2185         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2186         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2187         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2188         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2189         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2190         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2191         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2192
2193 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2194
2195         * stdlib/strtol.c (__strtol): Use prototype definition.
2196
2197         [BZ #17594]
2198         * stdlib/strtol.c (SYM__): New macro.
2199         (SYM__1): Likewise.
2200         (__strtol): Likewise.
2201         (strtol): Rename to __strtol and define as weak alias of
2202         __strtol.  Use libc_hidden_weak.
2203
2204 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2205
2206         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2207         Use numbered labels in inline assembly.
2208
2209 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2210
2211         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2212         Add setjmp LIBC_PROBE.
2213         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2214         Likewise.
2215         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2216         Add longjmp, longjmp_target LIBC_PROBE.
2217         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2218         Likewise.
2219
2220 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2221
2222         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2223         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2224         to get rid of unused variable warning.
2225
2226 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2227
2228         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2229         Check for unwind_backtrace ==  NULL only in SHARED case.
2230         (__backchain_backtrace): Compile only in SHARED case.
2231         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2232         Likewise.
2233         (__backchain_backtrace): Declare as static.
2234
2235 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2236
2237         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2238         (__libc_multiple_threads_ptr): Variable moved ...
2239         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2240
2241 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2242
2243         * conform/GlibcConform.pm: New file.
2244         * conform/conformtest.pl: Use GlibcConform module.
2245         * conform/linknamespace.pl: New file.
2246         * conform/list-header-symbols.pl: Likewise.
2247         * conform/Makefile (linknamespace-symlists-base): New variable.
2248         (linknamespace-symlists-tests): Likewise.
2249         (linknamespace-header-base): Likewise.
2250         (linknamespace-header-tests): Likewise.
2251         (tests-special): Add new tests.
2252         ($(linknamespace-symlists-tests)): New rule.
2253         (linknamespace-libs): New variable.
2254         ($(objpfx)symlist-stdlibs): New rule.
2255         ($(linknamespace-header-tests)): Likewise.
2256         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2257         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2258         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2259         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2260         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2261         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2262         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2263         (test-xfail-ISO/math.h/linknamespace): Likewise.
2264         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2265         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2266         (test-xfail-ISO/time.h/linknamespace): Likewise.
2267         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2268         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2269         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2270         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2271         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2272         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2273         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2274         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2275         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2276         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2277         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2278         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2279         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2280         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2281         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2282         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2283         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2284         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2285         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2286         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2287         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2288         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2289         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2290         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2291         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2292         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2293         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2294         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2295         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2296         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2297         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2298         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2299         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2300         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2301         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2302         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2303         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2304         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2305         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2306         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2307         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2308         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2309         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2310         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2311         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2312         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2313         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2314         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2315         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2316         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2317         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2318         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2319         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2320         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2321         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2322         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2323         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2324         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2325         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2326         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2327         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2328         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2329         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2330         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2331         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2332         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2333         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2334         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2335         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2336         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2337         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2338         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2339         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2340         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2341         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2342         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2343         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2344         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2345         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2346         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2347         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2348         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2349         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2350         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2351         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2352         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2353         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2354         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2355         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2356         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2357         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2358         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2359         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2360         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2361         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2362         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2363         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2364         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2365         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2366         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2367         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2368         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2369         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2370         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2371         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2372         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2373         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2374         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2375         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2376         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2377         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2378         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2379         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2380         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2381         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2382         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2383         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2384         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2385         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2386         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2387         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2388         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2389         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2390         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2391         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2392         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2393         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2394         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2395         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2396         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2397         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2398         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2399         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2400         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2401         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2402         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2403         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2404         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2405         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2406         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2407         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2408         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2409         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2410         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2411         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2412         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2413         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2414         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2415         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2416         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2417
2418         [BZ #17589]
2419         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2420         of fgets_unlocked.
2421
2422         [BZ #17585]
2423         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2424         (memmem): Rename to __memmem and define as weak alias of
2425         __memmem.  Use libc_hidden_weak.
2426         (__memmem): Use libc_hidden_def.
2427         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2428         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2429         memmem.
2430
2431         [BZ #17582]
2432         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2433         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2434         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2435         and define as weak alias of __fgets_unlocked.  Use
2436         libc_hidden_weak.
2437         (__fgets_unlocked): Use libc_hidden_def.
2438         * include/stdio.h (__fgets_unlocked): Declare.  Use
2439         libc_hidden_proto.
2440         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2441         __fgets_unlocked instead of fgets_unlocked.
2442         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2443         (GET_NPROCS_CONF_PARSER): Likewise.
2444         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2445         (GET_NPROCS_CONF_PARSER): Likewise.
2446
2447         [BZ #17574]
2448         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2449         weak alias of __wmemset.  Use libc_hidden_weak.
2450         (__wmemset): Use libc_hidden_def.
2451         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2452         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2453         of wmemset.
2454
2455         [BZ #17573]
2456         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2457         with asm name __mempcpy.
2458         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2459
2460         [BZ #17572]
2461         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2462         and define as weak alias of __rawmemchr.
2463         (__rawmemchr): Do not define as strong alias of rawmemchr.
2464
2465         [BZ #17571]
2466         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2467         alias of __qsort_r.
2468         (qsort): Call __qsort_r instead of qsort_r.
2469         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2470         (__qsort_r): Declare.  Call libc_hidden_proto.
2471         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2472         instead of qsort_r.
2473         * nscd/gai.c (__qsort_r): Define to qsort_r.
2474         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2475         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2476         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2477
2478         [BZ #17570]
2479         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2480         define as weak alias of __malloc_info.
2481
2482         [BZ #17584]
2483         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2484         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2485         (__rewinddir): Use libc_hidden_def.
2486         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2487         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2488         (__rewinddir): Use libc_hidden_def.
2489         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2490         weak alias of __rewinddir.  Don't use libc_hidden_def.
2491         (__rewinddir): Use libc_hidden_def.
2492         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2493         (__rewinddir): Use libc_hidden_proto.
2494         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2495         rewinddir.
2496         (__getcwd): Use __rewinddir instead of rewinddir.
2497
2498         [BZ #17583]
2499         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2500         alias of __fileno.  Use libc_hidden_weak.
2501         (__fileno): Use libc_hidden_def.
2502         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2503         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2504         alias of __ftello.
2505         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2506         __ftello.
2507         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2508         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2509         libc_hidden_def.
2510         (fread_unlocked): Don't use libc_hidden_ver.
2511         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2512         and define as weak alias of __fread_unlocked.  Don't use
2513         libc_hidden_def.
2514         (__fread_unlocked): Use libc_hidden_def.
2515         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2516         (ftello): Don't use libc_hidden_proto.
2517         (__ftello): Declare.  Use libc_hidden_proto.
2518         (fread_unlocked): Don't use libc_hidden_proto.
2519         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2520         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2521         and __ftello instead of fileno, fread_unlocked and ftello.
2522
2523 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2524
2525         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2526         GOT12.
2527         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2528         Likewise.
2529         (_dl_start_user): Likewise.
2530         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2531
2532 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2533             Siddhesh Poyarekar  <siddhesh@redhat.com>
2534
2535         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2536         Move argv and envp down instead of moving argc up.
2537         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2538
2539 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2540
2541         [BZ #17506]
2542         * test-skeleton.c (main): Return successful if one of
2543         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2544         * string/tst-strcoll-overflow.c: Define expected status.
2545
2546 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2547
2548         [BZ #17475]
2549         * locale/iso-639.def: Define Bhili and Tulu language codes.
2550
2551 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2552
2553         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2554
2555 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2556
2557         [BZ #17555]
2558         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2559
2560 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2561
2562         * configure.ac: Updated check of minimal required version to
2563         2.22.
2564         * manual/install.texi (Tools for Compilation): Updated version
2565         number.
2566         * configure: Regenerated.
2567         * INSTALL: Likewise.
2568
2569 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2570
2571         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2572         __tls_get_addr.
2573
2574 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2575
2576         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2577         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2578         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2579         libc_hidden_weak.
2580         (waitpid): Define as alias of __waitpid.
2581         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2582         __waitpid.
2583         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2584         libc_hidden_weak.
2585         (waitpid): Define as alias of __waitpid.
2586         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2587         __libc_waitpid alias.
2588         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2589         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2590         Likewise.
2591         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2592         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2593         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2594         alias.
2595         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2596         __waitpid.
2597         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2598         libc_hidden_weak.
2599         (waitpid): Define as alias of __waitpid.
2600
2601 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2602
2603         * manual/llio.texi: Add comment that write safety has been
2604         fixed in Linux.
2605
2606         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2607         (localplt-build-dso): Add elf/ld.so.
2608         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2609         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2610         and free for ld.so.
2611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2612         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2614         Likewise.
2615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2616         Likewise.
2617         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2618         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2619         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2620         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2621         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2622         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2623         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2624         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2625         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2626         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2627         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2628
2629 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2630
2631         [BZ #14132]
2632         * include/libc-symbols.h (INTUSE): Remove macro.
2633         (INTDEF): Likewise.
2634         (INTVARDEF): Likewise.
2635         (_INTVARDEF): Likewise.
2636         (INTDEF2): Likewise.
2637         (INTVARDEF2): Likewise.
2638         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2639         rtld_hidden_def instead of INTVARDEF.
2640         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2641         (_dl_starting_up_internal): Remove declaration.
2642         (_dl_starting_up): Use rtld_hidden_proto.
2643         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2644         declaration.
2645         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2646         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2647         _dl_starting_up.
2648         * elf/dl-writev.h (_dl_writev): Likewise.
2649         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2650         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2651         _dl_starting_up_internal.
2652
2653 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2654
2655         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2656         test-skeleton.c.
2657
2658 2014-11-05  Will Newton  <will.newton@linaro.org>
2659
2660         * benchtests/Makefile: (bench-malloc): Add malloc thread
2661         scalability benchmark.
2662         * benchtests/bench-malloc-threads.c: New file.
2663
2664 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2665
2666         * sysdeps/aarch64/strchrnul.S: New file.
2667
2668 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2669
2670         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2671         definition.
2672         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2673         Likwise.
2674         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2675         Likewise.
2676         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2677         Likewise.
2678         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2679         Likewise.
2680         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2681         Likewise.
2682
2683 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2684
2685         * catgets/test-gencat.c: Use test-skeleton.c.
2686         * catgets/tst-catgets.c: Likewise.
2687         * csu/tst-empty.c: Likewise.
2688         * elf/tst-audit2.c: Likewise.
2689         * elf/tst-global1.c: Likewise.
2690         * elf/tst-pathopt.c: Likewise.
2691         * elf/tst-piemod1.c: Likewise.
2692         * elf/tst-tls10.c: Likewise.
2693         * elf/tst-tls11.c: Likewise.
2694         * elf/tst-tls12.c: Likewise.
2695         * gnulib/tst-gcc.c: Likewise.
2696         * iconvdata/tst-e2big.c: Likewise.
2697         * iconvdata/tst-loading.c: Likewise.
2698         * iconv/tst-iconv1.c: Likewise.
2699         * iconv/tst-iconv2.c: Likewise.
2700         * inet/test-inet6_opt.c: Likewise.
2701         * inet/tst-gethnm.c: Likewise.
2702         * inet/tst-network.c: Likewise.
2703         * inet/tst-ntoa.c: Likewise.
2704         * intl/tst-codeset.c: Likewise.
2705         * intl/tst-gettext2.c: Likewise.
2706         * intl/tst-gettext3.c: Likewise.
2707         * intl/tst-ngettext.c: Likewise.
2708         * intl/tst-translit.c: Likewise.
2709         * io/test-stat.c: Likewise.
2710         * libio/test-fmemopen.c: Likewise.
2711         * libio/tst-freopen.c: Likewise.
2712         * libio/tst-sscanf.c: Likewise.
2713         * libio/tst-ungetwc1.c: Likewise.
2714         * libio/tst-ungetwc2.c: Likewise.
2715         * libio/tst-widetext.c: Likewise.
2716         * localedata/tst-ctype.c: Likewise.
2717         * localedata/tst-digits.c: Likewise.
2718         * localedata/tst-leaks.c: Likewise.
2719         * localedata/tst-mbswcs1.c: Likewise.
2720         * localedata/tst-mbswcs2.c: Likewise.
2721         * localedata/tst-mbswcs3.c: Likewise.
2722         * localedata/tst-mbswcs4.c: Likewise.
2723         * localedata/tst-mbswcs5.c: Likewise.
2724         * localedata/tst-setlocale.c: Likewise.
2725         * localedata/tst-trans.c: Likewise.
2726         * localedata/tst-wctype.c: Likewise.
2727         * localedata/tst-xlocale1.c: Likewise.
2728         * login/tst-grantpt.c: Likewise.
2729         * malloc/tst-calloc.c: Likewise.
2730         * malloc/tst-malloc.c: Likewise.
2731         * malloc/tst-mallocstate.c: Likewise.
2732         * malloc/tst-mcheck.c: Likewise.
2733         * malloc/tst-mtrace.c: Likewise.
2734         * malloc/tst-obstack.c: Likewise.
2735         * math/atest-exp2.c: Likewise.
2736         * math/atest-exp.c: Likewise.
2737         * math/atest-sincos.c: Likewise.
2738         * math/test-matherr.c: Likewise.
2739         * math/test-misc.c: Likewise.
2740         * math/test-powl.c: Likewise.
2741         * math/tst-definitions.c: Likewise.
2742         * misc/tst-dirname.c: Likewise.
2743         * misc/tst-efgcvt.c: Likewise.
2744         * misc/tst-fdset.c: Likewise.
2745         * misc/tst-hsearch.c: Likewise.
2746         * misc/tst-mntent2.c: Likewise.
2747         * nptl/tst-sem7.c: Likewise.
2748         * nptl/tst-sem8.c: Likewise.
2749         * nptl/tst-sem9.c: Likewise.
2750         * nss/test-netdb.c: Likewise.
2751         * posix/tst-fnmatch.c: Likewise.
2752         * posix/tst-getlogin.c: Likewise.
2753         * posix/tst-gnuglob.c: Likewise.
2754         * posix/tst-mmap.c: Likewise.
2755         * pwd/tst-getpw.c: Likewise.
2756         * resolv/tst-inet_ntop.c: Likewise.
2757         * rt/tst-timer.c: Likewise.
2758         * stdio-common/test-fseek.c: Likewise.
2759         * stdio-common/test-popen.c: Likewise.
2760         * stdio-common/test-vfprintf.c: Likewise.
2761         * stdio-common/tst-cookie.c: Likewise.
2762         * stdio-common/tst-fileno.c: Likewise.
2763         * stdio-common/tst-gets.c: Likewise.
2764         * stdio-common/tst-obprintf.c: Likewise.
2765         * stdio-common/tst-perror.c: Likewise.
2766         * stdio-common/tst-sprintf2.c: Likewise.
2767         * stdio-common/tst-sprintf3.c: Likewise.
2768         * stdio-common/tst-sprintf.c: Likewise.
2769         * stdio-common/tst-swprintf.c: Likewise.
2770         * stdio-common/tst-tmpnam.c: Likewise.
2771         * stdio-common/tst-unbputc.c: Likewise.
2772         * stdio-common/tst-wc-printf.c: Likewise.
2773         * stdlib/tst-environ.c: Likewise.
2774         * stdlib/tst-fmtmsg.c: Likewise.
2775         * stdlib/tst-limits.c: Likewise.
2776         * stdlib/tst-rand48-2.c: Likewise.
2777         * stdlib/tst-rand48.c: Likewise.
2778         * stdlib/tst-random2.c: Likewise.
2779         * stdlib/tst-random.c: Likewise.
2780         * stdlib/tst-strtol.c: Likewise.
2781         * stdlib/tst-strtoll.c: Likewise.
2782         * stdlib/tst-tls-atexit.c: Likewise.
2783         * stdlib/tst-xpg-basename.c: Likewise.
2784         * string/test-ffs.c: Likewise.
2785         * string/tst-bswap.c: Likewise.
2786         * string/tst-inlcall.c: Likewise.
2787         * string/tst-strtok.c: Likewise.
2788         * string/tst-strxfrm.c: Likewise.
2789         * sysdeps/x86_64/tst-audit10.c: Likewise.
2790         * sysdeps/x86_64/tst-audit3.c: Likewise.
2791         * sysdeps/x86_64/tst-audit4.c: Likewise.
2792         * sysdeps/x86_64/tst-audit5.c: Likewise.
2793         * time/tst-ftime_l.c: Likewise.
2794         * time/tst-getdate.c: Likewise.
2795         * time/tst-mktime3.c: Likewise.
2796         * time/tst-mktime.c: Likewise.
2797         * time/tst-posixtz.c: Likewise.
2798         * time/tst-strptime2.c: Likewise.
2799         * time/tst-strptime3.c: Likewise.
2800         * wcsmbs/tst-btowc.c: Likewise.
2801         * wcsmbs/tst-mbrtowc.c: Likewise.
2802         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2803         * wcsmbs/tst-wchar-h.c: Likewise.
2804         * wcsmbs/tst-wcpncpy.c: Likewise.
2805         * wcsmbs/tst-wcrtomb.c: Likewise.
2806         * wcsmbs/tst-wcsnlen.c: Likewise.
2807         * wcsmbs/tst-wcstof.c: Likewise.
2808
2809 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2810
2811         [BZ #14132]
2812         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2813         INTDEF.
2814         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2815         declaration.
2816         (_dl_mcount): Use rtld_hidden_proto.
2817         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2818         _dl_mcount.
2819         * elf/rtld.c (_rtld_global_ro): Likewise.
2820
2821         [BZ #14132]
2822         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2823         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2824         of _dl_init_internal.
2825         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2826         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2827         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2828         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2829         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2830         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2831         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2832         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2833         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2834         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2835         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2836         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2837         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2838         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2839         * sysdeps/tile/dl-start.S (_start): Likewise.
2840         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2841         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2842
2843         [BZ #14132]
2844         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2845         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2846         (rtld_progname): Make macro definition unconditional.
2847         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2848         INTDEF.
2849         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2850         (dl_main): Likewise.
2851         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2852         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2853         instead of _dl_argv_internal.
2854         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2855         __GI__dl_argv instead of INTUSE(_dl_argv).
2856         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2857         __GI__dl_argv instead of _dl_argv_internal.
2858
2859         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2860         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2861         macro.
2862         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2863         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2864         New macro.
2865         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2866         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2867         macro.
2868         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2869         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2870
2871 2014-11-04  Andreas Schwab  <schwab@suse.de>
2872
2873         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2874
2875 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2876
2877         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2878         mtvsrd instruction in binary form.
2879
2880 2014-11-03  Andreas Schwab  <schwab@suse.de>
2881
2882         [BZ #17522]
2883         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2884         for less than MB_LEN_MAX use a local buffer of that size.
2885         * libio/tst-fputws.c: New file.
2886         * libio/Makefile (tests): Add tst-fputws.
2887
2888 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2889
2890         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2891         the size of the fpu_fr.fpu_dregs[] array.
2892
2893 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2894
2895         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2896         (__nanosleep): Do not define as alias.
2897         (nanosleep): Define as alias of __nanosleep.
2898         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2899         __libc_nanosleep name.
2900
2901 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2902
2903         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2904         install.texi in comment.
2905
2906 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2907
2908         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2909         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2910         ... add here and use lwsync or sync ...
2911         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2912         ... and add here using lwsync.
2913
2914 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2915
2916         * elf/dl-machine-reject-phdr.h: New file.
2917         * elf/dl-load.c: #include that.
2918         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2919         if that returned true.
2920
2921 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2922
2923         [BZ #17496]
2924         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2925         gen-as-const-headers chunk.  Add a big scare comment after the last
2926         safe place to touch before-compile.
2927
2928 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2929
2930         * manual/install.texi (Tools for Compilation): Update autoconf
2931         version requirements.
2932         * INSTALL: Regenerated.
2933
2934         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2935         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2936         (__libc_pselect): Likewise.
2937
2938         [BZ #14138]
2939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2943
2944 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2945
2946         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2947         correct barrier instruction.
2948         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2949         Likewise.
2950         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2951         Likewise.
2952
2953 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2954
2955         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2956         after defining inlines.  Instead, just use parens to defeat macro
2957         expansion of __isctype in its declaration.
2958
2959 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2960
2961         * include/sys/uio.h (__libc_readv): Remove declaration.
2962         (__libc_writev): Likewise.
2963         * misc/readv.c (__libc_readv): Rename to __readv.
2964         (__readv): Do not define as alias.
2965         (readv): Define as alias of __readv.
2966         * misc/writev.c (__libc_writev): Rename to __writev.
2967         (__writev): Do not define as alias.
2968         (writev): Define as alias of __writev.
2969         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2970         (__readv): Do not define as alias.
2971         (readv): Define unconditionally as alias of __readv.
2972         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2973         (__writev): Do not define as alias.
2974         (writev): Define unconditionally as alias of __writev.
2975         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2976         name.
2977         (writev): Do not define __libc_writev name.
2978
2979 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2980
2981         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2982         (convert_charseq): New function, broken out of ...
2983         (use_from_charmap): ... here.  Call it.
2984         (use_to_charmap): Use convert_charseq and free instead of duplicating
2985         its code with a variable-length stack struct.
2986
2987 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2988
2989         * include/fcntl.h (__libc_creat): Remove declaration.
2990         * io/creat.c (__libc_creat): Rename to creat.
2991         (creat): Do not define as alias.
2992         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2993         of creat instead of __libc_creat.
2994         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2995         to creat.
2996         (creat): Do not define as alias.
2997         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2998         __libc_creat.
2999         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3000         __libc_creat name.
3001         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3002         Likewise.
3003
3004 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3005
3006         * manual/llio.texi: Add comments discussing why write() may be
3007         considered MT-unsafe on Linux.
3008
3009 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3010
3011         * dl-load.c (local_strdup): Remove.
3012         (expand_dynamic_string_token): Use __strdup.
3013         (decompose_rpath): Likewise.
3014         (_dl_map_object): Likewise.
3015
3016 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3017
3018         [BZ #14132]
3019         * sysdeps/generic/unwind-dw2-fde.c
3020         (__register_frame_info_bases_internal): Do not declare.
3021         (__register_frame_info_table_bases_internal): Likewise.
3022         (__deregister_frame_info_bases_internal): Likewise.
3023         (__register_frame_info_bases): Declare and use hidden_proto before
3024         definition.  Use hidden_def instead of INTDEF.
3025         (__register_frame_info_table_bases): Likewise.
3026         (__deregister_frame_info_bases): Likewise.
3027         (__register_frame_info): Do not use INTUSE.
3028         (__register_frame): Likewise.
3029         (__register_frame_info_table): Likewise.
3030         (__register_frame_table): Likewise.
3031         (__deregister_frame_info): Likewise.
3032         (__deregister_frame): Likewise.
3033
3034 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3035
3036         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3037         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3038         not undefine.
3039         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3040         Likewise.
3041         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3042         Likewise.
3043
3044 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3045
3046         [BZ #14138]
3047         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3048         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3049         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3050         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3051         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3052         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3053         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3054         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3055         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3056         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3057         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3058         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3059         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3060         syscall.
3061         (setfsuid): Likewise.
3062         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3063         (setfsuid): Likewise.
3064         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3065         (setfsuid): Likewise.
3066         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3067         Likewise.
3068         (setfsuid): Likewise.
3069         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3070         (setfsuid): Likewise.
3071         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3072         Likewise.
3073         (setfsuid): Likewise.
3074
3075 2014-10-27  Andreas Schwab  <schwab@suse.de>
3076
3077         [BZ #17501]
3078         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3079         check for Slow_SSE4_2 feature bit.
3080         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3081         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3082         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3083         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3084
3085 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3086
3087         * configure.ac: Validate compiler version with a empirical test of
3088         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3089         $CC -v output.
3090         * configure: Regenerated.
3091
3092         * inet/htons.c (htons): Prototypify.
3093         * inet/htonl.c (htonl): Likewise.
3094
3095 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3096
3097         * string/strncat.c (strncat): Improve performance by using strlen.
3098
3099 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3100
3101         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3102
3103 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3104
3105         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3106         Call libc_fetestexcept_aarch64.
3107
3108 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3109
3110         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3111         Call libc_feholdexcept_aarch64.
3112
3113 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3114
3115         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3116         Call get_rounding_mode.
3117
3118 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3119
3120         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3121         Simplify logic.
3122
3123 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3124
3125         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3126         Simplify logic.
3127
3128 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3129
3130         [BZ #14138]
3131         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3132         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3133         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3134         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3135         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3136         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3137         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3138         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3139         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3140         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3141         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3142         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3143         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3144         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3145         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3146         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3147         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3148         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3149         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3150         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3151         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3152         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3153         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3154         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3155         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3156         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3157         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3158         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3159         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3160         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3161         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3162         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3163         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3164         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3165         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3166         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3167         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3168         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3169         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3170         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3171         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3172         syscall.
3173         (geteuid): Likewise.
3174         (getgid): Likewise.
3175         (getuid): Likewise.
3176         (getresgid): Likewise.
3177         (getresuid): Likewise.
3178         (getgroups): Likewise.
3179         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3180         (geteuid): Likewise.
3181         (getgid): Likewise.
3182         (getuid): Likewise.
3183         (getresgid): Likewise.
3184         (getresuid): Likewise.
3185         (getgroups): Likewise.
3186         * sysdeps/unix/sysv/linux/m68k/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/s390/s390-32/syscalls.list (getegid):
3194         Likewise.
3195         (geteuid): Likewise.
3196         (getgid): Likewise.
3197         (getuid): Likewise.
3198         (getresgid): Likewise.
3199         (getresuid): Likewise.
3200         (getgroups): Likewise.
3201         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3202         (geteuid): Likewise.
3203         (getgid): Likewise.
3204         (getuid): Likewise.
3205         (getresgid): Likewise.
3206         (getresuid): Likewise.
3207         (getgroups): Likewise.
3208         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3209         Likewise.
3210         (geteuid): Likewise.
3211         (getgid): Likewise.
3212         (getuid): Likewise.
3213         (getgroups): Likewise.
3214
3215         [BZ #14138]
3216         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3217         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3218         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3219         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3220         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3221         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3222         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3223         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3224         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3225         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3226         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3227         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3228         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3229         __chown.
3230         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3231         (lchown): Likewise.
3232         (fchown): Likewise.
3233         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3234         Likewise.
3235         (lchown): Likewise.
3236         (fchown): Likewise.
3237         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3238         (lchown): Likewise.
3239         (fchown): Likewise.
3240         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3241         Likewise.
3242         (lchown): Likewise.
3243         (fchown): Likewise.
3244
3245 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3246
3247         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3248         Simplify logic.
3249
3250 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3251
3252         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3253         Cleanup logic.
3254
3255 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3256
3257         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3258         Remove unused include.
3259
3260 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3261
3262         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3263         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3264         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3265         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3266
3267 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3268             Helge Deller <deller@gmx.de>
3269
3270         [BZ #17508]
3271         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3272         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3273         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3274
3275 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3276
3277         [BZ #14132]
3278         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3279         Remove macro definition.
3280         (__ashrdi3_v_glibc20): Likewise.
3281         (__lshrdi3_v_glibc20): Likewise.
3282         (__cmpdi2_v_glibc20): Likewise.
3283         (__ucmpdi2_v_glibc20): Likewise.
3284         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3285         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3286         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3287         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3288         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3289         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3290
3291 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3292
3293         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3294         old GNU extension [0] syntax.
3295         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3296         alloca rather than an array member with variable length.
3297         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3298         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3299         (parse_opt): ... here.  Likewise use alloca there.
3300         Validate the -i argument before checking for rootness.
3301         (send_shutdown): New function, broken out of ...
3302         (parse_opt): ... here.
3303
3304 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3305
3306         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3307         macro to get at the _rt_local_ro field.
3308         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3309         ([PIC] case) or _dl_hwcap ([!PIC] case).
3310         * sysdeps/arm/setjmp.S: Likewise.
3311
3312         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3313         * sysdeps/arm/configure.ac: New check to define it.
3314         * sysdeps/arm/configure: Regenerated.
3315         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3316         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3317         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3318         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3319         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3320         Use move/movt pair instead of a load.
3321         (LDST_GLOBAL): Macro removed.
3322         (LDR_GLOBAL): New macro replaces it.
3323         (LDR_HIDDEN): New macro.
3324         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3325         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3326
3327         * setjmp/tst-setjmp-static.c: New file.
3328         * setjmp/Makefile (tests): Add it.
3329         (tests-static): New variable.
3330
3331 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3332
3333         [BZ #17485]
3334         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3335
3336 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3337
3338         [BZ #14132]
3339         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3340
3341 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3342
3343         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3344
3345 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3346
3347         * io/fts.c (dirent_not_directory): New function.
3348         (fts_build): Call it.
3349
3350 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3351
3352         * nptl/version.c (__nptl_main): Use normal __write rather than
3353         INTERNAL_SYSCALL.
3354         (banner): Update copyright years.
3355
3356         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3357         gettimeofday.
3358         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3359         * nptl/pthread_cond_timedwait.c: Likewise.
3360         * nptl/pthread_mutex_timedlock.c: Likewise.
3361         * nptl/sem_timedwait.c: Likewise.
3362
3363         * sysdeps/nptl/bits/libc-lock.h
3364         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3365         (__libc_lock_init_recursive): Return void, not 0.
3366         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3367         (__libc_rwlock_init): Likewise.
3368         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3369
3370 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3371
3372         [BZ #15215]
3373         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3374         (__pthread_once_slow): ... here.
3375         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3376         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3377
3378 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3379
3380         [BZ #15215]
3381         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3382         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3383         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3384         * nptl/pthread_once.c (__pthread_once): Likewise.
3385         Update comments.
3386
3387 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3388
3389         [BZ #14138]
3390         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3391         name.
3392         (writev): Use __libc_writev as strong name.
3393         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3394         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3395
3396 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3397
3398         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3399
3400         * sysdeps/i386/nptl/tls.h
3401         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3402         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3403         New macros.
3404         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3405         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3406         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3407         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3408         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3409         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3410
3411         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3412         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3413         on [__NR_futex].
3414         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3415         broken out of ...
3416         (__pthread_mutex_init): ... here.  Call it.
3417         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3418         Conditionalize PI cases on [__NR_futex].
3419         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3420         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3421         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3422
3423         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3424         conditional on [SIGSETXID].
3425         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3426         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3427         is defined.  Likewise for SIGSETXID.
3428         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3429         Conditionalize definitions on [SIGSETXID].
3430         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3431         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3432         unblocking on [SIGCANCEL].
3433
3434         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3435         [__NR_set_robust_list].
3436
3437 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3438
3439         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3440         (do_compare): Likewise.
3441
3442 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3443
3444         [BZ #15884]
3445         * string/strcoll_l.c: Don't include stdio.h.
3446         (coll_seq): Remove members idxarr and rulearr.
3447         (get_next_seq_cached): Remove function.
3448         (get_next_seq): Likewise.
3449         (get_next_seq_nocache): Rename to get_next_seq.
3450         (do_compare): Remove function.
3451         (do_compare_nocache): Rename to do_compare.
3452         (STRCOLL): Remove weight and rules cache.
3453
3454 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3455
3456         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3457         * sysdeps/arm/sfp-machine.h: ... to here.
3458         * sysdeps/arm/Implies: Remove arm/soft-fp.
3459
3460 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3461
3462         * conform/data/sys/utsname.h-data (*_t): Allow.
3463         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3464         [POSIX] (WEXITED): Do not expect constant.
3465         [POSIX] (WSTOPPED): Likewise.
3466         [POSIX] (WNOHANG): Likewise.
3467         [POSIX] (WNOWAIT): Likewise.
3468         [POSIX] (siginfo_t): Do not expect type or elements.
3469         [POSIX] (pid_t): Do not expect type.
3470         [POSIX] (signal.h): Do not allow header.
3471         [POSIX] (sys/resource.h): Likewise.
3472         [POSIX] (si_*): Do not allow pattern.
3473         [POSIX] (W*): Likewise.
3474         [POSIX] (P_*): Likewise.
3475         [POSIX] (BUS_*): Likewise.
3476         [POSIX] (CLD_*): Likewise.
3477         [POSIX] (FPE_*): Likewise.
3478         [POSIX] (ILL_*): Likewise.
3479         [POSIX] (POLL_*): Likewise.
3480         [POSIX] (SEGV_*): Likewise.
3481         [POSIX] (SI_*): Likewise.
3482         [POSIX] (TRAP_*): Likewise.
3483         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3484         variable.
3485
3486 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3487
3488         [BZ #12926]
3489         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3490         infinite loop when __recvmsg returns 0.
3491
3492 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3493
3494         * CANCEL-FCT-WAIVE: Remove file.
3495         * CANCEL-FILE-WAIVE: Likewise.
3496
3497         [BZ #14132]
3498         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3499         instead of INTVARDEF.
3500         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3501         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3502         rtld_hidden_data_def instead of INTVARDEF.
3503         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3504         * elf/dl-deps.c (expand_dst): Likewise.
3505         * elf/dl-load.c (_dl_dst_count): Likewise.
3506         (_dl_dst_substitute): Likewise.
3507         (decompose_rpath): Likewise.
3508         (_dl_init_paths): Likewise.
3509         (open_path): Likewise.
3510         (_dl_map_object): Likewise.
3511         * elf/rtld.c (dl_main): Likewise.
3512         (process_dl_audit): Likewise.
3513         (process_envvars): Likewise.
3514         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3515         Remove declaration.
3516         (__libc_enable_secure): Use rtld_hidden_proto.
3517
3518 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3519
3520         * elf/dl-load.c
3521         (add_path): New function broken out of _dl_rtld_di_serinfo.
3522         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3523
3524 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3525
3526         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3527         parentheses around macro arguments.
3528         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3529         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3530         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3531         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3532         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3533         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3534         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3535         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3536         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3537         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3538         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3539         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3540         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3541         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3542         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3543         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3544         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3545         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3546         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3547         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3548         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3549         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3550         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3551         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3552         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3553         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3554         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3555         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3556         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3557         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3558         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3559         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3560         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3561         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3562         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3563         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3564         Likewise.
3565         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3566         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3567         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3568         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3569         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3570         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3571         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3572         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3573         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3574         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3575         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3576         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3577         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3578         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3579         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3580         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3581         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3582         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3583         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3584         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3585         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3586         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3587         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3588         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3589         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3590         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3591         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3592         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3593         (_FP_FRAC_SRS_1): Likewise.
3594         (_FP_FRAC_CLZ_1): Likewise.
3595         (_FP_MUL_MEAT_1_imm): Likewise.
3596         (_FP_MUL_MEAT_1_wide): Likewise.
3597         (_FP_MUL_MEAT_1_hard): Likewise.
3598         (_FP_SQRT_MEAT_1): Likewise.
3599         (_FP_FRAC_ASSEMBLE_1): Likewise.
3600         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3601         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3602         (__FP_CLZ_2): Likewise.
3603         (_FP_MUL_MEAT_2_wide): Likewise.
3604         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3605         (_FP_MUL_MEAT_2_gmp): Likewise.
3606         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3607         (_FP_SQRT_MEAT_2): Likewise.
3608         (_FP_FRAC_ASSEMBLE_2): Likewise.
3609         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3610         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3611         (_FP_FRAC_CLZ_4): Likewise.
3612         (_FP_MUL_MEAT_4_wide): Likewise.
3613         (_FP_MUL_MEAT_4_gmp): Likewise.
3614         (_FP_SQRT_MEAT_4): Likewise.
3615         (_FP_FRAC_ASSEMBLE_4): Likewise.
3616         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3617         * soft-fp/op-common.h (_FP_CMP): Likewise.
3618         (_FP_CMP_EQ): Likewise.
3619         (_FP_CMP_UNORD): Likewise.
3620         (_FP_TO_INT): Likewise.
3621         (_FP_FROM_INT): Likewise.
3622         [!__FP_CLZ] (__FP_CLZ): Likewise.
3623         (_FP_DIV_HELP_imm): Likewise.
3624         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3625         Likewise.
3626         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3627         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3628         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3629         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3630         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3631         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3632         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3633         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3634         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3635         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3636         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3637         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3638         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3639         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3640         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3641         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3642         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3643         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3644         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3645         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3646         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3647         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3648         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3649         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3650         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3651         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3652         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3653         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3654         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3655         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3656         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3657         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3658         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3659         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3660         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3661         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3662         (FP_UNPACK_RAW_SP): Likewise.
3663         (FP_PACK_RAW_S): Likewise.
3664         (FP_PACK_RAW_SP): Likewise.
3665         (FP_UNPACK_S): Likewise.
3666         (FP_UNPACK_SP): Likewise.
3667         (FP_UNPACK_SEMIRAW_S): Likewise.
3668         (FP_UNPACK_SEMIRAW_SP): Likewise.
3669         (FP_PACK_S): Likewise.
3670         (FP_PACK_SP): Likewise.
3671         (FP_PACK_SEMIRAW_S): Likewise.
3672         (FP_PACK_SEMIRAW_SP): Likewise.
3673         (_FP_SQRT_MEAT_S): Likewise.
3674         (FP_CMP_S): Likewise.
3675         (FP_CMP_EQ_S): Likewise.
3676         (FP_CMP_UNORD_S): Likewise.
3677         (FP_TO_INT_S): Likewise.
3678         (FP_FROM_INT_S): Likewise.
3679
3680         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3681
3682         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3683         (FP_EX_INVALID_IMZ): Likewise.
3684         (FP_EX_INVALID_IMZ_FMA): Likewise.
3685         (FP_EX_INVALID_ISI): Likewise.
3686         (FP_EX_INVALID_ZDZ): Likewise.
3687         (FP_EX_INVALID_IDI): Likewise.
3688         (FP_EX_INVALID_SQRT): Likewise.
3689         (FP_EX_INVALID_CVI): Likewise.
3690         (FP_EX_INVALID_VC): Likewise.
3691         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3692         "invalid" exceptions.
3693         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3694         (_FP_ADD_INTERNAL): Likewise.
3695         (_FP_MUL): Likewise.
3696         (_FP_FMA): Likewise.
3697         (_FP_DIV): Likewise.
3698         (_FP_CMP_CHECK_NAN): Likewise.
3699         (_FP_SQRT): Likewise.
3700         (_FP_TO_INT): Likewise.
3701         (FP_EXTEND): Likewise.
3702
3703 2014-10-09  Allan McRae  <allan@archlinux.org>
3704
3705         * po/fr.po: Update French translation from translation project.
3706
3707 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3708
3709         [BZ #14132]
3710         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3711         of INTDEF.
3712         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3713         (__cxa_atexit): Use libc_hidden_proto.
3714         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3715
3716         [BZ #14132]
3717         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3718         declaration.
3719         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3720         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3721         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3722         [!_ISOMAC] (__iswctype_internal): Likewise.
3723         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3724         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3725         alias.
3726         (fcntl): Remove __fcntl_internal alias.
3727         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3728         __connect_internal alias.
3729         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3730         Likewise.
3731
3732         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3733         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3734         FP_DENORM_ZERO.
3735         (_FP_CHECK_FLUSH_ZERO): New macro.
3736         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3737         (_FP_CMP): Likewise.
3738         (_FP_CMP_EQ): Likewise.
3739         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3740         FP_DENORM_ZERO.
3741         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3742         (FP_TRUNC): Likewise.
3743
3744         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3745         treated as invalid conversion, not as normal exponent.
3746
3747         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3748         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3749         (_FP_CMP_EQ): Likewise.
3750         (_FP_CMP_UNORD): Likewise.
3751         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3752         (FP_CMP_EQ_D): Likewise.
3753         (FP_CMP_UNORD_D): Likewise.
3754         * soft-fp/extended.h (FP_CMP_E): Likewise.
3755         (FP_CMP_EQ_E): Likewise.
3756         (FP_CMP_UNORD_E): Likewise.
3757         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3758         (FP_CMP_EQ_Q): Likewise.
3759         (FP_CMP_UNORD_Q): Likewise.
3760         * soft-fp/single.h (FP_CMP_S): Likewise.
3761         (FP_CMP_EQ_S): Likewise.
3762         (FP_CMP_UNORD_S): Likewise.
3763         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3764         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3765         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3766         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3767         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3768         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3769         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3770         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3771         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3772         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3773         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3774         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3775         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3776         to FP_CMP_Q.
3777         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3778         FP_CMP_Q.
3779         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3780         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3781         FP_CMP_EQ_Q.
3782         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3783         FP_CMP_Q.
3784         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3785         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3786         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3787         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3788         FP_CMP_EQ_Q.
3789         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3790         FP_CMP_Q.
3791         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3792         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3793         FP_CMP_EQ_Q.
3794         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3795         FP_CMP_Q.
3796         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3797         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3798         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3799         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3800         FP_CMP_EQ_Q.
3801
3802         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3803         a subnormal result, set the underflow exception if trapping on
3804         underflow is enabled.
3805         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3806         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3807         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3808         redefine to 0.
3809         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3810         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3811         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3812         * soft-fp/extendxftf2.c (__extendxftf2): Use
3813         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3814
3815         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3816         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3817         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3818         FP_HANDLE_EXCEPTIONS.
3819         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3820         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3821         FP_HANDLE_EXCEPTIONS.
3822         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3823         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3824         FP_HANDLE_EXCEPTIONS.
3825         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3826         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3827         FP_HANDLE_EXCEPTIONS.
3828
3829 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3830
3831         [BZ #14132]
3832         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3833         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3834         use INTUSE.
3835         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3836         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3837         Remove alias.
3838         (__adjtimex): Define using libc_hidden_ver.
3839         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3840         Remove declaration.
3841         (ntp_gettime): Call __adjtimex directly.
3842         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3843         Remove declaration.
3844         (ntp_gettimex): Call __adjtimex directly.
3845         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3846         __adjtimex_internal alias.
3847
3848 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3849
3850         [BZ #17460]
3851         * nscd/nscd.c (more_help): Rewrite list of tables collection
3852         using xstrdup and asprintf.
3853
3854         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3855
3856 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3857             Roland McGrath  <roland@hack.frob.com>
3858
3859         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3860         (do_lookup_unique): ... local function 'enter' here; update callers.
3861
3862 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3863
3864         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3865         compat_symbol calls on [SHARED].
3866         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3867         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3868         Remove.
3869         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3870         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3871         (oldsetrlimit): Remove.
3872         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3874         (lchown): New syscall entry.
3875         (oldsetrlimit): Remove.
3876         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3877         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3878         (oldsetrlimit): Remove.
3879         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3880
3881         [BZ #14138]
3882         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3883         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3884         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3885         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3886         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3887         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3888         (fchown): Likewise.
3889         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3890         (fchown): Likewise.
3891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3892         Likewise.
3893
3894 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3895
3896         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3897         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3898         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3899         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3900         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3901         Likewise.
3902         (__old_sem_post): Likewise.
3903
3904 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3905
3906         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3907         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3908         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3909         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3910         Use INLINE_VSYSCALL macro.
3911         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3912         __vdso_clock_gettime.
3913         * sysdeps/unix/sysv/linux/tile/init-first.c
3914         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3915         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3916         __vdso_clock_gettime.
3917
3918         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3919         to set up frame more cleanly.
3920
3921         * sysdeps/tile/memcmp.c: New file.
3922
3923         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3924
3925         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3926         * sysdeps/tile/tilegx/strcasestr.c: New file.
3927         * sysdeps/tile/tilegx/strnlen.c: New file.
3928         * sysdeps/tile/tilegx/strstr.c: New file.
3929
3930         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3931
3932 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3933
3934         * nptl/tst-setuid3.c: Write errors to stdout.
3935
3936 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3937
3938         * elf/dl-deps.c
3939         (preload): New functions broken out of _dl_map_object_deps.
3940         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3941
3942 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3943
3944         [BZ #14138]
3945         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3946         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3947
3948 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3949
3950         * sysdeps/mips/strcmp.S: New.
3951
3952 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3953
3954         [BZ #14138]
3955         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3956         (linkat): Likewise.
3957         (mkdirat): Likewise.
3958         (readlinkat): Likewise.
3959         (renameat): Likewise.
3960         (symlinkat): Likewise.
3961         (unlinkat): Likewise.
3962         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3963         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3964         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3965         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3966         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3967         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3968         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3969
3970 2014-09-30  Will Newton  <will.newton@linaro.org>
3971
3972         * math/math.h: Define long double math functions if
3973         _LIBC_TEST is defined.
3974         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3975
3976         * localedata/Makefile: Move assignment to tests-special
3977         into an ifdef testing run-built-tests.
3978         * timezone/Makefile: Likewise.
3979
3980 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3981
3982         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3983         with $(BASH) not $(SHELL).
3984
3985 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3986             Matthew LeGendre  <legendre1@llnl.gov>
3987
3988         [BZ #17411]
3989         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3990         l_reloc_result.
3991
3992 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3993
3994         * stdio-common/printf_fp.c
3995         (hack_digit): New function, broken out of ...
3996         (__printf_fp): ... local function here.  Update call sites.
3997         hack_digit now takes an additional parameter that is a pointer
3998         to a struct of the referenced locals.  Those locals moved inside
3999         the struct and references updated.
4000
4001 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4002
4003         * aclocal.m4: Require autoconf 2.69.
4004         * configure: Regenerated.
4005         * sysdeps/aarch64/configure: Likewise.
4006         * sysdeps/alpha/configure: Likewise.
4007         * sysdeps/arm/armv7/configure: Likewise.
4008         * sysdeps/arm/configure: Likewise.
4009         * sysdeps/ia64/configure: Likewise.
4010         * sysdeps/mach/configure: Likewise.
4011         * sysdeps/mips/configure: Likewise.
4012         * sysdeps/s390/configure: Likewise.
4013         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4015
4016         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4017         file.
4018         * sysdeps/ia64/configure.ac: Likewise.
4019
4020 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4021
4022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4023         specify symbol version for ld.so.  Do not include entry for
4024         libpthread.
4025         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4026         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4027         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4028
4029         [BZ #14171]
4030         * Makeconfig [$(build-shared) = yes]
4031         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4032         makefiles.
4033         [$(build-shared) = yes && $(soversions.mk-done) = t]
4034         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4035         [$(build-shared) = yes && $(soversions.mk-done) = t]
4036         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4037         to Makerules.
4038         [$(build-shared) = yes && $(soversions.mk-done) = t]
4039         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4040         here.
4041         [$(build-shared) = yes && $(soversions.mk-done) = t]
4042         (common-generated): Don't append gnu/lib-names.h and
4043         gnu/lib-names.stmp here.
4044         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4045         (lib-names-h-abi): New variable.
4046         [$(build-shared) = yes && $(soversions.mk-done) = t]
4047         (lib-names-stmp-abi): Likewise.
4048         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4049         abi-variants] (before-compile): Append
4050         $(common-objpfx)$(lib-names-h-abi).
4051         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4052         abi-variants] (common-generated): Append gnu/lib-names.h.
4053         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4054         abi-variants] (install-others-nosubdir): Depend on
4055         $(inst_includedir)/$(lib-names-h-abi).
4056         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4057         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4058         [$(build-shared) = yes && $(soversions.mk-done) = t]
4059         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4060         [$(build-shared) = yes && $(soversions.mk-done) = t]
4061         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4062         [$(build-shared) = yes && $(soversions.mk-done) = t]
4063         (common-generated): Append $(lib-names-h-abi) and
4064         $(lib-names-stmp-abi).
4065         * scripts/lib-names.awk: Do not handle multi being set.
4066         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4067         Remove variable.
4068         (abi-lp64_be-ld-soname): Likewise.
4069         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4070         Likewise.
4071         (abi-hard-ld-soname): Likewise.
4072         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4073         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4074         Remove variable.
4075         (abi-o32_hard-ld-soname): Likewise.
4076         (abi-o32_soft_2008-ld-soname): Likewise.
4077         (abi-o32_hard_2008-ld-soname): Likewise.
4078         (abi-n32_soft-ld-soname): Likewise.
4079         (abi-n32_hard-ld-soname): Likewise.
4080         (abi-n32_soft_2008-ld-soname): Likewise.
4081         (abi-n32_hard_2008-ld-soname): Likewise.
4082         (abi-n64_soft-ld-soname): Likewise.
4083         (abi-n64_hard-ld-soname): Likewise.
4084         (abi-n64_soft_2008-ld-soname): Likewise.
4085         (abi-n64_hard_2008-ld-soname): Likewise.
4086         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4087         Likewise.
4088         (abi-64-v2-ld-soname): Likewise.
4089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4090         ld.so entries.
4091         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4092         variable.
4093         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4094         entry.
4095         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4096         variable.
4097         (abi-64-ld-soname): Likewise.
4098         (abi-x32-ld-soname): Likewise.
4099         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4100         entry.
4101         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4102
4103 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4104
4105         [BZ #14138]
4106         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4107         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4108         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4109         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4110         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4111         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4112         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4113         syscall entry for GLIBC_2.2 symbol version.
4114         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4115         Likewise.
4116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4117         (setrlimit): Likewise.
4118         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4119         Likewise.
4120
4121 2014-09-23  Will Newton  <will.newton@linaro.org>
4122
4123         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4124         _LINUX_ARM_SYSDEP_H include guard too.
4125         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4126         define.
4127
4128 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4129
4130         * sysdeps/unix/sysv/linux/eventfd.c:
4131         Make first argument unsigned.
4132         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4133         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4134
4135 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4136
4137         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4138         * socket/sys/socket.h: Likewise
4139         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4140
4141 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4142
4143         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4144
4145 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4146
4147         * time/tst-ftime.c: New test.
4148         * time/Makefile (tests): Add tst-ftime.
4149
4150 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4151
4152         * soft-fp/extended.h: Fix comment formatting.
4153         * soft-fp/op-1.h: Likewise.
4154         * soft-fp/op-2.h: Likewise.
4155         * soft-fp/op-4.h: Likewise.
4156         * soft-fp/op-8.h: Likewise.
4157         * soft-fp/op-common.h: Likewise.
4158         * soft-fp/soft-fp.h: Likewise.
4159
4160         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4161
4162 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4163
4164         [BZ #6652]
4165         * Makeconfig (soversions-default-setname): Remove variable.
4166         ($(common-objpfx)soversions.i): Don't pass default_setname to
4167         soversions.awk.
4168         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4169         oldest_abi to abi-versions.awk.
4170         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4171         * config.make.in (oldest-abi): Remove variable.
4172         * configure.ac (--enable-oldest-abi): Remove configure option.
4173         * configure: Regenerated.
4174         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4175         text.
4176         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4177         * scripts/soversions.awk: Do not handle default_setname variable.
4178         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4179         variable.
4180         * sysdeps/mach/hurd/configure: Regenerated.
4181         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4182         variable.
4183         * sysdeps/unix/sysv/linux/configure: Regenerated.
4184
4185 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4186
4187         * elf/Makefile (CFLAGS-interp.c): Remove.
4188         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4189         path string.
4190         * elf/interp.c: Include generated runtime-linker.h
4191
4192         * Makerules (lib%.so): Don't include $(+interp) in
4193         prerequisites.
4194         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4195         * dlfcn/eval.c: Remove file.
4196
4197         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4198         macros.
4199
4200         [BZ #17266]
4201         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4202         4.2 and newer.
4203
4204         [BZ #17370]
4205         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4206
4207 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4208             Jakub Jelinek  <jakub@redhat.com>
4209
4210         [BZ #17266]
4211         * libio/stdio.h: Check definition of __fortify_function
4212         instead of __extern_always_inline to include bits/stdio2.h.
4213         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4214         check if __extern_always_inline is defined.
4215         [__USE_MISC || __USE_XOPEN]: Likewise.
4216         [__USE_ISOC99] Likewise.
4217         * misc/sys/cdefs.h (__fortify_function): Define only if
4218         __extern_always_inline is defined.
4219         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4220         __extern_always_inline and __extern_inline only for g++-4.3
4221         and newer or a compatible gcc.
4222
4223 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4224
4225         [BZ #17371]
4226         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4227         last change to handle zero prefix length.
4228
4229 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4230
4231         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4232         _SC_REGEX_VERSION.
4233
4234         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4235         _POSIX_RAW_SOCKETS.
4236
4237 2014-09-13  Allan McRae  <allan@archlinux.org>
4238
4239         * po/ru.po: Update Russian translation from translation project.
4240
4241 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4242
4243         * locale/programs/locale.c (show_locale_vars): Inline local function
4244         into its sole call site.  Clean up some style nits.
4245         (print_item): New function, broken out of ...
4246         (show_info): ... local function here.  Clean up style nits.
4247
4248         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4249         out of ...
4250         (set_class_defaults): ... local function set_default here.
4251         Define set_default as a macro locally to pass constant parameters.
4252         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4253         rather than a shared local.
4254
4255         * stdlib/rpmatch.c (try): New function, broken out of ...
4256         (rpmatch): ... local function here.  Also, prototypify definition.
4257
4258 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4259
4260         * scripts/soversions.awk: Do not handle configuration names.
4261         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4262         vendor and os variables to soversions.awk.
4263         * configure.ac: Do not modify gnu-* host_os.
4264         * configure: Regenerated
4265         * shlib-versions: Remove first column with configuration names.
4266         * nptl/shlib-versions: Likewise.
4267         * nptl_db/shlib-versions: Likewise.
4268         * sysdeps/hppa/shlib-versions: Likewise.
4269         * sysdeps/m68k/shlib-versions: Likewise.
4270         * sysdeps/mach/hurd/shlib-versions: Likewise.
4271         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4272         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4273         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4274         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4275         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4276         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4277         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4278         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4280         Likewise.
4281         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4282         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4283         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4284         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4285         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4286         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4287         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4288         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4289
4290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4291         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4293         Regenerated.
4294         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4296         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4297
4298         * shlib-versions: Remove OS-specific entries.  Moved to files in
4299         sysdeps.
4300         * sysdeps/mach/hurd/shlib-versions: New file.
4301         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4302
4303         * nptl/shlib-versions: Remove architecture-specific entries.
4304         Moved to files in sysdeps.
4305         * shlib-versions: Likewise.
4306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4307         file.
4308         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4309         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4310         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4311         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4312
4313         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4314         (UDP_NO_CHECK6_RX): Likewise.
4315
4316 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4317
4318         * sysdeps/posix/sysconf.c (__sysconf): Spell
4319         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4320
4321 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4322
4323         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4324         loading.
4325         * iconv/Versions (__gconv_transliterate): Export for use from
4326         gconv modules.
4327         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4328         (struct __gconv_trans_data, __gconv_trans_fct,
4329         __gconv_trans_context_fct, __gconv_trans_query_fct,
4330         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4331         definitions.
4332         (struct __gconv_step_data): Remove __trans member.
4333         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4334         longer hidden.  Remove unused trans_data argument.
4335         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4336         (__gconv_translit_find): Remove declaration.
4337         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4338         prototype.
4339         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4340         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4341         trans_data argument.  Add hidden definition.
4342         (__gconv_translit_find): Remove.
4343         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4344         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4345         * iconv/skeleton.c: Remove transliteration initialization.
4346         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4347         __gconv_step_data initialization.
4348         * libio/iofwide.c (__libio_translit_): Remove.
4349         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4350         * wcsmbs/btowc.c (__btowc): Likewise.
4351         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4352         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4353         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4354         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4355         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4356         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4357         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4358         * wcsmbs/wctob.c (wctob): Likewise.
4359
4360 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4361
4362         [BZ #16194]
4363         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4364         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4365         register usage.
4366         * sysdeps/x86/Makefile: Adjust.
4367
4368 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4369             Roland McGrath  <roland@hack.frob.com>
4370
4371         * locale/weight.h: Add include guard.
4372         (findidx): Make static rather than auto; take new parameters
4373         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4374         * locale/weightwc.h: Likewise.
4375         * posix/fnmatch_loop.c
4376         (FCT): Change type of EXTRA from int32_t to wint_t.
4377         Don't include either header inside the function.
4378         Call FINDIDX rather than findidx, and pass new arguments.
4379         #undef FINDIDX at the end of the file.
4380         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4381         FINDIDX before including fnmatch_loop.c for the non-wide version.
4382         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4383         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4384         for the wide version.
4385         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4386         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4387         Pass new arguments to findidx.
4388         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4389         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4390         Don't #include it inside the function.  Pass new arguments to findidx.
4391         * posix/regex_internal.h
4392         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4393         (re_string_elem_size_at): Don't #include it inside the function.
4394         Pass new arguments to findidx.
4395         * string/strcoll_l.c: #include WEIGHT_H at top level.
4396         (get_next_seq): Don't #include it inside the function.
4397         Pass new arguments to findidx.
4398         (get_next_seq_nocache): Likewise.
4399         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4400         (STRXFRM): Don't #include it inside the function.
4401         Pass new arguments to findidx.
4402
4403 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4404
4405         [BZ #17344]
4406         * malloc/malloc.c (unlink): Turn asserts into a call to
4407         malloc_printerr.
4408
4409 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4410
4411         [BZ #17370]
4412         * libio/wfileops (do_ftell_wide): Free OUT.
4413
4414 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4415
4416         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4417
4418 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4419
4420         [BZ #17363]
4421         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4422         group if the current group is empty.
4423
4424 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4425
4426         * benchtests/bench-memset.c (test_main): Add more test from size
4427         from 32 to 512 bytes.
4428         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4429         Add POWER8 memset object.
4430         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4431         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4432         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4433         implementation.
4434         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4435         Likewise.
4436         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4437         multiarch POWER8 memset optimization.
4438         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4439         POWER8 memset optimization.
4440
4441         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4442         Remove bzero multiarch objects.
4443         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4444         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4445         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4446         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4447         Remove define.
4448         [__bzero]: Redefine to specific name.
4449         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4450         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4451         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4452         define.
4453         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4454         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4455
4456 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4457
4458         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4459         warnings into errors.
4460
4461         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4462         __cxa_thread_atexit_impl prototype.
4463
4464 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4465
4466         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4467         Fix capitalization of error message.
4468
4469 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4470
4471         * sysdeps/mips/preconfigure: Modify ABI tests.
4472
4473 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4474
4475         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4476
4477 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4478             Carlos O'Donell  <carlos@systemhalted.org>
4479
4480         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4481         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4482         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4483         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4484         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4485         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4486         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4487         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4488         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4489         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4490         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4491         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4492         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4493         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4494         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4495         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4496         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4497         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4498         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4499         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4500         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4501         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4502         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4503         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4504         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4505         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4506         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4507         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4508         Deconditionalize the code that was previously under [RESET_PID].
4509         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4510         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4511         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4512         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4513         include sysdep.h.
4514
4515 2014-09-08  Allan McRae  <allan@archlinux.org>
4516
4517         * version.h (RELEASE): Set to "development".
4518         (VERSION): Set to "2.20.90"
4519
4520 2014-09-07  Allan McRae  <allan@archlinux.org
4521
4522         * version.h (RELEASE): Set to "stable".
4523         (VERSION): Set to "2.20"
4524         * include/features.h (__GLIBC_MINOR__): Set to 20.
4525
4526         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4527         Liebler.
4528
4529         * po/ko.po: Update Korean translation from translation project.
4530
4531 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4532
4533         [BZ #17354]
4534         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4535         macro for handling signed relocations.
4536
4537 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4538
4539         [BZ #17325]
4540         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4541         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4542         assert.
4543         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4544         * iconvdata/ibm935.c (BODY): Likewise.
4545         * iconvdata/ibm937.c (BODY): Likewise.
4546         * iconvdata/ibm939.c (BODY): Likewise.
4547         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4548         assert.
4549         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4550         script.
4551         * iconvdata/run-iconv-test.sh: New test loop for checking for
4552         decoder crashers.
4553
4554 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4555
4556         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4557         libm_hidden_ver.
4558
4559 2014-09-01  Allan McRae  <allan@archlinux.org>
4560
4561         * po/eo.po: Update Esperanto translation from translation project.
4562
4563         * po/ca.po: Update Catalan translation from translation project.
4564
4565 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4566
4567         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4568         __proc_dostop call.
4569
4570 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4571
4572         [BZ #17319]
4573         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4574         to call set_thread_area instead of hand written asm.
4575         (__NR_set_thread_area): Removed define.
4576         (TLS_FLAG_WRITABLE): Likewise.
4577         (__ASSUME_SET_THREAD_AREA): Remove check.
4578         (TLS_EBX_ARG): Remove define.
4579         (TLS_LOAD_EBX): Likewise.
4580
4581 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4582
4583         Simplify atomicity of socket creation in bind.
4584
4585         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4586         looking up the name after linking the file.
4587
4588 2014-08-27  Allan McRae  <allan@archlinux.org>
4589
4590         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4591
4592 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4593
4594         [BZ #17187]
4595         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4596         trans_compare, open_translit, __gconv_translit_find):
4597         Remove module loading code.
4598
4599 2014-08-26  Allan McRae  <allan@archlinux.org>
4600
4601         * po/vi.po: Update Vietnamese translation from translation project.
4602
4603         * po/uk.po: Update Ukrainian translation from translation project.
4604
4605         * po/fr.po: Update French translation from translation project.
4606
4607         * po/ru.po: Update Russian translation from translation project.
4608
4609         * po/pl.po: Update Polish translation from translation project.
4610
4611         * po/cs.po: Update Czech translation from translation project.
4612
4613         * po/de.po: Update German translation from translation project.
4614
4615         * po/bg.po: Update Bulgarian translation from translation project.
4616
4617         * po/sv.po: Update Sweedish translation from translation project.
4618
4619         * po/nl.po: Update Dutch translation from translation project.
4620
4621         * po/es.po: Update Spanish translation from translation project.
4622
4623 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4624
4625         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4626
4627         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4628         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4629         (CPPFLAGS-iconvconfig): Likewise.
4630         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4631
4632         * include/libc-symbols.h: Remove unnecessary check for
4633         NOT_IN_libc.
4634         * nptl/pthreadP.h: Likewise.
4635         * sysdeps/aarch64/setjmp.S: Likewise.
4636         * sysdeps/alpha/setjmp.S: Likewise.
4637         * sysdeps/arm/sysdep.h: Likewise.
4638         * sysdeps/i386/setjmp.S: Likewise.
4639         * sysdeps/m68k/setjmp.c: Likewise.
4640         * sysdeps/posix/getcwd.c: Likewise.
4641         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4642         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4643         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4644         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4645         * sysdeps/sh/sh3/setjmp.S: Likewise.
4646         * sysdeps/sh/sh4/setjmp.S: Likewise.
4647         * sysdeps/unix/alpha/sysdep.h: Likewise.
4648         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4649         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4650         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4651         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4654         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4655         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4656         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4657         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4658         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4659         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4660         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4661         * sysdeps/x86_64/setjmp.S: Likewise.
4662
4663 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4664
4665         [BZ #17263]
4666         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4667         <stdint.h>.
4668         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4669         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4670
4671 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4672
4673         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4674
4675         [BZ #17262]
4676         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4677         and __x86_64__ when disabling x87 inline functions.
4678
4679 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4680
4681         [BZ #17259]
4682         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4683         asm statement with __cpuid_count.
4684
4685 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4686
4687         * configure.ac: Change __ehdr_start code to dereference the struct.
4688         Run readelf on the output to look for relocations.
4689         * configure: Regenerated.
4690
4691 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4692
4693         [BZ #17261]
4694         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4695         value to 0.
4696         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4697
4698 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4699
4700         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4701
4702 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4703
4704         [BZ #16892]
4705         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4706         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4707
4708 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4709
4710         * malloc/malloc.c: Fix typo in comment.
4711
4712 2014-08-09  Allan McRae  <allan@archlinux.org>
4713
4714         * Regenerate libc.po.
4715
4716 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4717
4718         * intl/tst-gettext2.sh: Check every lang file for creation.
4719
4720 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4721
4722         * sysdeps/aarch64/fpu/math_private.h
4723         (libc_feholdsetround_noex_aarch64_ctx): New function.
4724
4725 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4726
4727         * sysdeps/arm/armv6/strcpy.S (strcpy):
4728         Fix performance issue in misaligned cases.
4729
4730 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4731
4732         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4733         Move definition from termios.h.
4734         (struct termio): Likewise.
4735         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4736         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4737         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4738         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4739         Likewise.
4740         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4741         Move definition to ioctl-types.h
4742         (struct termio): Likewise.
4743         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4744         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4745         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4746         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4747         Likewise.
4748
4749 2014-08-05  Richard Henderson  <rth@redhat.com>
4750
4751         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4752         exceptions.
4753         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4754         Add fraiseexcpt.
4755         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4756         Use __feraiseexcept.
4757         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4758         Protect libm symbols with IS_IN_libm.
4759
4760         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4761
4762 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4763
4764         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4765
4766 2014-08-04  Will Newton  <will.newton@linaro.org>
4767
4768         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4769         file.
4770
4771 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4772
4773         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4774         variants for each function.
4775
4776 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4777
4778         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4779         appended ...
4780         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4781         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4782         appended ...
4783         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4784         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4785         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4786         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4787         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4788         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4789         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4790         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4791         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4792         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4793         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4794         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4795         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4796         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4797         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4798         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4799         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4800         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4801         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4802         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4803         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4804         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4805         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4806         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4807         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4808         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4809         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4810         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4811         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4812         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4813         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4814         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4815         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4816         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4817         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4818         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4819         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4820         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4821         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4822         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4823         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4824         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4825         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4826         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4827         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4828         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4829         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4830         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4831         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4832         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4833         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4834         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4835         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4836         Update #include.
4837         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4838         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4839
4840 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4841
4842         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4843         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4844         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4845         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4846         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4847         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4848
4849 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4850
4851         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4852         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4853         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4854         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4855
4856 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4857
4858         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4859         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4860         (__libc_vfork): Define function under this name.
4861         (__vfork): Define as an alias.
4862         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4863         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4864
4865 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4866
4867         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4868         that was previously under [RESET_PID].
4869         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4870
4871 2014-08-04  Andreas Schwab  <schwab@suse.de>
4872
4873         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4874
4875 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4876
4877         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4878         (main): Likewise.
4879
4880 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4881
4882         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4883
4884 2014-08-01  Richard Henderon  <rth@redhat.com>
4885
4886         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4887         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4888         typo in exact zero test.
4889         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4890         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4891         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4892
4893 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4894
4895         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4896         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4897         * sysdeps/arm/sysdep.h: ... here.
4898         [!__ASSEMBLER__]: Include <stdint.h>.
4899
4900 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4901
4902         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4903         (HAVE_WCTYPE_H): Likewise.
4904         (HAVE_ISWCTYPE): Likewise.
4905         (ENABLE_NLS): Likewise.
4906         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4907         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4908
4909         * posix/regex_internal.c: Check if DEBUG is defined and is
4910         set.
4911
4912         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4913         (HAVE_MBSRTOWCS): Likewise.
4914         * posix/fnmatch.c: Include string.h unconditionally.
4915
4916 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4917
4918         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4919         reversal.
4920
4921 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4922
4923         * sysdeps/generic/safe-fatal.h: New file.
4924         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4925         * nptl/forward.c: Include it.
4926         (__pthread_unwind): Use __safe_fatal as default action, rather
4927         than a bogus use of INTERNAL_SYSCALL that could never work.
4928
4929         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4930         * configure.ac (libc_cv_builtin_trap): New test.
4931         * configure: Regenerated.
4932         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4933         (ABORT_INSTRUCTION): Define using __builtin_trap.
4934
4935         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4936         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4937         * sysdeps/nptl/nptl-signals.h: New file.
4938         * nptl/pthreadP.h: Include <nptl-signals.h>.
4939
4940 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4941
4942         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4943         (ONE_DIRECTION): Define.
4944         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4945         (ONE_DIRECTION): Define.
4946         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4947         (ONE_DIRECTION): Define.
4948
4949 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4950
4951         * sysdeps/s390/Makefile: Delete file.
4952         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4953         * sysdeps/s390/__longjmp.c: Delete file.
4954         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4955         Remove fields __flags and __reserved.
4956         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4957         and add versioning.
4958         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4959         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4960         * sysdeps/s390/rtld-setjmp.S: Likewise.
4961         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4962         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4963         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4964         * sysdeps/s390/s390-32/setjmp.S: ... here.
4965         Add versioning.
4966         (__sigsetjmp): Remove setting __flags field.
4967         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4968         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4969         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4970         * sysdeps/s390/s390-64/setjmp.S: ... here.
4971         Add versioning.
4972         (__sigsetjmp): Remove setting __flags field.
4973         * sysdeps/s390/setjmp.S: Delete file.
4974         * sysdeps/s390/sigjmp.c: Likewise.
4975         * sysdeps/s390/v1-longjmp.c: Likewise.
4976         * sysdeps/s390/v1-setjmp.h: Likewise.
4977         * sysdeps/s390/v1-sigjmp.c: Likewise.
4978         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4979         Remove v1-longjmp_chk.
4980         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4981         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4982         Include debug/longjmp_chk.c and add versioning.
4983         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4984         Include nptl/pt-longjmp.c and add versioning.
4985         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4986         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4987         Include __longjmp.c.
4988         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4989         Move to ...
4990         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4991         (__getcontext): Remove setting __flags field.
4992         Add versioning.
4993         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4994         Don't restore upper high grps.
4995         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4996         Likewise.
4997         (__swapcontext): Remove setting uc_flags field.
4998         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4999         Delete file.
5000         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5001         Include __longjmp.c.
5002         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5003         Move to ...
5004         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5005         (__getcontext): Remove setting __flags field.
5006         Add versioning.
5007         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5008         (__swapcontext): Remove setting uc_flags field.
5009         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5010         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5011         Remove fields uc_high_gprs and __reserved.
5012         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5013         New file with reverted content.
5014         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5015         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5016         Regenerated.
5017         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5018         Regenerated.
5019
5020 2014-07-31  Andreas Schwab  <schwab@suse.de>
5021
5022         * config.h.in (HAVE_IFUNC): Define to 0.
5023         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5024         definedness.
5025
5026 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5027
5028         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5029         memmove-avx-unaligned, memcpy-avx-unaligned and
5030         mempcpy-avx-unaligned.
5031         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5032         Add tests for AVX memcpy functions.
5033         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5034         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5035         memcpy_chk.
5036         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5037         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5038         memmove_chk.
5039         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5040         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5041         mempcpy_chk.
5042         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5043         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5044         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5045
5046 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5047
5048         [BZ #17213]
5049         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5050         powerpc64le.
5051
5052 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5053
5054         [BZ #16839]
5055         * manual/llio.texi: Add section about open file description locks.
5056         * manual/examples/ofdlocks.c: Example of open file description
5057         lock usage.
5058         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5059         F_OFD_SETLK, and F_OFD_SETLKW.
5060
5061 2014-07-23  Allan McRae  <allan@archlinux.org>
5062
5063         * po/es.po: Update Spanish translation from translation project.
5064
5065 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5066
5067         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5068
5069 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5070
5071         [BZ #17078]
5072         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5073         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5074         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5075
5076 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5077
5078         [BZ #17088]
5079         * math/fesetenv.c (__fesetenv)
5080         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5081         * math/feupdateenv.c (__feupdateenv)
5082         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5083
5084         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5085         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5086         (__ASSUME_SOCKETCALL): Do not define.
5087
5088         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5089         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5090         (__ASSUME_SOCKETCALL): Do not define.
5091         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5092         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5093         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5094         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5095         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5096         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5097         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5098         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5099
5100         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5101         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5102         (__ASSUME_SOCKETCALL): Do not define.
5103         (__ASSUME_IPC64): Define unconditionally.
5104         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5105         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5106         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5107         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5108         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5109         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5110         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5111         Likewise.
5112
5113         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5114         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5115         (__ASSUME_SOCKETCALL): Do not define.
5116         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5117         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5118         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5119         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5120         (__ASSUME_REQUEUE_PI): Define unconditionally.
5121         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5122         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5123         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5124         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5125         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5126         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5127
5128         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5129         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5130         (__ASSUME_SOCKETCALL): Do not define.
5131         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5132         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5133         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5134         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5135         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5136         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5137
5138         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5139         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5140         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5141         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5142         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5143         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5144         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5145         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5146         (__ASSUME_GETCPU_SYSCALL): Likewise.
5147
5148         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5149         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5150         cases for individual architectures.
5151         * sysdeps/gnu/configure: Regenerated.
5152         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5153         LIBC_SLIBDIR_RTLDDIR.
5154         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5155         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5156         LIBC_SLIBDIR_RTLDDIR.
5157         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5159         LIBC_SLIBDIR_RTLDDIR.
5160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5161         Regenerated.
5162         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5163         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5164         file.
5165         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5166         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5167         file.
5168         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5169         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5170         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5171         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5172
5173         * sysdeps/aarch64/shlib-versions: Move to ...
5174         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5175         * sysdeps/alpha/shlib-versions: Move to ...
5176         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5177         * sysdeps/arm/shlib-versions: Move to ...
5178         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5179         * sysdeps/hppa/shlib-versions: Move all contents except for
5180         libgcc_s entry to ...
5181         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5182         entry from ...
5183         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5184         * sysdeps/ia64/shlib-versions: Move to ...
5185         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5186         entry from ...
5187         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5188         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5189         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5190         * sysdeps/microblaze/shlib-versions: Move to ...
5191         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5192         * sysdeps/mips/shlib-versions: Move to ...
5193         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5194         entry from ...
5195         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5196         * sysdeps/tile/shlib-versions: Move to ...
5197         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5198         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5199         from ...
5200         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5201         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5202         entry from ...
5203         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5204
5205 2014-07-17  Will Newton  <will.newton@linaro.org>
5206
5207         * sysdeps/arm/bits/atomic.h
5208         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5209         (__arch_compare_and_exchange_bool_16_int): Likewise.
5210         (__arch_compare_and_exchange_bool_64_int): Likewise.
5211
5212         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5213         into an #else block.
5214
5215 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5216
5217         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5218         just Linux configurations.  Test empirically that the compiler sets
5219         __ARM_EABI__, rather than using the tuple to decide.
5220         * sysdeps/arm/preconfigure: Regenerated.
5221         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5222         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5223         contents appended ...
5224         * sysdeps/arm/configure.ac: ... here.
5225         * sysdeps/arm/configure: Regenerated.
5226
5227 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5228
5229         * nptl/pthread_kill.c: New file.
5230         * nptl/pthread_sigmask.c: New file.
5231         * nptl/pthread_sigqueue.c: New file.
5232
5233         * sysdeps/nptl/lowlevellock.h: New file.
5234         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5235         * sysdeps/nptl/lowlevellock-futex.h: New file.
5236
5237         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5238         Remove dead declarations.
5239
5240 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5241
5242         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5243         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5244         config-cflags-avx2.
5245         * sysdeps/x86_64/configure.ac: Likewise.
5246         * sysdeps/i386/configure: Regenerated.
5247         * sysdeps/x86_64/configure: Likewise.
5248         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5249         memset-avx2 only if config-cflags-avx2 is yes.
5250         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5251         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5252         defined.
5253         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5254         only if HAVE_AVX2_SUPPORT is defined.
5255         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5256
5257 2014-07-14  Alan Modra  <amodra@gmail.com>
5258
5259         [BZ #17153]
5260         * elf/elf.h (DT_PPC64_NUM): Correct value.
5261         * NEWS: Add to fixed bug list.
5262
5263 2014-07-13  Jim Meyering  <meyering@fb.com>
5264
5265         [BZ 17150]
5266         regex: don't deref NULL upon heap allocation failure
5267         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5268         failure in one more place.
5269         To trigger the segfault, configure grep -with-included-regex,
5270         build it, and run these commands:
5271         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5272
5273 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5274
5275         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5276
5277 2014-07-11  Richard Henderson  <rth@redhat.com>
5278
5279         * sysdeps/aarch64/libm-test-ulps: Update.
5280
5281 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5282
5283         [BZ #17135]
5284         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5285         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5286         (__nptl_setxid): Initialize error member.  Call
5287         __nptl_setxid_error.
5288         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5289         * nptl/descr.h (struct xid_command): Add error member.
5290         * nptl/tst-setuid3.c: New file.
5291         * nptl/Makefile (tests): Add it.
5292
5293 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5294
5295         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5296         New define.
5297         (__lll_trylock): Use __lll_base_trylock.
5298         (__lll_cond_trylock): Likewise.
5299
5300 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5301
5302         * nptl/pthread_create.c (start_thread): Use atomic_or and
5303         lll_futex_wake directly rather than lll_robust_dead.
5304         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5305         (lll_robust_dead): Macro removed.
5306         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5307         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5308         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5309         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5310         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5311         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5312         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5313         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5314         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5315         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5316         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5317         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5318         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5319         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5320         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5321
5322         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5323         Use atomic_compare_and_exchange_val_acq directly rather than
5324         lll_robust_trylock.
5325         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5326         (__lll_robust_trylock, lll_robust_trylock): Removed.
5327         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5328         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5329         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5330         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5331         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5332         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5333         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5334         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5335         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5336         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5337         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5338         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5339         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5340         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5341
5342 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5343
5344         * manual/locale.texi (Locale Names): New section documenting
5345         locale name syntax.  Adjust menu and node chaining accordingly.
5346         (Choosing Locale): Reference Locale Names, Locale Categories.
5347         Mention setting LC_ALL=C.  Reflect that name syntax is now
5348         documented.
5349         (Locale Categories): New section title.  Reference Locale Names.
5350         LC_ALL is an environment variable, but not a category.
5351         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5352         description, now in Locale Name.  Reference that section.  Locale
5353         name syntax is now documented.
5354
5355 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5356
5357         [BZ #17137]
5358         * locale/findlocale.c (name_present, valid_locale_name): New
5359         functions.
5360         (_nl_find_locale): Use the loc_name variable to store name
5361         candidates.  Call name_present and valid_locale_name to check and
5362         validate locale names.  Return an error if the locale is invalid.
5363
5364 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5365
5366         * locale/setlocale.c (setlocale): Use strdup for allocating
5367         composite name copy.
5368
5369 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5370
5371         Sync up with gnulib.
5372         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5373         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5374         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5375         and _GL_ARG_NONNULL.
5376         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5377         [!_LIBC]: Include code for Windows and Cygwin.
5378         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5379         Include prototype for int strerror_r.
5380         [!_LIBC] (is_open): New function.
5381         (flush_stdout): New function.
5382         (print_errno_message): Use it.
5383         (error): Likewise.
5384         (error_at_line): Likewise.
5385         (error_tail) Add function attribute macros.  Use
5386         __builtin_expect.
5387
5388         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5389
5390         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5391
5392         * io/ftw.c: Include sys/param.h unconditionally.
5393
5394         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5395
5396         [BZ #17125]
5397         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5398         libc_freeres_ptr.
5399         (freecache): New function to free CACHE on exit.
5400
5401         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5402         initialization.
5403
5404 2014-07-09  David S. Miller  <davem@davemloft.net>
5405
5406         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5407
5408         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5409         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5410         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5411         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5412         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5413         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5414         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5415         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5416         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5417         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5418         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5419         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5420         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5421
5422 2014-07-09  Andreas Schwab  <schwab@suse.de>
5423
5424         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5425         output.
5426         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5427         (do_test): Likewise.
5428
5429         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5430
5431 2014-07-09  Will Newton  <will.newton@linaro.org>
5432
5433         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5434         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5435         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5436         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5437         * sysdeps/hppa/start.S (_start): Likewise.
5438
5439 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5440
5441         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5442
5443         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5444         defined.
5445
5446 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5447
5448         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5449         after checking that it is non-NULL.
5450
5451         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5452
5453 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5454
5455         * sysdeps/powerpc/memmove.c: Remove file.
5456         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5457         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5458         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5459         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5460         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5461         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5462         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5463         string memmove instead of removed powerpc one.
5464
5465         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5466         [weak_alias]: Fix compiler warning due trailing data.
5467         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5468         [weak_alias]: Likewise.
5469         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5470         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5471
5472         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5473         (__libc_ifunc_impl_list): Add memmove functions.
5474
5475 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5476
5477         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5478         Remove code.
5479         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5480         Likewise
5481         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5482         Likewise
5483         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5484         Likewise
5485         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5486         Likewise
5487         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5488         Likewise
5489         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5490         Likewise
5491         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5492         Likewise
5493         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5494         Likewise
5495         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5496         Likewise
5497         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5498         Likewise
5499         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5500         Likewise
5501         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5502         Likewise
5503         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5504         Likewise
5505         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5506         Likewise
5507         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5508         Likewise
5509         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5510         Likewise
5511
5512 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5513
5514         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5515         to avoid alignment traps in non-cacheable memory.
5516         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5517
5518         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5519         multiarch objects.
5520         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5521         file: multiarch power7 memmove.
5522         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5523         multiarch default memmove.
5524         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5525         multiarch memove for powerpc32/power4.
5526
5527         * string/bcopy.c: Use full path to include memmove.c.
5528         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5529         multiarch objects.
5530         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5531         bcopy for powerpc64.
5532         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5533         bcopy for powerpc64.
5534         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5535         and memmove implementations.
5536         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5537         optimized multiarch memmove for POWER7/powerpc64.
5538         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5539         default multiarch memmove for powerpc64.
5540         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5541         multiarch for powerpc64.
5542         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5543         for POWER7/powerpc64.
5544         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5545         memmove for POWER7/powerpc64.
5546
5547         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5548         glibc default one.
5549
5550         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5551         __ELF_NATIVE_CLASS equal to 64.
5552
5553 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5554
5555         * sysdeps/nptl/lowlevellock.h: File removed.
5556
5557         * NEWS: NPTL is no longer an add-on!
5558         * nptl/internaltypes.h: Moved ...
5559         * sysdeps/nptl/internaltypes.h: ... here.
5560         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5561         * sysdeps/nptl/fork.c: Likewise.
5562         * sysdeps/nptl/gai_misc.h: Likewise.
5563         * sysdeps/nptl/librt-cancellation.c: Likewise.
5564         * sysdeps/nptl/jmp-unwind.c: Likewise.
5565         * sysdeps/nptl/setxid.h: Likewise.
5566         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5567         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5568         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5569         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5570         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5571         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5572         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5573         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5574         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5575         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5576         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5577         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5578         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5579         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5580         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5581         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5582         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5583         * nptl/Makeconfig: Moved ...
5584         * sysdeps/nptl/Makeconfig: ... here.
5585         * nptl/configure: File removed.
5586         * nptl/ANNOUNCE: File removed.
5587         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5588         * sysdeps/unix/sysv/linux/configure: Regenerated.
5589
5590         * nptl/Makefile (routines): Add libc_pthread_init,
5591         libc_multiple_threads, register-atfork and unregister-atfork.
5592         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5593         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5594         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5595         pthread-pi-defines.sym, structsem.sym.
5596         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5597         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5598         [$(subdir) = nptl] (tests): Add tst-setgetname.
5599         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5600         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5601         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5602         [!LIBC_SIGACTION]: Remove aliases.
5603         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5604         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5605         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5606         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5607         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5608         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5609         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5610         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5611         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5612         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5613         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5614         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5615         __libc_allocate_rtsig_private.
5616         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5617         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5618         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5619         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5620         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5621         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5622         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5623         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5624         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5625         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5626         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5627         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5628         * nptl/internaltypes.h: ... here.
5629         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5630         * sysdeps/nptl/jmp-unwind.c: ... here.
5631         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5632         * nptl/libc-lowlevellock.c: ... here.
5633         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5634         * nptl/libc_multiple_threads.c: ... here.
5635         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5636         * nptl/libc_pthread_init.c: ... here.
5637         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5638         * nptl/lowlevelbarrier.sym: ... here.
5639         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5640         * nptl/lowlevelcond.sym: ... here.
5641         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5642         * nptl/lowlevellock.c: ... here.
5643         * nptl/lowlevellock.h: Moved ...
5644         * sysdeps/nptl/lowlevellock.h: ... here.
5645         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5646         * nptl/lowlevelrobustlock.c: ... here.
5647         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5648         * nptl/lowlevelrobustlock.sym: ... here.
5649         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5650         * nptl/lowlevelrwlock.sym: ... here.
5651         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5652         * nptl/pt-fork.c: ... here.
5653         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5654         * nptl/pthread-pi-defines.sym: ... here.
5655         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5656         * nptl/pthread_attr_getaffinity.c: ... here.
5657         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5658         * nptl/pthread_attr_setaffinity.c: ... here.
5659         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5660         * nptl/pthread_mutex_cond_lock.c: ... here.
5661         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5662         Update #include.
5663         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5664         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5665         * nptl/pthread_once.c: ... here, replacing old file.
5666         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5667         * nptl/pthread_yield.c: ... here.
5668         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5669         * nptl/register-atfork.c: ... here.
5670         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5671         * nptl/sem_post.c: ... here.
5672         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5673         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5674         * nptl/sem_timedwait.c: ... here.
5675         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5676         * nptl/sem_trywait.c: ... here.
5677         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5678         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5679         * nptl/sem_wait.c: ... here.
5680         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5681         * nptl/structsem.sym: ... here.
5682         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5683         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5684         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5685         * nptl/unregister-atfork.c: ... here.
5686         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5687         * nptl/unwindbuf.sym: ... here.
5688         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5689         * sysdeps/nptl/fork.c: ... here.
5690         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5691         * sysdeps/nptl/fork.h: ... here.
5692         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5693         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5694         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5695         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5696         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5697         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5698         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5699         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5700         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5701         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5702         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5703         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5704         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5705         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5706         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5707         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5708         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5709         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5710         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5711         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5712         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5713         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5714         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5715         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5716         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5717         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5718         * sysdeps/unix/sysv/linux/raise.c: ... here.
5719         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5720         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5721         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5722         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5723         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5724         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5725         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5726         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5727         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5728         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5729         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5730         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5731         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5732         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5733         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5734
5735 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5736
5737         * sysdeps/generic/memcopy.h: Add comment for
5738         MEMCPY_OK_FOR_FWD_MEMMOVE.
5739
5740 2014-07-04  Will Newton  <will.newton@linaro.org>
5741
5742         * string/memchr.c: Merge from gnulib.
5743         [_LIBC]: Remove conditionals.
5744         (__ptr_t): Remove define.
5745         (LONG_MAX_32_BITS): Likewise.
5746         (LONG_MAX): Likewise.
5747         (MEMCHR): Use ANSI prototype and optimize algorithm.
5748
5749         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5750
5751 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5752
5753         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5754         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5755
5756         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5757         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5758         in a bare environment with no <stdlib.h> installed.
5759         * sysdeps/nptl/configure: Regenerated.
5760
5761         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5762
5763         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5764         AC_EGREP_CPP for kernel header checks, so they only succeed if
5765         including <linux/version.h> actually works right.
5766         * sysdeps/unix/sysv/linux/configure: Regenerated.
5767
5768         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5769         value so it's not diagnosed as unused.
5770
5771         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5772         thing) with "ifeq ($(subdir),rt)".
5773
5774 2014-07-03  Richard Henderson  <rth@redhat.com>
5775
5776         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5777         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5778         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5779
5780         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5781         (math_force_eval): New.
5782
5783         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5784         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5785
5786         * sysdeps/alpha/fpu/s_round.c: Remove file.
5787         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5788
5789         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5790         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5791         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5792         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5793         (_dl_start, print_statistics): Likewise.
5794         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5795         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5796
5797         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5798         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5799         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5800         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5801         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5802         (HP_SMALL_TIMING_AVAIL): Define.
5803         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5804         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5805         (HP_SMALL_TIMING_AVAIL): Define.
5806         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5807         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5808
5809         * sysdeps/aarch64/hp-timing.h: New file.
5810
5811         * sysdeps/generic/hp-timing.h: Remove dead comment.
5812         * sysdeps/generic/hp-timing-common.h: New file.
5813         * sysdeps/alpha/hp-timing.h: Include it.
5814         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5815         * sysdeps/i386/i686/hp-timing.h: Likewise.
5816         * sysdeps/ia64/hp-timing.h: Likewise.
5817         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5818         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5819         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5820         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5821         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5822         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5823         (hp_timing_t): New.
5824
5825         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5826         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5827         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5828         * elf/rtld.c (_dl_start_final): Likewise.
5829         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5830         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5831         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5832         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5833         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5834         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5835         (HP_TIMING_DIFF_INIT): Remove.
5836         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5837         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5838         (HP_TIMING_DIFF_INIT): Remove.
5839         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5840         * sysdeps/i386/i686/hp-timing.c: Remove file.
5841         * sysdeps/x86_64/hp-timing.c: Remove file.
5842         * sysdeps/ia64/hp-timing.c: Remove file.
5843         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5844         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5845         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5846         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5847
5848         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5849         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5850         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5851         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5852         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5853         (HP_TIMING_ACCUM): Remove.
5854         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5855         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5856         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5857
5858         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5859         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5860         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5861         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5862         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5863         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5864         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5865         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5866
5867         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5868
5869 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5870
5871         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5872
5873 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5874
5875         Sync up with gettext.
5876         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5877         [_MSC_VER]: Include malloc.h
5878         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5879         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5880         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5881         TEMP_FAILURE_RETRY.  Cast return of alloca.
5882         [!_LIBC] Call gl_rwlock_init.
5883         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5884
5885 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5886
5887         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5888         before checking its value.
5889
5890 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5891
5892         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5893
5894         * debug/memcpy_chk.c: Don't include pagecopy.h.
5895         * debug/mempcpy_chk.c: Likewise.
5896         * string/memcpy.c: Likewise.
5897         * string/memmove.c: Likewise.
5898         * sysdeps/powerpc/memmove.c: Likewise.
5899         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5900         definition of PAGE_COPY_FWD_MAYBE here...
5901         * sysdeps/generic/pagecopy.h: ... from here.
5902         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5903
5904 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5905             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5906
5907         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5908         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5909         optimizations.
5910         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5911         (__libc_ifunc_impl_list): Likewise.
5912         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5913         multiarch strcat for PPC64.
5914         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5915         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5916
5917 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5918
5919         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5920
5921 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5922
5923         * intl/loadmsgcat.c: Remove declaration of
5924         get_sysdep_segment_value.
5925         (get_sysdep_segment_value): Use ISO C style.
5926         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5927         semicolon.  Fix typo and formatting in comment.
5928         (_nl_unload_domain): Use ISO C style.
5929
5930         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5931
5932 2014-07-02  Will Newton  <will.newton@linaro.org>
5933
5934         * malloc/obstack.c: Merge from gnulib master.
5935         [HAVE_CONFIG_H]: Remove conditional code.
5936         [!_LIBC]: Include config.h.
5937         [!ELIDE_CODE]: Don't include inttypes.h, include
5938         stdint.h unconditionally.
5939         (print_and_abort): Mark as _Noreturn.
5940         (_obstack_allocated_p): Mark as __attribute_pure__.
5941         (obstack_free): Rename to __obstack_free.
5942         [!__attribute__]: Remove conditional code.
5943         * malloc/obstack.h: Merge from gnulib master.
5944         [__cplusplus]: Move conditional down.
5945         [!__attribute_pure__]: Define __attribute_pure__ here
5946         if it is not already defined.
5947         (_obstack_memory_used): Mark as __attribute_pure__.
5948         [!__obstack_free]: Define as obstack_free.
5949         [__GNUC__]: Remove check for ancient NeXT gcc.
5950
5951 2014-07-02  Will Newton  <will.newton@linaro.org>
5952             Paul Eggert  <eggert@cs.ucla.edu>
5953
5954         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5955
5956 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5957
5958         * resolv/gethnamaddr.c: Add comment warning that the file is
5959         not maintained.
5960
5961 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5962
5963         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5964         entries.
5965
5966         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5967         entry for aio_cancel and aio_cancel64.
5968         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5969         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5970         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5971         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5972         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5973         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5974         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5975         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5976         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5977         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5978         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5979         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5980         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5981
5982 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5983
5984         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5985         * nptl/pthread_mutex_lock.c: Likewise.
5986         * nptl/pthread_mutex_timedlock.c: Likewise.
5987         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5988
5989 2014-07-01  Richard henderson  <rth@redhat.com>
5990
5991         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5992         (__isnan, __isnanl): Remove.
5993         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5994
5995         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5996
5997 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5998
5999         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6000
6001 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6002
6003         * resolv/nss_dns/dns-host.c (getanswer_r)
6004         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6005
6006 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6007
6008         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6009         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6010         undefine.
6011         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6012         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6013
6014 2014-07-01  Roland McGrath <roland@hack.frob.com>
6015
6016         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6017         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6018
6019         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6020         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6021
6022         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6023         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6024         ... here.
6025         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6026         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6027
6028         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6029         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6030         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6031         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6032
6033         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6034         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6035         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6036         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6037         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6038         Moved ...
6039         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6040         ... here.
6041         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6042         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6043         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6044         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6045         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6046         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6047         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6048         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6049         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6050         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6051         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6052         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6053         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6054         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6055         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6056         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6057         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6058         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6059         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6060         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6061         ... here.
6062         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6063         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6064         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6065         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6066         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6067         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6068         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6069         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6070
6071 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6072
6073         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6074         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6075         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6076         Add sysdep.
6077
6078 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6079
6080         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6081
6082 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6083
6084         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6085         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6086
6087         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6088
6089         * sysdeps/arm/libm-test-ulps: Regenerated.
6090
6091 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6092             Roland McGrath <roland@hack.frob.com>
6093
6094         * test-skeleton.c (signal_handler): Kill the whole process group
6095         before killing the child individually.
6096         (main): Report any failure on `setpgid'.
6097
6098 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6099
6100         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6101         from _TLS_H to _ARM_NPTL_TLS_H.
6102         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6103         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6104
6105 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6106
6107         [BZ #16539]
6108         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6109         (__expm1l): Return argument unchanged when small but not
6110         subnormal.
6111
6112         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6113         include macro name.
6114         (_FP_UNPACK_RAW_1_P): Likewise.
6115         (_FP_PACK_RAW_1): Likewise.
6116         (_FP_PACK_RAW_1_P): Likewise.
6117         (_FP_MUL_MEAT_1_wide): Likewise.
6118         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6119         (_FP_MUL_MEAT_1_hard): Likewise.
6120         (_FP_DIV_MEAT_1_imm): Likewise.
6121         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6122         (_FP_DIV_MEAT_1_udiv): Likewise.
6123         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6124         (_FP_UNPACK_RAW_2): Likewise.
6125         (_FP_UNPACK_RAW_2_P): Likewise.
6126         (_FP_PACK_RAW_2): Likewise.
6127         (_FP_PACK_RAW_2_P): Likewise.
6128         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6129         (_FP_MUL_MEAT_2_wide): Likewise.
6130         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6131         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6132         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6133         (_FP_MUL_MEAT_2_gmp): Likewise.
6134         (_FP_DIV_MEAT_2_udiv): Likewise.
6135         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6136         (_FP_FRAC_SRL_4): Likewise.
6137         (_FP_FRAC_SRST_4): Likewise.
6138         (_FP_FRAC_SRS_4): Likewise.
6139         (_FP_UNPACK_RAW_4): Likewise.
6140         (_FP_UNPACK_RAW_4_P): Likewise.
6141         (_FP_PACK_RAW_4): Likewise.
6142         (_FP_PACK_RAW_4_P): Likewise.
6143         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6144         (_FP_MUL_MEAT_4_wide): Likewise.
6145         (_FP_MUL_MEAT_4_gmp): Likewise.
6146         (umul_ppppmnnn): Likewise.
6147         (_FP_DIV_MEAT_4_udiv): Likewise.
6148         (__FP_FRAC_ADD_4): Likewise.
6149         (__FP_FRAC_SUB_3): Likewise.
6150         (__FP_FRAC_SUB_4): Likewise.
6151         (__FP_FRAC_DEC_3): Likewise.
6152         (__FP_FRAC_DEC_4): Likewise.
6153         (__FP_FRAC_ADDI_4): Likewise.
6154         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6155         (_FP_FRAC_SRL_8): Likewise.
6156         (_FP_FRAC_SRS_8): Likewise.
6157
6158         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6159         include macro name.
6160         (FP_UNPACK_RAW_EP): Likewise.
6161         (FP_PACK_RAW_E): Likewise.
6162         (FP_PACK_RAW_EP): Likewise.
6163         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6164         (_FP_ISSIGNAN): Likewise.
6165         (_FP_ADD_INTERNAL): Likewise.
6166         (_FP_FMA): Likewise.
6167         (_FP_CMP): Likewise.
6168         (_FP_SQRT): Likewise.
6169         (_FP_TO_INT): Likewise.
6170         (_FP_FROM_INT): Likewise.
6171         (FP_EXTEND): Likewise.
6172         (_FP_DIV_MEAT_N_loop): Likewise.
6173
6174 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6175
6176         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6177         throughout.
6178
6179 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6180
6181         [BZ #17097]
6182         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6183         result with correct sign in case of exponents that produce
6184         overflow except for X very close to 1.
6185
6186 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6187
6188         mktime: merge #if/#ifdef usage from glibc
6189         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6190         as that works with both Glibc's and Gnulib's style.
6191         See thread starting at Siddhesh Poyarekar's bug report at:
6192         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6193
6194 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6195
6196         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6197         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6198         * sysdeps/tile/tilegx/memmove.c: Remove file.
6199
6200 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6201
6202         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6203         abi-name definition.
6204         * scripts/soversions.awk: Do not handle or generate ABI lines.
6205         * shlib-versions: Remove ABI entries.
6206         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6207         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6208
6209 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6210
6211         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6212         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6213         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6214         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6215         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6216         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6217         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6218         Moved ...
6219         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6220         ... here.
6221         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6222         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6223         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6224         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6225         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6226         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6227         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6228         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6229         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6230         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6231         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6232         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6233         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6234         Moved ...
6235         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6236         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6237         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6238         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6239         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6240         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6241         Moved ...
6242         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6243         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6244         Moved ...
6245         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6246         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6247         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6248         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6249         Moved ...
6250         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6251         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6252         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6253         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6254         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6255         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6256         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6257         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6258         Moved ...
6259         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6260         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6261         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6262         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6263         Moved ...
6264         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6265         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6266         Moved ...
6267         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6268         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6269         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6270         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6271         Moved ...
6272         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6273         ... here.
6274         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6275         Identical file removed.
6276         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6277         Moved ...
6278         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6279         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6280         Identical file removed.
6281         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6282         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6283         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6284         Moved ...
6285         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6286         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6287         Identical file removed.
6288         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6289         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6290         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6291         Identical file removed.
6292         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6293         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6294         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6295         Identical file removed.
6296         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6297         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6298         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6299         Identical file removed.
6300         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6301         Moved ...
6302         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6303         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6304         Identical file removed.
6305         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6306         Moved ...
6307         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6308         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6309         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6310         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6311         Identical file removed.
6312         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6313         Moved ...
6314         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6315         ... here.
6316         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6317         Identical file removed.
6318         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6319         Moved ...
6320         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6321         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6322         Identical file removed.
6323         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6324         Moved ...
6325         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6326         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6327         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6328         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6329         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6330         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6331         Moved ...
6332         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6333         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6334         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6335
6336         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6337         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6338         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6339         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6340         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6341
6342 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6343
6344         [BZ #17092]
6345         * nscd/nscd.c (monitor_child): Return exit status of child
6346         instead of return value from wait syscall.
6347
6348 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6349
6350         * configure.ac (libc_commonpagesize): Remove variable.
6351         (libc_relro_required): Likewise.
6352         (libc_cv_z_relro): Remove configure test.
6353         * configure: Regenerated.
6354         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6355         variable.
6356         (libc_relro_required): Likewise.
6357         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6358         (libc_relro_required): Likewise.
6359         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6360         (libc_relro_required): Likewise.
6361         * sysdeps/arm/preconfigure: Regenerated.
6362         * sysdeps/ia64/preconfigure: Remove file.
6363         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6364         variable.
6365         (libc_relro_required): Likewise.
6366
6367         [BZ #16561]
6368         [BZ #16562]
6369         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6370         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6371         recompute overflowing results in original rounding mode.
6372         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6373         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6374         recompute overflowing results in original rounding mode.
6375         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6376         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6377         recompute overflowing results in original rounding mode.
6378         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6379         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6380         recompute overflowing results in original rounding mode.
6381         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6382         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6383         recompute overflowing results in original rounding mode.
6384         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6385         (libc_feholdsetround_ctx): New macro.
6386         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6387         * sysdeps/i386/fpu/libm-test-ulps: Update.
6388         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6389
6390 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6391
6392         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6393         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6394         corresponding .cpsetup call.
6395
6396 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6397
6398         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6399         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6400         * sysdeps/arm/Makefile [$(subdir) = csu]
6401         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6402         (static-only-routines): Add aeabi_read_tp here.
6403         (shared-only-routines): Add libc-aeabi_read_tp here.
6404         (CFLAGS-libc-start.c): Add -fexceptions here.
6405         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6406         (sysdep_routines, static-only-routines, shared-only-routines):
6407         Don't add to these here.
6408         (CFLAGS-libc-start.c): Likewise.
6409
6410         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6411         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6412         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6413         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6414         * sysdeps/arm/Makefile [$(subdir) = rt]
6415         (librt-sysdep_routines, librt-shared-only-routines):
6416         Append rt-aeabi_unwind_cpp_pr1 here.
6417         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6418         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6419         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6420         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6421         Append nptl-aeabi_unwind_cpp_pr1 here.
6422         (tests): Filter out tst-cleanupx4 here.
6423         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6424         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6425         Don't do those here.
6426
6427 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6428
6429         * scripts/list-sources.sh: Do not handle ports specially.
6430
6431 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6432
6433         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6434         * sysdeps/arm/feupdateenv.c: Likewise.
6435
6436         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6437
6438 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6439
6440         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6441         trailing whitespace removed.
6442         * scripts/config.guess: Update to version 2014-03-23.
6443         * scripts/config.sub: Update to version 2014-05-01
6444         * scripts/install-sh: Update to version 2013-12-25.23.
6445         * scripts/move-if-change: Update from gnulib.
6446
6447 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6448
6449         * debug/memmove_chk.c: Remove pagecopy.h include.
6450
6451 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6452
6453         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6454         identical to gnulib mktime.
6455
6456 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6457
6458         * configure.ac: Do not test for machine being rs6000.  Do not test
6459         for powerpc*-*soft.
6460         * configure: Regenerated.
6461
6462         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6463         test.
6464         * configure: Regenerated.
6465         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6466         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6467         Remove configure test.
6468         * sysdeps/arm/configure: Regenerated.
6469         * sysdeps/nptl/configure.ac: Do not check
6470         libc_cv_asm_cfi_directives.
6471         * sysdeps/nptl/configure: Regenerated.
6472         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6473         * sysdeps/x86_64/nptl/configure: Remove generated file.
6474         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6475         unconditional.
6476         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6477
6478 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6479
6480         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6481         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6482         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6483         it is defined.
6484
6485         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6486         instead of whether it is defined.
6487         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6488         * sysdeps/hppa/dl-machine.h: Likewise.
6489         * sysdeps/ia64/dl-machine.h: Likewise.
6490         * sysdeps/m68k/dl-machine.h: Likewise.
6491         * sysdeps/microblaze/dl-machine.h: Likewise.
6492         * sysdeps/mips/dl-machine.: Likewise.
6493         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6494         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6495         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6496         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6497         * sysdeps/sh/dl-machine.h: Likewise.
6498         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6499         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6500         * sysdeps/tile/dl-machine.h: Likewise.
6501         * sysdeps/x86_64/dl-machine.h: Likewise.
6502
6503         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6504         code.
6505         (verify_persistent_db): Likewise.
6506
6507 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6508
6509         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6510         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6511         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6512         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6513         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6514         Moved ...
6515         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6516         ... here.
6517         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6518         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6519         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6520         Identical file removed.
6521         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6522         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6523         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6524         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6525         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6526         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6527         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6528         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6529         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6530         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6531         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6532         Moved ...
6533         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6534         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6535         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6536         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6537         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6538         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6539         Moved ...
6540         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6541         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6542         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6543         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6544         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6545         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6546         Identical file removed.
6547         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6548         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6549         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6550         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6551         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6552         Moved ...
6553         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6554         ... here.
6555         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6556         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6557         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6558         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6559         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6560         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6561         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6562         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6563         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6564         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6565         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6566         Moved ...
6567         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6568         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6569         Moved ...
6570         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6571         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6572         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6573         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6574         Moved ...
6575         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6576         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6577         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6578
6579         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6580         folded into ...
6581         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6582         * sysdeps/unix/sysv/linux/s390/Versions
6583         (libpthread: GLIBC_2.19): New version set.
6584         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6585         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6586         (librt: GLIBC_2.3.3): New version set.
6587         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6588         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6589         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6590         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6591         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6592         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6593         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6594         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6595         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6596         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6597         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6598         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6599         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6600         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6601         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6602         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6603         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6604         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6605         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6606         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6607         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6608         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6609         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6610         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6611         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6612         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6613         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6614         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6615         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6616         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6617         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6618         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6619         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6620         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6621         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6622         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6623         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6624         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6625         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6626         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6627         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6628         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6629         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6630         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6631         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6632
6633         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6634         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6635         (__libc_vfork): Define the function under this name.
6636         [!NOT_IN_libc] (__vfork): Make this an alias.
6637         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6638         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6639         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6640         (__libc_vfork): Define the function under this name.
6641         [!NOT_IN_libc] (__vfork): Make this an alias.
6642         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6643         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6644         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6645         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6646         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6647         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6648
6649         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6650         code that was previously under [RESET_PID].
6651         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6652         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6653         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6654
6655         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6656         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6657         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6658         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6659         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6660         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6661         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6662         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6663         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6664         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6665         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6666         Moved ...
6667         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6668         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6669         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6670         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6671         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6672         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6673         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6674         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6675         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6676         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6677         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6678         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6679         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6680         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6681         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6682         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6683         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6684         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6685         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6686         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6687         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6688         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6689         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6690         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6691         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6692         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6693         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6694         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6695         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6696
6697 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6698
6699         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6700         that was previously under [RESET_PID].
6701         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6702
6703 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6704
6705         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6706         not undefine and redefine.
6707         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6708         [O_CLOEXEC]: Make code unconditional.
6709         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6710         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6711         <kernel-features.h>.
6712         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6713         conditional variable definition.
6714         (shm_open) [O_CLOEXEC]: Make code unconditional.
6715         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6716         code.
6717
6718         * configure.ac (USE_REGPARMS): Don't define here.
6719         * configure: Regenerated.
6720         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6721         * sysdeps/i386/configure: Regenerated.
6722
6723         * nptl/createthread.c: Don't include kernel-features.h.
6724         * nptl/pthread_cancel.c: Likewise.
6725         * nptl/pthread_condattr_setclock.c: Likewise.
6726         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6727         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6728         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6729         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6730         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6731         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6732         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6733         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6734         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6735         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6736         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6737         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6738         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6739         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6740         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6741         * nscd/gai.c: Likewise.
6742         * nss/nss_db/db-open.c: Likewise.
6743         * sysdeps/generic/ldsodefs.h: Likewise.
6744         * sysdeps/sh/nptl/tls.h: Likewise.
6745         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6746         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6747         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6748         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6749         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6750         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6751         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6752         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6753         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6754         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6755         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6756         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6757         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6758         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6759         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6760         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6761         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6762         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6763         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6764         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6765         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6766         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6767         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6768         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6769         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6770         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6771         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6772         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6773         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6774         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6775         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6776         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6777         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6778         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6779         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6780         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6781         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6782         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6783         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6784         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6785         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6786         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6787         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6788         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6789         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6790         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6791         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6792         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6793         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6794         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6795         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6796         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6797         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6798         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6799         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6800         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6801         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6802         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6825         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6826         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6827         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6828         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6829         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6830         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6831         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6832         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6833         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6834         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6835         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6836         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6837         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6838         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6839         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6840         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6841         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6842         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6843         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6844         * sysdeps/unix/sysv/linux/system.c: Likewise.
6845         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6846         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6847         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6848         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6849         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6850         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6851         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6852
6853         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6854         * configure: Regenerated.
6855         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6856
6857         * configure.ac (base_machine): Do not set specially for particular
6858         machines here.
6859         * configure: Regenerated.
6860         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6861         settings from configure.ac.
6862         * sysdeps/i386/preconfigure: New file.
6863         * sysdeps/s390/preconfigure: Likewise.
6864         * sysdeps/sh/preconfigure: Likewise.
6865         * sysdeps/sparc/preconfigure: Likewise.
6866
6867 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6868
6869         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6870         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6871         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6872         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6873         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6874         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6875         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6876         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6877         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6878         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6879         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6880         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6881         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6882         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6883         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6884         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6885         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6886         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6887         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6888
6889         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6890         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6891         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6892         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6893         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6894         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6895         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6896         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6897         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6898         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6899         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6900         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6901         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6902         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6903         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6904         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6905         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6906         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6907         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6908         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6909         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6910         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6911         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6912         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6913         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6914         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6915         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6916         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6917         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6918         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6919         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6920         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6921         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6922         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6923         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6924         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6925         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6926         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6927
6928         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6929         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6930         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6931         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6932         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6933         Moved ...
6934         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6935         ... here.
6936         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6937         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6938         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6939         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6940         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6941         Moved ...
6942         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6943         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6944         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6945         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6946         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6947         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6948         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6949         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6950         Moved ...
6951         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6952         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6953         Moved ...
6954         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6955         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6956         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6957         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6958         Moved ...
6959         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6960         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6961         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6962         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6963         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6964         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6965         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6966         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6967         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6968         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6969         Moved ...
6970         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6971         ... here.
6972         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6973         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6974         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6975         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6976         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6977         Moved ...
6978         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6979         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6980         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6981         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6982         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6983         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6984         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6985         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6986         Moved ...
6987         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6988         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6989         Moved ...
6990         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6991         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6992         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6993         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6994         Moved ...
6995         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6996         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6997         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6998         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6999         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7000
7001 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7002
7003         * timezone/checktab.awk: Update from tzcode 2014e.
7004         * timezone/private.h: Likewise.
7005         * timezone/tzfile.h: Likewise.
7006         * timezone/zdump.c: Likewise.
7007         * timezone/zic.c: Likewise.
7008
7009         * sysdeps/unix/sysv/linux/kernel-features.h
7010         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7011         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7012         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7013         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7014         Remove conditional code.
7015
7016 2014-06-25  Will Newton  <will.newton@linaro.org>
7017
7018         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7019         (_dl_arm_cap_flags): Add HWCAP2 values.
7020         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7021         (_DL_HWCAP_COUNT): Increase to 37.
7022         (_DL_HWCAP_LAST): New define.
7023         (_DL_HWCAP2_LAST): New define.
7024         (_dl_procinfo): Add support for printing
7025         AT_HWCAP2 entries.
7026         (_dl_string_hwcap): Use _dl_hwcap_string.
7027
7028 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7029
7030         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7031
7032 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7033
7034         * README: Do not mention ports directory.
7035
7036         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7037         Remove macro.
7038         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7039         <kernel-features.h>.
7040         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7041         conditional variable definition.
7042         (__futimes): Update comment.
7043         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7044         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7045
7046         [BZ #16560]
7047         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7048         arguments close to 0.
7049         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7050         Likewise.
7051         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7052         Likewise.
7053         * math/auto-libm-test-in: Add more tests of exp10.
7054         * math/auto-libm-test-out: Regenerated.
7055         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7056
7057         * sysdeps/unix/sysv/linux/kernel-features.h
7058         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7059         * sysdeps/unix/sysv/linux/readv.c: Do not include
7060         <kernel-features.h>.
7061         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7062         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7063         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7064         unconditional.
7065         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7066         conditional code.
7067         * sysdeps/unix/sysv/linux/writev.c: Do not include
7068         <kernel-features.h>.
7069         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7070         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7071         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7072         unconditional.
7073         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7074         conditional code.
7075
7076 2014-06-25  Will Newton  <will.newton@linaro.org>
7077
7078         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7079         comment changes throughout the file.  Remove checks
7080         for HAVE_*_H definitions that are not required.
7081         (__gen_tempname): Call abort if an unknown kind value is
7082         passed.
7083
7084 2014-06-25  Andreas Schwab  <schwab@suse.de>
7085
7086         [BZ #17086]
7087         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7088         scalbln, scalblnf, scalblnl in libc.
7089
7090 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7091
7092         [BZ #17086]
7093         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7094         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7095         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7096
7097 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7098
7099         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7100         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7101         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7102         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7103         Update #include.
7104         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7105         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7106         Update #include.
7107         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7108         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7109         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7110         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7111         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7112         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7113         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7114         * sysdeps/x86/bits/semaphore.h: ... here.
7115         * sysdeps/x86/nptl/elide.h: Moved ...
7116         * sysdeps/x86/elide.h: ... here.
7117         * sysdeps/x86_64/nptl/Implies: File removed.
7118         * sysdeps/i386/nptl/Implies: File removed.
7119
7120 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7121
7122         [BZ #16539]
7123         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7124         return the argument for normal arguments with exponent below -64.
7125         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7126         Likewise.
7127         * math/auto-libm-test-in: Add another test of expm1.
7128         * math/auto-libm-test-out: Regenerated.
7129
7130         [BZ #16287]
7131         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7132         calling __erfcl for arguments at least 16.
7133         * math/auto-libm-test-in: Add more tests of erf.
7134         * math/auto-libm-test-out: Regenerated.
7135
7136         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7137         individual architectures.
7138         * sysdeps/unix/sysv/linux/configure: Regenerated.
7139         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7140         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7141         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7142         (ldd_rewrite_script): Define variable.
7143         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7145         file.
7146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7147         generated file.
7148         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7149         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7150         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7151         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7152         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7153         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7154         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7155         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7156
7157 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7158
7159         [BZ #17084]
7160         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7161         Rename member __data.d to __data.__elision_data.
7162
7163 2014-06-24  Wilco  <wdijkstr@arm.com>
7164
7165         * NEWS: Add 16918 to fixed bug list.
7166
7167 2014-06-24  Wilco  <wdijkstr@arm.com>
7168
7169         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7170
7171 2014-06-24  Wilco  <wdijkstr@arm.com>
7172
7173         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7174         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7175         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7176         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7177         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7178         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7179         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7180         Use _FPU_MASK_RM.
7181
7182 2014-06-24  Wilco  <wdijkstr@arm.com>
7183
7184         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7185
7186 2014-06-24  Wilco  <wdijkstr@arm.com>
7187
7188         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7189         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7190         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7191         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7192
7193 2014-06-24  Wilco  <wdijkstr@arm.com>
7194
7195         [BZ #16918]
7196         * sysdeps/arm/feupdateenv.c (feupdateenv):
7197         Rewrite to reduce FPSCR accesses and fix return value.
7198
7199 2014-06-24  Wilco  <wdijkstr@arm.com>
7200
7201         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7202         Optimize to avoid unnecessary FPSCR writes.
7203         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7204         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7205         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7206         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7207
7208 2014-06-24  Wilco  <wdijkstr@arm.com>
7209
7210         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7211         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7212         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7213         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7214         Call libc_fetestexcept_vfp.
7215         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7216         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7217         __SOFTFP__ ifdef so that they can be built for softfp.
7218
7219 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7220
7221         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7222         argument type signed char.
7223
7224         * Makerules (check-abi): Dump diff of symlist if the test
7225         fails.
7226
7227 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7228
7229         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7230         using abort.
7231
7232         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7233         Remove unused variable ST.
7234
7235 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7236
7237         [BZ #16354]
7238         [BZ #17061]
7239         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7240         small arguments before calling __expm1.
7241         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7242         small arguments before calling __expm1f.
7243         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7244         small arguments before calling __expm1l.
7245         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7246         Likewise.
7247         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7248         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7249         spurious underflow for some cosh tests.
7250         * math/auto-libm-test-out: Regenerated.
7251         * sysdeps/i386/fpu/libm-test-ulps: Update.
7252
7253         [BZ #17050]
7254         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7255         (__ieee754_y1): Set errno if return value overflows.
7256         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7257         (__ieee754_y1f): Set errno if return value overflows.
7258         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7259         (__ieee754_y1l): Set errno if return value overflows.
7260         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7261         (__ieee754_y1l): Set errno if return value overflows.
7262         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7263         * math/auto-libm-test-out: Regenerated.
7264
7265         * math/gen-auto-libm-tests.c: Document use of
7266         ignore-zero-inf-sign.
7267         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7268         (input_flags): Add ignore-zero-inf-sign.
7269         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7270         * math/gen-libm-test.pl (generate_testfile): Handle
7271         ignore-zero-inf-sign.
7272         * math/auto-libm-test-in: Mark some cpow tests with
7273         ignore-zero-inf-sign and some with xfail-rounding.
7274         * math/auto-libm-test-out: Regenerated.
7275         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7276         * sysdeps/i386/fpu/libm-test-ulps: Update.
7277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7278
7279         [BZ #16315]
7280         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7281         overflowing or underflowing operations take place with sign of
7282         result.
7283         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7284         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7285         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7286         (__ieee754_pow): Recompute overflowing and underflowing results in
7287         original rounding mode.
7288         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7289         (__powl_helper): Allow negative argument X and scale negated value
7290         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7291         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7292         overflowing or underflowing operations take place with sign of
7293         result.
7294         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7295         Include <math.h>.
7296         * math/auto-libm-test-in: Add more tests of pow.
7297         * math/auto-libm-test-out: Regenerated.
7298         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7299         (pow_tonearest_test_data): Remove.
7300         (pow_test_tonearest): Likewise.
7301         (pow_towardzero_test_data): Likewise.
7302         (pow_test_towardzero): Likewise.
7303         (pow_downward_test_data): Likewise.
7304         (pow_test_downward): Likewise.
7305         (pow_upward_test_data): Likewise.
7306         (pow_test_upward): Likewise.
7307         (main): Don't call removed functions.
7308         * sysdeps/i386/fpu/libm-test-ulps: Update.
7309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7310
7311 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7312
7313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7314         Moved ...
7315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7317         Moved ...
7318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7320         Moved ...
7321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7323         Moved ...
7324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7326         File removed.
7327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7328         File removed.
7329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7330         File removed.
7331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7332         File removed.
7333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7334         File removed.
7335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7336         File removed.
7337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7338         File removed.
7339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7340         File removed.
7341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7342         File removed.
7343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7344         File removed.
7345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7346         File removed.
7347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7348         File removed.
7349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7350         Moved ...
7351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7353         Moved ...
7354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7355         ... here.
7356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7357         Moved ...
7358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7360         Moved ...
7361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7363         Moved ...
7364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7366         Moved ...
7367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7369         Moved ...
7370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7372         Moved ...
7373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7375         Moved ...
7376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7379         ... here.
7380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7381         Moved ...
7382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7384         Moved ...
7385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7386         ... here.
7387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7388         Moved ...
7389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7390         ... here.
7391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7392         Moved ...
7393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7394         ... here.
7395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7396         Moved ...
7397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7399         Moved ...
7400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7404         Moved ...
7405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7406         ... here.
7407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7408         Moved ...
7409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7410         ... here.
7411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7412         Moved ...
7413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7415         Moved ...
7416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7418         Moved ...
7419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7421         Moved ...
7422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7424         Moved ...
7425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7426         ... here.
7427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7428         Moved ...
7429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7431         Moved ...
7432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7434         Moved ...
7435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7437         Moved ...
7438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7442         Moved ...
7443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7445         Moved ...
7446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7448         Moved ...
7449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7450         ... here.
7451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7452         Moved ...
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7454         ... here.
7455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7456         Moved ...
7457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7458         ... here.
7459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7460         Moved ...
7461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7463         Moved ...
7464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7466         Moved ...
7467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7469         Moved ...
7470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7471         ... here.
7472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7473         Moved ...
7474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7475         ... here.
7476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7477         Moved ...
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7479         ... here.
7480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7481         Moved ...
7482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7484         Moved ...
7485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7486
7487 2014-06-23  Will Newton  <will.newton@linaro.org>
7488             Wilco  <wdijkstr@arm.com>
7489
7490         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7491         implementation.  Include get-rounding-mode.h.
7492         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7493         [!libc_feholdsetround_noex_ctx]: Define
7494         libc_feholdsetround_noex_ctx.
7495         [!libc_feholdsetround_noexf_ctx]: Define
7496         libc_feholdsetround_noexf_ctx.
7497         [!libc_feholdsetround_noexl_ctx]: Define
7498         libc_feholdsetround_noexl_ctx.
7499         (libc_feholdsetround_ctx): New function.
7500         (libc_feresetround_ctx): New function.
7501         (libc_feholdsetround_noex_ctx): New function.
7502         (libc_feresetround_noex_ctx): New function.
7503
7504 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7505
7506         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7507         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7508         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7509         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7510         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7511         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7512
7513         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7514         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7515         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7516         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7517         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7518         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7519         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7520         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7521         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7522         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7523         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7524         Moved ...
7525         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7526         ... here.
7527         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7528         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7529         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7530         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7531         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7532         Moved ...
7533         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7534         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7535         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7536         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7537         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7538         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7539         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7540         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7541         Moved ...
7542         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7543         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7544         Moved ...
7545         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7546         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7547         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7548         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7549         Moved ...
7550         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7551         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7552         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7553         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7554         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7555         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7556         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7557         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7558         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7559         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7560         Moved ...
7561         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7562         ... here.
7563         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7564         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7565         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7566         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7567         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7568         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7569         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7570         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7571         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7572         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7573         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7574         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7575         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7576         Moved ...
7577         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7578         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7579         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7580         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7581         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7582         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7583         Moved ...
7584         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7585         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7586         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7587         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7588         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7589
7590         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7591         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7592         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7593         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7594         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7595         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7596         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7597         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7598         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7599         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7600         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7601         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7602         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7603         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7604         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7605         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7606         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7607         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7608         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7609         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7610         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7611         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7612         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7613         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7614         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7615         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7616         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7617         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7618
7619 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7620
7621         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7622         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7623         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7624         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7625         (IPV6_PMTUDISC_INTERFACE): Likewise.
7626         (IPV6_PMTUDISC_OMIT): Likewise.
7627
7628 2014-06-23  Andreas Schwab  <schwab@suse.de>
7629
7630         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7631         Remove unused errout label.
7632
7633 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7634
7635         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7636         macro: hardware supports Vector Crypto instructions.
7637
7638 2014-06-23  Will Newton  <will.newton@linaro.org>
7639
7640         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7641         rather than __builtin_expect.
7642
7643         * elf/dl-lookup.c (undefined_msg): Remove variable.
7644         (_dl_lookup_symbol_x): Replace undefined_msg with string
7645         literal.
7646
7647         * elf/dl-lookup.c (do_lookup_unique): New function.
7648         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7649         to a separate function.
7650
7651 2014-06-23  Andreas Schwab  <schwab@suse.de>
7652
7653         [BZ #17079]
7654         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7655         before reading the next line.
7656
7657 2014-06-23  Will Newton  <will.newton@linaro.org>
7658
7659         * test-skeleton.c (signal_handler): Use printf and %m
7660         rather than perror.  Use printf rather than fprintf to
7661         stderr.  Use puts rather than fputs to stderr.
7662         (main): Likewise.
7663
7664 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7665
7666         * nscd/nscd.c (thread_info_t): Remove typedef.
7667         (thread_info): Remove variable.
7668
7669 2014-06-21  Allan McRae  <allan@archlinux.org>
7670
7671         * NEWS: Mention CVE-2014-4043.
7672
7673 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7674
7675         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7676         * nptl/smp.h: ... here.
7677
7678         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7679
7680         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7681         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7682         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7683         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7684
7685         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7686         * nptl/stack-aliasing.h: New file.
7687         * sysdeps/i386/i686/stack-aliasing.h: New file.
7688         * sysdeps/i386/i686/nptl/Makefile: File removed.
7689         * sysdeps/x86_64/stack-aliasing.h: New file.
7690         * sysdeps/x86_64/nptl/Makefile
7691         (CFLAGS-pthread_create.c): Variable removed.
7692
7693         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7694         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7695         old file.
7696         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7697         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7698         old file.
7699
7700 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7701
7702         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7703         (__ASSUME_SIGFRAME_V2): Remove macro.
7704         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7705         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7706         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7707         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7708         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7709         Declare as function.  Remove conditional macro definitions.
7710         (__default_rt_sa_restorer): Likewise.
7711         (__default_sa_restorer_v1): Remove declaration.
7712         (__default_sa_restorer_v2): Likewise.
7713         (__default_rt_sa_restorer_v1): Likewise.
7714         (__default_rt_sa_restorer_v2): Likewise.
7715         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7716         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7717         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7718
7719 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7720
7721         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7722         (libpthread-routines): Add sysdep.
7723         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7724         * sysdeps/unix/sysv/linux/sparc/Versions
7725         (libpthread: GLIBC_2.3.3): New version set.
7726         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7727         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7728         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7729         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7730         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7731         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7732         Moved ...
7733         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7734         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7735         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7736         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7737         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7738         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7739         * sysdeps/sparc/nptl/sem_init.c: ... here.
7740         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7741         * sysdeps/sparc/nptl/sem_post.c: ... here.
7742         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7743         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7744         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7745         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7746         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7747         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7748         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7749         (libpthread-routines): Add cpu_relax.
7750         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7751         File removed.
7752         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7753         (librt: GLIBC_2.3.3): New version set.
7754         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7755         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7756         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7757         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7758         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7759         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7760         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7761         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7762         Moved ...
7763         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7764         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7765         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7766         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7767         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7768         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7769         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7770         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7771         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7772         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7773         Moved ...
7774         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7775         Update #include.
7776         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7777         Moved ...
7778         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7779         Update #include.
7780         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7781         Moved ...
7782         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7783         Update #include.
7784         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7785         Moved ...
7786         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7787         Update #include.
7788         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7789         Moved ...
7790         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7791         Update #include.
7792         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7793         Moved ...
7794         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7795         Update #include.
7796         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7797         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7798         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7799         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7800         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7801         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7802         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7803         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7804         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7805         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7806         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7807         Moved ...
7808         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7809         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7810         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7811         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7812         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7813
7814 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7815
7816         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7817         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7818         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7819         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7820         * nscd/nscd.c: Likewise.
7821         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7822         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7823         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7824         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7825
7826         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7827         <kernel-features.h>.
7828         (init_mq_netlink): Remove conditional have_sock_cloexec
7829         definitions.  Remove code conditional on have_sock_cloexec < 0.
7830         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7831         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7832         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7833         <kernel-features.h>.
7834         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7835         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7836
7837 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7838
7839         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7840         Add tests for memset_chk and memset.
7841
7842         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7843         with AVX2_Usable.
7844
7845 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7846
7847         [BZ #16046]
7848         * elf/tst-dl-iter-static.c: New file.
7849         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7850
7851         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7852         error.
7853
7854 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7855
7856         * sysdeps/unix/sysv/linux/kernel-features.h
7857         (__ASSUME_F_GETOWN_EX): Remove macro.
7858         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7859         <kernel-features.h>.
7860         (miss_F_GETOWN_EX): Remove variable or macro.
7861         (do_fcntl): Do not check miss_F_GETOWN_EX.
7862         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7863
7864         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7865         Remove macro.
7866         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7867         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7868         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7869
7870         * sysdeps/unix/sysv/linux/kernel-features.h
7871         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7872         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7873         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7874         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7875
7876 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7877
7878         [BZ #17075]
7879         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7880         Fix calculation of the symbol's value.
7881         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7882         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7883         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7884         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7885         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7886         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7887         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7888         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7889         (modules-names): Add `tst-armtlsdescmod',
7890         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7891         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7892         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7893         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7894         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7895         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7896         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7897         ($(objpfx)tst-armtlsdescloc): New dependency.
7898         ($(objpfx)tst-armtlsdescextnow): Likewise.
7899         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7900         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7901         TLS scheme support.
7902         * sysdeps/arm/configure: Regenerate.
7903
7904 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7905
7906         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7907         (__atfct_seterrno_2): Likewise.
7908         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7909         <kernel-features.h>.
7910         (__ASSUME_ATFCTS): Do not undefine and redefine.
7911         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7912         (__have_atfcts): Remove conditional definition.
7913         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7914         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7915         unreachable if [__ASSUME_ATFCTS].
7916         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7917         not undefine and redefine.
7918         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7919         <kernel-features.h>.
7920         (faccessat) [__NR_faccessat]: Make code unconditional.
7921         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7922         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7923         <kernel-features.h>.
7924         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7925         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7926         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7927         <kernel-features.h>.
7928         (fchownat) [__NR_fchownat]: Make code unconditional.
7929         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7930         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7931         <kernel-features.h>.
7932         (futimesat) [__NR_futimesat]: Make code unconditional.
7933         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7934         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7935         <kernel-features.h>.
7936         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7937         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7938         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7939         <kernel-features.h>.
7940         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7941         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7942         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7943         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7944         <kernel-features.h>.
7945         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7946         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7947         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7948         <kernel-features.h>.
7949         (linkat) [__NR_linkat]: Make code unconditional.
7950         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7951         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7952         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7953         <kernel-features.h>.
7954         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7955         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7956         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7957         <kernel-features.h>.
7958         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7959         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7960         * sysdeps/unix/sysv/linux/openat.c: Do not include
7961         <kernel-features.h>.
7962         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7963         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7964         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7965         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7966         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7967         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7968         <kernel-features.h>.
7969         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7970         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7971         result of INLINE_SYSCALL directly, not via int variable.
7972         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7973         <kernel-features.h>.
7974         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7975         (renameat) [__NR_renameat]: Make code unconditional.
7976         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7977         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7978         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7979         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7980         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7981         (__ASSUME_ATFCTS): Do not undefine and redefine.
7982         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7983         <kernel-features.h>.
7984         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7985         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7986         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7987         <kernel-features.h>.
7988         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7989         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7990         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7991         (__ASSUME_ATFCTS): Do not undefine and redefine.
7992         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7993         <kernel-features.h>.
7994         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7995         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7996         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7997         <kernel-features.h>.
7998         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7999         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8000
8001 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8002
8003         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8004
8005 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8006
8007         [BZ #17069]
8008         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8009         constructed tree before returning error.
8010         * posix/bug-regexp36.c: Expand test case.
8011
8012 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8013
8014         [BZ #6803]
8015         * math/libm-test.inc (scalbln_test_date):
8016         Add errno expectations.
8017         * math/w_scalblnf.c: New File.
8018         Add wrapper which checks for setting errno to ERANGE.
8019         Add weak_alias for corresponding scalbln function.
8020         * math/w_scalbln.c: Likewise.
8021         * math/w_scalblnl.c: Likewise.
8022         * math/Makefile (libm-calls): Add w_scalbln.
8023         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8024         Remove weak_alias for corresponding scalbln function.
8025         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8026         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8027         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8028         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8029         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8030         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8031         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8032         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8033         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8034         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8035         Remove long_double_symbol for scalblnl function in libm, libc.
8036         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8037         Add wrapper which checks for setting errno to ERANGE.
8038         Add long_double_symbol for scalblnl function in libm, libc.
8039         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8040         Remove long_double_symbol for scalblnl in libm.
8041         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8042         Add wrapper which checks for setting errno to ERANGE.
8043         Add long_double_symbol for scalblnl function in libm.
8044         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8045         Do not use wrapper because of own implementation.
8046
8047 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8048
8049         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8050         3 bytes for __pad1 for x32.
8051         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8052
8053 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8054             H.J. Lu  <hongjiu.lu@intel.com>
8055
8056         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8057         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8058         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8059         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8060         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8061
8062 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8063
8064         [BZ #17069]
8065         * posix/regcomp.c (parse_expression): Deallocate partially
8066         constructed tree before returning error.
8067         * posix/Makefile.c (tests): Add bug-regex36.
8068         (generated): Add bug-regex36.mtrace.
8069         (tests-special): Add $(objpfx)bug-regex36-mem.out
8070         (bug-regex36-ENV): New variable.
8071         ($(objpfx)bug-regex36-mem.out): New rule.
8072         * posix/bug-regex36.c: New file.
8073
8074 2014-06-19  Will Newton  <will.newton@linaro.org>
8075
8076         * malloc/malloc.c (systrim): If extra is zero then return
8077         early.
8078
8079 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8080
8081         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8082
8083 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8084
8085         * sysdeps/aarch64/strchr.S: New file.
8086
8087 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8088
8089         [BZ #17022]
8090         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8091         from arguments -2 or below.
8092         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8093         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8094
8095 2014-06-18  Andreas Schwab  <schwab@suse.de>
8096
8097         [BZ #17062]
8098         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8099         of a bracket expr not to run off the end of the string.
8100         * posix/Makefile (tests): Add tst-fnmatch3.
8101         * posix/tst-fnmatch3.c: New file.
8102
8103 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8104
8105         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8106         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8107         [$(cross-compiling) = no]: Likewise.
8108         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8109         [$(cross-compiling) = no]: Likewise.
8110
8111 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8112
8113         [BZ #17031]
8114         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8115         double, adjusted for any remainder from the high double.
8116         * math/libm-test.inc (nearbyint): Add tests.
8117         (rint): Likewise.
8118
8119 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8120
8121         * nptl/sysdeps/powerpc/Makefile: Moved ...
8122         * sysdeps/powerpc/nptl/Makefile: ... here.
8123         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8124         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8125         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8126         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8127         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8128         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8129         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8130         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8131         * nptl/sysdeps/powerpc/tls.h: Moved ...
8132         * sysdeps/powerpc/nptl/tls.h: ... here.
8133
8134 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8135
8136         [BZ #16681]
8137         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8138         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8139         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8140         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8141         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8142         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8143         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8144         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8145         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8146
8147 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8148
8149         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8150
8151 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8152
8153         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8154         defined operator.
8155
8156         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8157         $TIMEOUTFACTOR.
8158
8159 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8160
8161         [BZ #17058]
8162         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8163         non-executed part of the test.
8164
8165 2014-06-16  Andreas Schwab  <schwab@suse.de>
8166
8167         * string/bits/string2.h (strdup, strndup): Update feature guard.
8168
8169 2014-06-14  David S. Miller  <davem@davemloft.net>
8170
8171         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8172
8173 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8174
8175         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8176         that was previously under [RESET_PID].
8177         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8178
8179         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8180         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8181         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8182         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8183         (__libc_vfork): New strong alias.
8184         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8185
8186 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8187
8188         * sysdeps/generic/elide.h: New file.
8189
8190 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8191
8192         * Makefile (installed-headers): Adjust path of pthread.h header.
8193
8194 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8195
8196         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8197         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8198         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8199         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8200
8201         * nptl/sysdeps/s390/Makefile: Moved ...
8202         * sysdeps/s390/nptl/Makefile: ... here.
8203         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8204         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8205         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8206         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8207         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8208         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8209         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8210         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8211         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8212         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8213         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8214         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8215         * nptl/sysdeps/s390/tls.h: Moved ...
8216         * sysdeps/s390/nptl/tls.h: ... here.
8217
8218         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8219         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8220
8221 2014-06-13  David S. Miller  <davem@davemloft.net>
8222
8223         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8224         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8225         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8226         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8227         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8228         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8229         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8230         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8231         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8232         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8233         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8234         Remove RESET_PID cpp guards.
8235         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8236         Remove RESET_PID cpp guards.
8237         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8238
8239 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8240
8241         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8242         __sp to uintptr_t.
8243
8244 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8245
8246         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8247         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8248         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8249         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8250         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8251         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8252         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8253         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8254         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8255         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8256         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8257         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8258         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8259         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8260         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8261         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8262         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8263         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8264         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8265         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8266
8267         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8268         (pthread_rwlock_rdlock): Add elision.
8269         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8270         (pthread_rwlock_wrlock): Add elision.
8271         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8272         (pthread_rwlock_trywrlock): Add elision.
8273         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8274         (pthread_rwlock_tryrdlock): Add elision.
8275         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8276         (pthread_rwlock_tryrdlock): Add elision unlock.
8277         * nptl/sysdeps/pthread/pthread.h:
8278         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8279         (PTHREAD_RWLOCK_INITIALIZER,
8280         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8281         Handle new elision field.
8282         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8283         * sysdeps/arm/nptl/bits/pthreadtypes.h
8284         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8285         * sysdeps/sh/nptl/bits/pthreadtypes.h
8286         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8287         * sysdeps/tile/nptl/bits/pthreadtypes.h
8288         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8289         * sysdeps/a/nptl/bits/pthreadtypes.h
8290         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8291         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8292         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8293         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8294         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8295         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8296         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8297         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8298         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8299         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8300         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8301         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8302         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8303         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8304         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8305         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8306         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8307         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8308         (elision_init): Set try_xbegin to zero when no RTM.
8309         * sysdeps/x86/nptl/bits/pthreadtypes.h
8310         (pthread_rwlock_t): Change __pad1 to __rwelision.
8311         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8312
8313 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8314
8315         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8316         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8317         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8318         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8319
8320 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8321
8322         [BZ #16996]
8323         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8324         that the cached result has been set before returning it.
8325
8326 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8327
8328         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8329         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8330         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8331         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8332         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8333         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8334
8335         * nptl/sysdeps/sparc/Makefile: Moved ...
8336         * sysdeps/sparc/nptl/Makefile: ... here.
8337         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8338         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8339         * nptl/sysdeps/sparc/tls.h: Moved ...
8340         * sysdeps/sparc/nptl/tls.h: ... here.
8341         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8342         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8343         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8344         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8345         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8346         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8347         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8348         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8349         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8350         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8351         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8352         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8353         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8354         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8355         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8356         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8357         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8358         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8359         Update #include.
8360         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8361         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8362         Update #include.
8363         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8364         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8365         Update #include.
8366         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8367         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8368         Update #include.
8369
8370         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8371
8372         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8373         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8374
8375         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8376         (struct list_links): Type removed.
8377         (struct thread_node, struct timer_node): Replace struct list_links
8378         with struct list_head.
8379         (list_unlink_ip): Likewise.
8380         * sysdeps/pthread/timer_routines.c
8381         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8382         (list_append, list_insbefore): Likewise.
8383         (list_init): Function removed.
8384         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8385         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8386         * sysdeps/pthread/Makefile: ... here, new file.
8387
8388         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8389         * sysdeps/nptl/Implies: ... here.
8390         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8391         * nptl/sysdeps/pthread/list.h: Moved ...
8392         * include/list.h: ... here.
8393         * nptl/sysdeps/pthread/createthread.c: Moved ...
8394         * nptl/createthread.c: ... here.
8395         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8396         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8397         * nptl/pt-longjmp.c: ... here.
8398         * nptl/sysdeps/pthread/Makefile: Moved ...
8399         * sysdeps/nptl/Makefile: ... here.
8400         * nptl/sysdeps/pthread/Subdirs: Moved ...
8401         * sysdeps/nptl/Subdirs: ... here.
8402         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8403         * sysdeps/nptl/aio_misc.h: ... here.
8404         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8405         * sysdeps/nptl/bits/libc-lock.h: ... here.
8406         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8407         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8408         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8409         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8410         * nptl/sysdeps/pthread/configure: Moved ...
8411         * sysdeps/nptl/configure: ... here.
8412         * nptl/sysdeps/pthread/configure.ac: Moved ...
8413         * sysdeps/nptl/configure.ac: ... here.
8414         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8415         * sysdeps/nptl/gai_misc.h: ... here.
8416         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8417         * sysdeps/nptl/librt-cancellation.c: ... here.
8418         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8419         * sysdeps/nptl/malloc-machine.h: ... here.
8420         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8421         * sysdeps/nptl/pthread-functions.h: ... here.
8422         * nptl/sysdeps/pthread/pthread.h: Moved ...
8423         * sysdeps/nptl/pthread.h: ... here.
8424         * nptl/sysdeps/pthread/setxid.h: Moved ...
8425         * sysdeps/nptl/setxid.h: ... here.
8426         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8427         * sysdeps/nptl/sigfillset.c: ... here.
8428         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8429         * sysdeps/nptl/tcb-offsets.h: ... here.
8430         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8431         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8432         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8433         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8434         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8435         * sysdeps/pthread/allocalim.h: ... here.
8436         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8437         * sysdeps/pthread/bits/sigthread.h: ... here.
8438         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8439         * sysdeps/pthread/flockfile.c: ... here.
8440         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8441         * sysdeps/pthread/ftrylockfile.c: ... here.
8442         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8443         * sysdeps/pthread/funlockfile.c: ... here.
8444         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8445         * sysdeps/pthread/posix-timer.h: ... here.
8446         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8447         * sysdeps/pthread/timer_create.c: ... here.
8448         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8449         * sysdeps/pthread/timer_delete.c: ... here.
8450         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8451         * sysdeps/pthread/timer_getoverr.c: ... here.
8452         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8453         * sysdeps/pthread/timer_gettime.c: ... here.
8454         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8455         * sysdeps/pthread/timer_routines.c: ... here.
8456         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8457         * sysdeps/pthread/timer_settime.c: ... here.
8458         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8459         * sysdeps/pthread/tst-timer.c: ... here.
8460         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8461         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8462
8463         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8464         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8465
8466         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8467         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8468         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8469         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8470         Update #include target.
8471         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8472         * sysdeps/i386/i686/nptl/Makefile: ... here.
8473         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8474         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8475         Update #include target.
8476         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8477         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8478         * nptl/sysdeps/i386/Makefile: Moved ...
8479         * sysdeps/i386/nptl/Makefile: ... here.
8480         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8481         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8482         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8483         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8484         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8485         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8486         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8487         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8488         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8489         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8490         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8491         * nptl/sysdeps/i386/tls.h: Moved ...
8492         * sysdeps/i386/nptl/tls.h: ... here.
8493
8494         * sysdeps/sh/Makefile [$(subdir) = csu]
8495         (gen-as-const-headers): Add tcb-offsets.sym.
8496         * nptl/sysdeps/sh/Makefile: File removed.
8497         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8498         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8499         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8500         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8501         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8502         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8503         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8504         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8505         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8506         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8507         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8508         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8509         * nptl/sysdeps/sh/tls.h: Moved ...
8510         * sysdeps/sh/nptl/tls.h: ... here.
8511         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8512         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8513         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8514         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8515         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8516         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8517         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8518         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8519         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8520         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8521         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8522         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8523         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8524         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8525         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8526         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8527         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8528         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8529         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8530         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8531         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8532         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8533         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8534         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8535         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8536         Moved ...
8537         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8538         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8539         Moved ...
8540         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8541         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8542         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8543         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8544         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8545         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8546         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8547         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8548         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8549         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8550         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8551         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8552         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8553         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8554         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8555         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8556         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8557         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8558         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8559
8560 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8561
8562         * posix/spawn_faction_addopen.c: Include string.h.
8563
8564 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8565
8566         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8567         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8568         * nptl/sysdeps/x86_64/Makefile: Moved ...
8569         * sysdeps/x86_64/nptl/Makefile: ... here.
8570         * nptl/sysdeps/x86_64/configure: Moved ...
8571         * sysdeps/x86_64/nptl/configure: ... here.
8572         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8573         * sysdeps/x86_64/nptl/configure.ac: ... here.
8574         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8575         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8576         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8577         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8578         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8579         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8580         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8581         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8582         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8583         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8584         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8585         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8586         * nptl/sysdeps/x86_64/tls.h: Moved ...
8587         * sysdeps/x86_64/nptl/tls.h: ... here.
8588         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8589         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8590         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8591         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8592
8593         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8594
8595 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8596
8597         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8598
8599 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8600
8601         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8602         type.
8603         [POSIX] (off_t): Likewise.
8604         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8605         [POSIX] (S_ISBLK): Require macro.
8606         [POSIX] (S_ISCHR): Likewise.
8607         [POSIX] (S_ISDIR): Likewise.
8608         [POSIX] (S_ISFIFO): Likewise.
8609         [POSIX] (S_ISREG): Likewise.
8610         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8611         optional-macro.
8612         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8613         type.
8614         [POSIX] (time_t): Likewise.
8615         [POSIX] (timer_t): Likewise.
8616
8617 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8618
8619         [BZ #17048]
8620         * posix/spawn_int.h (struct __spawn_action): Make the path string
8621         non-const to support deallocation.
8622         * posix/spawn_faction_addopen.c
8623         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8624         * posix/spawn_faction_destroy.c
8625         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8626         path in all spawn_do_open actions.
8627         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8628         posix_spawn_file_actions_addopen.
8629
8630 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8631
8632         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8633         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8634         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8635         conditional code always true.
8636         (__libc_vfork): New alias.
8637
8638 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8639
8640         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8641         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8642
8643         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8644
8645         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8646         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8647
8648         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8649         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8650
8651         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8652         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8653
8654 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8655
8656         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8657         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8658         multiarch strcmp for PPC64.
8659         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8660         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8661         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8662         multiarch optimizations.
8663         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8664         (__libc_ifunc_impl_list): Likewise.
8665
8666 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8667
8668         * benchtests/scripts/validate_benchout.py: New script.
8669         * benchtests/Makefile (bench-func): Call it.
8670         * benchtests/scripts/benchout.schema.json: New file.
8671
8672 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8673
8674         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8675         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8676         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8677         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8678         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8679         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8680         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8681         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8682         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8683         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8684         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8685         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8686         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8687         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8688         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8689         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8690         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8691         Moved ...
8692         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8693         ... here.
8694         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8695         Moved ...
8696         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8698         Moved ...
8699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8700         ... here.
8701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8702         Moved ...
8703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8704         ... here.
8705         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8706         Moved ...
8707         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8708         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8709         Moved ...
8710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8711         ... here.
8712         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8713         Moved ...
8714         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8715         ... here.
8716         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8717         Moved ...
8718         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8719         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8720         Moved ...
8721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8722         ... here.
8723         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8724         Moved ...
8725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8726         ... here.
8727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8728         Moved ...
8729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8730         ... here.
8731         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8732         Moved ...
8733         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8735         Moved ...
8736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8737         ... here.
8738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8739         Moved ...
8740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8741         ... here.
8742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8743         Moved ...
8744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8745         ... here.
8746         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8747         Moved ...
8748         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8750         Moved ...
8751         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8752         ... here.
8753         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8754         Moved ...
8755         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8756         ... here.
8757         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8758         Moved ...
8759         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8761         Moved ...
8762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8763         ... here.
8764         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8765         Moved ...
8766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8768         Moved ...
8769         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8770         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8771         Moved ...
8772         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8773         ... here.
8774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8775         Moved ...
8776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8777         ... here.
8778         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8779         Moved ...
8780         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8781         ... here.
8782         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8783         Moved ...
8784         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8786         Moved ...
8787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8788         ... here.
8789         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8790         Moved ...
8791         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8792         ... here.
8793         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8794         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8795         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8796         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8797         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8798         Moved ...
8799         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8800         ... here.
8801         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8802         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8803         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8804         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8805         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8806         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8807         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8808         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8809         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8810         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8811         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8812         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8813         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8814         Moved ...
8815         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8816         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8817         Moved ...
8818         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8819         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8820         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8821         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8822         Moved ...
8823         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8824         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8825         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8826         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8827         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8828         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8829         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8830
8831 2014-06-10  Wilco  <wdijkstr@arm.com>
8832
8833         * math/test-fenv-return.c: New file.
8834         * math/Makefile: Add new test test-fenv-return.
8835
8836 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8837
8838         [BZ #17042]
8839         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8840         when x - 1 is zero.
8841         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8842         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8843         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8844         0.0L for an argument of 1.0L.
8845         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8846         Likewise.
8847         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8848         value when x - 1 is zero.
8849         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8850         * sysdeps/i386/fpu/libm-test-ulps: Update.
8851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8852
8853 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8854
8855         [BZ #15119]
8856         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8857
8858 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8859
8860         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8861         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8862
8863 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8864
8865         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8866         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8867
8868         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8869         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8870
8871         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8872         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8873
8874         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8875         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8876
8877         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8878         if not already defined.
8879         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8880         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8881         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8882         (TLS_INIT_TP): Use it.
8883         (TLS_DEFINE_INIT_TP): New macro.
8884         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8885
8886 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8887
8888         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8889         constant.
8890         [POSIX] (IXANY): Likewise.
8891         [POSIX] (OLCUC): Likewise.
8892         [POSIX || POSIX2008] (CBAUD): Do not allow.
8893         [POSIX || POSIX2008] (DEFECHO): Likewise.
8894         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8895         [POSIX || POSIX2008] (ECHOKE): Likewise.
8896         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8897         [POSIX || POSIX2008] (EXTA): Likewise.
8898         [POSIX || POSIX2008] (EXTB): Likewise.
8899         [POSIX || POSIX2008] (FLUSHO): Likewise.
8900         [POSIX || POSIX2008] (LOBLK): Likewise.
8901         [POSIX || POSIX2008] (PENDIN): Likewise.
8902         [POSIX || POSIX2008] (SWTCH): Likewise.
8903         [POSIX || POSIX2008] (VDISCARD): Likewise.
8904         [POSIX || POSIX2008] (VDSUSP): Likewise.
8905         [POSIX || POSIX2008] (VLNEXT): Likewise.
8906         [POSIX || POSIX2008] (VREPRINT): Likewise.
8907         [POSIX || POSIX2008] (VSTATUS): Likewise.
8908         [POSIX || POSIX2008] (VWERASE): Likewise.
8909         (B*): Change to B[0123456789]*.
8910         * conform/data/time.h-data [POSIX || UNIX98]
8911         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8912         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8913         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8914         [POSIX] (tm_*): Do not allow.
8915
8916 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8917
8918         * Makefile (install): Don't set LANGUAGE.
8919         * Makefile.in (install): Likewise.
8920         * assert/Makefile (test-assert-ENV): Remove variable.
8921         (test-assert-perr-ENV): Likewise.
8922         * elf/Makefile (neededtest4-ENV): Likewise.
8923         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8924         [$(cross-compiling) = no]: Don't set LANGUAGE.
8925         * io/ftwtest-sh (LANG): Remove variable.
8926         * libio/Makefile (tst-widetext-ENV): Likewise.
8927         * manual/install.texi (Running make install): Don't refer to
8928         environment settings for make install.
8929         * INSTALL: Regenerated.
8930         * nptl/tst-tls6.sh: Don't set LANG.
8931         * posix/globtest.sh (LANG): Remove variable.
8932         * string/Makefile (tester-ENV): Likewise.
8933         (inl-tester-ENV): Likewise.
8934         (noinl-tester-ENV): Likewise.
8935         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8936         [$(cross-compiling) = no]: Don't set LANGUAGE.
8937         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8938         without explicit environment settings.
8939
8940 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8941
8942         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8943         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8944         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8945         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8946
8947 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8948
8949         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8950         other files in the crypt directory.
8951         * crypt/crypt.c: Remove duplicate includes.
8952         * crypt/crypt-entry.c: Likewise.
8953         * crypt/crypt_util.c: Likewise.
8954
8955 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8956
8957         * Makeconfig (run-program-env): New variable.
8958         (run-program-prefix-before-env): Likewise.
8959         (run-program-prefix-after-env): Likewise.
8960         (run-program-prefix): Define in terms of new variables.
8961         (built-program-cmd-before-env): New variable.
8962         (built-program-cmd-after-env): Likewise.
8963         (built-program-cmd): Define in terms of new variables.
8964         (test-program-prefix-before-env): New variable.
8965         (test-program-prefix-after-env): Likewise.
8966         (test-program-prefix): Define in terms of new variables.
8967         (test-program-cmd-before-env): New variable.
8968         (test-program-cmd-after-env): Likewise.
8969         (test-program-cmd): Define in terms of new variables.
8970         * Rules (make-test-out): Use $(run-program-env).
8971         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8972         (help): Do not mention environment variables.  Mention
8973         --timeoutfactor option.
8974         (timeoutfactor): New variable.
8975         (blacklist_exports): Remove function.
8976         (exports): Remove variable.
8977         (command): Do not include ${exports}.
8978         * manual/install.texi (Configuring and compiling): Do not mention
8979         test wrappers preserving environment variables.  Mention that last
8980         assignment to a variable must take precedence.
8981         * INSTALL: Regenerated.
8982         * benchtests/Makefile (run-bench): Use $(run-program-env).
8983         * catgets/Makefile ($(objpfx)test1.cat): Use
8984         $(built-program-cmd-before-env), $(run-program-env) and
8985         $(built-program-cmd-after-env).
8986         ($(objpfx)test2.cat): Do not specify environment variables
8987         explicitly.
8988         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8989         $(run-program-env) and $(built-program-cmd-after-env).
8990         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8991         $(run-program-env) and $(test-program-cmd-after-env).
8992         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8993         explicitly.
8994         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8995         run_program_env and test_program_cmd_after_env arguments.
8996         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8997         * elf/tst-pathopt.sh: Use run_program_env argument.
8998         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8999         $(test-wrapper-env) and $(run-program-env).
9000         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9001         run_program_env arguments.
9002         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9003         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9004         $(test-program-prefix-before-env), $(run-program-env) and
9005         $(test-program-prefix-after-env).
9006         ($(objpfx)tst-gettext2.out): Likewise.
9007         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9008         run_program_env and test_program_prefix_after_env arguments.
9009         * intl/tst-gettext2.sh: Likewise.
9010         * intl/tst-gettext4.sh: Do not set environment variables
9011         explicitly.
9012         * intl/tst-gettext6.sh: Likewise.
9013         * intl/tst-translit.sh: Likewise.
9014         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9015         $(test-program-prefix-before-env), $(run-program-env) and
9016         $(test-program-prefix-after-env).
9017         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9018         run_program_env and test_program_prefix_after_env arguments.
9019         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9020         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9021         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9022         explicitly with each use of ${test_wrapper_env}.
9023         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9024         $(test-program-prefix-before-env), $(run-program-env) and
9025         $(test-program-prefix-after-env).
9026         * posix/tst-getconf.sh: Do not set environment variables
9027         explicitly.
9028         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9029         run_program_env and test_program_prefix_after_env arguments.
9030         * stdio-common/tst-printf.sh: Do not set environment variables
9031         explicitly.
9032         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9033         $(test-program-prefix-before-env), $(run-program-env) and
9034         $(test-program-prefix-after-env).
9035         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9036         run_program_env and test_program_prefix_after_env arguments.
9037         Split $test calls into $test_pre and $test.
9038         * timezone/Makefile (build-testdata): Use
9039         $(built-program-cmd-before-env), $(run-program-env) and
9040         $(built-program-cmd-after-env).
9041
9042 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9043
9044         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9045         strlen for non SHARED builds.
9046
9047 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9048
9049         * nptl/allocatestack.c (check_list): Inlined function...
9050         (__reclaim_stacks): ... here.
9051
9052 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9053
9054         [BZ #15698]
9055         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9056         memory overrun.
9057
9058 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9059
9060         * Rules (make-test-out): Include
9061         LOCPATH=$(common-objpfx)localedata in default environment.
9062         * debug/Makefile (tst-chk1-ENV): Remove variable.
9063         (tst-chk2-ENV): Likewise.
9064         (tst-chk3-ENV): Likewise.
9065         (tst-chk4-ENV): Likewise.
9066         (tst-chk5-ENV): Likewise.
9067         (tst-chk6-ENV): Likewise.
9068         (tst-lfschk1-ENV): Likewise.
9069         (tst-lfschk2-ENV): Likewise.
9070         (tst-lfschk3-ENV): Likewise.
9071         (tst-lfschk4-ENV): Likewise.
9072         (tst-lfschk5-ENV): Likewise.
9073         (tst-lfschk6-ENV): Likewise.
9074         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9075         (tst-iconv7-ENV): Likewise.
9076         * intl/Makefile (LOCPATH-ENV): Likewise.
9077         (tst-codeset-ENV): Likewise.
9078         (tst-gettext3-ENV): Likewise.
9079         (tst-gettext5-ENV): Likewise.
9080         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9081         (tst-fopenloc-ENV): Likewise.
9082         (tst-fgetws-ENV): Remove variable.
9083         (tst-ungetwc1-ENV): Likewise.
9084         (tst-ungetwc2-ENV): Likewise.
9085         (bug-ungetwc2-ENV): Likewise.
9086         (tst-swscanf-ENV): Likewise.
9087         (bug-ftell-ENV): Likewise.
9088         (tst-fgetwc-ENV): Likewise.
9089         (tst-fseek-ENV): Likewise.
9090         (tst-ftell-partial-wide-ENV): Likewise.
9091         (tst-ftell-active-handler-ENV): Likewise.
9092         (tst-ftell-append-ENV): Likewise.
9093         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9094         (tst-regexloc-ENV): Likewise.
9095         (bug-regex1-ENV): Likewise.
9096         (tst-regex-ENV): Likewise.
9097         (tst-regex2-ENV): Likewise.
9098         (bug-regex5-ENV): Likewise.
9099         (bug-regex6-ENV): Likewise.
9100         (bug-regex17-ENV): Likewise.
9101         (bug-regex18-ENV): Likewise.
9102         (bug-regex19-ENV): Likewise.
9103         (bug-regex20-ENV): Likewise.
9104         (bug-regex22-ENV): Likewise.
9105         (bug-regex23-ENV): Likewise.
9106         (bug-regex25-ENV): Likewise.
9107         (bug-regex26-ENV): Likewise.
9108         (bug-regex30-ENV): Likewise.
9109         (bug-regex32-ENV): Likewise.
9110         (bug-regex33-ENV): Likewise.
9111         (bug-regex34-ENV): Likewise.
9112         (bug-regex35-ENV): Likewise.
9113         (tst-rxspencer-ENV): Likewise.
9114         (tst-rxspencer-no-utf8-ENV): Likewise.
9115         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9116         (tst-sscanf-ENV): Likewise.
9117         (tst-swprintf-ENV): Likewise.
9118         (tst-swscanf-ENV): Likewise.
9119         (test-vfprintf-ENV): Likewise.
9120         (scanf13-ENV): Likewise.
9121         (bug14-ENV): Likewise.
9122         (tst-grouping-ENV): Likewise.
9123         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9124         (tst-strtod3-ENV): Likewise.
9125         (tst-strtod4-ENV): Likewise.
9126         (tst-strtod5-ENV): Likewise.
9127         (testmb2-ENV): Likewise./
9128         * string/Makefile (tst-strxfrm-ENV): Likewise.
9129         (tst-strxfrm2-ENV): Likewise.
9130         (bug-strcoll1-ENV): Likewise.
9131         (test-strcasecmp-ENV): Likewise.
9132         (test-strncasecmp-ENV): Likewise.
9133         * time/Makefile (tst-strptime-ENV): Likewise.
9134         (tst-ftime_l-ENV): Likewise.
9135         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9136         (tst-mbrtowc-ENV): Likewise.
9137         (tst-wcrtomb-ENV): Likewise.
9138         (tst-mbrtowc2-ENV): Likewise.
9139         (tst-c16c32-1-ENV): Likewise.
9140         (tst-mbsnrtowcs-ENV): Likewise.
9141
9142 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9143
9144         * manual/resource.texi (How to get information about the memory
9145         subsystem?): Fix typo.
9146         Reported by Peon de la Parra Ivan <peon@keba.com>
9147
9148 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9149
9150         [BZ #16882]
9151         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9152         (pthread_spin_lock): Branch out of spin loop to proper location.
9153         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9154         (pthread_spin_lock): Likewise.
9155
9156         * nptl/tst-spin4.c: New test.
9157         * nptl/Makefile (tests): Add tst-spin4.
9158
9159 2014-06-03  Andreas Schwab  <schwab@suse.de>
9160
9161         [BZ #15946]
9162         * resolv/res_send.c (send_dg): Reload file descriptor after
9163         calling reopen.
9164
9165 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9166
9167         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9168
9169 2014-06-03  Richard Henderson  <rth@redhat.com>
9170
9171         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9172         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9173         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9174         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9175         in the SAVE_PID block.
9176         (__libc_vfork): New alias.
9177         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9178
9179         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9180         child in registers, not on the stack.  Remove RESET_PID conditionals.
9181         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9182
9183 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9184
9185         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9186
9187 2014-06-03  Wilco  <wdijkstr@arm.com>
9188
9189         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9190         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9191         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9192         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9193         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9194         Likewise.
9195
9196 2014-06-03  Wilco  <wdijkstr@arm.com>
9197
9198         * sysdeps/aarch64/fpu/math_private.h
9199         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9200         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9201         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9202         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9203         Fix declarations.
9204
9205 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9206
9207         * crypt/crypt-private.h: Include ufc-crypt.h.
9208         (__b64_from_24bit): Declare extern.
9209         * crypt/crypt_util.c(__b64_from_24bit): New function.
9210         (b64t): New static const variable.
9211         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9212         (b64t): Remove variable.
9213         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9214         * crypt/sha256-crypt.c: Include crypt-private.h.
9215         (b64t): Remove variable.
9216         (__sha256_crypt_r): Remove b64_from_24bit and replace
9217         with __b64_from_24bit.
9218         * crypt/sha512-crypt.c: Likewise.
9219
9220 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9221
9222         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9223         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9224         Label the code __libc_vfork rather than __vfork.
9225         [!NOT_IN_libc] (vfork): Define as weak alias.
9226         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9227         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9228         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9229
9230 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9231
9232         * malloc/malloc.c (malloc_info): Fix format specifier for
9233         n_mmaps.
9234
9235 2014-06-02  Wilco  <wdijkstr@arm.com>
9236
9237         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9238         FPCR write.
9239
9240 2014-06-02  Wilco  <wdijkstr@arm.com>
9241
9242         [BZ #17009]
9243         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9244         Rewrite to reduce FPCR/FPSR accesses.
9245
9246 2014-06-01  David S. Miller  <davem@davemloft.net>
9247
9248         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9249
9250 2014-05-31  David S. Miller  <davem@davemloft.net>
9251
9252         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9253         to occur in round to nearest mode when |x| >= 2.0
9254
9255 2014-05-30  Richard Henderson  <rth@twiddle.net>
9256
9257         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9258         (PSEUDO_RET_NOERRNO): Remove.
9259         (ret): Don't redefine.
9260         (ret_NOERRNO): Define in terms of ret.
9261         (ret_ERRVAL): Likewise.
9262
9263         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9264         use of PSEUDO_RET; perform the error check directly.
9265
9266 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9267
9268         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9269         with __int128_t.
9270
9271 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9272
9273         * malloc/malloc (malloc_info): Fix formatting.
9274
9275 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9276             Roland McGrath  <roland@hack.frob.com>
9277
9278         * malloc/malloc (malloc_info): Also print mmapped statistics.
9279
9280 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9281
9282         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9283         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9284
9285 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9286
9287         * malloc/malloc.c (malloc_info): Inline mi_arena.
9288
9289 2014-05-29  Richard Henderson  <rth@twiddle.net>
9290
9291         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9292         Remove comma before expanding ASM_ARGS_##nr.
9293         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9294         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9295         of ASM_ARGS_##nr.
9296         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9297         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9298         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9299         (ASM_ARGS_1): Add leading comma.
9300
9301         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9302         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9303         to __errno_location.
9304         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9305         Remove the expected plt for __errno_location.
9306
9307         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9308         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9309         call to __read_tp.
9310
9311         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9312         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9313         it and break it down.
9314         (DOCARGS_0, DOCARGS_1): Do nothing.
9315         (DOCARGS_2): Update to store into the new stack frame.
9316         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9317         (UNDOCARGS_1): Update to restore from the new stack frame.
9318         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9319         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9320
9321         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9322         (SINGLE_THREAD_P): New parameter for result regno.
9323         (PSEUDO): Update to match; use cbz instead of beq.
9324
9325         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9326         Use ENTRY to define the _nocancel entry point.  Share the syscall
9327         and syscall error check paths with the cancel path.
9328         (PSEUDO_END): New.
9329
9330         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9331         whitespace; tabs before and after asm mnemonics.
9332
9333 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9334
9335         [BZ #15132]
9336         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9337         Call fstat64 or stat64 internally, depending on arguments passed.
9338         Replace stat buffer argument with file descriptor argument.
9339         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9340         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9341         Pass fd to __internal_statvfs instead of calling fstat64.
9342         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9343         Pass fd to __internal_statvfs64 instead of calling fstat64.
9344         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9345         Pass -1 to __internal_statvfs instead of calling stat64.
9346         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9347         Pass -1 to __internal_statvfs64 instead of calling stat64.
9348
9349 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9350
9351         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9352         that was previously under [RESET_PID].
9353         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9354
9355         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9356         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9357
9358 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9359
9360         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9361
9362         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9363         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9364
9365 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9366
9367         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9368
9369 2014-05-27  Andreas Schwab  <schwab@suse.de>
9370
9371         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9372         TLS_INIT_TP macro.
9373         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9374         * elf/rtld.c (init_tls, dl_main): Likewise.
9375         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9376         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9377         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9378         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9379         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9380         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9381         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9382         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9383         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9384         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9385         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9386         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9387         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9388         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9389         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9390         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9391         * sysdeps/generic/tls.h: Update description.
9392
9393 2014-05-27  Will Newton  <will.newton@linaro.org>
9394
9395         [BZ #16990]
9396         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9397         and restore r2 rather than just restoring.
9398
9399 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9400
9401         [BZ #16724]
9402         * libio/tst-ftell-append.c: New test case.
9403         * libio/Makefile (tests): Add test case.
9404         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9405         append mode.
9406         * libio/wfileops.c (do_ftell_wide): Likewise.
9407
9408 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9409
9410         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9411
9412         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9413         ...
9414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9416         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9417         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9418         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9419         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9420         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9421         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9422         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9423         Moved ...
9424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9425         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9426         Moved ...
9427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9429         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9430         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9431         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9432         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9433         ...
9434         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9435         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9436         Moved ...
9437         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9438         here.
9439         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9440         ...
9441         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9442         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9443         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9444
9445         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9446         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9447         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9448         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9449
9450         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9451         merge into ...
9452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9453         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9454         ...
9455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9456         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9457         ...
9458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9459         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9460         Moved ...
9461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9462         here.
9463         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9464         Moved ...
9465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9466         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9467         Moved ...
9468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9469
9470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9471         conditional [RESET_PID].
9472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9473         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9474         removed.
9475         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9476         removed.
9477
9478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9479         <tcb-offsets.h>.
9480         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9481         (__libc_vfork): New strong alias.
9482         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9483         removed.
9484         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9485         Removed.
9486
9487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9488         <tcb-offsets.h>.
9489         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9490         (__libc_vfork): New strong alias.
9491         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9492         removed.
9493         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9494         removed.
9495
9496 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9497
9498         * malloc/malloc.c (mi_arena): New function.
9499         (malloc_info): Remove nested function mi_arena. Call non-nosted
9500         function mi_arena.
9501
9502 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9503
9504         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9505         by insrwi.
9506         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9507         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9508         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9509         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9510         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9511         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9512         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9513
9514 2014-05-26  Andreas Schwab  <schwab@suse.de>
9515
9516         [BZ #16984]
9517         * locale/programs/repertoire.c (repertoire_read): Add slash
9518         between I18NPATH element and file name.
9519         * locale/programs/locfile.c (locfile_read): Likewise.
9520
9521 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9522
9523         * nptl/pthread_mutexattr_settype.c
9524         (__pthread_mutexattr_settype):
9525         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9526
9527 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9528
9529         * nptl/tst-mutex5 (do_test):
9530         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9531
9532 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9533
9534         * benchtests/README: Document 'init' directive.
9535         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9536         BENCH_INIT.
9537         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9538         (parse_file): Recognize 'init' directive.
9539
9540 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9541
9542         [BZ #16796]
9543         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9544         alignment of struct pthread.
9545
9546 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9547
9548         [BZ #16878]
9549         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9550         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9551         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9552         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9553
9554 2014-05-25  Richard Henderson  <rth@twiddle.net>
9555
9556         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9557         (SINGLE_THREAD_P_PIC): Remove.
9558         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9559         (SINGLE_THREAD_P_PIC): Remove.
9560
9561         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9562         branch to syscall error ...
9563         (PSEUDO): ... here.
9564         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9565         from __local_syscall_error to .Lsyscall_error.
9566         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9567         (SYSCALL_ERROR): Update label name.
9568
9569         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9570         Do not use DOARGS/UNDOARGS.
9571         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9572         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9573         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9574         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9575         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9576
9577         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9578         block comment.
9579
9580         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9581         define if !NOT_IN_libc.
9582         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9583         define with non-default symbol versions.
9584
9585 2014-05-23  Richard Henderson  <rth@twiddle.net>
9586
9587         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9588         (vfork, __vfork): Define via compat_symbol.
9589
9590         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9591         [!HAVE_IFUNC] (vfork_compat): Remove.
9592         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9593
9594 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9595
9596         [BZ #16978]
9597         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9598         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9599         variable.
9600
9601 2014-05-23  Richard Henderson  <rth@twiddle.net>
9602
9603         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9604         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9605         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9606         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9607
9608         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9609         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9610         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9611         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9612         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9613         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9614         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9615         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9616         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9617         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9618         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9619         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9620         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9621         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9622         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9623         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9624         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9625         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9626         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9627         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9628         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9629         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9630         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9631         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9632         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9633         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9634         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9635         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9636         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9637         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9638         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9639         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9640         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9641         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9642         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9643         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9644         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9645         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9646         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9647         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9648         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9649         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9650         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9651         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9652         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9653         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9654         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9655         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9656         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9657         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9658         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9659         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9660         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9661         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9662         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9663         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9664
9665         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9666         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9667         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9668         before exiting on error.
9669         (__libc_vfork): New strong alias.
9670         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9671         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9672
9673         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9674         that was previously under [RESET_PID].
9675         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9676
9677         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9678
9679 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9680
9681         [BZ #16977]
9682         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9683         value when x - 1 is zero.
9684         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9685         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9686         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9687         0.0L for an argument of 1.0L.
9688         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9689         Likewise.
9690         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9691         value when x - 1 is zero.
9692         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9693         * sysdeps/i386/fpu/libm-test-ulps: Update.
9694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9695
9696 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9697
9698         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9699         alphasort and versionsort.
9700
9701 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9702
9703         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9704         macro.
9705         [copysignf]: Likewise.
9706
9707 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9708
9709         * crypt/md5-crypt.c: Fix formatting.
9710
9711 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9712
9713         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9714         (b64_from_24bit): New function.
9715
9716 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9717
9718         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9719         libc_hidden_builtin_def to ifunc.
9720         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9721         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9722
9723 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9724
9725         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9726         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9727
9728 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9729
9730         * nscd/Depend (linuxthreads): Remove.
9731         (nptl): Add.
9732         * resolv/Depend (linuxthreads): Remove.
9733         * rt/Depend (linuxthreads): Remove.
9734
9735         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9736         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9737         $(common-objpfx)elf/.
9738         (link-libc-before-gnulib): Likewise.
9739         (elfobjdir): Remove variable.
9740         * Makefile (install): Use $(elf-objpfx) instead of
9741         $(common-objpfx)elf/.
9742         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9743         $(elfobjdir)/.
9744         (link-libc-deps): Likewise.
9745         ($(common-objpfx)libc.so): Likewise.
9746         ($(common-objpfx)linkobj/libc.so): Likewise.
9747         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9748         instead of $(common-objpfx)elf/.
9749         (symbolic-link-list): Likewise.
9750         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9751         [$(cross-compiling) = no]: Likewise.
9752         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9753         $(elfobjdir)/.
9754         (static-gnulib-arch): Likewise.
9755         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9756         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9757         $(common-objpfx)elf/.
9758
9759 2014-05-21  Richard Henderson  <rth@redhat.com>
9760
9761         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9762         (SINGLE_THREAD_P): Use the correct width load.  Fold
9763         into the ldr offset.
9764
9765         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9766         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9767
9768 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9769
9770         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9771         (libgcc_s_resume): Use __attribute_used__.
9772         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9773         Likewise.
9774
9775 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9776
9777         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9778         optimization when used with float constants.
9779
9780         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9781
9782 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9783
9784         [BZ #16915]
9785         * locale/nl_langinfo_l.c: Make direct reference to every
9786         _nl_current_CATEGORY symbol.
9787         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9788         (tests-static): Add tst-langinfo-static.
9789         (tests-special): Add tst-langinfo-static.out.
9790         ($(objpfx)tst-langinfo.out): Redirect output.
9791         ($(objpfx)tst-langinfo-static.out): New.
9792         * localedata/tst-langinfo.sh: Send output to stdout.
9793         * localedata/tst-langinfo-static.c: New file.
9794
9795         [BZ #16965]
9796         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9797         when the shift amount is modulo the limb size.
9798
9799 2014-05-20  Richard Henderson  <rth@redhat.com>
9800
9801         [BZ #16967]
9802         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9803         Change type of sa_flags from unsigned int to int.
9804
9805         [BZ #16966]
9806         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9807
9808         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9809
9810 2014-05-20  Will Newton  <will.newton@linaro.org>
9811
9812         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9813         Test the return value of the system call in the nocancel case.
9814
9815 2014-05-20  Will Newton  <will.newton@linaro.org>
9816             Yvan Roux  <yvan.roux@linaro.org>
9817
9818         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9819         #include of asm/ptrace.h.
9820         (PTRACE_GET_THREAD_AREA): Remove #undef.
9821         (PTRACE_GETHBPREGS): Likewise.
9822         (PTRACE_SETHBPREGS): Likewise.
9823         (struct user_regs_struct): New structure.
9824         (struct user_fpsimd_struct): New structure.
9825         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9826         #include of asm/ptrace.h and second #include of sys/user.h.
9827         (PTRACE_GET_THREAD_AREA): Remove #undef.
9828         (PTRACE_GETHBPREGS): Likewise.
9829         (PTRACE_SETHBPREGS): Likewise.
9830         (ELF_NGREG): Use new struct user_regs_struct.
9831         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9832
9833 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9834
9835         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9836         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9837
9838 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9839
9840         [BZ #16958]
9841         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9842         membar to avoid block loads/stores to overlap previous stores.
9843
9844 2014-05-17  Richard Henderson  <rth@redhat.com>
9845
9846         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9847         Create the __##syscall_name##_nocancel entry point.
9848         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9849         Remove; let the sysdep-cancel.h code create it.
9850
9851 2014-05-17  David S. Miller  <davem@davemloft.net>
9852
9853         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9854         Protect with __USE_GNU.
9855         (TIOCSET_TEMPT): Likewise.
9856         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9857         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9858         these are already provided in bits/ioctl-types.h
9859
9860 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9861
9862         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9863         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9864
9865         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9866         Use wait4 regardless of [__NR_waitpid].
9867
9868 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9869
9870         PR libgcc/60166
9871         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9872         (_FP_NANSIGN_Q): Set the quiet bit.
9873
9874 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9875
9876         * benchtests/Makefile
9877         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9878         not $(common-objpfx)math/libm.so.
9879         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9880         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9881         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9882         $(common-objpfx)dlfcn/libdl.so.
9883         ($(objpfx)tst-audit8): Depend on $(libm), not
9884         $(common-objpfx)math/libm.so.
9885         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9886         not $(common-objpfx)dlfcn/libdl.so.
9887         * math/Makefile
9888         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9889         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9890         [$(build-shared) = yes].
9891         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9892         $(common-objpfx)nptl/libpthread.so.
9893         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9894         $(common-objpfx)math/libm.so$(libm.so-version) or
9895         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9896         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9897         $(common-objpfx)dlfcn/libdl.so.
9898         * setjmp/Makefile (link-libm): Remove variable.
9899         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9900         * stdio-common/Makefile (link-libm): Remove variable.
9901         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9902         * stdlib/Makefile (link-libm): Remove variable.
9903         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9904         ($(objpfx)tst-strtod-round): Likewise.
9905         ($(objpfx)tst-tininess): Likewise.
9906         ($(objpfx)tst-strtod-underflow): Likewise.
9907         ($(objpfx)tst-strtod6): Likewise.
9908         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9909         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9910         $(common-objpfx)dlfcn/libdl.so.
9911
9912 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9913
9914         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9915         BSD terminal modes definitions.
9916
9917 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9918
9919         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9920         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9921
9922         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9923         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9924         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9925         Don't do #include_next.
9926         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9927         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9928         Don't do #include_next.
9929         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9930         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9931         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9932         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9933
9934 2014-05-16  Allan McRae  <allan@archlinux.org>
9935
9936         * po/sv.po: Update Swedish translation from translation project.
9937
9938         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9939         in sed expression.
9940
9941 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9942
9943         [BZ #16917]
9944         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9945         errno if the TIOCGPTN ioctl fails with an error different than
9946         EINVAL.
9947         * login/tst-ptsname.c: New file.
9948         * login/Makefile (tests): Add tst-ptsname.
9949
9950         [BZ #16943]
9951         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9952         and prlimit64.
9953
9954 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9955
9956         [BZ #16849]
9957         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9958         herrno to return EAI_AGAIN.
9959
9960 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9961
9962         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9963         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9964         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9965         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9966         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9967         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9968         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9969         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9970         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9971         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9972         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9973         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9974         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9975         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9976         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9977         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9978         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9979         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9980         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9981         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9982         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9983         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9984         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9985         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9986         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9987         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9988         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9989         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9990         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9991         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9992         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9993         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9994         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9995         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9996         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9997         Moved ...
9998         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9999         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10000         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10001         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10002         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10003         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10004         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10005         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10006         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10007         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10008         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10009         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10010         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10011         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10012         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10013         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10014         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10015         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10016         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10017         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10018         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10019         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10020         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10021         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10022         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10023         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10024         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10025         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10026         Moved ...
10027         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10028         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10029         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10030         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10031         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10033         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10034         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10035         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10036         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10037         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10039         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10040         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10041         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10042         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10043         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10044         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10045         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10046         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10047         Moved ...
10048         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10049         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10050         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10051
10052         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10053         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10054         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10055         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10056         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10057         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10058         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10059         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10060         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10061         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10062         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10063         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10064         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10065         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10066         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10067         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10068         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10069         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10070         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10071         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10072         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10073         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10074         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10075         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10076         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10077         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10078         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10079         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10080         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10081         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10082         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10083
10084         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10085         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10086
10087         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10088         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10089         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10090         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10091         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10092         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10093         Moved ...
10094         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10095         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10096         Moved ...
10097         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10098         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10099         Moved ...
10100         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10102         Moved ...
10103         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10104         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10105         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10106         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10107         Moved ...
10108         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10109         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10110         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10111         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10112         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10113         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10114         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10115         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10116         Moved ...
10117         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10118         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10119         Moved ...
10120         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10121         ... here.
10122         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10123         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10124         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10125         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10126         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10127         Moved ...
10128         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10129         ... here.
10130         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10131         Moved ...
10132         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10133         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10134         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10135         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10136         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10137         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10138         Moved ...
10139         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10140         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10141         Moved ...
10142         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10143         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10144         Moved ...
10145         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10147         Moved ...
10148         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10149         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10150         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10151         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10152         Moved ...
10153         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10154         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10155         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10156         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10157         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10158         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10159         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10160         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10161         Moved ...
10162         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10163         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10164         Moved ...
10165         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10166         ... here.
10167         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10168         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10169         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10170         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10171         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10172         Moved ...
10173         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10174         ... here.
10175         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10176         Moved ...
10177         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10178         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10179         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10180         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10181         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10182         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10183         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10184         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10185         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10186         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10187         Moved ...
10188         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10190         Moved ...
10191         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10192         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10193         Moved ...
10194         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10195         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10196         Moved ...
10197         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10198         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10199         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10200         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10201         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10202         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10203         Moved ...
10204         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10205         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10206         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10207         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10208         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10209         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10210         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10211         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10212         Moved ...
10213         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10214         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10215         Moved ...
10216         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10217         ... here.
10218         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10219         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10220         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10221         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10222         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10223         Moved ...
10224         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10225         ... here.
10226         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10227         Moved ...
10228         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10229         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10230         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10231         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10232         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10233         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10234         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10235         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10236         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10237         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10238         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10239
10240         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10241         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10242
10243         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10244         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10245
10246         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10247         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10248         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10249         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10250         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10251         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10252         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10253         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10254         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10255         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10256         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10257         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10258         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10259         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10260         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10261         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10262         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10263         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10264         Moved ...
10265         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10266         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10267         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10268         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10269         Moved ...
10270         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10271         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10272         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10273         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10274         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10275         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10276         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10277         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10278         Moved ...
10279         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10280         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10281         Moved ...
10282         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10283         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10284         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10285         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10286         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10287         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10288         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10289         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10290         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10291         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10292         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10293         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10294         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10295         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10296         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10297         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10298         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10299
10300         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10301         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10302         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10303         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10304         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10305
10306         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10307         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10308         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10309         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10310         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10311         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10312         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10313         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10314         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10315         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10316
10317         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10318         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10319
10320         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10321         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10322         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10323         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10324         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10325         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10326         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10327         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10328         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10329         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10330         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10331         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10332         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10333         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10334         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10335         Update #include.
10336         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10337         Likewise.
10338         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10339         Likewise.
10340         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10341         Likewise.
10342         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10343         Likewise.
10344         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10345         Likewise.
10346         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10347         Likewise.
10348         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10349         Likewise.
10350         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10351         Likewise.
10352         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10353         Likewise.
10354         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10355         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10356         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10357         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10358         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10359         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10360         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10361         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10362         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10363         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10364         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10365         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10366         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10367         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10368         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10369
10370         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10371         that was previously under [RESET_PID].
10372         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10373         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10374         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10375
10376         * sysdeps/i386/nptl/Implies: New file.
10377         * sysdeps/x86_64/nptl/Implies: New file.
10378         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10379         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10380         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10381         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10382
10383         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10384         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10385         (__libc_vfork): New strong alias.
10386         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10387         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10388
10389         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10390         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10391         (__libc_vfork): New strong alias.
10392         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10393         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10394
10395         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10396         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10397         (__libc_vfork): New strong alias.
10398         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10399         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10400         * nptl/pt-vfork.c: New file.
10401         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10402         (libpthread: GLIBC_2.20): New version set (empty).
10403
10404 2014-05-14  Will Newton  <will.newton@linaro.org>
10405
10406         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10407         rather than #if.
10408
10409 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10410
10411         [BZ #16564]
10412         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10413         arguments with exponent 65 or above.
10414         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10415         arguments 0x1p113L or above.
10416         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10417         to arguments 0x1p107L or above.
10418         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10419         positive arguments with exponent 65 or above.
10420         * math/auto-libm-test-in: Add more tests of log1p.
10421         * math/auto-libm-test-out: Regenerated.
10422
10423         [BZ #16928]
10424         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10425         non-finite arguments is +0.
10426         * math/s_cacosf.c (__cacosf): Likewise.
10427         * math/s_cacosl.c (__cacosl): Likewise.
10428         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10429         * sysdeps/i386/fpu/libm-test-ulps: Update.
10430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10431
10432         [BZ #16927]
10433         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10434         value.
10435         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10436         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10437         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10438         for explicit high bit of mantissa when testing for argument equal
10439         to 1.
10440         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10441         * sysdeps/i386/fpu/libm-test-ulps: Update.
10442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10443
10444         [BZ #16516]
10445         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10446         (__erf): Scale by 16 instead of 8 in potentially underflowing
10447         case.  Ensure exception if result actually underflows.
10448         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10449         (__erff): Scale by 16 instead of 8 in potentially underflowing
10450         case.  Ensure exception if result actually underflows.
10451         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10452         (efx8): Remove variable.
10453         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10454         case.  Ensure exception if result actually underflows.
10455         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10456         (efx8): Remove variable.
10457         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10458         case.  Ensure exception if result actually underflows.
10459         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10460         (efx8): Remove variable.
10461         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10462         case.  Ensure exception if result actually underflows.
10463         * math/auto-libm-test-in: Add more tests of erf.
10464         * math/auto-libm-test-out: Regenerated.
10465
10466 2014-05-14  Andreas Schwab  <schwab@suse.de>
10467
10468         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10469         Remove code conditionalized on USE___THREAD.
10470
10471         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10472         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10473         not definedness.
10474
10475 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10476
10477         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10478         Define unconditionally.
10479         (__ASSUME_O_CLOEXEC): Likewise.
10480         (__ASSUME_SOCK_CLOEXEC): Likewise.
10481         (__ASSUME_IN_NONBLOCK): Likewise.
10482         (__ASSUME_PIPE2): Likewise.
10483         (__ASSUME_EVENTFD2): Likewise.
10484         (__ASSUME_SIGNALFD4): Likewise.
10485         (__ASSUME_DUP3): Likewise.
10486         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10487         (__ASSUME_DUP3): Do not define.
10488         (__ASSUME_EVENTFD2): Likewise.
10489         (__ASSUME_IN_NONBLOCK): Likewise.
10490         (__ASSUME_O_CLOEXEC): Likewise.
10491         (__ASSUME_PIPE2): Likewise.
10492         (__ASSUME_SIGNALFD4): Likewise.
10493         (__ASSUME_SOCK_CLOEXEC): Likewise.
10494         (__ASSUME_UTIMES): Undefine.
10495         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10496         (__ASSUME_UTIMES): Do not define.
10497         (__ASSUME_O_CLOEXEC): Likewise.
10498         (__ASSUME_SOCK_CLOEXEC): Likewise.
10499         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10500         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10501         0x020621].
10502         (__ASSUME_PIPE2): Likewise.
10503         (__ASSUME_EVENTFD2): Likewise.
10504         (__ASSUME_SIGNALFD4): Likewise.
10505         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10506         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10507         Do not define.
10508         (__ASSUME_EVENTFD2): Likewise.
10509         (__ASSUME_SIGNALFD4): Likewise.
10510         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10511         (__ASSUME_32BITUIDS): Likewise.
10512         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10513         (__ASSUME_IPC64): Likewise.
10514         (__ASSUME_ST_INO_64_BIT): Likewise.
10515         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10516         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10517         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10518         (__ASSUME_UTIMES): Do not define.
10519         (__ASSUME_PSELECT): Likewise.
10520         (__ASSUME_PPOLL): Likewise.
10521         (__ASSUME_O_CLOEXEC): Likewise.
10522         (__ASSUME_SOCK_CLOEXEC): Likewise.
10523         (__ASSUME_IN_NONBLOCK): Likewise.
10524         (__ASSUME_PIPE2): Likewise.
10525         (__ASSUME_EVENTFD2): Likewise.
10526         (__ASSUME_SIGNALFD4): Likewise.
10527         (__ASSUME_DUP3): Likewise.
10528         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10529         (__ASSUME_UTIMES): Likewise.
10530         (__ASSUME_O_CLOEXEC): Likewise.
10531         (__ASSUME_SOCK_CLOEXEC): Likewise.
10532         (__ASSUME_IN_NONBLOCK): Likewise.
10533         (__ASSUME_PIPE2): Likewise.
10534         (__ASSUME_EVENTFD2): Likewise.
10535         (__ASSUME_SIGNALFD4): Likewise.
10536         (__ASSUME_DUP3): Likewise.
10537         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10538         (__ASSUME_UTIMES): Likewise.
10539         (__ASSUME_O_CLOEXEC): Likewise.
10540         (__ASSUME_SOCK_CLOEXEC): Likewise.
10541         (__ASSUME_IN_NONBLOCK): Likewise.
10542         (__ASSUME_PIPE2): Likewise.
10543         (__ASSUME_EVENTFD2): Likewise.
10544         (__ASSUME_SIGNALFD4): Likewise.
10545         (__ASSUME_DUP3): Likewise.
10546         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10547         Likewise.
10548         (__ASSUME_UTIMES): Likewise.
10549         (__ASSUME_EVENTFD2): Likewise.
10550         (__ASSUME_SIGNALFD4): Likewise.
10551         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10552         (__ASSUME_O_CLOEXEC): Likewise.
10553         (__ASSUME_SOCK_CLOEXEC): Likewise.
10554         (__ASSUME_IN_NONBLOCK): Likewise.
10555         (__ASSUME_PIPE2): Likewise.
10556         (__ASSUME_EVENTFD2): Likewise.
10557         (__ASSUME_SIGNALFD4): Likewise.
10558         (__ASSUME_DUP3): Likewise.
10559         (__ASSUME_UTIMES): Undefine.
10560
10561         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10562         feclearexcept.  Remove symbol versioning code.
10563         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10564         symbol versioning code.
10565         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10566         symbol versioning code.
10567         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10568         feupdateenv.  Remove symbol versioning code.
10569         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10570         fegetexceptflag.  Remove symbol versioning code.
10571         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10572         fesetexceptflag.  Remove symbol versioning code.
10573         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10574         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10575         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10576         (__posix_fadvise64_l32): Remove prototype.
10577         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10578         code.
10579
10580 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10581
10582         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10583         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10584         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10585         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10586
10587 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10588
10589         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10590         current working directory
10591
10592 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10593
10594         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10595         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10596         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10597         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10598         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10599         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10600         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10601         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10602         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10603         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10604         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10605         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10606         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10607         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10608         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10609         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10610         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10611         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10612         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10613         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10614         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10615         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10616         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10617         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10618         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10619         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10620         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10621         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10622         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10623         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10624         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10625         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10626         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10627         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10628         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10629         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10630         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10631         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10632         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10633         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10634         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10635         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10636
10637         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10638         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10639
10640         * sysdeps/unix/sysv/linux/arm/Makefile
10641         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10642         Add rt-aeabi_unwind_cpp_pr1.
10643         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10644         Add nptl-aeabi_unwind_cpp_pr1.
10645         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10646         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10647         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10648         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10649         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10650         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10651
10652         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10653         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10654         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10655         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10656
10657         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10658         Deconditionalize the code that was previously under [RESET_PID].
10659         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10660
10661         * sysdeps/generic/exit-thread.h: New file.
10662         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10663         * include/unistd.h (__exit_thread): Remove declaration.
10664         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10665         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10666         * csu/libc-start.c: Include <exit-thread.h>.
10667         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10668         * nptl/pthread_create.c: Include <exit-thread.h>.
10669         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10670         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10671         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10672         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10673         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10674         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10675         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10676         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10677         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10678         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10679         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10680         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10681         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10682         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10683         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10684         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10685         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10686
10687 2014-05-13  Andreas Schwab  <schwab@suse.de>
10688
10689         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10690
10691 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10692
10693         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10694         (__ASSUME_UTIMES): Do not condition on kernel version.
10695         (__ASSUME_PSELECT): Define unconditionally.
10696         (__ASSUME_PPOLL): Likewise.
10697         (__ASSUME_ATFCTS): Likewise.
10698         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10699         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10700         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10701         (__ASSUME_UTIMENSAT): Define unconditionally.
10702         (__ASSUME_PRIVATE_FUTEX): Likewise.
10703         (__ASSUME_FALLOCATE): Likewise.
10704         (__ASSUME_O_CLOEXEC): Likewise.
10705         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10706         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10707         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10708         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10709         (__ASSUME_IN_NONBLOCK): Likewise.
10710         (__ASSUME_PIPE2): Likewise.
10711         (__ASSUME_EVENTFD2): Likewise.
10712         (__ASSUME_SIGNALFD4): Likewise.
10713         (__ASSUME_DUP3): Likewise.
10714         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10715         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10716         (__ASSUME_AT_RANDOM): Likewise.
10717         (__ASSUME_PREADV): Likewise.
10718         (__ASSUME_PWRITEV): Likewise.
10719         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10720         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10721         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10722         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10723         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10724         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10725         (__ASSUME_O_CLOEXEC): Define unconditionally.
10726         (__ASSUME_PSELECT): Do not undefine conditionally.
10727         (__ASSUME_PPOLL): Likewise.
10728         (__ASSUME_ATFCTS): Likewise.
10729         (__ASSUME_SET_ROBUST_LIST): Likewise.
10730         (__ASSUME_UTIMENSAT): Likewise.
10731         (__ASSUME_FDATASYNC): Define unconditionally.
10732         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10733         (__ASSUME_SIGFRAME_V2): Likewise.
10734         )__ASSUME_EVENTFD2): Likewise.
10735         (__ASSUME_SIGNALFD4): Likewise.
10736         (__ASSUME_PSELECT): Do not undefine conditionally.
10737         (__ASSUME_PPOLL): Likewise.
10738         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10739         (__ASSUME_PSELECT): Define unconditionally.
10740         (__ASSUME_PPOLL): Likewise.
10741         (__ASSUME_O_CLOEXEC): Likewise.
10742         (__ASSUME_SOCK_CLOEXEC): Likewise.
10743         (__ASSUME_IN_NONBLOCK): Likewise.
10744         (__ASSUME_PIPE2): Likewise.
10745         (__ASSUME_EVENTFD2): Likewise.
10746         (__ASSUME_SIGNALFD4): Likewise.
10747         (__ASSUME_DUP3): Likewise.
10748         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10749         (__ASSUME_O_CLOEXEC): Likewise.
10750         (__ASSUME_SOCK_CLOEXEC): Likewise.
10751         (__ASSUME_IN_NONBLOCK): Likewise.
10752         (__ASSUME_PIPE2): Likewise.
10753         (__ASSUME_EVENTFD2): Likewise.
10754         (__ASSUME_SIGNALFD4): Likewise.
10755         (__ASSUME_DUP3): Likewise.
10756         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10757         (__ASSUME_EVENTFD2): Likewise.
10758         (__ASSUME_SIGNALFD4): Likewise.
10759         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10760
10761 2014-05-12  Andreas Schwab  <schwab@suse.de>
10762
10763         [BZ #16932]
10764         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10765         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10766         than maximum RPC packet size.
10767         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10768         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10769         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10770         (_nss_nis_getservbyport_r): Likewise.
10771
10772 2014-05-12  Will Newton  <will.newton@linaro.org>
10773
10774         * malloc/Makefile (tests): Add tst-mallopt.
10775         * malloc/tst-mallopt.c: New file.
10776
10777 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10778
10779         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10780         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10781
10782 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10783
10784         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10785         (tst-tlsmod6.so): Likewise.
10786
10787 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10788
10789         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10790
10791 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10792
10793         [BZ #16064]
10794         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10795         and <dl-procinfo.h>.
10796         (__fegetenv): Save SSE state in envp->__eip if supported.
10797         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10798         envp->__eip if supported.
10799         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10800         and <dl-procinfo.h>.
10801         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10802         __data_offset and __data_selector in environment to 0.  Set SSE
10803         state if supported.
10804         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10805         test-fenv-sse.
10806         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10807         -mfpmath=sse.
10808         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10809
10810 2014-05-09  Will Newton  <will.newton@linaro.org>
10811
10812         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10813         and libc_relro_required for ARM.
10814         * sysdeps/arm/preconfigure: Regenerate.
10815
10816 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10817             Stefan Liebler  <stli@linux.vnet.ibm.com>
10818
10819         * config.make.in (enable-lock-elision): New Makefile variable.
10820         * configure.ac: Likewise.
10821         * configure: Regenerate.
10822         * sysdeps/s390/configure.ac:
10823         Add check for gcc transactions support.
10824         * sysdeps/s390/configure: Regenerate.
10825         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10826         Build elision files if enabled.
10827         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10828         Add lock elision support for s390.
10829         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10830         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10831         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10832         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10833         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10834         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10835         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10836         Likewise.
10837         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10838         Likewise.
10839         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10840         Likewise.
10841         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10842         Likewise.
10843         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10844         (__lll_timedlock_elision, __lll_lock_elision)
10845         (__lll_unlock_elision, __lll_trylock_elision)
10846         (lll_timedlock_elision, lll_lock_elision)
10847         (lll_unlock_elision, lll_trylock_elision): Add.
10848         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10849         (pthread_mutex_t): Add lock elision support for s390.
10850
10851 2014-05-14  Wilco  <wdijkstr@arm.com>
10852
10853         * sysdeps/arm/fclrexcpt.c: Cleanup.
10854         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10855         * sysdeps/arm/feenablxcpt.c: Cleanup.
10856         * sysdeps/arm/fegetenv.c: Cleanup.
10857         * sysdeps/arm/fegetexcept.c: Cleanup.
10858         * sysdeps/arm/fegetround.c: Cleanup.
10859         * sysdeps/arm/feholdexcpt.c: Cleanup.
10860         * sysdeps/arm/fesetenv.c: Cleanup.
10861         * sysdeps/arm/fesetround.c: Cleanup.
10862         * sysdeps/arm/feupdateenv.c: Cleanup.
10863         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10864         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10865         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10866         * sysdeps/arm/ftestexcept.c: Cleanup.
10867         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10868         * sysdeps/arm/setfpucw.c: Cleanup.
10869
10870 2014-05-09  Will Newton  <will.newton@linaro.org>
10871
10872         * sysdeps/arm/armv7/strcmp.S: New file.
10873         * NEWS: Mention addition of ARMv7 optimized strcmp.
10874
10875 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10876
10877         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10878         look for %.ac rather than %.in.
10879
10880         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10881         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10882         * sysdeps/mach/hurd/configure: Regenerated.
10883         * sysdeps/unix/sysv/linux/configure: Regenerated.
10884
10885         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10886
10887 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10888
10889         [BZ# 16922]
10890         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10891         (LONG_SUB): Ditto.
10892         (PTR_SUB): Ditto.
10893
10894 2014-05-07  Andreas Schwab  <schwab@suse.de>
10895
10896         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10897         when skipping over non-matching result from nscd.
10898
10899 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10900
10901         [BZ #16876]
10902         * nptl/sockperf.c (client): Check socket return value.
10903
10904         [BZ #16877]
10905         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10906         nscd security class.
10907
10908 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10909
10910         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10911         * sysdeps/arm/unwind.h: ... here.
10912
10913 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10914
10915         [BZ# 16916]
10916         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10917         Define.
10918
10919 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10920
10921         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10922         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10923         multiarch strncpy for PPC64.
10924         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10925         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10926         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10927         multiarch optimizations.
10928         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10929         (__libc_ifunc_impl_list): Likewise.
10930         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10931         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10932         multiarch stpncpy for PPC64.
10933         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10934         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10935
10936 2014-05-06  Andreas Schwab  <schwab@suse.de>
10937
10938         [BZ #16912]
10939         * gmon/mcount.c (_MCOUNT_DECL): Use
10940         atomic_compare_and_exchange_bool_acq instead of
10941         catomic_compare_and_exchange_bool_acq.
10942
10943 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10944
10945         * elf/Makefile (others, install-bin): Remove pldd.
10946         (pldd-modules): Variable removed.
10947         ($(objpfx)pldd): Target removed.
10948         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10949         (others, install-bin): Append pldd here.
10950         ($(objpfx)pldd): New target.
10951
10952         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10953         to 0, so the first #if test emitted later doesn't see it undefined.
10954         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10955         * sysdeps/gnu/errlist.c: Regenerated.
10956
10957 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10958
10959         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10960         [libc_hidden_builtin_def]: Define to empty value.
10961         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10962         [libc_hidden_builtin_def]: Likewise.
10963         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10964         [libc_hidden_builtin_def]: Likewise.
10965         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10966         [libc_hidden_builtin_def]: Likewise.
10967         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10968         __redirect_memcpy and define ifunc as default hidden symbol.
10969         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10970         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10971
10972 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10973
10974         * locale/iso-4217.def: Reintroduce XDR currency.
10975
10976 2014-05-04  Allan McRae  <allan@archlinux.org>
10977
10978         * po/eo.po: Update Esperanto translation from translation project.
10979
10980 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10981
10982         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10983         and FEATURE_INDEX_MAX to 1.
10984         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10985
10986 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10987
10988         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10989         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10990         * iconvdata/big5.c (ONE_DIRECTION): Define.
10991         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10992         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10993         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10994         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10995         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10996         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10997         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10998         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10999         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11000         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11001         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11002         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11003         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11004         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11005         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11006         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11007         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11008         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11009         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11010         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11011         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11012         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11013         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11014         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11015         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11016         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11017         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11018         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11019         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11020         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11021         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11022         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11023         * iconvdata/johab.c (ONE_DIRECTION): Define.
11024         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11025         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11026         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11027         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11028         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11029         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11030         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11031         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11032         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11033         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11034
11035 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11036
11037         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11038         (_IO_JUMPS_OFFSET): Define to 0.
11039
11040         * nptl/sysdeps/pthread/bits/libc-lock.h
11041         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11042         (__libc_lock_define_initialized_recursive): Always define using
11043         initializer.  Modern compilers treat uninitialized (implicit zero) and
11044         explicit zero initializers the same (i.e. put the datum in bss).
11045
11046 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11047
11048         * nscd/nscd-client.h: Include <string.h>.
11049
11050 2014-05-01  David S. Miller  <davem@davemloft.net>
11051
11052         [BZ #16885]
11053         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11054         multiple zero bytes exist at the end of a string.
11055         Reported by Aurelien Jarno <aurelien@aurel32.net>
11056
11057         * string/test-strcmp.c (check): Add explicit test for situations where
11058         there are multiple zero bytes after the first.
11059
11060 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11061
11062         [BZ #16890]
11063         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11064         when compiling wprintf.
11065         * stdio-common/tstdiomisc.c (t3): New function.
11066         (main): Call it.
11067
11068 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11069
11070         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11071         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11072         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11073         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11074
11075 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11076
11077         * stdlib/longlong.h: Updated from GCC.
11078
11079 2014-05-01  Will Newton  <will.newton@linaro.org>
11080             Bernard Ogden  <bernie.ogden@linaro.org>
11081
11082         * NEWS: Update fixed bug list.
11083
11084         [BZ #15119]
11085         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11086
11087 2014-04-30  David S. Miller  <davem@davemloft.net>
11088
11089         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11090         (libc_feholdexcept_setround_sparc_ctx): New function.
11091         (libc_fesetenv_sparc_ctx): Likewise.
11092         (libc_feupdateenv_sparc_ctx): Likewise.
11093         (libc_feholdsetround_sparc_ctx): Likewise.
11094         (libc_feholdexcept_setround_ctx): Define.
11095         (libc_feholdexcept_setroundf_ctx): Likewise.
11096         (libc_feholdexcept_setroundl_ctx): Likewise.
11097         (libc_fesetenv_ctx): Likewise.
11098         (libc_fesetenvf_ctx): Likewise.
11099         (libc_fesetenvl_ctx): Likewise.
11100         (libc_feupdateenv_ctx): Likewise.
11101         (libc_feupdateenvf_ctx): Likewise.
11102         (libc_feupdateenvl_ctx): Likewise.
11103         (libc_feresetround_ctx): Likewise.
11104         (libc_feresetroundf_ctx): Likewise.
11105         (libc_feresetroundl_ctx): Likewise.
11106         (libc_feholdsetround_ctx): Likewise.
11107         (libc_feholdsetroundf_ctx): Likewise.
11108         (libc_feholdsetroundl_ctx): Likewise.
11109
11110         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11111         with __USE_GNU instead of XOPEN cpp guards.
11112
11113         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11114         0.
11115
11116         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11117         with XOPEN cpp guards.
11118
11119 2014-04-30  Julian Brown  <julian@codesourcery.com>
11120
11121         [BZ #16888]
11122         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11123         handling.
11124
11125 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11126
11127         [BZ #9894]
11128         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11129         Change to 2.6.32.
11130         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11131         * sysdeps/unix/sysv/linux/configure: Regenerated.
11132         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11133         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11134         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11135         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11136         * README: Update reference to required Linux kernel version.
11137         * manual/install.texi (Linux): Update reference to required Linux
11138         kernel headers version.
11139         * INSTALL: Regenerated.
11140
11141         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11142         header inclusion.
11143         [POSIX] (limits.h): Likewise.
11144         [POSIX] (math.h): Likewise.
11145         [POSIX] (sys/wait.h): Likewise.
11146         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11147         function.
11148         [POSIX] (stddef.h): Do not allow header inclusion.
11149
11150 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11151
11152         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11153
11154 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11155
11156         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11157         Return immediately after lll_futex_wake.
11158
11159 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11160
11161         [BZ #16791]
11162         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11163         structure.
11164         (datahead_init_pos): Call datahead_init_common early.
11165         (datahead_init_neg): Likewise.
11166
11167         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11168         datahead_init_neg): New functions.
11169         * nscd/aicache.c (addhstaiX): Use them.
11170         * nscd/grpcache.c (cache_addgr): Likewise.
11171         * nscd/hstcache.c (cache_addhst): Likewise.
11172         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11173         * nscd/netgroupcache.c (do_notfound): Likewise.
11174         (addgetnetgrentX): Likewise.
11175         (addinnetgrX): Likewise.
11176         * nscd/pwdcache.c (cache_addpw): Likewise.
11177         * nscd/servicescache.c (cache_addserv): Likewise.
11178
11179 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11180             Atsushi Onoe  <atsushi@onoe.org>
11181
11182         [BZ #14308]
11183         [BZ #12994]
11184         [BZ #13651]
11185         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11186         one response is valid.
11187         * resolv/res_send.c (send_dg): Check for validity of other
11188         response if the current response is a referral.
11189
11190 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11191
11192         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11193
11194 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11195
11196         [BZ #16823]
11197         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11198         Always divide by positive zero when computing -Inf result.
11199         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11200         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11201
11202 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11203
11204         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11205         FPSCR if value do not change.
11206         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11207         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11208         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11209         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11210         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11211         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11212         function.
11213
11214 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11215
11216         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11217         * sysdeps/unix/sysv/linux/hppa: Move directory from
11218         ports/systeps/unix/sysv/linux/hppa.
11219         * README: Update listing for hppa-*-linux-gnu.
11220
11221 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11222
11223         [BZ #16754]
11224         * manual/stdio.texi (Hook functions): Fix types of stream hook
11225         functions.
11226         [BZ #16854]
11227         * socket/sys/socket.h: Fix typo in comment.
11228
11229 2014-04-28  Wilco  <wdijkstr@arm.com>
11230
11231         * sysdeps/arm/fenv_private.h: New file.
11232         * sysdeps/arm/math_private.h: New file.
11233         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11234
11235 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11236
11237         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11238         with __int128_t.
11239         (La_x86_64_retval): Likewise.
11240
11241 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11242
11243         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11244         fpsr if value didn't change.
11245         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11246         to fpcr if value didn't change.
11247         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11248         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11249         fpsr or fpcr if value didn't change.
11250         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11251         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11252         fpcr if value didn't change.
11253         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11254         to fpsr if value didn't change.
11255
11256 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11257
11258         * nptl/tst-sem3.c: Use test-skeleton.c
11259         (main): Rename to do_test.  Use return instead of
11260         exit.
11261         * nptl/tst-sem4.c: Use test-skeleton.c
11262         (main): Rename to do_test.
11263
11264 2014-04-22  David S. Miller  <davem@davemloft.net>
11265
11266         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11267         (struct sigaction): New struct member __glibc_reserved0, change
11268         type of sa_flags to int.
11269
11270 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11271
11272         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11273         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11274
11275 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11276
11277         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11278         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11279
11280 2014-04-22  Will Newton  <will.newton@linaro.org>
11281             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11282
11283         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11284         (__longjmp): Add longjmp and longjmp_target SystemTap
11285         probes.
11286         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11287         (__sigsetjmp): Add setjmp SystemTap probe.
11288
11289 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11290
11291         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11292         match manual order.
11293
11294 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11295
11296         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11297
11298         * sysdeps/powerpc/fpu/fenv_private.h
11299         (libc_feholdexcept_setroundl_ctx): Define to
11300         libc_feholdexcept_setround_ppc_ctx.
11301         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11302         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11303         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11304         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11305
11306 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11307
11308         * sysdeps/aarch64/math-tests.h: New file.
11309
11310 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11311
11312         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11313         New.
11314         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11315         Check and set bit_AVX2_Usable.
11316         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11317         macro.
11318         (bit_AVX2): Likewise.
11319         (index_AVX2_Usable): Likewise.
11320         (CPUID_AVX2): Likewise.
11321         (HAS_AVX2): Likewise.
11322
11323 2014-04-17  Will Newton  <will.newton@linaro.org>
11324
11325         * manual/setjmp.texi (System V contexts): Add note that
11326         calling setcontext on a context created by a call to a
11327         signal handler is undefined.  Update text to note that
11328         setcontext from a signal handler is possible but not
11329         recommended.
11330
11331         [BZ #16629]
11332         * stdlib/tst-setcontext.c: Include signal.h.
11333         (main): Check that the signal stack before and
11334         after swapcontext is the same.
11335
11336         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11337         Re-implement to restore registers in user code and avoid
11338         rt_sigreturn system call.
11339
11340 2014-04-17  Wilco  <wdijkstr@arm.com>
11341
11342         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11343         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11344         * math/test-fenv.c: Skip exception trap tests on targets which only
11345         support non-stop mode.
11346
11347 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11348             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11349
11350         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11351         (libc_feholdsetround_aarch64_ctx)
11352         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11353         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11354         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11355         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11356         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11357         (libc_feresetround_noexl_ctx): Define.
11358
11359 2014-04-16  Richard Henderson  <rth@redhat.com>
11360
11361         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11362
11363         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11364         unwind tables.
11365
11366         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11367         const from the non-libc, non-ldso copy.
11368
11369         * sysdeps/alpha/libm-test-ulps: Regenerate.
11370
11371 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11372             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11373
11374         * sysdeps/aarch64/fpu/math_private.h: New file.
11375
11376 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11377
11378         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11379
11380 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11381
11382         [BZ #16275]
11383         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11384         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11385         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11386         Intel MPX bound registers before _dl_profile_fixup.
11387         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11388         registers after _dl_profile_fixup.  Save and restore bound
11389         registers bnd0/bnd1 when calling _dl_call_pltexit.
11390         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11391         (LR_BND_OFFSET): Likewise.
11392         (LRV_BND0_OFFSET): Likewise.
11393         (LRV_BND1_OFFSET): Likewise.
11394
11395 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11396
11397         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11398         to...
11399         * sysdeps/mach/hurd/i386/tls.h: ... here.
11400         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11401         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11402         fields.
11403
11404 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11405
11406         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11407
11408 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11409
11410         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11411
11412 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11413
11414         [BZ #14770]
11415         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11416         * sysdeps/s390/configure: Regenerate.
11417
11418         [BZ #16824]
11419         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11420         Set round-to-nearest internally to reduce error accumulation.
11421
11422 2014-04-16  Alan Modra  <amodra@gmail.com>
11423
11424         [BZ #16740]
11425         [BZ #16619]
11426         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11427         * math/libm-test.inc (frexp_test_data): Add tests.
11428         * NEWS: Update fixed bug list.
11429
11430 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11431
11432         * benchtests/Makefile: Depend on libraries in build directory.
11433         (bench-math): Separate out math tests.
11434         (bench-pthread): Separate out pthread tests.
11435         (bench): Include math and pthread tests.
11436
11437 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11438
11439         [BZ #16831]
11440         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11441         _dl_debug_initialize.
11442
11443         * configure.ac: Remove SELinux header check.
11444         * configure: Regenerate.
11445         * nscd/selinux.c (perms): Array of const char* to permission names.
11446         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11447         default policy. Call string_to_security_class and string_to_av_perm to
11448         translate strings. Enforce default policy and call avs_has_perm with
11449         results of translated strings.
11450
11451 2014-04-13  David S. Miller  <davem@davemloft.net>
11452
11453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11454
11455 2014-04-12  Allan McRae  <allan@archlinux.org>
11456
11457         [BZ #16838]
11458         * manual/string.texi (Collation Functions): Fix qsort argument
11459         order in example.
11460         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11461
11462 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11463
11464         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11465         Make the test a no-op if there are no exceptions defined.
11466
11467 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11468
11469         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11470         enable-hardcoded-path-in-tests
11471
11472 2014-04-11  Will Newton  <will.newton@linaro.org>
11473
11474         * benchtests/Makefile (extra-objs): Add json-lib.o.
11475         (bench-func): Tidy up JSON output.
11476         * benchtests/bench-skeleton.c: Include json-lib.h.
11477         (main): Use JSON library functions to do output of
11478         benchmark results.
11479         * benchtests/bench-timing-type.c (main): Output the
11480         timing type simply, leaving formatting to the user.
11481         * benchtests/json-lib.c: New file.
11482         * benchtests/json-lib.h: Likewise.
11483
11484 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11485
11486         [BZ #15215]
11487         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11488         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11489         memory barriers.  Add comments.
11490         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11491         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11492         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11493         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11494         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11495         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11496
11497 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11498
11499         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11500         * sysdeps/s390/s390-64/configure.ac: ... this ...
11501         * sysdeps/s390/configure.ac: ... to here.
11502         * sysdeps/s390/s390-32/configure: Delete file.
11503         * sysdeps/s390/s390-64/configure: Delete file.
11504         * sysdeps/s390/configure: Regenerate.
11505
11506 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11507
11508         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11509
11510 2014-04-11  Will Newton  <will.newton@linaro.org>
11511
11512         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11513         to zero if it is not defined elsewhere.  (mtrim): Test
11514         the value of MALLOC_DEBUG with #if rather than #ifdef.
11515
11516 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11517
11518         * benchtests/pthread_once-inputs: New file.
11519         * benchtests/pthread_once-source.c: New file.
11520         * benchtests/README: Update documentation.
11521
11522 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11523             H.J. Lu  <hongjiu.lu@intel.com>
11524
11525         [BZ #16275]
11526         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11527         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11528         * sysdeps/x86_64/configure: Regenerated.
11529         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11530         macro.
11531         (REGISTER_SAVE_RAX): Likewise.
11532         (REGISTER_SAVE_RCX): Likewise.
11533         (REGISTER_SAVE_RDX): Likewise.
11534         (REGISTER_SAVE_RSI): Likewise.
11535         (REGISTER_SAVE_RDI): Likewise.
11536         (REGISTER_SAVE_R8): Likewise.
11537         (REGISTER_SAVE_R9): Likewise.
11538         (REGISTER_SAVE_BND0): Likewise.
11539         (REGISTER_SAVE_BND1): Likewise.
11540         (REGISTER_SAVE_BND2): Likewise.
11541         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11542         bound registers when calling _dl_fixup.
11543
11544 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11545
11546         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11547         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11548         of its definition.
11549         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11550         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11551         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11552         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11553         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11554         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11555         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11556
11557 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11558
11559         [BZ #15514]
11560         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11561         pathconf(_PC_NAME_MAX).
11562
11563 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11564
11565         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11566         Remove macro usage.
11567         (__PTHREAD_SPINS): Move definition to ...
11568         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11569         (__PTHREAD_SPINS): ... here.
11570         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11571         (__PTHREAD_SPIN): Likewise.
11572         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11573         (__PTHREAD_SPIN): Likewise.
11574         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11575         (__PTHREAD_SPIN): Likewise.
11576         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11577         (__PTHREAD_SPIN): Likewise.
11578         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11579         (__PTHREAD_SPIN): Likewise.
11580         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11581         (__PTHREAD_SPIN): Likewise.
11582         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11583         (__PTHREAD_SPIN): Likewise.
11584         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11585         (__PTHREAD_SPIN): Likewise.
11586         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11587         (__PTHREAD_SPIN): Likewise.
11588         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11589         (__PTHREAD_SPIN): Likewise.
11590         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11591         (__PTHREAD_SPIN): Likewise.
11592         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11593         (__PTHREAD_SPIN): Likewise.
11594
11595         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11596         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11597         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11598         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11599         imply folder.
11600         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11601         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11602         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11603         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11604         correct imply path.
11605         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11606         strlen symbol for non multi-arch builds.
11607         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11608         missing hidden_def and weak_alias.
11609
11610 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11611
11612         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11613
11614 2014-04-07  Will Newton  <will.newton@linaro.org>
11615
11616         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11617         and contents.  [!_LIBC] Remove #ifndef and contents.
11618         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11619         * string/memccpy.c (__memccpy): Use ANSI prototype.
11620         * string/memfrob.c (memfrob): Likewise.
11621         * string/strcoll.c (STRCOLL): Likewise.
11622         * string/strlen.c (strlen): Likewise.
11623         * string/strtok.c (STRTOK): Likewise.
11624         * string/strcat.c: Remove unused #include of memcopy.h.
11625         (strcat): Use ANSI prototype.
11626         * string/strchr.c: Remove unused #include of memcopy.h.
11627         (strchr): Use ANSI prototype.
11628         * string/strcmp.c: Remove unused #include of memcopy.h.
11629         (strcmp): Use ANSI prototype.
11630         * string/strcpy.c: Remove unused #include of memcopy.h.
11631         (strcpy): Use ANSI prototype.
11632
11633 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11634
11635         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11636         * config.make.in (config-extra-cppflags): Set it from
11637         libc_extra_cppflags.
11638         * configure.ac (libc_extra_cflags): Make it accumulate over
11639         configure fragments.
11640         (libc_extra_cppflags): New flag.
11641         * configure. Regenerate.
11642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11643         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11644         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11646
11647         [BZ #16815]
11648         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11649         result for FE_DOWNWARD rounding mode.
11650         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11651         Likewise.
11652         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11653
11654 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11655
11656         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11657         in function argument name.
11658
11659 2014-04-03  David Svoboda  <svoboda@cert.org>
11660
11661         [BZ #5666]
11662         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11663         explicitly.
11664
11665 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11666
11667         * elf/dl-unmap-segments.h: New file.
11668         * sysdeps/generic/ldsodefs.h
11669         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11670         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11671         * elf/dl-fptr.c: Likewise.
11672         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11673         * sysdeps/aarch64/tlsdesc.c: Likewise.
11674         * sysdeps/arm/tlsdesc.c: Likewise.
11675         * sysdeps/i386/tlsdesc.c: Likewise.
11676         * sysdeps/tile/dl-runtime.c: Likewise.
11677         * sysdeps/x86_64/tlsdesc.c: Likewise.
11678         * elf/dl-load.h: New file.
11679         * elf/dl-load.c: Include it.
11680         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11681         Macros moved to dl-load.h.
11682         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11683         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11684         Use _dl_unmap_segments in place of __munmap.
11685         Break out segment-mapping loop into ...
11686         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11687
11688 2014-04-03  Will Newton  <will.newton@linaro.org>
11689
11690         * elf/dl-lookup.c (do_lookup_x): Remove comment
11691         referring to nested function and move variable
11692         declarations down to before first use.
11693
11694 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11695
11696         [BZ #16799]
11697         [BZ #16800]
11698         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11699         with 0 numerator.
11700         * math/s_catanf.c (__catanf): Likewise.
11701         * math/s_catanh.c (__catanh): Likewise.
11702         * math/s_catanhf.c (__catanhf): Likewise.
11703         * math/s_catanhl.c (__catanhl): Likewise.
11704         * math/s_catanl.c (__catanl): Likewise.
11705         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11706         by positive zero when computing -Inf result.
11707         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11708         (catanh_test): Likewise.
11709         * sysdeps/i386/fpu/libm-test-ulps: Update.
11710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11711
11712         [BZ #16789]
11713         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11714         instead of using underflowing value in computing result.
11715         * math/s_clog10.c (__clog10): Likewise.
11716         * math/s_clog10f.c (__clog10f): Likewise.
11717         * math/s_clog10l.c (__clog10l): Likewise.
11718         * math/s_clogf.c (__clogf): Likewise.
11719         * math/s_clogl.c (__clogl): Likewise.
11720         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11721         (clog10_test): Likewise.
11722         * sysdeps/i386/fpu/libm-test-ulps: Update.
11723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11724
11725 2014-04-02  Alan Modra  <amodra@gmail.com>
11726
11727         [BZ #16739]
11728         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11729         output when value is near a power of two.  Use int64_t for lx and
11730         remove casts.  Use decimal rather than hex exponent constants.
11731         Don't use long double multiplication when double will suffice.
11732         * math/libm-test.inc (nextafter_test_data): Add tests.
11733         * NEWS: Add 16739 and 16786 to bug list.
11734
11735         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11736
11737         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11738
11739 2014-04-01  Will Newton  <will.newton@linaro.org>
11740
11741         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11742         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11743
11744 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11745
11746         [BZ #13347]
11747         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11748         * nptl/tst-setuid2.c: New file.
11749         * nptl/Makefile (xtests): Add tst-setuid2.
11750
11751 2014-04-01  Alan Modra  <amodra@gmail.com>
11752
11753         [BZ #16786]
11754         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11755
11756 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11757
11758         [BZ #6803]
11759         [BZ #6804]
11760         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11761         set errno as appropriate.
11762         * math/w_scalbf.c (__scalbf): Likewise.
11763         * math/w_scalbl.c (__scalbl): Likewise.
11764         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11765         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11766         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11767         Add more NaN tests.
11768
11769         [BZ #16349]
11770         * math/w_atan2.c: Include <errno.h>.
11771         (__atan2): Set errno for result underflowing to zero.
11772         * math/w_atan2f.c: Include <errno.h>.
11773         (__atan2f): Set errno for result underflowing to zero.
11774         * math/w_atan2l.c: Include <errno.h>.
11775         (__atan2l): Set errno for result underflowing to zero.
11776         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11777         tests.
11778         * math/auto-libm-test-out: Regenerated.
11779
11780 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11781
11782         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11783         Encode instruction correctly in little endian.
11784         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11785         Likewise.
11786         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11787         Likewise.
11788         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11789         Likewise.
11790         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11791         Likewise.
11792
11793 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11794
11795         [BZ #9894]
11796         * sysdeps/unix/sysv/linux/kernel-features.h
11797         [__sparc__ && !__arch64__ && !__sparc_v9__]
11798         (__ASSUME_SET_ROBUST_LIST): Do not define.
11799         [__sparc__ && !__arch64__ && !__sparc_v9__]
11800         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11801         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11802         Likewise.
11803         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11804         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11805         (__ASSUME_REQUEUE_PI): Likewise.
11806         (__ASSUME_SET_ROBUST_LIST): Likewise.
11807         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11808         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11809         Undefine.
11810         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11811         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11812         Likewise.
11813         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11814         Likewise.
11815         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11816         Likewise.
11817         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11818         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11819         Undefine.
11820         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11821         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11822         Likewise.
11823
11824         [BZ #16648]
11825         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11826         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11827         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11828
11829 2014-03-31  Will Newton  <will.newton@linaro.org>
11830
11831         * benchtests/Makefile (bench): Add ffs and ffsll to list
11832         of tests.
11833         * benchtests/ffs-inputs: New file.
11834         * benchtests/ffsll-inputs: Likewise.
11835
11836 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11837
11838         [BZ #16770]
11839         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11840         too large before casting to int.
11841         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11842         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11843         * math/libm-test.inc (scalb_test_data): Add more tests.
11844
11845 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11846
11847         * benchtests/Makefile (DETAILED_OPT): New make option.
11848         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11849         set.
11850         * benchtests/bench-skeleton.c: Include stdbool.h.
11851         (main): Store and print timings per input.
11852         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11853         member to each argument value.
11854         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11855         (_print_arg_data): Initialize per-input timing to 0.
11856
11857         * benchtests/Makefile (timing-type): New binary.
11858         (bench-clean): Also remove bench-timing-type.
11859         (bench): New target for timing-type.
11860         (bench-func): Print output in JSON format.
11861         * benchtests/bench-skeleton.c (main): Print output in JSON
11862         format.
11863         * benchtests/bench-timing-type.c: New file.
11864         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11865         (TIMING_PRINT_STATS): Remove.
11866         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11867         name separately.
11868
11869         * benchtests/bench-modf.c: Remove.
11870         * benchtests/modf-inputs: New inputs file.
11871
11872 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11873
11874         [BZ #16362]
11875         * math/s_clog10.c (M_PI_LOG10E): New macro.
11876         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11877         imaginary parts are 0.
11878         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11879         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11880         imaginary parts are 0.
11881         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11882         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11883         imaginary parts are 0.
11884         * math/libm-test.inc (clog10_test_data): Update expected results
11885         for when real and imaginary parts are 0.
11886
11887 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11888
11889         * elf/dl-load.c: Finish conversion of __builtin_expect into
11890         __glibc_{un}likely.
11891
11892 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11893
11894         [BZ #16348]
11895         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11896         1+x for argument with exponent below -67.
11897         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11898         Likewise.
11899         * math/auto-libm-test-in: Add more tests of exp.
11900         * math/auto-libm-test-out: Regenerated.
11901
11902 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11903
11904         [BZ #16759]
11905         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11906         (nscd_getnetgrent): Use it.
11907
11908         [BZ #16760]
11909         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11910         of stpcpy.
11911
11912 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11913
11914         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11915         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11916         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11917         (lll_robust_unlock): Remove out of line section. Use cfi
11918         intrinsics.
11919         (LLL_STUB_UNWIND_INFO*): Remove.
11920         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11921         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11922         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11923         (lll_robust_unlock): Remove out of line section. Use cfi
11924         intrinsics.
11925         (LLL_STUB_UNWIND_INFO*): Remove.
11926
11927 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11928
11929         [BZ #16758]
11930         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11931         blank values.
11932
11933 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11934
11935         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11936
11937 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11938
11939         [BZ #16198]
11940         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11941         fnstenv.
11942         * math/test-fenv-preserve.c: New file.
11943         * math/Makefile (tests): Add test-fenv-preserve.
11944
11945 2014-03-26  Will Newton <will.newton@linaro.org>
11946
11947         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11948
11949 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11950
11951         * scripts/versionlist.awk: Partition the version sets and emit all
11952         GLIBC_* (sorted) before all others (sorted).
11953
11954 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11955
11956         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11957         GLIBC_2.2.5 version.
11958
11959 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11960
11961         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11962         calls.
11963
11964         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11965         previous change.
11966
11967         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11968
11969 2014-03-25  Andreas Schwab  <schwab@suse.de>
11970
11971         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11972         label to be used after in6ailist is initialized.
11973
11974 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11975
11976         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11977         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11978
11979 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11980
11981         [BZ #16357]
11982         [BZ #16599]
11983         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11984         min_plus_half.
11985         (fp_formats): Update initializers.
11986         (init_fp_formats): Initialize new field.
11987         (output_for_one_input_case): Allow underflow for results up to
11988         min_plus_half.
11989         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11990         * math/auto-libm-test-in: Don't mark some underflows from asin and
11991         atanh as spurious.
11992         * math/auto-libm-test-out: Regenerated.
11993         * sysdeps/i386/fpu/libm-test-ulps: Update.
11994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11995
11996 2014-03-25  Andreas Schwab  <schwab@suse.de>
11997
11998         * libio/Makefile (tst-ftell-partial-wide-ENV)
11999         (tst-ftell-active-handler-ENV): Define.
12000
12001 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12002
12003         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12004
12005 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12006
12007         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12008
12009 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12010
12011         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12012         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12013         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12014
12015 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12016
12017         [BZ #16634]
12018         * elf/dl-load.c (open_verify): Add mode parameter.
12019         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12020         (open_path): Change from boolean 'secure' to complete flag 'mode'
12021         (_dl_map_object): Adjust.
12022         * elf/Makefile (tests): Add tst-dlopen-aout.
12023         * elf/tst-dlopen-aout.c: New test.
12024
12025 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12026
12027         [BZ #16714]
12028         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12029         (struct stat): Rename member pad0 to __glibc_reserved0.
12030
12031         [BZ #16712]
12032         * sysdeps/s390/s390-32/bits/wordsize.h
12033         (__WORDSIZE32_SIZE_ULONG): New define.
12034         * sysdeps/s390/s390-64/bits/wordsize.h
12035         (__WORDSIZE32_SIZE_ULONG): Likewise.
12036         * sysdeps/generic/stdint.h (SIZE_MAX):
12037         Define as UL if __WORDSIZE32_SIZE_ULONG.
12038
12039         [BZ #16713]
12040         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12041         (__glibc_reserved0): New variable.
12042         (sa_flags): Change type to int.
12043
12044         * posix/Makefile (before-compile): Use += before-compile instead
12045         of a :=.
12046
12047         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12048         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12049
12050 2014-03-20  Andreas Schwab  <schwab@suse.de>
12051
12052         [BZ #16743]
12053         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12054         non-matching result from nscd.
12055
12056 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12057
12058         * scripts/bench.py: Moved to ...
12059         * benchtests/scripts/bench.py: ... here.
12060         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12061
12062 2014-03-24  Andreas Schwab  <schwab@suse.de>
12063
12064         [BZ #16002]
12065         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12066         alloca_account and account alloca use for struct in6ailist.
12067
12068 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12069
12070         [BZ #16284]
12071         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12072         rounding mode to recompute results that overflow to infinity or
12073         underflow to zero.
12074         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12075         bug 16284.
12076         * math/auto-libm-test-out: Regenerated.
12077         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12078         (ccosh_test): Likewise.
12079         (csin_test_data): Use plus_oflow.
12080         (csin_test): Use ALL_RM_TEST.
12081         (csinh_test_data): Use plus_oflow.
12082         (csinh_test): Use ALL_RM_TEST.
12083         * sysdeps/i386/fpu/libm-test-ulps: Update.
12084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12085
12086 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12087
12088         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12089         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12090         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12091
12092         [BZ #16731]
12093         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12094         when x - 1 is zero.
12095         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12096         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12097         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12098         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12099         argument is 1.
12100         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12101         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12102         zero.
12103         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12104         * sysdeps/i386/fpu/libm-test-ulps: Update.
12105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12106
12107 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12108
12109         * scripts/bench.pl: Remove file.
12110         * scripts/bench.py: New benchmark script.
12111         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12112         * benchtests/README: Mention python dependency.
12113         * scripts/pylintrc: New file.
12114         * scripts/pylint: New file.
12115
12116         * bits/mathdef.h: Use #ifdef instead of #if.
12117         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12118         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12119         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12120         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12121         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12122         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12123
12124 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12125             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12126
12127         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12128         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12129         and strpbrk-ppc64 objects.
12130         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12131         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12132         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12133         multiarch strpbrk for POWER7.
12134         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12135         multiarch strpbrk for PPC64.
12136         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12137         ifunc selector.
12138         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12139         strpbrk for POWER7.
12140
12141 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12142
12143         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12144         (atan_test): Likewise.
12145         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12146         (atanh_test): Use ALL_RM_TEST.
12147         (atan2_test_data): Likewise.
12148         (cabs_test): Likewise.
12149         (cacosh_test): Likewise.
12150         (carg_test): Likewise.
12151         (casin_test): Likewise.
12152         (casinh_test): Likewise.
12153         (cbrt_test): Likewise.
12154         (csqrt_test): Likewise.
12155         (erf_test): Likewise.
12156         (erfc_test): Likewise.
12157         (pow10_test): Likewise.
12158         (exp2_test): Likewise.
12159         (hypot_test): Likewise.
12160         (j0_test): Likewise.
12161         (j1_test): Likewise.
12162         (lgamma_test): Likewise.
12163         (gamma_test): Likewise.
12164         (sincos_test): Likewise.
12165         (tanh_test): Likewise.
12166         (y0_test): Likewise.
12167         (y1_test): Likewise.
12168         * sysdeps/i386/fpu/libm-test-ulps: Update.
12169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12170
12171 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12172
12173         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12174         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12175         and strcspn-ppc64 objects.
12176         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12177         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12178         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12179         multiarch strcspn for POWER7.
12180         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12181         multiarch strcspn for PPC64.
12182         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12183         ifunc selector.
12184         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12185         strcspn for POWER7.
12186
12187 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12188
12189         * math/gen-libm-test.pl (generate_testfile): Expect only function
12190         name as argument to AUTO_TESTS_* and pass results for all rounding
12191         modes to parse_args.
12192         (parse_auto_input): Separate inputs of automatic tests from
12193         outputs before storing in %auto_tests.
12194         * math/libm-test.inc (acos_test_data): Update call to
12195         AUTO_TESTS_f_f.
12196         (acos_test): Use ALL_RM_TEST.
12197         (acos_tonearest_test_data): Remove.
12198         (acos_test_tonearest): Likewise.
12199         (acos_towardzero_test_data): Likewise.
12200         (acos_test_towardzero): Likewise.
12201         (acos_downward_test_data): Likewise.
12202         (acos_test_downward): Likewise.
12203         (acos_upward_test_data): Likewise.
12204         (acos_test_upward): Likewise.
12205         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12206         (asin_test_data): Likewise.
12207         (asin_test): Use ALL_RM_TEST.
12208         (asin_tonearest_test_data): Remove.
12209         (asin_test_tonearest): Likewise.
12210         (asin_towardzero_test_data): Likewise.
12211         (asin_test_towardzero): Likewise.
12212         (asin_downward_test_data): Likewise.
12213         (asin_test_downward): Likewise.
12214         (asin_upward_test_data): Likewise.
12215         (asin_test_upward): Likewise.
12216         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12217         (atan_test_data): Likewise.
12218         (atanh_test_data): Likewise.
12219         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12220         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12221         (carg_test_data): Likewise.
12222         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12223         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12224         (ccosh_test_data): Likewise.
12225         (cexp_test_data): Likewise.
12226         (clog_test_data): Likewise.
12227         (clog10_test_data): Likewise.
12228         (cos_test_data): Update call to AUTO_TESTS_f_f.
12229         (cos_test): Use ALL_RM_TEST.
12230         (cos_tonearest_test_data): Remove.
12231         (cos_test_tonearest): Likewise.
12232         (cos_towardzero_test_data): Likewise.
12233         (cos_test_towardzero): Likewise.
12234         (cos_downward_test_data): Likewise.
12235         (cos_test_downward): Likewise.
12236         (cos_upward_test_data): Likewise.
12237         (cos_test_upward): Likewise.
12238         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12239         (cosh_test): Use ALL_RM_TEST.
12240         (cosh_tonearest_test_data): Remove.
12241         (cosh_test_tonearest): Likewise.
12242         (cosh_towardzero_test_data): Likewise.
12243         (cosh_test_towardzero): Likewise.
12244         (cosh_downward_test_data): Likewise.
12245         (cosh_test_downward): Likewise.
12246         (cosh_upward_test_data): Likewise.
12247         (cosh_test_upward): Likewise.
12248         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12249         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12250         (ctan_test_data): Likewise.
12251         (ctan_test): Use ALL_RM_TEST.
12252         (ctan_tonearest_test_data): Remove.
12253         (ctan_test_tonearest): Likewise.
12254         (ctan_towardzero_test_data): Likewise.
12255         (ctan_test_towardzero): Likewise.
12256         (ctan_downward_test_data): Likewise.
12257         (ctan_test_downward): Likewise.
12258         (ctan_upward_test_data): Likewise.
12259         (ctan_test_upward): Likewise.
12260         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12261         (ctanh_test): Use ALL_RM_TEST.
12262         (ctanh_tonearest_test_data): Remove.
12263         (ctanh_test_tonearest): Likewise.
12264         (ctanh_towardzero_test_data): Likewise.
12265         (ctanh_test_towardzero): Likewise.
12266         (ctanh_downward_test_data): Likewise.
12267         (ctanh_test_downward): Likewise.
12268         (ctanh_upward_test_data): Likewise.
12269         (ctanh_test_upward): Likewise.
12270         (erf_test_data): Update call to AUTO_TESTS_f_f.
12271         (erfc_test_data): Likewise.
12272         (exp_test_data): Likewise.
12273         (exp_test): Use ALL_RM_TEST.
12274         (exp_tonearest_test_data): Remove.
12275         (exp_test_tonearest): Likewise.
12276         (exp_towardzero_test_data): Likewise.
12277         (exp_test_towardzero): Likewise.
12278         (exp_downward_test_data): Likewise.
12279         (exp_test_downward): Likewise.
12280         (exp_upward_test_data): Likewise.
12281         (exp_test_upward): Likewise.
12282         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12283         (exp10_test): Use ALL_RM_TEST.
12284         (exp10_tonearest_test_data): Remove.
12285         (exp10_test_tonearest): Likewise.
12286         (exp10_towardzero_test_data): Likewise.
12287         (exp10_test_towardzero): Likewise.
12288         (exp10_downward_test_data): Likewise.
12289         (exp10_test_downward): Likewise.
12290         (exp10_upward_test_data): Likewise.
12291         (exp10_test_upward): Likewise.
12292         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12293         (expm1_test_data): Likewise.
12294         (expm1_test): Use ALL_RM_TEST.
12295         (expm1_tonearest_test_data): Remove.
12296         (expm1_test_tonearest): Likewise.
12297         (expm1_towardzero_test_data): Likewise.
12298         (expm1_test_towardzero): Likewise.
12299         (expm1_downward_test_data): Likewise.
12300         (expm1_test_downward): Likewise.
12301         (expm1_upward_test_data): Likewise.
12302         (expm1_test_upward): Likewise.
12303         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12304         (fma_test): Use ALL_RM_TEST.
12305         (fma_towardzero_test_data): Remove.
12306         (fma_test_towardzero): Likewise.
12307         (fma_downward_test_data): Likewise.
12308         (fma_test_downward): Likewise.
12309         (fma_upward_test_data): Likewise.
12310         (fma_test_upward): Likewise.
12311         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12312         (j0_test_data): Update call to AUTO_TESTS_f_f.
12313         (j1_test_data): Likewise.
12314         (jn_test_data): Update call to AUTO_TESTS_if_f.
12315         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12316         (log_test_data): Update call to AUTO_TESTS_f_f.
12317         (log10_test_data): Likewise.
12318         (log1p_test_data): Likewise.
12319         (log2_test_data): Likewise.
12320         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12321         (pow_tonearest_test_data): Likewise.
12322         (sin_test_data): Update call to AUTO_TESTS_f_f.
12323         (sin_test): Use ALL_RM_TEST.
12324         (sin_tonearest_test_data): Remove.
12325         (sin_test_tonearest): Likewise.
12326         (sin_towardzero_test_data): Likewise.
12327         (sin_test_towardzero): Likewise.
12328         (sin_downward_test_data): Likewise.
12329         (sin_test_downward): Likewise.
12330         (sin_upward_test_data): Likewise.
12331         (sin_test_upward): Likewise.
12332         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12333         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12334         (sinh_test): Use ALL_RM_TEST.
12335         (sinh_tonearest_test_data): Remove.
12336         (sinh_test_tonearest): Likewise.
12337         (sinh_towardzero_test_data): Likewise.
12338         (sinh_test_towardzero): Likewise.
12339         (sinh_downward_test_data): Likewise.
12340         (sinh_test_downward): Likewise.
12341         (sinh_upward_test_data): Likewise.
12342         (sinh_test_upward): Likewise.
12343         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12344         (sqrt_test): Use ALL_RM_TEST.
12345         (sqrt_tonearest_test_data): Remove.
12346         (sqrt_test_tonearest): Likewise.
12347         (sqrt_towardzero_test_data): Likewise.
12348         (sqrt_test_towardzero): Likewise.
12349         (sqrt_downward_test_data): Likewise.
12350         (sqrt_test_downward): Likewise.
12351         (sqrt_upward_test_data): Likewise.
12352         (sqrt_test_upward): Likewise.
12353         (tan_test_data): Update call to AUTO_TESTS_f_f.
12354         (tan_test): Use ALL_RM_TEST.
12355         (tan_tonearest_test_data): Remove.
12356         (tan_test_tonearest): Likewise.
12357         (tan_towardzero_test_data): Likewise.
12358         (tan_test_towardzero): Likewise.
12359         (tan_downward_test_data): Likewise.
12360         (tan_test_downward): Likewise.
12361         (tan_upward_test_data): Likewise.
12362         (tan_test_upward): Likewise.
12363         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12364         (tgamma_test_data): Likewise.
12365         (y0_test_data): Likewise.
12366         (y1_test_data): Likewise.
12367         (yn_test_data): Update call to AUTO_TESTS_if_f.
12368         (main): Do not call removed functions.
12369
12370 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12371
12372         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12373         (ldexp_test_data): Remove.
12374         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12375         scalbn_test_data.
12376         (scalb_test): Use ALL_RM_TEST.
12377
12378 2014-03-19  Andreas Schwab  <schwab@suse.de>
12379
12380         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12381
12382 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12383
12384         [BZ #16649]
12385         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12386         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12387         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12388         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12389         (__ASSUME_PREADV): Undefine.
12390         (__ASSUME_PWRITEV): Likewise.
12391
12392 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12393
12394         * bits/mman-linux.h: Add comment about non-Linux use.
12395         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12396         bits/mman-linux.h resting place.
12397
12398         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12399         * bits/mman-linux.h: ... here.
12400
12401 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12402
12403         * conform/conformtest.pl: Add standard definition when calling C
12404         preprocessor on data files.
12405         (checknamespace): Remove unused variable.
12406
12407 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12408
12409         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12410         minus_oflow, plus_uflow and minus_uflow in expected results.
12411         * math/libm-test.inc (scalbn_test_data): Add more tests of
12412         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12413         minus_uflow.
12414         (scalbn_test): Use ALL_RM_TEST.
12415         (scalbln_test_data): Add more tests of negative arguments.  Use
12416         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12417         (scalbln_test): Use ALL_RM_TEST.
12418
12419 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12420
12421         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12422
12423 2014-03-18  Will Newton  <will.newton@linaro.org>
12424
12425         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12426         inaccurate comment.
12427
12428 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12429
12430         * Makerules [!subdir] (check-abi): Exit with error status if a
12431         test failed.
12432
12433 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12434
12435         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12436         for rint.  Include results for all rounding modes.
12437         (nearbyint_test): Use ALL_RM_TEST.
12438         (rint_test_data): Include all tests used for nearbyint.
12439
12440 2014-03-17  Will Newton  <will.newton@linaro.org>
12441
12442         * nptl/sysdeps/pthread/pthread.h: Revert previous
12443         change.
12444
12445         * sysdeps/generic/ldsodefs.h: Revert previous
12446         change.
12447
12448         * libio/genops.c: Revert previous change.
12449         * libio/libioP.h: Likewise.
12450         * stdio-common/vfprintf.c: Likewise.
12451
12452         * sysdeps/generic/math_private.h: Revert previous
12453         change.
12454
12455         * sysdeps/generic/math_private.h: Check whether
12456         HAVE_RM_CTX is defined with #ifdef rather
12457         than #if.
12458
12459         * argp/argp-fmtstream.h: Check whether
12460         __STRICT_ANSI__ is defined with #ifdef rather
12461         than #if.
12462         * argp/argp.h: Likewise.
12463
12464         * libio/genops.c: Check whether
12465         _IO_JUMPS_OFFSET is defined with #ifdef rather
12466         than #if.
12467         * libio/libioP.h: Likewise.
12468         * stdio-common/vfprintf.c: Likewise.
12469
12470         * sysdeps/generic/ldsodefs.h: Check whether
12471         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12472         than #if.
12473
12474         * nptl/sysdeps/pthread/pthread.h: Check
12475         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12476         its value.
12477
12478 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12479
12480         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12481         setting O_APPEND.
12482         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12483         test case.
12484
12485         [BZ #16680]
12486         * libio/fileops.c (_IO_file_open): Seek to end of file but
12487         don't cache the offset.
12488         (get_file_offset): Remove function.
12489         (do_ftell): Use cached offset when available.
12490         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12491         don't cache the offset.
12492         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12493         case.
12494         (do_one_test): Call it.
12495         (do_ftell_test): Fix up expected old offset for a+ mode.
12496         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12497         available.
12498
12499         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12500         up test status with function return status.
12501         (do_write_test): Likewise.
12502         (do_append_test): Likewise.
12503
12504         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12505         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12506         Remove.
12507
12508 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12509
12510         * math/gen-libm-test.pl (parse_args): Handle results specified for
12511         each rounding mode separately.
12512         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12513         tests and results from lrint_tonearest_test_data,
12514         lrint_towardzero_test_data, lrint_downward_test_data and
12515         lrint_upward_test_data.
12516         (lrint_test): Use ALL_RM_TEST.
12517         (lrint_tonearest_test_data): Remove.
12518         (lrint_test_tonearest): Likewise.
12519         (lrint_towardzero_test_data): Likewise.
12520         (lrint_test_towardzero): Likewise.
12521         (lrint_downward_test_data): Likewise.
12522         (lrint_test_downward): Likewise.
12523         (lrint_upward_test_data): Likewise.
12524         (lrint_test_upward): Likewise.
12525         (llrint_test_data): Merge in per-rounding-mode tests and results
12526         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12527         llrint_downward_test_data and llrint_upward_test_data.
12528         (llrint_test): Use ALL_RM_TEST.
12529         (llrint_tonearest_test_data): Remove.
12530         (llrint_test_tonearest): Likewise.
12531         (llrint_towardzero_test_data): Likewise.
12532         (llrint_test_towardzero): Likewise.
12533         (llrint_downward_test_data): Likewise.
12534         (llrint_test_downward): Likewise.
12535         (llrint_upward_test_data): Likewise.
12536         (llrint_test_upward): Likewise.
12537         (rint_test_data): Merge in per-rounding-mode tests and results
12538         from rint_tonearest_test_data, rint_towardzero_test_data,
12539         rint_downward_test_data and rint_upward_test_data.  Add
12540         per-rounding-mode results for tests not in those arrays.
12541         (rint_test): Use ALL_RM_TEST.
12542         (rint_tonearest_test_data): Remove.
12543         (rint_test_tonearest): Likewise.
12544         (rint_towardzero_test_data): Likewise.
12545         (rint_test_towardzero): Likewise.
12546         (rint_downward_test_data): Likewise.
12547         (rint_test_downward): Likewise.
12548         (rint_upward_test_data): Likewise.
12549         (rint_test_upward): Likewise.
12550         (main): Don't call removed functions.
12551
12552 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12553
12554         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12555         "Compiled on ..." crapola.  It is anti-useful.
12556
12557 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12558
12559         * scripts/evaluate-test.sh: Handle fourth argument to determine
12560         whether test run should stop on failure.
12561         * Makeconfig (stop-on-test-failure): New variable.
12562         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12563         $(stop-on-test-failure).
12564         * Makefile (tests): Give a summary of results from testing and
12565         exit with failure status if they include an ERROR or FAIL.
12566         (xtests): Likewise.
12567         * manual/install.texi (Configuring and compiling): Mention
12568         stop-on-test-failure=y.
12569         * INSTALL: Regenerated.
12570
12571 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12572
12573         * scripts/versionlist.awk: New file.
12574         * Makerules [$(build-shared) = yes]
12575         (postclean-generated): Add Versions.def, not Versions.def.v and
12576         Versions.def.v.i.
12577         ($(common-objpfx)Versions.def.v.i): Target removed.
12578         ($(common-objpfx)Versions.def): New target.
12579         ($(common-objpfx)Versions.all): Depend on that rather that
12580         $(common-objpfx)Versions.def.v.
12581         * Versions.def: File removed.
12582
12583         * Makeconfig (+gccwarn): Add -Wundef.
12584         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12585         a dl-sysdep.h breaking its contract.
12586         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12587         * include/stackinfo.h: New file.
12588         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12589         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12590         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12591         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12592         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12593         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12594         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12595         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12596         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12597         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12598         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12599         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12600         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12601         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12602         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12603
12604 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12605
12606         [BZ #16707]
12607         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12608         implementation.
12609         * math/libm-test.inc (round_test_data): Add more tests.
12610
12611         [BZ #16706]
12612         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12613         implementation.
12614         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12615
12616         [BZ #16701]
12617         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12618         implementation.
12619         * math/libm-test.inc (ceil_test_data): Add more tests.
12620
12621         * math/libm-test.inc (trunc_test_data): Add more tests related to
12622         BZ#16414.
12623
12624 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12625
12626         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12627         with #if rather than #ifdef.
12628         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12629
12630 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12631
12632         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12633         first.  Disable AVX-512 GCC support if assembler doesn't support
12634         it.
12635         * sysdeps/x86_64/configure: Regenerated.
12636
12637 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12638
12639         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12640         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12641         (__old_pthread_attr_setstack): Likewise.
12642         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12643         [!_STACK_GROWS_DOWN]: Likewise.
12644
12645 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12646
12647         * config.make.in (have-bash2): Delete.
12648         * configure.ac (libc_cv_have_bash2): Delete.
12649         * configure: Regenerate.
12650         * elf/Makefile (common-ldd-rewrite): Rename to ...
12651         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12652         (sh-ldd-rewrite): Delete.
12653         (bash-ldd-rewrite): Delete.
12654         (have-bash2): Delete checks.
12655         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12656         ldd-rewrite.
12657
12658         * config.make.in (have-ksh): Delete.
12659         (KSH): Delete.
12660         * configure.ac (libc_cv_have_ksh): Delete.
12661         * configure: Regenerate.
12662
12663         * elf/Makefile: Delete $(have-ksh) check.
12664         ($(objpfx)sotruss): Change KSH to BASH.
12665         * elf/sotruss.ksh: Rename to ...
12666         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12667         function style to match POSIX.  Drop ksh vim mode setting.
12668
12669         * manual/time.texi (Specifying the Time Zone with TZ): Change
12670         Tuesday to Thursday.
12671
12672         * debug/tst-longjmp_chk2.c: Update header comment.
12673         (stackoverflow_handler): Add comment.  Call assert on pass value.
12674
12675 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12676
12677         [BZ #16194]
12678         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12679         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12680         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12681         (La_x86_64_vector): Add zmm.
12682         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12683         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12684         ($(objpfx)tst-audit10): New target.
12685         ($(objpfx)tst-audit10.out): Likewise.
12686         (tst-audit10-ENV): New.
12687         (AVX512-CFLAGS): Likewise.
12688         (CFLAGS-tst-audit10.c): Likewise.
12689         (CFLAGS-tst-auditmod10a.c): Likewise.
12690         (CFLAGS-tst-auditmod10b.c): Likewise.
12691         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12692         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12693         * sysdeps/x86_64/configure: Regenerated.
12694         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12695         AVX-512 zmm register support.
12696         (_dl_x86_64_save_sse): Likewise.
12697         (_dl_x86_64_restore_sse): Likewise.
12698         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12699         size vector registers.
12700         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12701         (ZMM_SIZE): Likewise.
12702         * sysdeps/x86_64/tst-audit10.c: New file.
12703         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12704         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12705
12706 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12707
12708         * configure.ac (HAVE_EHDR_START): New check.
12709         * configure: Regenerated.
12710         * config.h.in (HAVE_EHDR_START): New #undef.
12711         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12712         assuming the lowest-addressed segment maps the start of the file.
12713
12714 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12715
12716         * INSTALL: Regenerated.
12717
12718 2014-03-13  Will Newton  <will.newton@linaro.org>
12719
12720         * manual/setjmp.texi (System V contexts): Improve
12721         clarity and grammar of documentation.
12722
12723 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12724
12725         [BZ #16381]
12726         * elf/Makefile (tests): Add tst-pie2.
12727         (tests-pie): Add tst-pie2.
12728         * elf/tst-pie2.c: New file.
12729         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12730         for ET_EXEC.
12731         * elf/rtld.c (map_doit): Load executable as lt_executable.
12732         (dl_main): Likewise.
12733
12734 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12735
12736         [BZ #16642]
12737         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12738         (__ASSUME_PSELECT): Undefine.
12739
12740 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12741
12742         [BZ #16689]
12743         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12744         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12745         static build.
12746         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12747         selector for static builds.
12748
12749 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12750
12751         [BZ #16695]
12752         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12753         key in the buffer.
12754
12755 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12756
12757         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12758         IFUNC selector for static builds.
12759
12760 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12761
12762         * sysdeps/mips/math_private.h [__mips_hard_float]
12763         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12764         libc_feresetround_mips_ctx.
12765         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12766         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12767         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12768
12769         [BZ #16677]
12770         * math/s_nextafter.c (__nextafter): Do not return value from
12771         overflowing computation.
12772         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12773         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12774         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12775         Likewise.
12776         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12777         Likewise.
12778         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12779         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12780
12781 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12782
12783         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12784         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12785         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12786         the new mov targetting sp.
12787
12788 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12789
12790         [BZ #16683]
12791         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12792         Define it for static builds as well.
12793         (NO_BZERO_IMPL): Likewise.
12794
12795 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12796
12797         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12798         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12799         multiarch strspn for PPC64.
12800         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12801         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12802         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12803         (__libc_ifunc_impl_list): Likewise.
12804         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12805         multiarch optimizations
12806         * string/strspn.c (strspn): Using macro to redefine symbol name.
12807
12808 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12809             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12810
12811         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12812         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12813         multiarch strncat for PPC64.
12814         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12815         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12816         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12817         (__libc_ifunc_impl_list): Likewise.
12818         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12819         multiarch optimizations
12820
12821 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12822
12823         [BZ #16639]
12824         * nscd/nscd.service: Make service type forking.
12825
12826 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12827
12828         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12829         sign in non default rounding modes.
12830         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12831
12832 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12833
12834         * math/libm-test.inc (ALL_RM_TEST): New macro.
12835         (ceil_test): Use ALL_RM_TEST.
12836         (cimag_test): Likewise.
12837         (conj_test): Likewise.
12838         (copysign_test): Likewise.
12839         (cproj_test): Likewise.
12840         (creal_test): Likewise.
12841         (fabs_test): Likewise.
12842         (floor_test): Likewise.
12843         (fmax_test): Likewise.
12844         (fmin_test): Likewise.
12845         (fmod_test): Likewise.
12846         (fpclassify_test): Likewise.
12847         (frexp_test): Likewise.
12848         (ilogb_test): Likewise.
12849         (isfinite_test): Likewise.
12850         (finite_test): Likewise.
12851         (isgreater_test): Likewise.
12852         (isgreaterequal_test): Likewise.
12853         (isinf_test): Likewise.
12854         (isless_test): Likewise.
12855         (islessequal_test): Likewise.
12856         (islessgreater_test): Likewise.
12857         (isnan_test): Likewise.
12858         (isnormal_test): Likewise.
12859         (issignaling_test): Likewise.
12860         (isunordered_test): Likewise.
12861         (logb_test): Likewise.
12862         (logb_downward_test_data): Remove.
12863         (logb_test_downward): Likewise.
12864         (lround_test): Use ALL_RM_TEST.
12865         (llround_test): Likewise.
12866         (modf_test): Likewise.
12867         (nexttoward_test): Likewise.
12868         (remainder_test): Likewise.
12869         (drem_test): Likewise.
12870         (remainder_tonearest_test_data): Likewise.
12871         (remainder_test_tonearest): Likewise.
12872         (drem_test_tonearest): Likewise.
12873         (remainder_towardzero_test_data): Likewise.
12874         (remainder_test_towardzero): Likewise.
12875         (drem_test_towardzero): Likewise.
12876         (remainder_downward_test_data): Likewise.
12877         (remainder_test_downward): Likewise.
12878         (drem_test_downward): Likewise.
12879         (remainder_upward_test_data): Likewise.
12880         (remainder_test_upward): Likewise.
12881         (drem_test_upward): Likewise.
12882         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12883         (round_test): Use ALL_RM_TEST.
12884         (signbit_test): Likewise.
12885         (trunc_test): Likewise.
12886         (significand_test): Likewise.
12887         (main): Don't call removed functions.
12888
12889 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12890
12891         [BZ #16674]
12892         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12893         || __USE_XOPEN2K8].
12894         (ILL_ILLOPN): Likewise.
12895         (ILL_ILLADR): Likewise.
12896         (ILL_ILLTRP): Likewise.
12897         (ILL_PRVOPC): Likewise.
12898         (ILL_PRVREG): Likewise.
12899         (ILL_COPROC): Likewise.
12900         (ILL_BADSTK): Likewise.
12901         (FPE_INTDIV): Likewise.
12902         (FPE_INTOVF): Likewise.
12903         (FPE_FLTDIV): Likewise.
12904         (FPE_FLTOVF): Likewise.
12905         (FPE_FLTUND): Likewise.
12906         (FPE_FLTRES): Likewise.
12907         (FPE_FLTINV): Likewise.
12908         (FPE_FLTSUB): Likewise.
12909         (SEGV_MAPERR): Likewise.
12910         (SEGV_ACCERR): Likewise.
12911         (BUS_ADRALN): Likewise.
12912         (BUS_ADRERR): Likewise.
12913         (BUS_OBJERR): Likewise.
12914         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12915         (TRAP_TRACE): Likewise.
12916         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12917         __USE_XOPEN2K8].
12918         (CLD_KILLED): Likewise.
12919         (CLD_DUMPED): Likewise.
12920         (CLD_TRAPPED): Likewise.
12921         (CLD_STOPPED): Likewise.
12922         (CLD_CONTINUED): Likewise.
12923         (POLL_IN): Likewise.
12924         (POLL_OUT): Likewise.
12925         (POLL_MSG): Likewise.
12926         (POLL_ERR): Likewise.
12927         (POLL_PRI): Likewise.
12928         (POLL_HUP): Likewise.
12929         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12930         Likewise.
12931         (ILL_ILLOPN): Likewise.
12932         (ILL_ILLADR): Likewise.
12933         (ILL_ILLTRP): Likewise.
12934         (ILL_PRVOPC): Likewise.
12935         (ILL_PRVREG): Likewise.
12936         (ILL_COPROC): Likewise.
12937         (ILL_BADSTK): Likewise.
12938         (FPE_INTDIV): Likewise.
12939         (FPE_INTOVF): Likewise.
12940         (FPE_FLTDIV): Likewise.
12941         (FPE_FLTOVF): Likewise.
12942         (FPE_FLTUND): Likewise.
12943         (FPE_FLTRES): Likewise.
12944         (FPE_FLTINV): Likewise.
12945         (FPE_FLTSUB): Likewise.
12946         (SEGV_MAPERR): Likewise.
12947         (SEGV_ACCERR): Likewise.
12948         (BUS_ADRALN): Likewise.
12949         (BUS_ADRERR): Likewise.
12950         (BUS_OBJERR): Likewise.
12951         (BUS_MCEERR_AR): Likewise.
12952         (BUS_MCEERR_AO): Likewise.
12953         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12954         (TRAP_TRACE): Likewise.
12955         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12956         __USE_XOPEN2K8].
12957         (CLD_KILLED): Likewise.
12958         (CLD_DUMPED): Likewise.
12959         (CLD_TRAPPED): Likewise.
12960         (CLD_STOPPED): Likewise.
12961         (CLD_CONTINUED): Likewise.
12962         (POLL_IN): Likewise.
12963         (POLL_OUT): Likewise.
12964         (POLL_MSG): Likewise.
12965         (POLL_ERR): Likewise.
12966         (POLL_PRI): Likewise.
12967         (POLL_HUP): Likewise.
12968         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12969         (ILL_ILLOPN): Likewise.
12970         (ILL_ILLADR): Likewise.
12971         (ILL_ILLTRP): Likewise.
12972         (ILL_PRVOPC): Likewise.
12973         (ILL_PRVREG): Likewise.
12974         (ILL_COPROC): Likewise.
12975         (ILL_BADSTK): Likewise.
12976         (FPE_INTDIV): Likewise.
12977         (FPE_INTOVF): Likewise.
12978         (FPE_FLTDIV): Likewise.
12979         (FPE_FLTOVF): Likewise.
12980         (FPE_FLTUND): Likewise.
12981         (FPE_FLTRES): Likewise.
12982         (FPE_FLTINV): Likewise.
12983         (FPE_FLTSUB): Likewise.
12984         (SEGV_MAPERR): Likewise.
12985         (SEGV_ACCERR): Likewise.
12986         (BUS_ADRALN): Likewise.
12987         (BUS_ADRERR): Likewise.
12988         (BUS_OBJERR): Likewise.
12989         (BUS_MCEERR_AR): Likewise.
12990         (BUS_MCEERR_AO): Likewise.
12991         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12992         (TRAP_TRACE): Likewise.
12993         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12994         __USE_XOPEN2K8].
12995         (CLD_KILLED): Likewise.
12996         (CLD_DUMPED): Likewise.
12997         (CLD_TRAPPED): Likewise.
12998         (CLD_STOPPED): Likewise.
12999         (CLD_CONTINUED): Likewise.
13000         (POLL_IN): Likewise.
13001         (POLL_OUT): Likewise.
13002         (POLL_MSG): Likewise.
13003         (POLL_ERR): Likewise.
13004         (POLL_PRI): Likewise.
13005         (POLL_HUP): Likewise.
13006         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13007         Likewise.
13008         (ILL_ILLOPN): Likewise.
13009         (ILL_ILLADR): Likewise.
13010         (ILL_ILLTRP): Likewise.
13011         (ILL_PRVOPC): Likewise.
13012         (ILL_PRVREG): Likewise.
13013         (ILL_COPROC): Likewise.
13014         (ILL_BADSTK): Likewise.
13015         (ILL_BADIADDR): Likewise.
13016         (ILL_BREAK): Likewise.
13017         (FPE_INTDIV): Likewise.
13018         (FPE_INTOVF): Likewise.
13019         (FPE_FLTDIV): Likewise.
13020         (FPE_FLTOVF): Likewise.
13021         (FPE_FLTUND): Likewise.
13022         (FPE_FLTRES): Likewise.
13023         (FPE_FLTINV): Likewise.
13024         (FPE_FLTSUB): Likewise.
13025         (FPE_DECOVF): Likewise.
13026         (FPE_DECDIV): Likewise.
13027         (FPE_DECERR): Likewise.
13028         (FPE_INVASC): Likewise.
13029         (FPE_INVDEC): Likewise.
13030         (SEGV_MAPERR): Likewise.
13031         (SEGV_ACCERR): Likewise.
13032         (SEGV_PSTKOVF): Likewise.
13033         (BUS_ADRALN): Likewise.
13034         (BUS_ADRERR): Likewise.
13035         (BUS_OBJERR): Likewise.
13036         (BUS_MCEERR_AR): Likewise.
13037         (BUS_MCEERR_AO): Likewise.
13038         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13039         (TRAP_TRACE): Likewise.
13040         (TRAP_BRANCH): Likewise.
13041         (TRAP_HWBKPT): Likewise.
13042         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13043         __USE_XOPEN2K8].
13044         (CLD_KILLED): Likewise.
13045         (CLD_DUMPED): Likewise.
13046         (CLD_TRAPPED): Likewise.
13047         (CLD_STOPPED): Likewise.
13048         (CLD_CONTINUED): Likewise.
13049         (POLL_IN): Likewise.
13050         (POLL_OUT): Likewise.
13051         (POLL_MSG): Likewise.
13052         (POLL_ERR): Likewise.
13053         (POLL_PRI): Likewise.
13054         (POLL_HUP): Likewise.
13055         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13056         (ILL_ILLOPN): Likewise.
13057         (ILL_ILLADR): Likewise.
13058         (ILL_ILLTRP): Likewise.
13059         (ILL_PRVOPC): Likewise.
13060         (ILL_PRVREG): Likewise.
13061         (ILL_COPROC): Likewise.
13062         (ILL_BADSTK): Likewise.
13063         (FPE_INTDIV): Likewise.
13064         (FPE_INTOVF): Likewise.
13065         (FPE_FLTDIV): Likewise.
13066         (FPE_FLTOVF): Likewise.
13067         (FPE_FLTUND): Likewise.
13068         (FPE_FLTRES): Likewise.
13069         (FPE_FLTINV): Likewise.
13070         (FPE_FLTSUB): Likewise.
13071         (SEGV_MAPERR): Likewise.
13072         (SEGV_ACCERR): Likewise.
13073         (BUS_ADRALN): Likewise.
13074         (BUS_ADRERR): Likewise.
13075         (BUS_OBJERR): Likewise.
13076         (BUS_MCEERR_AR): Likewise.
13077         (BUS_MCEERR_AO): Likewise.
13078         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13079         (TRAP_TRACE): Likewise.
13080         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13081         __USE_XOPEN2K8].
13082         (CLD_KILLED): Likewise.
13083         (CLD_DUMPED): Likewise.
13084         (CLD_TRAPPED): Likewise.
13085         (CLD_STOPPED): Likewise.
13086         (CLD_CONTINUED): Likewise.
13087         (POLL_IN): Likewise.
13088         (POLL_OUT): Likewise.
13089         (POLL_MSG): Likewise.
13090         (POLL_ERR): Likewise.
13091         (POLL_PRI): Likewise.
13092         (POLL_HUP): Likewise.
13093         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13094         (ILL_ILLOPN): Likewise.
13095         (ILL_ILLADR): Likewise.
13096         (ILL_ILLTRP): Likewise.
13097         (ILL_PRVOPC): Likewise.
13098         (ILL_PRVREG): Likewise.
13099         (ILL_COPROC): Likewise.
13100         (ILL_BADSTK): Likewise.
13101         (FPE_INTDIV): Likewise.
13102         (FPE_INTOVF): Likewise.
13103         (FPE_FLTDIV): Likewise.
13104         (FPE_FLTOVF): Likewise.
13105         (FPE_FLTUND): Likewise.
13106         (FPE_FLTRES): Likewise.
13107         (FPE_FLTINV): Likewise.
13108         (FPE_FLTSUB): Likewise.
13109         (SEGV_MAPERR): Likewise.
13110         (SEGV_ACCERR): Likewise.
13111         (BUS_ADRALN): Likewise.
13112         (BUS_ADRERR): Likewise.
13113         (BUS_OBJERR): Likewise.
13114         (BUS_MCEERR_AR): Likewise.
13115         (BUS_MCEERR_AO): Likewise.
13116         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13117         (TRAP_TRACE): Likewise.
13118         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13119         __USE_XOPEN2K8].
13120         (CLD_KILLED): Likewise.
13121         (CLD_DUMPED): Likewise.
13122         (CLD_TRAPPED): Likewise.
13123         (CLD_STOPPED): Likewise.
13124         (CLD_CONTINUED): Likewise.
13125         (POLL_IN): Likewise.
13126         (POLL_OUT): Likewise.
13127         (POLL_MSG): Likewise.
13128         (POLL_ERR): Likewise.
13129         (POLL_PRI): Likewise.
13130         (POLL_HUP): Likewise.
13131         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13132         (ILL_ILLOPN): Likewise.
13133         (ILL_ILLADR): Likewise.
13134         (ILL_ILLTRP): Likewise.
13135         (ILL_PRVOPC): Likewise.
13136         (ILL_PRVREG): Likewise.
13137         (ILL_COPROC): Likewise.
13138         (ILL_BADSTK): Likewise.
13139         (FPE_INTDIV): Likewise.
13140         (FPE_INTOVF): Likewise.
13141         (FPE_FLTDIV): Likewise.
13142         (FPE_FLTOVF): Likewise.
13143         (FPE_FLTUND): Likewise.
13144         (FPE_FLTRES): Likewise.
13145         (FPE_FLTINV): Likewise.
13146         (FPE_FLTSUB): Likewise.
13147         (SEGV_MAPERR): Likewise.
13148         (SEGV_ACCERR): Likewise.
13149         (BUS_ADRALN): Likewise.
13150         (BUS_ADRERR): Likewise.
13151         (BUS_OBJERR): Likewise.
13152         (BUS_MCEERR_AR): Likewise.
13153         (BUS_MCEERR_AO): Likewise.
13154         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13155         (TRAP_TRACE): Likewise.
13156         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13157         __USE_XOPEN2K8].
13158         (CLD_KILLED): Likewise.
13159         (CLD_DUMPED): Likewise.
13160         (CLD_TRAPPED): Likewise.
13161         (CLD_STOPPED): Likewise.
13162         (CLD_CONTINUED): Likewise.
13163         (POLL_IN): Likewise.
13164         (POLL_OUT): Likewise.
13165         (POLL_MSG): Likewise.
13166         (POLL_ERR): Likewise.
13167         (POLL_PRI): Likewise.
13168         (POLL_HUP): Likewise.
13169         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13170         (ILL_ILLOPN): Likewise.
13171         (ILL_ILLADR): Likewise.
13172         (ILL_ILLTRP): Likewise.
13173         (ILL_PRVOPC): Likewise.
13174         (ILL_PRVREG): Likewise.
13175         (ILL_COPROC): Likewise.
13176         (ILL_BADSTK): Likewise.
13177         (ILL_DBLFLT): Likewise.
13178         (ILL_HARDWALL): Likewise.
13179         (FPE_INTDIV): Likewise.
13180         (FPE_INTOVF): Likewise.
13181         (FPE_FLTDIV): Likewise.
13182         (FPE_FLTOVF): Likewise.
13183         (FPE_FLTUND): Likewise.
13184         (FPE_FLTRES): Likewise.
13185         (FPE_FLTINV): Likewise.
13186         (FPE_FLTSUB): Likewise.
13187         (SEGV_MAPERR): Likewise.
13188         (SEGV_ACCERR): Likewise.
13189         (BUS_ADRALN): Likewise.
13190         (BUS_ADRERR): Likewise.
13191         (BUS_OBJERR): Likewise.
13192         (BUS_MCEERR_AR): Likewise.
13193         (BUS_MCEERR_AO): Likewise.
13194         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13195         (TRAP_TRACE): Likewise.
13196         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13197         __USE_XOPEN2K8].
13198         (CLD_KILLED): Likewise.
13199         (CLD_DUMPED): Likewise.
13200         (CLD_TRAPPED): Likewise.
13201         (CLD_STOPPED): Likewise.
13202         (CLD_CONTINUED): Likewise.
13203         (POLL_IN): Likewise.
13204         (POLL_OUT): Likewise.
13205         (POLL_MSG): Likewise.
13206         (POLL_ERR): Likewise.
13207         (POLL_PRI): Likewise.
13208         (POLL_HUP): Likewise.
13209         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13210         (ILL_ILLOPN): Likewise.
13211         (ILL_ILLADR): Likewise.
13212         (ILL_ILLTRP): Likewise.
13213         (ILL_PRVOPC): Likewise.
13214         (ILL_PRVREG): Likewise.
13215         (ILL_COPROC): Likewise.
13216         (ILL_BADSTK): Likewise.
13217         (FPE_INTDIV): Likewise.
13218         (FPE_INTOVF): Likewise.
13219         (FPE_FLTDIV): Likewise.
13220         (FPE_FLTOVF): Likewise.
13221         (FPE_FLTUND): Likewise.
13222         (FPE_FLTRES): Likewise.
13223         (FPE_FLTINV): Likewise.
13224         (FPE_FLTSUB): Likewise.
13225         (SEGV_MAPERR): Likewise.
13226         (SEGV_ACCERR): Likewise.
13227         (BUS_ADRALN): Likewise.
13228         (BUS_ADRERR): Likewise.
13229         (BUS_OBJERR): Likewise.
13230         (BUS_MCEERR_AR): Likewise.
13231         (BUS_MCEERR_AO): Likewise.
13232         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13233         (TRAP_TRACE): Likewise.
13234         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13235         __USE_XOPEN2K8].
13236         (CLD_KILLED): Likewise.
13237         (CLD_DUMPED): Likewise.
13238         (CLD_TRAPPED): Likewise.
13239         (CLD_STOPPED): Likewise.
13240         (CLD_CONTINUED): Likewise.
13241         (POLL_IN): Likewise.
13242         (POLL_OUT): Likewise.
13243         (POLL_MSG): Likewise.
13244         (POLL_ERR): Likewise.
13245         (POLL_PRI): Likewise.
13246         (POLL_HUP): Likewise.
13247         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13248         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13249
13250         [BZ #16670]
13251         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13252         before #include of <time.h>.
13253         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13254         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13255         (test-xfail-UNIX98/sched.h/conform): Likewise.
13256
13257 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13258
13259         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13260         error absence of trapping exception support.
13261         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13262
13263 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13264
13265         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13266         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13267         * timezone/Makefile (testdata): Move definition above include of
13268         Rules.
13269         (test-zones): New variable.
13270         (tests-special): Add zone files.
13271         (build-testdata): Use $(evaluate-test).
13272
13273         * elf/Makefile (tests-special): Rename tests to end with .out.
13274         ($(objpfx)noload-mem): Likewise.
13275         ($(objpfx)tst-leaks1-mem): Likewise.
13276         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13277         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13278         $(objpfx)test-iconvconfig.out.
13279         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13280         set -e inside subshell and redirect output to file.
13281         * iconvdata/Makefile (generated): Rename tests to end with .out.
13282         Correct type.
13283         (tests-special): Rename tests to end with .out.
13284         ($(objpfx)mtrace-tst-loading): Likewise.
13285         * intl/Makefile (generated): Likewise.
13286         (tests-special): Likewise.
13287         ($(objpfx)mtrace-tst-gettext): Likewise.
13288         * misc/Makefile (generated): Likewise.
13289         (tests-special): Likewise.
13290         ($(objpfx)tst-error1-mem): Likewise.
13291         * nptl/Makefile (tests-special): Likewise.
13292         ($(objpfx)tst-stack3-mem): Likewise.
13293         (generated): Likewise.
13294         * posix/Makefile (generated): Likewise.
13295         (tests-special): Likewise.
13296         (xtests-special): Likewise.
13297         ($(objpfx)tst-fnmatch-mem): Likewise.
13298         ($(objpfx)bug-regex2-mem): Likewise.
13299         ($(objpfx)bug-regex14-mem): Likewise.
13300         ($(objpfx)bug-regex21-mem): Likewise.
13301         ($(objpfx)bug-regex31-mem): Likewise.
13302         ($(objpfx)tst-vfork3-mem): Likewise.
13303         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13304         ($(objpfx)tst-pcre-mem): Likewise.
13305         ($(objpfx)tst-boost-mem): Likewise.
13306         ($(objpfx)bug-ga2-mem): Likewise.
13307         ($(objpfx)bug-glob2-mem): Likewise.
13308         * resolv/Makefile (generate): Likewise.
13309         (tests-special): Likewise.
13310         (xtests-special): Likewise.
13311         (generated): Likewise.
13312         ($(objpfx)mtrace-tst-leaks): Likewise.
13313         ($(objpfx)mtrace-tst-leaks2): Likewise.
13314
13315         * scripts/merge-test-results.sh: New file.
13316         * Makefile (tests-special-notdir): New variable.
13317         (tests): Run merge-test-results.sh.
13318         (xtests): Likewise.
13319         * Rules (tests-special-notdir): New variable.
13320         (xtests-special-notdir): Likewise.
13321         (tests): Run merge-test-results.sh
13322         (xtests): Likewise.
13323
13324         * Makeconfig (test-xfail-name): New variable.
13325         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13326         compute variable name for expected failures.
13327         * conform/Makefile (conformtest-headers-data): New variable.
13328         (conformtest-standards): Likewise.
13329         (conformtest-headers-ISO): Likewise.
13330         (conformtest-headers-ISO99): Likewise.
13331         (conformtest-headers-ISO11): Likewise.
13332         (conformtest-headers-POSIX): Likewise.
13333         (conformtest-headers-XPG3): Likewise.
13334         (conformtest-headers-XPG4): Likewise.
13335         (conformtest-headers-UNIX98): Likewise.
13336         (conformtest-headers-XOPEN2K): Likewise.
13337         (conformtest-headers-POSIX2008): Likewise.
13338         (conformtest-headers-XOPEN2K8): Likewise.
13339         (conformtest-header-list-base): Likewise.
13340         (conformtest-header-list-tests): Likewise.
13341         (conformtest-header-base): Likewise.
13342         (conformtest-header-tests): Likewise.
13343         (tests-special): Add $(conformtest-header-list-tests).  If
13344         [$(fast-check) && !$(cross-compiling)], add
13345         $(conformtest-header-tests) instead of
13346         $(objpfx)run-conformtest.out.
13347         (generated): Add $(conformtest-header-list-base).  If
13348         [$(fast-check) && !$(cross-compiling)], add
13349         $(conformtest-header-base).  Remove previous setting.
13350         ($(conformtest-header-list-tests)): New target.
13351         (test-xfail-run-conformtest): Remove variable.
13352         ($(objpfx)run-conformtest.out): Remove target.
13353         (test-xfail-ISO11/complex.h/conform): New variable.
13354         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13355         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13356         (test-xfail-XPG3/varargs.h/conform): Likewise.
13357         (test-xfail-XPG4/varargs.h/conform): Likewise.
13358         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13359         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13360         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13361         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13362         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13363         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13364         (test-xfail-XPG3/ftw.h/conform): Likewise.
13365         (test-xfail-XPG3/grp.h/conform): Likewise.
13366         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13367         (test-xfail-XPG3/limits.h/conform): Likewise.
13368         (test-xfail-XPG3/pwd.h/conform): Likewise.
13369         (test-xfail-XPG3/search.h/conform): Likewise.
13370         (test-xfail-XPG3/signal.h/conform): Likewise.
13371         (test-xfail-XPG3/stdio.h/conform): Likewise.
13372         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13373         (test-xfail-XPG3/string.h/conform): Likewise.
13374         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13375         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13376         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13377         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13378         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13379         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13380         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13381         (test-xfail-XPG3/termios.h/conform): Likewise.
13382         (test-xfail-XPG3/time.h/conform): Likewise.
13383         (test-xfail-XPG3/unistd.h/conform): Likewise.
13384         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13385         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13386         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13387         (test-xfail-XPG4/netdb.h/conform): Likewise.
13388         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13389         (test-xfail-XPG4/signal.h/conform): Likewise.
13390         (test-xfail-XPG4/stdio.h/conform): Likewise.
13391         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13392         (test-xfail-XPG4/stropts.h/conform): Likewise.
13393         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13394         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13395         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13396         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13397         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13398         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13399         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13400         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13401         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13402         (test-xfail-XPG4/termios.h/conform): Likewise.
13403         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13404         (test-xfail-XPG4/unistd.h/conform): Likewise.
13405         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13406         (test-xfail-POSIX/sched.h/conform): Likewise.
13407         (test-xfail-POSIX/signal.h/conform): Likewise.
13408         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13409         (test-xfail-POSIX/tar.h/conform): Likewise.
13410         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13411         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13412         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13413         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13414         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13415         (test-xfail-UNIX98/sched.h/conform): Likewise.
13416         (test-xfail-UNIX98/signal.h/conform): Likewise.
13417         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13418         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13419         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13420         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13421         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13422         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13423         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13424         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13425         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13426         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13427         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13428         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13429         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13430         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13431         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13432         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13433         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13434         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13435         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13436         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13437         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13438         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13439         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13440         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13441         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13442         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13443         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13444         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13445         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13446         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13447         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13448         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13449         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13450         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13451         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13452         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13453         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13454         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13455         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13456         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13457         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13458         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13459         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13460         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13461         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13462         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13463         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13464         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13465         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13466         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13467         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13468         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13469         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13470         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13471         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13472         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13473         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13474         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13475         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13476         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13477         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13478         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13479         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13480         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13481         (conformtest-cc-flags): Likewise.
13482         ($(conformtest-header-tests): New target.
13483         * conform/check-header-lists.sh: New file.
13484         * conform/run-conformtest.sh: Remove.
13485
13486         * conform/conformtest.pl: Allow ' and \ in values given for
13487         constants.
13488         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13489         inclusion.
13490         [POSIX] (sys/types.h): Likewise.
13491         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13492         inclusion.
13493         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13494         inclusion.
13495         * conform/data/signal.h-data (SIGIO): Remove expectation.
13496         [XPG3] (SIGBUS): Do not expect.
13497         [POSIX || XPG3] (SIGPOLL): Likewise.
13498         [POSIX || XPG3] (SIGPROF): Likewise.
13499         [POSIX || XPG3] (SIGSYS): Likewise.
13500         [XPG3] (SIGTRAP): Likewise.
13501         [POSIX || XPG3] (SIGURG): Likewise.
13502         [POSIX || XPG3] (SIGVTALRM): Likewise.
13503         [POSIX || XPG3] (SIGXCPU): Likewise.
13504         [POSIX || XPG3] (SIGXFSZ): Likewise.
13505         [POSIX] (SA_SIGINFO): Expect.
13506         [XPG3] (siginfo_t): Do not expect type or contents.
13507         [POSIX] (si_pid): Do not expect element.
13508         [POSIX] (si_uid): Likewise.
13509         [POSIX] (si_addr): Likewise.
13510         [POSIX] (si_status): Likewise.
13511         [POSIX] (si_band): Likewise.
13512         [XPG4] (si_value): Likewise.
13513         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13514         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13515         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13516         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13517         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13518         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13519         [POSIX || XPG3] (ILL_COPROC): Likewise.
13520         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13521         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13522         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13523         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13524         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13525         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13526         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13527         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13528         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13529         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13530         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13531         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13532         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13533         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13534         [POSIX || XPG3] (CLD_EXITED): Likewise.
13535         [POSIX || XPG3] (CLD_KILLED): Likewise.
13536         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13537         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13538         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13539         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13540         [POSIX || XPG3] (POLL_IN): Likewise.
13541         [POSIX || XPG3] (POLL_OUT): Likewise.
13542         [POSIX || XPG3] (POLL_MSG): Likewise.
13543         [POSIX || XPG3] (POLL_ERR): Likewise.
13544         [POSIX || XPG3] (POLL_PRI): Likewise.
13545         [POSIX || XPG3] (POLL_HUP): Likewise.
13546         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13547         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13548         (SIG*): Do not allow.
13549         [XPG3] (si_*): Likewise.
13550         [XPG3] (SI_*): Likewise.
13551         [XPG3 || XPG4] (sigev_*): Likewise.
13552         [XPG3 || XPG4] (SIGEV_*): Likewise.
13553         [XPG3 || XPG4] (sival_*): Likewise.
13554         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13555         [POSIX || XPG3] (BUS_*): Likewise.
13556         [POSIX || XPG3] (CLD_*): Likewise.
13557         [POSIX || XPG3] (FPE_*): Likewise.
13558         [POSIX || XPG3] (ILL_*): Likewise.
13559         [POSIX || XPG3] (POLL_*): Likewise.
13560         [POSIX || XPG3] (SEGV_*): Likewise.
13561         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13562         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13563         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13564         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13565         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13566         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13567         Specify type and value.
13568         (TVERSLEN): Likewise.
13569         (REGTYPE): Likewise.
13570         (AREGTYPE): Likewise.
13571         (LNKTYPE): Likewise.
13572         (SYMTYPE): Likewise.
13573         (CHRTYPE): Likewise.
13574         (BLKTYPE): Likewise.
13575         (DIRTYPE): Likewise.
13576         (FIFOTYPE): Likewise.
13577         (CONTTYPE): Likewise.
13578         (TSUID): Likewise.
13579         (TSGID): Likewise.
13580         (TSVTX): Likewise.
13581         (TUREAD): Likewise.
13582         (TUWRITE): Likewise.
13583         (TUEXEC): Likewise.
13584         (TGREAD): Likewise.
13585         (TGWRITE): Likewise.
13586         (TGEXEC): Likewise.
13587         (TOREAD): Likewise.
13588         (TOWRITE): Likewise.
13589         (TOEXEC): Likewise.
13590         [POSIX] (TSVTX): Expect constant.
13591
13592 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13593
13594         * Makefile (tests): Change dependencies to ....
13595         (tests-special): ... additions to this variable.
13596         (tests): Depend on $(tests-special).
13597         * Makerules (check-abi-list): New variable.
13598         (check-abi): Depend on $(check-abi-list).
13599         [$(subdir) = elf] (tests-special): Add
13600         $(objpfx)check-abi-libc.out.
13601         [$(build-shared) = yes && subdir] (tests-special): Add
13602         $(check-abi-list).
13603         [$(build-shared) = yes && subdir] (tests): Do not depend on
13604         check-abi.
13605         * Rules (tests): Depend on $(tests-special).
13606         (xtests): Depend on $(xtests-special).
13607         * catgets/Makefile (tests): Change dependencies to ....
13608         (tests-special): ... additions to this variable.
13609         * conform/Makefile (tests): Change dependencies to ....
13610         (tests-special): ... additions to this variable.
13611         * elf/Makefile (tests): Change dependencies to ....
13612         (tests-special): ... additions to this variable.
13613         * grp/Makefile (tests): Change dependencies to ....
13614         (tests-special): ... additions to this variable.
13615         * iconv/Makefile (xtests): Change dependencies to ....
13616         (xtests-special): ... additions to this variable.
13617         * iconvdata/Makefile (tests): Change dependencies to ....
13618         (tests-special): ... additions to this variable.
13619         * intl/Makefile (tests): Change dependencies to ....
13620         (tests-special): ... additions to this variable.  Also add
13621         $(objpfx)tst-gettext.out.
13622         * io/Makefile (tests): Change dependencies to ....
13623         (tests-special): ... additions to this variable.
13624         * libio/Makefile (tests): Change dependencies to ....
13625         (tests-special): ... additions to this variable.
13626         * malloc/Makefile (tests): Change dependencies to ....
13627         (tests-special): ... additions to this variable.
13628         * misc/Makefile (tests): Change dependencies to ....
13629         (tests-special): ... additions to this variable.
13630         * nptl/Makefile (tests): Change dependencies to ....
13631         (tests-special): ... additions to this variable.
13632         * nptl_db/Makefile (tests): Change dependencies to ....
13633         (tests-special): ... additions to this variable.
13634         * posix/Makefile (tests): Change dependencies to ....
13635         (tests-special): ... additions to this variable.
13636         (xtests): Change dependencies to ....
13637         (xtests-special): ... additions to this variable.
13638         * resolv/Makefile (tests): Change dependencies to ....
13639         (tests-special): ... additions to this variable.
13640         (xtests): Change dependencies to ....
13641         (xtests-special): ... additions to this variable.
13642         * stdio-common/Makefile (tests): Change dependencies to ....
13643         (tests-special): ... additions to this variable.
13644         (do-tst-unbputc): Remove target.
13645         (do-tst-printf): Likewise.
13646         * stdlib/Makefile (tests): Change dependencies to ....
13647         (tests-special): ... additions to this variable.
13648         * string/Makefile (tests): Change dependencies to ....
13649         (tests-special): ... additions to this variable.
13650         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13651         (tests-special): ... additions to this variable.
13652
13653         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13654         whole file.
13655         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13656         whole file.
13657         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13658         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13659
13660         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13661         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13662         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13663         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13664         * conform/data/libgen.h-data [XPG3]: Likewise.
13665         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13666         * conform/data/ndbm.h-data [XPG3]: Likewise.
13667         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13668         * conform/data/netdb.h-data [XPG3]: Likewise.
13669         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13670         * conform/data/poll.h-data [XPG3]: Likewise.
13671         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13672         * conform/data/strings.h-data [XPG3]: Likewise.
13673         * conform/data/stropts.h-data [XPG3]: Likewise.
13674         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13675         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13676         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13677         Likewise.
13678         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13679         * conform/data/sys/time.h-data [XPG3]: Likewise.
13680         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13681         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13682         * conform/data/sys/un.h-data [XPG3]: Likewise.
13683         * conform/data/syslog.h-data [XPG3]: Likewise.
13684         * conform/data/ucontext.h-data [XPG3]: Likewise.
13685         * conform/data/utmpx.h-data [XPG3]: Likewise.
13686         * conform/data/varargs.h-data [UNIX98]: Enable file.
13687
13688         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13689
13690         * math/libm-test.inc (struct test_f_f_data): Move expected results
13691         into structure for each rounding mode.
13692         (struct test_ff_f_data): Likewise.
13693         (struct test_ff_f_data_nexttoward): Likewise.
13694         (struct test_fi_f_data): Likewise.
13695         (struct test_fl_f_data): Likewise.
13696         (struct test_if_f_data): Likewise.
13697         (struct test_fff_f_data): Likewise.
13698         (struct test_c_f_data): Likewise.
13699         (struct test_f_f1_data): Likewise.
13700         (struct test_fF_f1_data): Likewise.
13701         (struct test_ffI_f1_data): Likewise.
13702         (struct test_c_c_data): Likewise.
13703         (struct test_cc_c_data): Likewise.
13704         (struct test_f_i_data): Likewise.
13705         (struct test_ff_i_data): Likewise.
13706         (struct test_f_l_data): Likewise.
13707         (struct test_f_L_data): Likewise.
13708         (struct test_fFF_11_data): Likewise.
13709         (RM_): New macro.
13710         (RM_FE_DOWNWARD): Likewise.
13711         (RM_FE_TONEAREST): Likewise.
13712         (RM_FE_TOWARDZERO): Likewise.
13713         (RM_FE_UPWARD): Likewise.
13714         (RUN_TEST_LOOP_f_f): Update references to expected results.
13715         (RUN_TEST_LOOP_2_f): Likewise.
13716         (RUN_TEST_LOOP_fff_f): Likewise.
13717         (RUN_TEST_LOOP_c_f): Likewise.
13718         (RUN_TEST_LOOP_f_f1): Likewise.
13719         (RUN_TEST_LOOP_fF_f1): Likewise.
13720         (RUN_TEST_LOOP_fI_f1): Likewise.
13721         (RUN_TEST_LOOP_ffI_f1): Likewise.
13722         (RUN_TEST_LOOP_c_c): Likewise.
13723         (RUN_TEST_LOOP_cc_c): Likewise.
13724         (RUN_TEST_LOOP_f_i): Likewise.
13725         (RUN_TEST_LOOP_f_i_tg): Likewise.
13726         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13727         (RUN_TEST_LOOP_f_b): Likewise.
13728         (RUN_TEST_LOOP_f_b_tg): Likewise.
13729         (RUN_TEST_LOOP_f_l): Likewise.
13730         (RUN_TEST_LOOP_f_L): Likewise.
13731         (RUN_TEST_LOOP_fFF_11): Likewise.
13732         * math/gen-libm-test.pl (parse_args): Output four copies of
13733         expected results for each test.
13734
13735         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13736         (__ASSUME_UTIMES): Remove.
13737         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13738         (__ASSUME_UTIMES): Likewise.
13739
13740         * math/gen-auto-libm-tests.c: Update comment on output format.
13741         (output_for_one_input_case): Generate before-rounding and
13742         after-rounding information as conditions on output flags not
13743         floating-point format.
13744         * math/auto-libm-test-out: Regenerated.
13745         * math/gen-libm-test.pl (cond_value): New function.
13746         (or_cond_value): Use cond_value.
13747         (generate_testfile): Handle conditional exceptions.
13748
13749 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13750
13751         * math/libm-test.inc (max_valid_error): New variable.
13752         (init_max_error): Take new argument specifying whether function
13753         results are exactly determined.  Set max_valid_error and bound
13754         other variables for errors based on this argument.
13755         (set_max_error): Do not record results above max_valid_error.
13756         (check_float_internal): Only accept errors of up to 0.5ulps if
13757         also at most max_valid_error.
13758         (START): Take new argument EXACT and pass it to init_max_error.
13759         (acos_test): Update call to START.
13760         (acos_test_tonearest): Likewise.
13761         (acos_test_towardzero): Likewise.
13762         (acos_test_downward): Likewise.
13763         (acos_test_upward): Likewise.
13764         (acosh_test): Likewise.
13765         (asin_test): Likewise.
13766         (asin_test_tonearest): Likewise.
13767         (asin_test_towardzero): Likewise.
13768         (asin_test_downward): Likewise.
13769         (asin_test_upward): Likewise.
13770         (asinh_test): Likewise.
13771         (atan_test): Likewise.
13772         (atanh_test): Likewise.
13773         (atan2_test): Likewise.
13774         (cabs_test): Likewise.
13775         (cacos_test): Likewise.
13776         (cacosh_test): Likewise.
13777         (carg_test): Likewise.
13778         (casin_test): Likewise.
13779         (casinh_test): Likewise.
13780         (catan_test): Likewise.
13781         (catanh_test): Likewise.
13782         (cbrt_test): Likewise.
13783         (ccos_test): Likewise.
13784         (ccosh_test): Likewise.
13785         (ceil_test): Likewise.
13786         (cexp_test): Likewise.
13787         (cimag_test): Likewise.
13788         (clog_test): Likewise.
13789         (clog10_test): Likewise.
13790         (conj_test): Likewise.
13791         (copysign_test): Likewise.
13792         (cos_test): Likewise.
13793         (cos_test_tonearest): Likewise.
13794         (cos_test_towardzero): Likewise.
13795         (cos_test_downward): Likewise.
13796         (cos_test_upward): Likewise.
13797         (cosh_test): Likewise.
13798         (cosh_test_tonearest): Likewise.
13799         (cosh_test_towardzero): Likewise.
13800         (cosh_test_downward): Likewise.
13801         (cosh_test_upward): Likewise.
13802         (cpow_test): Likewise.
13803         (cproj_test): Likewise.
13804         (creal_test): Likewise.
13805         (csin_test): Likewise.
13806         (csinh_test): Likewise.
13807         (csqrt_test): Likewise.
13808         (ctan_test): Likewise.
13809         (ctan_test_tonearest): Likewise.
13810         (ctan_test_towardzero): Likewise.
13811         (ctan_test_downward): Likewise.
13812         (ctan_test_upward): Likewise.
13813         (ctanh_test): Likewise.
13814         (ctanh_test_tonearest): Likewise.
13815         (ctanh_test_towardzero): Likewise.
13816         (ctanh_test_downward): Likewise.
13817         (ctanh_test_upward): Likewise.
13818         (erf_test): Likewise.
13819         (erfc_test): Likewise.
13820         (exp_test): Likewise.
13821         (exp_test_tonearest): Likewise.
13822         (exp_test_towardzero): Likewise.
13823         (exp_test_downward): Likewise.
13824         (exp_test_upward): Likewise.
13825         (exp10_test): Likewise.
13826         (exp10_test_tonearest): Likewise.
13827         (exp10_test_towardzero): Likewise.
13828         (exp10_test_downward): Likewise.
13829         (exp10_test_upward): Likewise.
13830         (pow10_test): Likewise.
13831         (exp2_test): Likewise.
13832         (expm1_test): Likewise.
13833         (expm1_test_tonearest): Likewise.
13834         (expm1_test_towardzero): Likewise.
13835         (expm1_test_downward): Likewise.
13836         (expm1_test_upward): Likewise.
13837         (fabs_test): Likewise.
13838         (fdim_test): Likewise.
13839         (floor_test): Likewise.
13840         (fma_test): Likewise.
13841         (fma_test_towardzero): Likewise.
13842         (fma_test_downward): Likewise.
13843         (fma_test_upward): Likewise.
13844         (fmax_test): Likewise.
13845         (fmin_test): Likewise.
13846         (fmod_test): Likewise.
13847         (fpclassify_test): Likewise.
13848         (frexp_test): Likewise.
13849         (hypot_test): Likewise.
13850         (ilogb_test): Likewise.
13851         (isfinite_test): Likewise.
13852         (finite_test): Likewise.
13853         (isgreater_test): Likewise.
13854         (isgreaterequal_test): Likewise.
13855         (isinf_test): Likewise.
13856         (isless_test): Likewise.
13857         (islessequal_test): Likewise.
13858         (islessgreater_test): Likewise.
13859         (isnan_test): Likewise.
13860         (isnormal_test): Likewise.
13861         (issignaling_test): Likewise.
13862         (isunordered_test): Likewise.
13863         (j0_test): Likewise.
13864         (j1_test): Likewise.
13865         (jn_test): Likewise.
13866         (ldexp_test): Likewise.
13867         (lgamma_test): Likewise.
13868         (gamma_test): Likewise.
13869         (lrint_test): Likewise.
13870         (lrint_test_tonearest): Likewise.
13871         (lrint_test_towardzero): Likewise.
13872         (lrint_test_downward): Likewise.
13873         (lrint_test_upward): Likewise.
13874         (llrint_test): Likewise.
13875         (llrint_test_tonearest): Likewise.
13876         (llrint_test_towardzero): Likewise.
13877         (llrint_test_downward): Likewise.
13878         (llrint_test_upward): Likewise.
13879         (log_test): Likewise.
13880         (log10_test): Likewise.
13881         (log1p_test): Likewise.
13882         (log2_test): Likewise.
13883         (logb_test): Likewise.
13884         (logb_test_downward): Likewise.
13885         (lround_test): Likewise.
13886         (llround_test): Likewise.
13887         (modf_test): Likewise.
13888         (nearbyint_test): Likewise.
13889         (nextafter_test): Likewise.
13890         (nexttoward_test): Likewise.
13891         (pow_test): Likewise.
13892         (pow_test_tonearest): Likewise.
13893         (pow_test_towardzero): Likewise.
13894         (pow_test_downward): Likewise.
13895         (pow_test_upward): Likewise.
13896         (remainder_test): Likewise.
13897         (drem_test): Likewise.
13898         (remainder_test_tonearest): Likewise.
13899         (drem_test_tonearest): Likewise.
13900         (remainder_test_towardzero): Likewise.
13901         (drem_test_towardzero): Likewise.
13902         (remainder_test_downward): Likewise.
13903         (drem_test_downward): Likewise.
13904         (remainder_test_upward): Likewise.
13905         (drem_test_upward): Likewise.
13906         (remquo_test): Likewise.
13907         (rint_test): Likewise.
13908         (rint_test_tonearest): Likewise.
13909         (rint_test_towardzero): Likewise.
13910         (rint_test_downward): Likewise.
13911         (rint_test_upward): Likewise.
13912         (round_test): Likewise.
13913         (scalb_test): Likewise.
13914         (scalbn_test): Likewise.
13915         (scalbln_test): Likewise.
13916         (signbit_test): Likewise.
13917         (sin_test): Likewise.
13918         (sin_test_tonearest): Likewise.
13919         (sin_test_towardzero): Likewise.
13920         (sin_test_downward): Likewise.
13921         (sin_test_upward): Likewise.
13922         (sincos_test): Likewise.
13923         (sinh_test): Likewise.
13924         (sinh_test_tonearest): Likewise.
13925         (sinh_test_towardzero): Likewise.
13926         (sinh_test_downward): Likewise.
13927         (sinh_test_upward): Likewise.
13928         (sqrt_test): Likewise.
13929         (sqrt_test_tonearest): Likewise.
13930         (sqrt_test_towardzero): Likewise.
13931         (sqrt_test_downward): Likewise.
13932         (sqrt_test_upward): Likewise.
13933         (tan_test): Likewise.
13934         (tan_test_tonearest): Likewise.
13935         (tan_test_towardzero): Likewise.
13936         (tan_test_downward): Likewise.
13937         (tan_test_upward): Likewise.
13938         (tanh_test): Likewise.
13939         (tgamma_test): Likewise.
13940         (trunc_test): Likewise.
13941         (y0_test): Likewise.
13942         (y1_test): Likewise.
13943         (yn_test): Likewise.
13944         (significand_test): Likewise.
13945
13946         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13947         individual tests in comment.
13948         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13949         (prev_max_error): New variable.
13950         (prev_real_max_error): Likewise.
13951         (prev_imag_max_error): Likewise.
13952         (compare_ulp_data): Don't refer to test names in comment.
13953         (find_test_ulps): Remove function.
13954         (find_function_ulps): Likewise.
13955         (find_complex_function_ulps): Likewise.
13956         (init_max_error): Take function name as argument.  Look up ulps
13957         for that function.
13958         (print_ulps): Remove function.
13959         (print_max_error): Use prev_max_error instead of calling
13960         find_function_ulps.
13961         (print_complex_max_error): Use prev_real_max_error and
13962         prev_imag_max_error instead of calling find_complex_function_ulps.
13963         (check_float_internal): Take max_ulp parameter instead of calling
13964         find_test_ulps.  Don't call print_ulps.
13965         (check_float): Update call to check_float_internal.
13966         (check_complex): Update calls to check_float_internal.
13967         (START): Pass argument to init_max_error.
13968         * math/gen-libm-test.pl (%results): Don't include "kind"
13969         information.
13970         (parse_ulps): Don't handle ulps of individual tests.
13971         (print_ulps_file): Likewise.
13972         (output_ulps): Likewise.
13973         * math/README.libm-test: Update.
13974         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13975         individual tests.
13976         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13977         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13978         * sysdeps/arm/libm-test-ulps: Likewise.
13979         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13980         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13981         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13982         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13983         * sysdeps/microblaze/libm-test-ulps: Likewise.
13984         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13985         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13986         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13987         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13988         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13989         * sysdeps/sh/libm-test-ulps: Likewise.
13990         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13991         * sysdeps/tile/libm-test-ulps: Likewise.
13992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13993
13994 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13995
13996         * math/libm-test.inc (print_complex_max_error): Check separately
13997         whether real and imaginary errors are within allowed range and
13998         pass 0 to print_complex_function_ulps instead of value within
13999         allowed range.
14000
14001 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14002
14003         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14004         formatting.
14005         (get_handles_fopen): Likewise.
14006         (do_write_test): Likewise.
14007
14008         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14009
14010         * libio/fileops.c (do_ftell): Use cached offset when
14011         available.
14012         * libio/iofwide.c (do_ftell_wide): Likewise.
14013         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14014         _IO_file_attach.
14015         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14016
14017         [BZ #16532]
14018         * libio/libioP.h (get_file_offset): New function.
14019         * libio/fileops.c (get_file_offset): Likewise.
14020         (do_ftell): Likewise.
14021         (_IO_new_file_seekoff): Split out ftell logic.
14022         * libio/wfileops.c (do_ftell_wide): Likewise.
14023         (_IO_wfile_seekoff): Split out ftell logic.
14024         * libio/tst-ftell-active-handler.c: New test case.
14025         * libio/Makefile (tests): Add it.
14026
14027 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14028
14029         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14030         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14031
14032 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14033
14034         [BZ #16639]
14035         * nscd/connections.c (nscd_init): Call do_exit.
14036         (start_threads): Call do_exit and notify_parent.
14037         (begin_drop_privileges): Call do_exit.
14038         (finish_drop_privileges): Likewise.
14039         * nscd/selinux.c (preserve_capabilities): Likewise.
14040         (install_real_capabilities): Likewise.
14041         (nscd_selinux_enabled): Likewise.
14042         (avc_create_thread): Likewise.
14043         (avc_alloc_lock): Likewise.
14044         (nscd_avc_init): Likewise.
14045         * nscd/nscd.c (parent_fd): New static variable.
14046         (main): Create a pipe between parent and child processes.
14047         Skip closing parent_fd.
14048         (monitor_child): New function.
14049         (do_exit): Likewise.
14050         (notify_parent): Likewise.
14051         * nscd/nscd.h (notify_parent): Likewise.
14052         (do_exit): Likewise.
14053
14054 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14055
14056         * malloc/malloc.c (__libc_calloc): Revert last change.
14057
14058 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14059
14060         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14061
14062 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14063
14064         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14065         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14066         implementation.
14067         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14068         (__libc_ifunc_impl_list): Likewise.
14069         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14070         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14071         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14072         * string/strrchr.c: Define STRRCHR.
14073
14074 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14075
14076         * benchtest/bench-strtok.c (simple_strtok): Delete.
14077         (strtok_string): Use as benchmark.
14078         * string/strtok (STRTOK): New macro.
14079
14080 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14081
14082         * manual/threads.texi: Add header and standard comments to all
14083         functions.
14084
14085         * elf/dl-lookup.c (check_match): New function.
14086         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14087         (do_lookup_x): Remove nested function check_match. Use non-nested
14088         function check_match.
14089
14090 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14091
14092         * csu/Makefile (generated, before-compile): Use += rather than =.
14093         * catgets/Makefile (generated, generated-dirs): Likewise.
14094         * debug/Makefile (generated): Likewise.
14095         * dlfcn/Makefile (generated): Likewise.
14096         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14097         * iconvdata/Makefile (before-compile, generated): Likewise.
14098         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14099         * libio/Makefile (generated): Likewise.
14100         * malloc/Makefile (generated): Likewise.
14101         * manual/Makefile (generated, generated-dirs): Likewise.
14102         * misc/Makefile (generated): Likewise.
14103         * posix/Makefile (generated): Likewise.
14104         * resolv/Makefile (generated): Likewise.
14105         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14106         * timezone/Makefile (generated, generated-dirs): Likewise.
14107
14108         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14109
14110 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14111
14112         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14113         power8 implementation.
14114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14115         file: POWER8 llround ifunc implementation.
14116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14117         (__lllround): Add POWER8 implementation.
14118         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14119         POWER8 llround implementation.
14120
14121         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14122         power8 implementation.
14123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14124         file: POWER8 llrint ifunc implementation.
14125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14126         Add POWER8 implementation.
14127         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14128         POWER8 llrint implementation.
14129
14130         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14131         power8 implementation.
14132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14133         file: POWER8 finite ifunc implementation.
14134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14135         Add POWER8 implementation.
14136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14137         Likewise.
14138         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14139         POWER8 finite implementation.
14140         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14141
14142         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14143         power8 implementation.
14144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14145         file: POWER8 isinf ifunc implementation.
14146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14147         POWER8 implementation.
14148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14149         Likewise.
14150         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14151         isinf implementation.
14152         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14153
14154         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14155         (INIT_ARCH): Add hwcap2 initialization.
14156         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14157         power8 implementation.
14158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14159         file: POWER8 isnan ifunc implementation.
14160         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14161         POWER8 implementation.
14162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14163         Likewise.
14164         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14165         isnan implementation.
14166         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14167
14168 2014-02-27  Joey Ye  <joey.ye@arm.com>
14169
14170         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14171         (_FP_NANFRAC_Q): Set to zero.
14172
14173 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14174
14175         [BZ #16623]
14176         * math/auto-libm-test-in: New test inputs.
14177         * math/auto-libm-test-out: Regenerate.
14178         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14179         and DA.
14180         (__cos): Likewise.
14181         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14182
14183 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14184
14185         * scripts/evaluate-test.sh: Take new argument indicating whether
14186         failure is expected.
14187         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14188         indicating whether failure is expected.
14189         * conform/Makefile (test-xfail-run-conformtest): New variable.
14190         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14191         level.
14192         * posix/Makefile (test-xfail-annexc): New variable.
14193         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14194
14195 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14196
14197         * argp/Makefile: Include Makeconfig immediately after defining
14198         subdir.
14199         * assert/Makefile: Likewise.
14200         * benchtests/Makefile: Likewise.
14201         * catgets/Makefile: Likewise.
14202         * conform/Makefile: Likewise.
14203         * crypt/Makefile: Likewise.
14204         * csu/Makefile: Likewise.
14205         (all): Remove target.
14206         * ctype/Makefile: Include Makeconfig immediately after defining
14207         subdir.
14208         * debug/Makefile: Likewise.
14209         * dirent/Makefile: Likewise.
14210         * dlfcn/Makefile: Likewise.
14211         * gmon/Makefile: Likewise.
14212         * gnulib/Makefile: Likewise.
14213         * grp/Makefile: Likewise.
14214         * gshadow/Makefile: Likewise.
14215         * hesiod/Makefile: Likewise.
14216         * hurd/Makefile: Likewise.
14217         (all): Remove target.
14218         * iconvdata/Makefile: Include Makeconfig immediately after
14219         defining subdir.
14220         * inet/Makefile: Likewise.
14221         * intl/Makefile: Likewise.
14222         * io/Makefile: Likewise.
14223         * libio/Makefile: Likewise.
14224         (all): Remove target.
14225         * locale/Makefile: Include Makeconfig immediately after defining
14226         subdir.
14227         * login/Makefile: Likewise.
14228         * mach/Makefile: Likewise.
14229         (all): Remove target.
14230         * malloc/Makefile: Include Makeconfig immediately after defining
14231         subdir.
14232         (all): Remove target.
14233         * manual/Makefile: Include Makeconfig immediately after defining
14234         subdir.
14235         * math/Makefile: Likewise.
14236         * misc/Makefile: Likewise.
14237         * nis/Makefile: Likewise.
14238         * nss/Makefile: Likewise.
14239         * po/Makefile: Likewise.
14240         (all): Remove target.
14241         * posix/Makefile: Include Makeconfig immediately after defining
14242         subdir.
14243         * pwd/Makefile: Likewise.
14244         * resolv/Makefile: Likewise.
14245         * resource/Makefile: Likewise.
14246         * rt/Makefile: Likewise.
14247         * setjmp/Makefile: Likewise.
14248         * shadow/Makefile: Likewise.
14249         * signal/Makefile: Likewise.
14250         * socket/Makefile: Likewise.
14251         * soft-fp/Makefile: Likewise.
14252         * stdio-common/Makefile: Likewise.
14253         * stdlib/Makefile: Likewise.
14254         * streams/Makefile: Likewise.
14255         * string/Makefile: Likewise.
14256         * sunrpc/Makefile: Likewise.
14257         (all): Remove target.
14258         * sysvipc/Makefile: Include Makeconfig immediately after defining
14259         subdir.
14260         * termios/Makefile: Likewise.
14261         * time/Makefile: Likewise.
14262         * timezone/Makefile: Likewise.
14263         (all): Remove target.
14264         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14265         subdir.
14266         * wctype/Makefile: Likewise.
14267
14268 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14269
14270         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14271         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14272         (libc_feholdexcept_setround_mips): Ditto.
14273         (libc_feholdsetround): New.
14274         (libc_feholdsetroundf): New.
14275         (libc_feholdsetroundl): New.
14276         (libc_feupdateenv_test_mips): New.
14277         (libc_feupdateenv_test): New.
14278         (libc_feupdateenv_testf): New.
14279         (libc_feupdateenv_testl): New.
14280         (libc_feresetround): New.
14281         (libc_feresetroundf): New.
14282         (libc_feresetroundl): New.
14283         (libc_fetestexcept_mips): New.
14284         (libc_fetestexcept): New.
14285         (libc_fetestexceptf): New.
14286         (libc_fetestexceptl): New.
14287         (HAVE_RM_CTX): New.
14288         (libc_feholdexcept_setround_mips_ctx): New.
14289         (libc_feholdexcept_setround_ctx): New.
14290         (libc_feholdexcept_setroundf_ctx): New.
14291         (libc_feholdexcept_setroundl_ctx): New.
14292         (libc_fesetenv_mips_ctx): New.
14293         (libc_fesetenv_ctx): New.
14294         (libc_fesetenv_ctxf): New.
14295         (libc_fesetenv_ctxl): New.
14296         (libc_feupdateenv_mips_ctx): New.
14297         (libc_feupdateenv_ctx): New.
14298         (libc_feupdateenvf_ctx): New.
14299         (libc_feupdateenvl_ctx): New.
14300         (libc_feholdsetround_mips_ctx): New.
14301         (libc_feholdsetround_ctx): New.
14302         (libc_feholdsetroundf_ctx): New.
14303         (libc_feholdsetroundl_ctx): New.
14304         (libc_feresetround_mips_ctx): New.
14305         (libc_feresetround_ctx): New.
14306         (libc_feresetroundf_ctx): New.
14307         (libc_feresetroundl_ctx): New.
14308
14309 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14310
14311         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14312
14313         * manual/ipc.texi: New file.
14314         * manual/Makefile (chapters): Add ipc.
14315         * manual/job.texi: Add "Inter-Process Communication" to next.
14316         * manual/process.texi: Add "Inter-Process Communication" to prev.
14317
14318 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14319
14320         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14321
14322 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14323
14324         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14325
14326         * manual/arith.texi: Fix spaces after sentences.
14327         * manual/charset.texi: Likewise.
14328         * manual/errno.texi: Likewise.
14329         * manual/install.texi: Likewise.
14330         * manual/llio.texi: Likewise.
14331         * manual/locale.texi: Likewise.
14332         * manual/maint.texi: Likewise.
14333         * manual/math.texi: Likewise.
14334         * manual/memory.texi: Likewise.
14335         * manual/message.texi: Likewise.
14336         * manual/probes.texi: Likewise.
14337         * manual/resource.texi: Likewise.
14338         * manual/signal.texi: Likewise.
14339         * manual/socket.texi: Likewise.
14340         * manual/stdio.texi: Likewise.
14341         * manual/string.texi: Likewise.
14342         * manual/time.texi: Likewise.
14343         * manual/users.texi: Likewise.
14344
14345 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14346
14347         [BZ #16632]
14348         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14349         _DEFAULT_SOURCE is defined.
14350
14351 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14352             Carlos O'Donell  <carlos@redhat.com>
14353
14354         [BZ #16613]
14355         * elf/dl-tls.c (_dl_count_modids): New function.
14356         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14357         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14358         audit library and increment generation counter.
14359         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14360         * elf/tst-audit9.c: New file.
14361         * elf/tst-auditmod9a.c: New file.
14362         * elf/tst-auditmod9b.c: New file.
14363         * elf/Makefile: Add rules to build and run tst-audit9.
14364
14365 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14366
14367         [BZ #15347]
14368         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14369
14370 2014-02-25  Will Newton  <will.newton@linaro.org>
14371
14372         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14373         (__longjmp): Restore sp and lr before restoring callee
14374         saved registers.  Add longjmp and longjmp_target
14375         SystemTap probe point.
14376         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14377         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14378         Define to zero to match jmpbuf layout.
14379         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14380         (__sigsetjmp): Save sp and lr before saving callee
14381         saved registers.  Add setjmp SystemTap probe point.
14382
14383 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14384
14385         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14386
14387 2014-02-24  Andreas Schwab  <schwab@suse.de>
14388
14389         [BZ #15804]
14390         * elf/pldd.c (wait_for_ptrace_stop): New function.
14391         (main): Call it after attaching.
14392
14393 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14394
14395         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14396         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14397         Versions files is now verboten.
14398         * hurd/Versions (libc: GLIBC_2.0):
14399         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14400         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14401         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14402         * mach/Versions: Likewise.
14403
14404         * csu/Versions: Remove unused %include.
14405         * resolv/Versions: Likewise.
14406
14407 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14408
14409         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14410         ($(objpfx)check-local-headers.out): Likewise.
14411         ($(objpfx)begin-end-check.out): Likewise.
14412         * Makerules (check-abi-%.out): Likewise.
14413         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14414         ($(objpfx)test2.cat): Likewise.
14415         ($(objpfx)de/libc.cat): Likewise.
14416         ($(objpfx)test-gencat.out): Likewise.
14417         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14418         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14419         ($(objpfx)noload-mem): Likewise.
14420         ($(objpfx)tst-pathopt.out): Likewise.
14421         ($(objpfx)tst-rtld-load-self.out): Likewise.
14422         ($(objpfx)tst-array1-cmp.out): Likewise.
14423         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14424         ($(objpfx)tst-array2-cmp.out): Likewise.
14425         ($(objpfx)tst-array3-cmp.out): Likewise.
14426         ($(objpfx)tst-array4-cmp.out): Likewise.
14427         ($(objpfx)tst-array5-cmp.out): Likewise.
14428         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14429         ($(objpfx)check-textrel.out): Likewise.
14430         ($(objpfx)check-execstack.out): Likewise.
14431         ($(objpfx)check-localplt.out): Likewise.
14432         ($(objpfx)order2-cmp.out): Likewise.
14433         ($(objpfx)tst-leaks1-mem): Likewise.
14434         ($(objpfx)tst-leaks1-static-mem): Likewise.
14435         ($(objpfx)tst-initorder-cmp.out): Likewise.
14436         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14437         ($(objpfx)tst-unused-dep.out): Likewise.
14438         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14439         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14440         * iconv/Makefile (test-iconvconfig): Likewise.
14441         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14442         ($(objpfx)iconv-test.out): Likewise.
14443         ($(objpfx)tst-tables.out): Likewise.
14444         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14445         ($(objpfx)tst-gettext.out): Likewise.
14446         ($(objpfx)tst-translit.out): Likewise.
14447         ($(objpfx)tst-gettext2.out): Likewise.
14448         ($(objpfx)tst-gettext4.out): Likewise.
14449         ($(objpfx)tst-gettext6.out): Likewise.
14450         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14451         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14452         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14453         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14454         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14455         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14456         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14457         ($(objpfx)wordexp-tst.out): Likewise.
14458         ($(objpfx)annexc.out): Likewise.
14459         ($(objpfx)tst-fnmatch-mem): Likewise.
14460         ($(objpfx)bug-regex2-mem): Likewise.
14461         ($(objpfx)bug-regex14-mem): Likewise.
14462         ($(objpfx)bug-regex21-mem): Likewise.
14463         ($(objpfx)bug-regex31-mem): Likewise.
14464         ($(objpfx)tst-vfork3-mem): Likewise.
14465         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14466         ($(objpfx)tst-pcre-mem): Likewise.
14467         ($(objpfx)tst-boost-mem): Likewise.
14468         ($(objpfx)tst-getconf.out): Likewise.
14469         ($(objpfx)bug-ga2-mem): Likewise.
14470         ($(objpfx)bug-glob2-mem): Likewise.
14471         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14472         ($(objpfx)mtrace-tst-leaks2): Likewise.
14473         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14474         ($(objpfx)tst-printf.out): Likewise.
14475         ($(objpfx)tst-setvbuf1.out): Likewise.
14476         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14477         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14478         ($(objpfx)tst-fmtmsg.out): Likewise.
14479         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14480         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14481
14482         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14483         * bits/sigaction.h [__USE_MISC]: Likewise.
14484         * bits/waitstatus.h: Update #endif comments.
14485         * ctype/ctype.h: Likewise.
14486         * dirent/dirent.h: Likewise.
14487         [__USE_MISC]: Remove redundant conditionals.
14488         * grp/grp.h: Update #endif comments.
14489         [__USE_GNU]: Remove redundant conditionals.
14490         [__USE_MISC]: Likewise.
14491         * inet/netinet/in.h [__USE_GNU]: Likewise.
14492         * io/sys/stat.h [__USE_MISC]: Likewise.
14493         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14494         * libio/bits/stdio.h: Update #endif comments.
14495         [__USE_MISC]: Remove redundant conditionals.
14496         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14497         * libio/stdio.h: Update #endif comments.
14498         [__USE_MISC]: Remove redundant conditionals.
14499         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14500         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14501         * math/math.h: Update #else and #endif comments.
14502         [__USE_MISC]: Remove redundant conditionals.
14503         * misc/sys/uio.h: Update #endif comments.
14504         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14505         * posix/glob.h [__USE_MISC]: Likewise.
14506         * posix/sys/types.h: Update #endif comments.
14507         [__USE_MISC]: Remove redundant conditionals.
14508         * posix/sys/wait.h: Update #endif comments.
14509         [__USE_MISC]: Remove redundant conditionals.
14510         * posix/unistd.h: Update #endif comments.
14511         [__USE_MISC]: Remove redundant conditionals.
14512         * pwd/pwd.h [__USE_GNU]: Likewise.
14513         [__USE_MISC]: Likewise.
14514         * resolv/netdb.h [__USE_GNU]: Likewise.
14515         * signal/signal.h: Update #endif comments.
14516         [__USE_MISC]: Remove redundant conditionals.
14517         * stdlib/stdlib.h: Update #else and #endif comments.
14518         [__USE_MISC]: Remove redundant conditionals.
14519         [__USE_GNU]: Likewise.
14520         * string/bits/string2.h [__USE_MISC]: Likewise.
14521         * string/string.h: Update #endif comments.
14522         [__USE_MISC]: Remove redundant conditionals.
14523         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14524         Likewise.
14525         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14526         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14527         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14528         Likewise.
14529         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14530         Likewise.
14531         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14532         comments.
14533         [__USE_MISC]: Remove redundant conditionals.
14534         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14535         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14536         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14537         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14538         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14539         Likewise.
14540         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14541         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14542         Likewise.
14543         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14544         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14545         Likewise.
14546         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14547         Likewise.
14548         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14549         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14550         Likewise.
14551         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14552         Likewise.
14553         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14554         * sysdeps/x86/bits/string.h: Update #endif comments.
14555         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14556         conditionals.
14557         * time/sys/time.h: Update #endif comments.
14558         * time/time.h: Likewise.
14559         [__USE_MISC]: Remove redundant conditionals.
14560
14561 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14562
14563         [BZ #16600]
14564         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14565
14566 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14567
14568         * Versions.def (librt): Add GLIBC_2.17.
14569
14570 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14571
14572         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14573         synonym for _SYS_AUXV_H to allow direct inclusion.
14574         * sysdeps/sparc/bits/hwcap.h: Likewise.
14575         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14576         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14577         * sysdeps/sparc/sysdep.h: Likewise.
14578
14579 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14580
14581         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14582
14583 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14584
14585         * benchtests/bench-strrchr.c: Print length instead of position.
14586
14587 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14588
14589         [BZ #16611]
14590         * sysdeps/unix/sysv/linux/kernel-features.h
14591         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14592         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14593         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14594         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14595         Likewise.
14596         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14597         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14598         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14599         (__ASSUME_SENDMMSG): Define instead of using previous
14600         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14601         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14602         (__ASSUME_SENDMMSG_SYSCALL): Define.
14603         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14604         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14605         Likewise.
14606         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14607         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14608         Likewise.
14609         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14610         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14611         Likewise.
14612         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14613         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14614         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14615         [__ASSUME_SENDMMSG]: Change conditionals to
14616         [__ASSUME_SENDMMSG_SOCKETCALL].
14617         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14618         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14619         Define.
14620         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14621         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14622         Likewise.
14623         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14624         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14625         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14626         [!__ASSUME_SENDMMSG]: Change conditional to
14627         [!__ASSUME_SENDMMSG_SOCKETCALL].
14628         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14629         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14630         Define.
14631
14632         [BZ #16610]
14633         * sysdeps/unix/sysv/linux/kernel-features.h
14634         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14635         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14636         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14637         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14638         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14639         [__i386__ || __sparc__]
14640         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14641         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14642         (__ASSUME_RECVMMSG): Define instead of using previous
14643         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14644         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14645         (__ASSUME_RECVMMSG_SYSCALL): Define.
14646         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14647         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14648         Likewise.
14649         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14650         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14651         Likewise.
14652         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14653         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14654         Likewise.
14655         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14656         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14657         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14658         [__ASSUME_RECVMMSG]: Change condition to
14659         [__ASSUME_RECVMMSG_SOCKETCALL].
14660         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14661         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14662         Define.
14663         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14664         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14665         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14666         Likewise.
14667         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14668         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14669         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14670         [!__ASSUME_RECVMMSG]: Change condition to
14671         [!__ASSUME_RECVMMSG_SOCKETCALL].
14672         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14673         (__ASSUME_RECVMMSG_SYSCALL): Define.
14674
14675         [BZ #16609]
14676         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14677         __powerpc__ || __s390__ || __sh__ || __sparc__]
14678         (__ASSUME_SOCKETCALL): Define.
14679         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14680         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14681         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14682         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14683         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14684         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14685         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14686         (__ASSUME_ACCEPT4): Define instead of using previous
14687         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14688         __powerpc__ || __sparc__ || __s390__)] condition.
14689         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14690         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14691         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14692         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14693         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14694         [!__ASSUME_ACCEPT4]: Change condition to
14695         [!__ASSUME_ACCEPT4_SOCKETCALL].
14696         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14697         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14698         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14699         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14700         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14701         __ASSUME_ACCEPT4_SYSCALL.
14702         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14703         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14704         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14705         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14706         __ASSUME_ACCEPT4_SYSCALL.
14707         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14708         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14709         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14710         [__ASSUME_ACCEPT4]: Change condition to
14711         [__ASSUME_ACCEPT4_SOCKETCALL].
14712         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14713         (__ASSUME_SOCKETCALL): Define.
14714         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14715         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14716         (__ASSUME_SOCKETCALL): Define.
14717         (__ASSUME_ACCEPT4): Remove.
14718         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14719         Define.
14720         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14721         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14722         Likewise.
14723         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14724         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14725
14726         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14727         macro.
14728         (HWCAP_ARM_LPAE): Likewise.
14729         (HWCAP_ARM_EVTSTRM): Likewise.
14730         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14731         Add vpfd32, lpae and evtstrm.
14732         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14733         Increase to 22.
14734
14735 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14736
14737         * math/auto-libm-test-in: Add tests of clog10.
14738         * math/auto-libm-test-out: Regenerated.
14739         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14740         * sysdeps/i386/fpu/libm-test-ulps: Update.
14741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14742
14743 2014-02-18  Andreas Schwab  <schwab@suse.de>
14744
14745         [BZ #16574]
14746         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14747         Store non-zero if the second buffer was newly allocated.
14748         (send_dg): Likewise.
14749         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14750         to send_vc and send_dg.
14751         (res_nsend): Pass NULL for ansp2_malloced.
14752         * resolv/res_query.c (__libc_res_nquery): Add parameter
14753         answerp2_malloced and pass it down to __libc_res_nsend.
14754         (res_nquery): Pass additional NULL to __libc_res_nquery.
14755         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14756         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14757         second answer buffer if answerp2_malloced was set.
14758         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14759         (__libc_res_nquerydomain): Add parameter
14760         answerp2_malloced and pass it down to __libc_res_nquery.
14761         (res_nquerydomain): Pass additional NULL to
14762         __libc_res_nquerydomain.
14763         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14764         additional NULL to __libc_res_nsend and __libc_res_nquery.
14765         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14766         additional NULL to __libc_res_nsearch.
14767         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14768         parameter of __libc_res_nsearch to check for separately allocated
14769         second buffer.
14770         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14771         __libc_res_nquery.
14772         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14773         additional NULL to __libc_res_nquery.
14774         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14775         __libc_res_nsearch.
14776         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14777         * include/resolv.h: Update prototypes of __libc_res_nquery,
14778         __libc_res_nsearch, __libc_res_nsend.
14779
14780 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14781
14782         * math/auto-libm-test-in: Add tests of fma.
14783         * math/auto-libm-test-out: Regenerated.
14784         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14785         (fma_towardzero_test_data): Likewise.
14786         (fma_downward_test_data): Likewise.
14787         (fma_upward_test_data): Likewise.
14788         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14789         mpc_mode.
14790         (rounding_modes): Add values for new field.
14791         (func_calc_method): Add value mpfr_fff_f.
14792         (func_calc_desc): Add mpfr_fff_f union field.
14793         (test_function): Add field exact_args.
14794         (FUNC): Add macro argument EXACT_ARGS.
14795         (FUNC_mpfr_f_f): Update call to FUNC.
14796         (FUNC_mpfr_f_f): Likewise.
14797         (FUNC_mpfr_ff_f): Likewise.
14798         (FUNC_mpfr_if_f): Likewise.
14799         (FUNC_mpc_c_f): Likewise.
14800         (FUNC_mpc_c_c): Likewise.
14801         (test_functions): Add fma.  Update calls to FUNC.
14802         (handle_input_arg): Add argument exact_args.
14803         (add_test): Update call to handle_input_arg.
14804         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14805         (output_for_one_input_case): Update call to calc_generic_results.
14806         Recalculate exact zero results in each rounding mode.
14807
14808         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14809         non-negative before setting low bit.
14810         * math/auto-libm-test-in: Mark one asin test possibly having
14811         spurious underflow.
14812         * math/auto-libm-test-out: Regenerated.
14813         * sysdeps/i386/fpu/libm-test-ulps: Update.
14814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14815
14816 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14817
14818         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14819         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14820         ports/sysdeps/unix/sysv/linux/microblaze.
14821         * README: Add missing listing for microblaze*-*-linux-gnu.
14822
14823 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14824
14825         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14826         duplicate code
14827
14828 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14829
14830         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14831         * sysdeps/unix/sysv/linux/ia64: Move directory from
14832         ports/sysdeps/unix/sysv/linux/ia64.
14833         * README: Update listing for ia64-*-linux-gnu.
14834
14835 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14836             Joseph Myers  <joseph@codesourcery.com>
14837
14838         * Makeconfig (test-name): New variable.
14839         (evaluate-test): Likewise.
14840         * Makerules (do-test-clean): Remove .test-result files.
14841         (common-mostlyclean): Likewise.
14842         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14843         * scripts/evaluate-test.sh: New file.
14844
14845 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14846
14847         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14848         separate $(objpfx)tst-fopenloc-cmp.out and
14849         $(objpfx)tst-fopenloc-mem.out targets.
14850         (tests): Update dependencies.
14851         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14852         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14853         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14854         (tst-rxspencer-no-utf8-ARGS): New variable.
14855         (tst-rxspencer-no-utf8-ENV): Likewise.
14856         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14857         instead of $(objpfx)tst-rxspencer-mem.
14858         ($(objpfx)tst-rxspencer-mem): Change target to
14859         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14860         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14861         * posix/tst-rxspencer-no-utf8.c: New file.
14862
14863         * elf/Makefile ($(objpfx)order.out): Remove rule.
14864         [$(run-built-tests) = yes] (tests): Depend on
14865         $(objpfx)order-cmp.out.
14866         ($(objpfx)order-cmp.out): New rule.
14867         [$(run-built-tests) = yes] (tests): Depend on
14868         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14869         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14870         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14871         $(objpfx)tst-array5-static-cmp.out.
14872         ($(objpfx)tst-array1.out): Remove rule.
14873         ($(objpfx)tst-array1-cmp.out): New rule.
14874         ($(objpfx)tst-array1-static.out): Remove rule.
14875         ($(objpfx)tst-array1-static-cmp.out): New rule.
14876         ($(objpfx)tst-array2.out): Remove rule.
14877         ($(objpfx)tst-array2-cmp.out): New rule.
14878         ($(objpfx)tst-array3.out): Remove rule.
14879         ($(objpfx)tst-array3-cmp.out): New rule.
14880         ($(objpfx)tst-array4.out): Remove rule.
14881         ($(objpfx)tst-array4-cmp.out): New rule.
14882         ($(objpfx)tst-array5.out): Remove rule.
14883         ($(objpfx)tst-array5-cmp.out): New rule.
14884         ($(objpfx)tst-array5-static.out): Remove rule.
14885         ($(objpfx)tst-array5-static-cmp.out): New rule.
14886         [$(run-built-tests) = yes] (tests): Depend on
14887         $(objpfx)order2-cmp.out.
14888         ($(objpfx)order2.out): Remove rule.
14889         ($(objpfx)order2-cmp.out): New rule.
14890         ($(objpfx)tst-initorder.out): Remove rule.
14891         [$(run-built-tests) = yes] (tests): Depend on
14892         $(objpfx)tst-initorder-cmp.out.
14893         ($(objpfx)tst-initorder-cmp.out): New rule.
14894         ($(objpfx)tst-initorder2.out): Remove rule.
14895         [$(run-built-tests) = yes] (tests): Depend on
14896         $(objpfx)tst-initorder2-cmp.out.
14897         ($(objpfx)tst-initorder2-cmp.out): New rule.
14898         [$(run-built-tests) = yes] (tests): Depend on
14899         $(objpfx)tst-unused-dep-cmp.out.
14900         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14901         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14902         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14903         on $(objpfx)tst-setvbuf1-cmp.out.
14904         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14905         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14906         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14907         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14908         ($(objpfx)tst-svc.out): Remove rule.
14909         ($(objpfx)tst-svc-cmp.out): New rule.
14910
14911 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14912
14913         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14914         * ctype/ctype.h [__USE_MISC]: Likewise.
14915         * dirent/dirent.h [__USE_MISC]: Likewise.
14916         * grp/grp.h [__USE_MISC]: Likewise.
14917         * io/fcntl.h [__USE_MISC]: Likewise.
14918         * io/sys/stat.h [__USE_MISC]: Likewise.
14919         * libio/stdio.h [__USE_MISC]: Likewise.
14920         * posix/unistd.h [__USE_MISC]: Likewise.
14921         * pwd/pwd.h [__USE_MISC]: Likewise.
14922         * stdlib.h [__USE_MISC]: Likewise.
14923         * string/bits/string2.h [__USE_MISC]: Likewise.
14924         * string/string.h [__USE_MISC]: Likewise.
14925         * time/time.h [__USE_MISC]: Likewise.
14926
14927 2014-02-13  Andreas Schwab  <schwab@suse.de>
14928
14929         [BZ #16574]
14930         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14931         second answer buffer if it was separately allocated.
14932
14933 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14934
14935         * sysdeps/mips/math-tests.h: Include <features.h>.
14936         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14937         (ROUNDING_TESTS_long_double): Do not define.
14938         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14939         (EXCEPTION_TESTS_long_double): Likewise.
14940         * sysdeps/mips/mips64/libm-test-ulps: Update.
14941
14942         * include/features.h (__USE_BSD): Remove macro definitions.
14943         (__USE_SVID): Likewise.
14944         (_BSD_SOURCE): Likewise.
14945         (_SVID_SOURCE): Likewise.
14946         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14947         from definition of _DEFAULT_SOURCE.
14948         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14949         [_DEFAULT_SOURCE].
14950         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14951         * bits/mman.h [__USE_BSD]: Likewise.
14952         * bits/termios.h [__USE_BSD]: Likewise.
14953         * bits/waitstatus.h [__USE_BSD]: Likewise.
14954         * ctype/ctype.h [__USE_SVID]: Likewise.
14955         * dirent/dirent.h [__USE_BSD]: Likewise.
14956         * grp/grp.h [__USE_SVID]: Likewise.
14957         [__USE_BSD]: Likewise.
14958         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14959         * io/fcntl.h [__USE_BSD]: Likewise.
14960         * io/ftw.h [__USE_BSD]: Likewise.
14961         * io/sys/stat.h [__USE_BSD]: Likewise.
14962         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14963         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14964         * libio/stdio.h [__USE_SVID]: Likewise.
14965         [__USE_BSD]: Likewise.
14966         * math/math.h [__USE_SVID]: Likewise.
14967         [__USE_BSD]: Likewise.
14968         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14969         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14970         * misc/search.h [__USE_SVID]: Likewise.
14971         * misc/sys/mman.h [__USE_BSD]: Likewise.
14972         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14973         * misc/sys/uio.h [__USE_BSD]: Likewise.
14974         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14975         * posix/glob.h [__USE_BSD]: Likewise.
14976         * posix/regex.h [__USE_BSD]: Likewise.
14977         * posix/sys/types.h [__USE_BSD]: Likewise.
14978         [__USE_SVID]: Likewise.
14979         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14980         * posix/sys/wait.h [__USE_BSD]: Likewise.
14981         [__USE_SVID]: Likewise.
14982         * posix/unistd.h [__USE_BSD]: Likewise.
14983         [__USE_SVID]: Likewise.
14984         * pwd/pwd.h [__USE_SVID]: Likewise.
14985         * resolv/netdb.h [__USE_BSD]: Likewise.
14986         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14987         * signal/signal.h [__USE_BSD]: Likewise.
14988         [__USE_SVID]: Likewise.
14989         * socket/sys/socket.h [__USE_BSD]: Likewise.
14990         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14991         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14992         [__USE_SVID]: Likewise.
14993         * string/bits/string2.h [__USE_BSD]: Likewise.
14994         [__USE_SVID]: Likewise.
14995         * string/bits/string3.h [__USE_BSD]: Likewise.
14996         * string/endian.h [__USE_BSD]: Likewise.
14997         * string/string.h [__USE_SVID]: Likewise.
14998         [__USE_BSD]: Likewise.
14999         * string/strings.h [__USE_BSD]: Likewise.
15000         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15001         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15002         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15003         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15004         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15005         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15006         Likewise.
15007         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15008         Likewise.
15009         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15010         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15011         Likewise.
15012         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15013         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15014         Likewise.
15015         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15016         Likewise.
15017         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15018         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15019         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15020         Likewise.
15021         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15022         Likewise.
15023         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15024         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15025         * termios/termios.h [__USE_BSD]: Likewise.
15026         * time/sys/time.h [__USE_BSD]: Likewise.
15027         * time/time.h [__USE_BSD]: Likewise.
15028         [__USE_SVID]: Likewise.
15029
15030         * Makefile (subdir_targets): Remove subdir_lint.out.
15031
15032         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15033         (do-tst-printf): Likewise.
15034         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15035         $(objpfx)tst-printf.out.
15036
15037         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15038
15039         * Makerules (check-abi-%): Change target to
15040         $(objpfx)check-abi-%.out.
15041         (check-abi target): Update dependencies.
15042         (check-abi-pattern variable): Redirect output of diff to $@.
15043         (check-abi variable): Likewise.
15044         * elf/Makefile (check-abi): Update dependencies.
15045
15046         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15047         unused.
15048         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15049         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15050         subnormal range.
15051         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15052         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15053         value has largest subnormal exponent.
15054         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15055         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15056         * sysdeps/aarch64/soft-fp/sfp-machine.h
15057         (_FP_TININESS_AFTER_ROUNDING): New macro.
15058         * sysdeps/alpha/soft-fp/sfp-machine.h
15059         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15060         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15061         Likewise.
15062         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15063         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15064         * sysdeps/mips/soft-fp/sfp-machine.h
15065         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15066         * sysdeps/powerpc/soft-fp/sfp-machine.h
15067         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15068         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15069         Likewise.
15070         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15071         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15072         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15073         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15074         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15075         Likewise.
15076
15077 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15078
15079         [BZ #16545]
15080         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15081         model 1.
15082
15083 2014-02-12  Richard Henderson  <rth@redhat.com>
15084
15085         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15086         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15087         * sysdeps/unix/sysv/linux/alpha: Move directory from
15088         ports/sysdeps/unix/sysv/linux/alpha.
15089         * README: Update listing for alpha-*-linux-gnu.
15090
15091 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15092
15093         * include/features.h: Update comment documenting feature test
15094         macros.
15095         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15096         _DEFAULT_SOURCE.
15097         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15098         (_SVID_SOURCE): Likewise.
15099         (_DEFAULT_SOURCE): Update description of default features.
15100         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15101         with _GNU_SOURCE.
15102         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15103         (S_ISVTX): Likewise.
15104         * manual/math.texi (Mathematical Constants): Likewise.
15105         * manual/signal.texi (Interrupted Primitives): Likewise.
15106         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15107         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15108         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15109         Don't refer to _SVID_SOURCE in warning text.
15110
15111         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15112
15113         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15114         already defined.
15115         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15116         * sysdeps/mips/dl-lookup.c: Remove.
15117         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15118
15119 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15120
15121         [BZ #16447]
15122         * math/auto-libm-test-in: Add testcase for expl.
15123         * math/auto-libm-test-out: Regenerate.
15124         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15125         calculation of unsafe.
15126         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15127
15128 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15129
15130         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15131         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15132         ports/sysdeps/unix/sysv/linux/aarch64.
15133         * README: Update listing for aarch64*-*-linux-gnu.
15134
15135 2014-02-11  Will Newton  <will.newton@linaro.org>
15136
15137         * manual/probes.texi (Mathematical Function Probes): Use
15138         "triggered" instead of "hit".
15139
15140         * manual/probes.texi (Internal Probes): Add documentation
15141         of setjmp, longjmp and longjmp_target probes.
15142
15143         * include/stap-probe.h: Add comment about probe argument
15144         format.
15145
15146         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15147         definition.  (tr_where, tr_freehook, tr_mallochook,
15148         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15149
15150 2014-02-11  David S. Miller  <davem@davemloft.net>
15151
15152         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15153         processing int_tests.
15154
15155 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15156
15157         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15158         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15159         * sysdeps/unix/sysv/linux/mips: Move directory from
15160         ports/sysdeps/unix/sysv/linux/mips.
15161         * README: Update listing for mips-*-linux-gnu and
15162         mips64-*-linux-gnu.
15163
15164 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15165
15166         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15167         * sysdeps/unix/sysv/linux/m68k: Move directory from
15168         ports/sysdeps/unix/sysv/linux/m68k.
15169         * README: Update listing for m68k-*-linux-gnu.
15170
15171 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15172
15173         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15174         * sysdeps/unix/sysv/linux/generic: Move directory from
15175         ports/sysdeps/unix/sysv/linux/generic.
15176         * sysdeps/unix/sysv/linux/tile: Move directory from
15177         ports/sysdeps/unix/sysv/linux/tile.
15178         * README: Update listing for tile*-*-linux-gnu.
15179
15180 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15181
15182         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15183         __builtin_expect.
15184         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15185         * catgets/open_catalog.c (__open_catalog): Likewise.
15186         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15187         * debug/confstr_chk.c: Likewise.
15188         * debug/fread_chk.c (__fread_chk): Likewise.
15189         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15190         * debug/getgroups_chk.c: Likewise.
15191         * debug/mbsnrtowcs_chk.c: Likewise.
15192         * debug/mbsrtowcs_chk.c: Likewise.
15193         * debug/mbstowcs_chk.c: Likewise.
15194         * debug/memcpy_chk.c: Likewise.
15195         * debug/memmove_chk.c: Likewise.
15196         * debug/mempcpy_chk.c: Likewise.
15197         * debug/memset_chk.c: Likewise.
15198         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15199         * debug/strcat_chk.c (__strcat_chk): Likewise.
15200         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15201         * debug/strncat_chk.c (__strncat_chk): Likewise.
15202         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15203         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15204         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15205         * debug/wcpncpy_chk.c: Likewise.
15206         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15207         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15208         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15209         * debug/wcsncpy_chk.c: Likewise.
15210         * debug/wcsnrtombs_chk.c: Likewise.
15211         * debug/wcsrtombs_chk.c: Likewise.
15212         * debug/wcstombs_chk.c: Likewise.
15213         * debug/wmemcpy_chk.c: Likewise.
15214         * debug/wmemmove_chk.c: Likewise.
15215         * debug/wmempcpy_chk.c: Likewise.
15216         * debug/wmemset_chk.c: Likewise.
15217         * dirent/scandirat.c (SCANDIRAT): Likewise.
15218         * dlfcn/dladdr1.c (dladdr1): Likewise.
15219         * dlfcn/dladdr.c (dladdr): Likewise.
15220         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15221         * dlfcn/dlerror.c (__dlerror): Likewise.
15222         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15223         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15224         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15225         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15226         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15227         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15228         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15229         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15230         Likewise.
15231         * elf/dl-conflict.c: Likewise.
15232         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15233         * elf/dl-dst.h: Likewise.
15234         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15235         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15236         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15237         * elf/dl-init.c (call_init, _dl_init): Likewise.
15238         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15239         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15240         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15241         Likewise.
15242         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15243         Likewise.
15244         * elf/dl-minimal.c (__libc_memalign): Likewise.
15245         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15246         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15247         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15248         * elf/dl-sym.c (do_sym): Likewise.
15249         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15250         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15251         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15252         * elf/dl-writev.h (_dl_writev): Likewise.
15253         * elf/ldconfig.c (search_dir): Likewise.
15254         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15255         (dl_main): Likewise.
15256         * elf/setup-vdso.h (setup_vdso): Likewise.
15257         * grp/compat-initgroups.c (compat_call): Likewise.
15258         * grp/fgetgrent.c (fgetgrent): Likewise.
15259         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15260         * grp/putgrent.c (putgrent): Likewise.
15261         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15262         Likewise.
15263         * hurd/hurdinit.c: Likewise.
15264         * iconvdata/8bit-gap.c (struct): Likewise.
15265         * iconvdata/ansi_x3.110.c : Likewise.
15266         * iconvdata/big5.c : Likewise.
15267         * iconvdata/big5hkscs.c : Likewise.
15268         * iconvdata/cp1255.c: Likewise.
15269         * iconvdata/cp1258.c : Likewise.
15270         * iconvdata/cp932.c : Likewise.
15271         * iconvdata/euc-cn.c: Likewise.
15272         * iconvdata/euc-jisx0213.c : Likewise.
15273         * iconvdata/euc-jp.c: Likewise.
15274         * iconvdata/euc-jp-ms.c : Likewise.
15275         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15276         * iconvdata/gb18030.c : Likewise.
15277         * iconvdata/gbbig5.c (const): Likewise.
15278         * iconvdata/gbgbk.c: Likewise.
15279         * iconvdata/gbk.c : Likewise.
15280         * iconvdata/ibm1364.c : Likewise.
15281         * iconvdata/ibm930.c : Likewise.
15282         * iconvdata/ibm932.c: Likewise.
15283         * iconvdata/ibm933.c : Likewise.
15284         * iconvdata/ibm935.c : Likewise.
15285         * iconvdata/ibm937.c : Likewise.
15286         * iconvdata/ibm939.c : Likewise.
15287         * iconvdata/ibm943.c: Likewise.
15288         * iconvdata/iso_11548-1.c: Likewise.
15289         * iconvdata/iso-2022-cn.c : Likewise.
15290         * iconvdata/iso-2022-cn-ext.c : Likewise.
15291         * iconvdata/iso-2022-jp-3.c: Likewise.
15292         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15293         * iconvdata/iso-2022-kr.c : Likewise.
15294         * iconvdata/iso646.c (gconv_end): Likewise.
15295         * iconvdata/iso_6937-2.c : Likewise.
15296         * iconvdata/iso_6937.c : Likewise.
15297         * iconvdata/iso8859-1.c: Likewise.
15298         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15299         * iconvdata/shift_jisx0213.c : Likewise.
15300         * iconvdata/sjis.c : Likewise.
15301         * iconvdata/t.61.c : Likewise.
15302         * iconvdata/tcvn5712-1.c : Likewise.
15303         * iconvdata/tscii.c: Likewise.
15304         * iconvdata/uhc.c : Likewise.
15305         * iconvdata/unicode.c (gconv_end): Likewise.
15306         * iconvdata/utf-16.c (gconv_end): Likewise.
15307         * iconvdata/utf-32.c (gconv_end): Likewise.
15308         * iconvdata/utf-7.c (base64): Likewise.
15309         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15310         * iconv/gconv_close.c (__gconv_close): Likewise.
15311         * iconv/gconv_open.c (__gconv_open): Likewise.
15312         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15313         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15314         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15315         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15316         (ucs4le_internal_loop_single): Likewise.
15317         * iconv/iconv.c (iconv): Likewise.
15318         * iconv/iconv_close.c: Likewise.
15319         * iconv/loop.c (SINGLE): Likewise.
15320         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15321         * include/atomic.h: Likewise.
15322         * inet/inet6_option.c (option_alloc): Likewise.
15323         * intl/bindtextdom.c (set_binding_values): Likewise.
15324         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15325         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15326         * intl/localealias.c (read_alias_file): Likewise.
15327         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15328         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15329         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15330         * libio/fmemopen.c (fmemopen): Likewise.
15331         * libio/iofgets.c (_IO_fgets): Likewise.
15332         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15333         * libio/iofgetws.c (fgetws): Likewise.
15334         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15335         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15336         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15337         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15338         * locale/findlocale.c (_nl_find_locale): Likewise.
15339         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15340         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15341         Likewise.
15342         * locale/setlocale.c (setlocale): Likewise.
15343         * login/programs/pt_chown.c (main): Likewise.
15344         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15345         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15346         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15347         (mmap, mmap64, mremap, munmap): Likewise.
15348         * math/e_exp2l.c: Likewise.
15349         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15350         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15351         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15352         * math/s_catan.c (__catan): Likewise.
15353         * math/s_catanf.c (__catanf): Likewise.
15354         * math/s_catanh.c (__catanh): Likewise.
15355         * math/s_catanhf.c (__catanhf): Likewise.
15356         * math/s_catanhl.c (__catanhl): Likewise.
15357         * math/s_catanl.c (__catanl): Likewise.
15358         * math/s_ccosh.c (__ccosh): Likewise.
15359         * math/s_ccoshf.c (__ccoshf): Likewise.
15360         * math/s_ccoshl.c (__ccoshl): Likewise.
15361         * math/s_cexp.c (__cexp): Likewise.
15362         * math/s_cexpf.c (__cexpf): Likewise.
15363         * math/s_cexpl.c (__cexpl): Likewise.
15364         * math/s_clog10.c (__clog10): Likewise.
15365         * math/s_clog10f.c (__clog10f): Likewise.
15366         * math/s_clog10l.c (__clog10l): Likewise.
15367         * math/s_clog.c (__clog): Likewise.
15368         * math/s_clogf.c (__clogf): Likewise.
15369         * math/s_clogl.c (__clogl): Likewise.
15370         * math/s_csin.c (__csin): Likewise.
15371         * math/s_csinf.c (__csinf): Likewise.
15372         * math/s_csinh.c (__csinh): Likewise.
15373         * math/s_csinhf.c (__csinhf): Likewise.
15374         * math/s_csinhl.c (__csinhl): Likewise.
15375         * math/s_csinl.c (__csinl): Likewise.
15376         * math/s_csqrt.c (__csqrt): Likewise.
15377         * math/s_csqrtf.c (__csqrtf): Likewise.
15378         * math/s_csqrtl.c (__csqrtl): Likewise.
15379         * math/s_ctan.c (__ctan): Likewise.
15380         * math/s_ctanf.c (__ctanf): Likewise.
15381         * math/s_ctanh.c (__ctanh): Likewise.
15382         * math/s_ctanhf.c (__ctanhf): Likewise.
15383         * math/s_ctanhl.c (__ctanhl): Likewise.
15384         * math/s_ctanl.c (__ctanl): Likewise.
15385         * math/w_pow.c: Likewise.
15386         * math/w_powf.c: Likewise.
15387         * math/w_powl.c: Likewise.
15388         * math/w_scalb.c (sysv_scalb): Likewise.
15389         * math/w_scalbf.c (sysv_scalbf): Likewise.
15390         * math/w_scalbl.c (sysv_scalbl): Likewise.
15391         * misc/error.c (error_tail): Likewise.
15392         * misc/pselect.c (__pselect): Likewise.
15393         * nis/nis_callback.c (__nis_create_callback): Likewise.
15394         * nis/nis_call.c (__nisfind_server): Likewise.
15395         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15396         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15397         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15398         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15399         * nis/nis_lookup.c (nis_lookup): Likewise.
15400         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15401         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15402         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15403         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15404         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15405         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15406         * nis/nss_compat/compat-initgroups.c (add_group)
15407         (internal_getgrent_r): Likewise.
15408         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15409         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15410         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15411         (internal_getspnam_r): Likewise.
15412         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15413         (_nss_nis_getaliasbyname_r): Likewise.
15414         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15415         (_nss_nis_getntohost_r): Likewise.
15416         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15417         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15418         (_nss_nis_getgrgid_r): Likewise.
15419         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15420         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15421         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15422         (_nss_nis_gethostbyname4_r): Likewise.
15423         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15424         (initgroups_netid): Likewise.
15425         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15426         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15427         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15428         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15429         (_nss_nis_getprotobynumber_r): Likewise.
15430         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15431         (_nss_nis_getsecretkey): Likewise.
15432         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15433         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15434         (_nss_nis_getpwuid_r): Likewise.
15435         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15436         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15437         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15438         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15439         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15440         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15441         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15442         Likewise.
15443         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15444         (_nss_nisplus_getntohost_r): Likewise.
15445         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15446         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15447         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15448         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15449         Likewise.
15450         * nis/nss_nisplus/nisplus-initgroups.c
15451         (_nss_nisplus_initgroups_dyn): Likewise.
15452         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15453         (_nss_nisplus_getnetbyaddr_r): Likewise.
15454         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15455         (_nss_nisplus_getprotobynumber_r): Likewise.
15456         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15457         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15458         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15459         Likewise.
15460         * nis/nss_nisplus/nisplus-service.c
15461         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15462         (_nss_nisplus_getservbyport_r): Likewise.
15463         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15464         (_nss_nisplus_getspnam_r): Likewise.
15465         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15466         Likewise.
15467         * nscd/aicache.c (addhstaiX): Likewise.
15468         * nscd/cache.c (cache_search, prune_cache): Likewise.
15469         * nscd/connections.c (register_traced_file, send_ro_fd)
15470         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15471         (main_loop_epoll): Likewise.
15472         * nscd/grpcache.c (addgrbyX): Likewise.
15473         * nscd/hstcache.c (addhstbyX): Likewise.
15474         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15475         * nscd/mem.c (gc, mempool_alloc): Likewise.
15476         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15477         (addinnetgrX): Likewise.
15478         * nscd/nscd-client.h (__nscd_acquire_maplock)
15479         (__nscd_drop_map_ref): Likewise.
15480         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15481         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15482         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15483         Likewise.
15484         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15485         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15486         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15487         (__nscd_get_map_ref): Likewise.
15488         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15489         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15490         Likewise.
15491         * nscd/pwdcache.c (addpwbyX): Likewise.
15492         * nscd/selinux.c (preserve_capabilities): Likewise.
15493         * nscd/servicescache.c (addservbyX): Likewise.
15494         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15495         * posix/fnmatch.c (fnmatch): Likewise.
15496         * posix/getopt.c (_getopt_internal_r): Likewise.
15497         * posix/glob.c (glob, glob_in_dir): Likewise.
15498         * posix/wordexp.c (exec_comm_child): Likewise.
15499         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15500         (getanswer_r, gaih_getanswer_slice): Likewise.
15501         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15502         * resolv/res_init.c: Likewise.
15503         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15504         * resolv/res_query.c (__libc_res_nquery): Likewise.
15505         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15506         Likewise.
15507         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15508         * stdio-common/perror.c (perror): Likewise.
15509         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15510         * stdio-common/tmpnam.c (tmpnam): Likewise.
15511         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15512         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15513         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15514         Likewise.
15515         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15516         * stdlib/putenv.c (putenv): Likewise.
15517         * stdlib/setenv.c (__add_to_environ): Likewise.
15518         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15519         * stdlib/strtol_l.c (INTERNAL): Likewise.
15520         * string/memmem.c (memmem): Likewise.
15521         * string/strerror.c (strerror): Likewise.
15522         * string/strnlen.c (__strnlen): Likewise.
15523         * string/test-memmem.c (simple_memmem): Likewise.
15524         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15525         * sunrpc/pm_getport.c (__get_socket): Likewise.
15526         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15527         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15528         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15529         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15530         Likewise.
15531         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15532         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15533         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15534         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15535         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15536         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15537         Likewise.
15538         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15539         Likewise.
15540         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15541         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15542         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15543         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15544         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15545         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15546         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15547         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15548         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15549         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15550         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15551         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15552         Likewise.
15553         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15554         Likewise.
15555         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15556         Likewise.
15557         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15558         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15559         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15560         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15561         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15562         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15563         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15564         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15565         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15566         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15567         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15568         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15569         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15570         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15571         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15572         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15573         Likewise.
15574         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15575         Likewise.
15576         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15577         Likewise.
15578         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15579         Likewise.
15580         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15581         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15582         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15583         Likewise.
15584         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15585         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15586         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15587         * sysdeps/posix/sleep.c: Likewise.
15588         * sysdeps/posix/tempname.c: Likewise.
15589         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15590         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15591         Likewise.
15592         * sysdeps/powerpc/powerpc32/dl-machine.h
15593         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15594         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15595         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15596         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15597         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15598         Likewise.
15599         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15600         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15601         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15602         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15603         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15604         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15605         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15606         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15607         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15608         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15609         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15610         (elf_machine_lazy_rel): Likewise.
15611         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15612         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15613         (elf_machine_lazy_rel): Likewise.
15614         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15615         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15616         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15617         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15618         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15619         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15620         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15621         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15622         Likewise.
15623         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15624         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15625         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15626         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15627         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15628         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15629         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15630         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15631         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15632         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15633         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15634         Likewise.
15635         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15636         (__posix_fallocate64_l64): Likewise.
15637         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15638         (posix_fallocate): Likewise.
15639         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15640         Likewise.
15641         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15642         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15643         (getifaddrs_internal): Likewise.
15644         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15645         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15646         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15647         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15648         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15649         (__posix_fallocate64_l64): Likewise.
15650         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15651         Likewise.
15652         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15653         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15654         (__get_clockfreq): Likewise.
15655         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15656         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15657         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15658         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15659         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15660         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15661         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15662         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15663         Likewise.
15664         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15665         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15666         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15667         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15668         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15669         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15670         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15671         Likewise.
15672         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15673         (posix_fallocate): Likewise.
15674         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15675         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15676         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15677         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15678         (elf_machine_rela, elf_machine_rela_relative)
15679         (elf_machine_lazy_rel): Likewise.
15680         * time/asctime.c (asctime_internal): Likewise.
15681         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15682         * time/tzset.c (__tzset_parse_tz): Likewise.
15683         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15684         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15685         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15686         * wcsmbs/wcsmbsload.h: Likewise.
15687
15688         [BZ #15894]
15689         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15690
15691         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15692         (arena_get2): Remove THREAD_STATS conditionals.
15693         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15694         (__malloc_stats, int): Likewise.
15695
15696 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15697
15698         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15699         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15700
15701         * manual/setjmp.texi: Fix typos/grammar errors.
15702
15703         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15704         Only return early when n is <= 0.  Delete unused return statement.
15705
15706         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15707         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15708         * debug/tst-longjmp_chk3.c: New file.
15709
15710         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15711         (test_main): Replace code with set_fortify_handler call.
15712         * debug/test-strcpy_chk.c: Likewise.
15713         * debug/tst-chk1.c: Likewise.
15714         * debug/tst-longjmp_chk.c: Likewise.
15715         * test-skeleton.c: Include fcntl.h & paths.h
15716         (set_fortify_handler): Define.
15717
15718         * debug/tst-longjmp_chk.c: Add header comment and include
15719         ../test-skeleton.c.
15720         (do_test): Mark static.
15721         (TEST_FUNCTION): Define.
15722
15723         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15724         (IP_PMTUDISC_INTERFACE): Likewise.
15725         (IP_MULTICAST_IF): Likewise.
15726         (IP_MULTICAST_TTL): Likewise.
15727         (IP_MULTICAST_LOOP): Likewise.
15728         (IP_ADD_MEMBERSHIP): Likewise.
15729         (IP_DROP_MEMBERSHIP): Likewise.
15730         (IP_UNBLOCK_SOURCE): Likewise.
15731         (IP_BLOCK_SOURCE): Likewise.
15732         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15733         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15734         (IP_MSFILTER): Likewise.
15735         (MCAST_JOIN_GROUP): Likewise.
15736         (MCAST_BLOCK_SOURCE): Likewise.
15737         (MCAST_UNBLOCK_SOURCE): Likewise.
15738         (MCAST_LEAVE_GROUP): Likewise.
15739         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15740         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15741         (MCAST_MSFILTER): Likewise.
15742         (IP_MULTICAST_ALL): Likewise.
15743         (IP_UNICAST_IF): Likewise.
15744
15745         * timezone/Makefile: Delete $(have-ksh) check.
15746         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15747         * timezone/tzselect.ksh: Add +x mode bits.
15748
15749         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15750         (ANON_INODE_FS_MAGIC): Likewise.
15751         (BDEVFS_MAGIC): Likewise.
15752         (BINFMTFS_MAGIC): Likewise.
15753         (BTRFS_TEST_MAGIC): Likewise.
15754         (CRAMFS_MAGIC_WEND): Likewise.
15755         (DEBUGFS_MAGIC): Likewise.
15756         (ECRYPTFS_SUPER_MAGIC): Likewise.
15757         (EXT3_SUPER_MAGIC): Likewise.
15758         (EXT4_SUPER_MAGIC): Likewise.
15759         (FUTEXFS_SUPER_MAGIC): Likewise.
15760         (HOSTFS_SUPER_MAGIC): Likewise.
15761         (HUGETLBFS_MAGIC): Likewise.
15762         (MINIX3_SUPER_MAGIC): Likewise.
15763         (MTD_INODE_FS_MAGIC): Likewise.
15764         (NILFS_SUPER_MAGIC): Likewise.
15765         (OPENPROM_SUPER_MAGIC): Likewise.
15766         (PIPEFS_MAGIC): Likewise.
15767         (PSTOREFS_MAGIC): Likewise.
15768         (QNX6_SUPER_MAGIC): Likewise.
15769         (RAMFS_MAGIC): Likewise.
15770         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15771         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15772         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15773         (SECURITYFS_MAGIC): Likewise.
15774         (SELINUX_MAGIC): Likewise.
15775         (SMACK_MAGIC): Likewise.
15776         (SOCKFS_MAGIC): Likewise.
15777         (SQUASHFS_MAGIC): Likewise.
15778         (STACK_END_MAGIC): Likewise.
15779         (TMPFS_MAGIC): Likewise.
15780         (USBDEVICE_SUPER_MAGIC): Likewise.
15781         (V9FS_MAGIC): Likewise.
15782         (XENFS_SUPER_MAGIC): Likewise.
15783         (CRAMFS_MAGIC): Fix typo in comment.
15784         (EXT2_SUPER_MAGIC): Update comment.
15785         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15786
15787 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15788
15789         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15790         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15791         * sysdeps/unix/sysv/linux/arm: Move directory from
15792         ports/sysdeps/unix/sysv/linux/arm.
15793         * README: Update listing for arm-*-linux-gnueabi.
15794
15795         * README: Remove mention of am33.
15796
15797 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15798
15799         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15800         than the comma operator, to avoid "rhs of comma has no effect"
15801         compiler warnings.
15802         (__sigfillset, __sigandset, __sigorset): Likewise.
15803         * include/signal.h (__sigemptyset): Likewise.
15804         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15805
15806 2014-02-07  Allan McRae  <allan@archlinux.org>
15807
15808         * version.h (RELEASE): Set to "development".
15809         (VERSION): Set to "2.19.90"
15810         * NEWS: Add 2.20 section.
15811
15812 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15813
15814         [BZ #16529]
15815         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15816
15817 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15818
15819         * manual/contrib.texi: Update entry for Carlos O'Donell,
15820         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15821
15822 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15823
15824         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15825
15826         * sysdeps/unix/sysv/linux/kernel-features.h
15827         [__LINUX_KERNEL_VERSION >= 0x020621]
15828         (__ASSUME_PROC_PID_TASK_COMM): Define.
15829
15830 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15831
15832         [BZ #16398]
15833         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15834         conversion when destination buffer does not have enough space.
15835         * libio/tst-ftell-partial-wide.c: New test case.
15836         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15837
15838         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15839         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15840         Leonard and Allan McRae.
15841
15842 2014-02-04  David S. Miller  <davem@davemloft.net>
15843
15844         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15845         32-bit.
15846
15847 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15848
15849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15850         New file
15851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15852         New file
15853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15854         New file.
15855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15856         New file.
15857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15858         New file.
15859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15860         New file.
15861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15862         New file.
15863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15864         New file.
15865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15866         New file.
15867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15868         New file.
15869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15870         New file.
15871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15872         New file.
15873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15874         New file.
15875
15876 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15877
15878         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15879         * shlib-versions: Likewise.
15880
15881 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15882             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15883
15884         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15885         (abilist-pattern): New variable, set to %-le.abilist.
15886
15887         * Makerules (abilist-pattern): New variable.
15888         (vpath): Use $(abilist-pattern) in place of %.abilist.
15889         (check-abi-% pattern rule): Likewise.
15890         (check-abi, update-abi): Likewise.
15891
15892 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15893
15894         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15895
15896 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15897
15898         * manual/startup.texi: Add next, previous, and top entries for
15899         the `Program Arguments' and `Environment Variables' nodes.
15900
15901 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15902
15903         * manual/macros.texi: Add comments before MTASC-safety macros.
15904
15905         * manual/users.texi: Document MTASC-safety properties.
15906
15907         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15908         (pthread_getspecific, pthread_setspecific): Format with
15909         @deftypefun, and add @safety note.
15910         * manual/signal.texi: Move comments that analyze the above
15911         functions to their home place.
15912
15913 2014-02-03  Allan McRae  <allan@archlinux.org>
15914
15915         * po/sl.po: Update Slovenian translation from translation project.
15916
15917 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15918
15919         * manual/time.texi (timegm): Add missing blank after @c.
15920         Reported by Joseph Myers <joseph@codesourcery.com>.
15921
15922 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15923
15924         * manual/check-safety.sh: New.
15925         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15926
15927         * manual/terminal.texi: Document MTASC-safety properties.
15928
15929         * manual/filesys.texi: Document MTASC-safety properties.
15930
15931         * manual/errno.texi: Document MTASC-safety properties.
15932
15933         * manual/intro.texi: Document safety identifiers and
15934         conditionals.
15935
15936         * manual/string.texi (wcstok): Fix prototype.
15937         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15938
15939         * manual/time.texi: Document MTASC-safety properties.
15940
15941         * manual/string.texi: Document MTASC-safety properties.
15942
15943         * manual/threads.texi: Document MTASC-safety properties.
15944
15945         * manual/stdio.texi: Document MTASC-safety properties.
15946
15947         * manual/syslog.texi: Document MTASC-safety properties.
15948
15949         * manual/sysinfo.texi: Document MTASC-safety properties.
15950
15951         * manual/startup.texi: Document MTASC-safety properties.
15952
15953         * manual/socket.texi: Document MTASC-safety properties.
15954
15955         * manual/signal.texi: Document MTASC-safety properties.
15956
15957 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15958
15959         * manual/setjmp.texi: Document MTASC-safety properties.
15960
15961         * manual/search.texi: Document MTASC-safety properties.
15962
15963         * manual/resource.texi: Document MTASC-safety properties.
15964
15965         * manual/process.texi: Document MTASC-safety properties.
15966
15967         * manual/platform.texi: Document MTASC-safety properties.
15968
15969         * manual/pipe.texi: Document MTASC-safety properties.
15970
15971         * manual/pattern.texi: Document MTASC-safety properties.
15972
15973         * manual/message.texi: Document MTASC-safety properties.
15974
15975         [BZ #12751]
15976         * manual/memory.texi: Document MTASC-safety properties.
15977
15978         * manual/math.texi: Document MTASC-safety properties.
15979
15980         * manual/locale.texi: Document MTASC-safety properties.
15981
15982         * manual/llio.texi: Document MTASC-safety properties.
15983
15984         * manual/libdl.texi: New.
15985
15986         * manual/lang.texi: Document MTASC-safety properties.
15987
15988         * manual/job.texi: Document MTASC-safety properties.
15989
15990         * manual/getopt.texi: Document MTASC-safety properties.
15991
15992         * manual/ctype.texi: Document MTASC-safety properties.
15993
15994 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15995
15996         [BZ #16046]
15997         * csu/libc-tls.c (static_map): Remove variable.
15998         (__libc_setup_tls): Use main executable's link map for TLS data.
15999         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16000         casing for LM_ID_BASE and GL(dl_nns).
16001         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16002         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16003         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16004         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16005         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16006         member.
16007         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16008         l_phnum members.
16009
16010 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16011
16012         * manual/debug.texi: Document MTASC-safety properties.
16013
16014 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16015
16016         [BZ #16510]
16017         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16018         of __x86_64__ when disabling x87 inline functions.
16019
16020 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16021
16022         * manual/charset.texi: Document MTASC-safety properties.
16023
16024         * manual/crypt.texi: Document MTASC-safety properties.
16025
16026         * manual/conf.texi: Document MTASC-safety properties.
16027
16028         * manual/arith.texi: Document MTASC-safety properties.
16029
16030         * manual/argp.texi: Document MTASC-safety properties.
16031
16032         * manual/macros.texi: Introduce macros to document multi
16033         thread, asynchronous signal and asynchronous cancellation
16034         safety properties.
16035         * manual/intro.texi: Introduce the properties themselves.
16036
16037 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16038
16039         * sysdeps/sh/sh4/Makefile: New file.
16040
16041 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16042
16043         * math/gen-libm-test.pl ($srcdir): New variable.
16044         ($auto_input): Use it.
16045
16046 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16047
16048         [BZ #16506]
16049         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16050         access beyond array bounds when parsing netgroups file.
16051
16052         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16053         the old buffer before realloc.
16054
16055 2014-01-27  Allan McRae  <allan@archlinux.org>
16056
16057         * po/fr.po: Update French translation from translation project.
16058
16059 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16060
16061         * sysdeps/sh/libm-test-ulps: Regenerate.
16062
16063 2014-01-24  David S. Miller  <davem@davemloft.net>
16064
16065         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16066
16067 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16068
16069         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16070         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16071
16072 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16073
16074         [BZ #16474]
16075         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16076         string pointers after reallocation.
16077
16078 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16079
16080         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16081         __SH4A__ instead of __SH_FPU_ANY__.
16082
16083 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16084
16085         * sysdeps/sh/fpu_control.h: New file.
16086         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16087         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16088         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16089         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16090         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16091         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16092         * sysdeps/sh/sys/ucontext.h: Remove.
16093         * sysdeps/sh/sys: Remove directory.
16094
16095 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16096
16097         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16098         s390/sys/ucontext.h.
16099         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16100         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16101
16102 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16103
16104         [BZ #15605]
16105         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16106
16107 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16108
16109         [BZ#16431]
16110         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16111         Adjust the vDSO correctly for internal calls.
16112         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16113
16114 2014-01-20  Allan McRae  <allan@archlinux.org>
16115
16116         * po/ca.po: Update Catalan translation from translation project.
16117
16118 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16119
16120         * sysdeps/s390/sotruss-lib.c: New file.
16121
16122 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16123
16124         [BZ#16430]
16125         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16126         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16127         local calls issues by not having a PLT stub required for IFUNC calls.
16128         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16129
16130 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16131
16132         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16133         * math/test-fpucw-static.c: Likewise.
16134
16135 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16136
16137         [BZ #16453]
16138         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16139
16140 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16141
16142         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16143         implementation for powerpc.
16144
16145 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16146
16147         [BZ #14782]
16148         * sysdeps/posix/system.c (__libc_system): Do not enable
16149         asynchronous cancellation.
16150
16151 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16152
16153         [BZ #16427]
16154         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16155         handling only for numbers special also in the IEEE case.
16156
16157 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16158
16159         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16160
16161 2014-01-11  Allan McRae  <allan@archlinux.org>
16162
16163         * po/bg.po: Update Bulgarian translation from translation project.
16164
16165         * po/de.po: Update German translation from translation project.
16166
16167 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16168
16169         * sysdeps/generic/gcc-compat.h: New file.
16170
16171 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16172
16173         * benchtests/asin-inputs: Correct slow inputs.
16174         * benchtests/acos-inputs: Likewise.
16175
16176 2014-01-10  Allan McRae  <allan@archlinux.org>
16177
16178         * po:sv.po: Update Swedish translation from translation project.
16179
16180         * po/vi.po: Update Vietnamese translation from translation project.
16181
16182         * po/eo.po: Update Esperanto translation from translation project.
16183
16184         * po/cs.po: Update Czech translation from translation project.
16185
16186         * po/nl.po: Update Dutch translation from translation project.
16187
16188         * po/pl.po: Update Polish translation from translation project.
16189
16190         * po/ru.po: Update Russian translation from translation project.
16191
16192         * po/uk.po: Update Ukrainian translation from translation project.
16193
16194 2014-01-08  Brooks Moses  <bmoses@google.com>
16195
16196         * elf/dl-load.c: Fix comment typo.
16197
16198 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16199
16200         * po/header.pot: Rename to...
16201         * po/pot.header: ... this.
16202         * po/Makefile: Use pot.header.
16203
16204 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16205             Maxim Kuvyrkov  <maxim@kugelworks.com>
16206
16207         [BZ #16394]
16208         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16209         SRC and DEST against LEN.
16210
16211 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16212
16213         [BZ #16414]
16214         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16215         implementation.
16216         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16217
16218 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16219
16220         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16221
16222 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16223
16224         [BZ #16408]
16225         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16226         for large positive arguments.
16227
16228 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16229
16230         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16231
16232         * math/auto-libm-test-in: Mark various tests with
16233         xfail-rounding:ldbl-128ibm.
16234         * math/auto-libm-test-out: Regenerated.
16235
16236         [BZ #16407]
16237         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16238         Increase overflow threshold.
16239
16240 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16241
16242         [BZ #14286]
16243         * stdio-common/vfprintf.c: Check for integer overflow.
16244
16245 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16246
16247         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16248         the first argument and return value of __tls_get_addr_internal.
16249
16250 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16251
16252         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16253         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16254
16255 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16256
16257         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16258         * sysdeps/s390/rtld-global-offsets.sym: New file.
16259         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16260         GLIBC_2.19 symbol.
16261         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16262         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16263         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16264         ... this.
16265         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16266         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16267         ... this.
16268         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16269         Regenerate.
16270         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16271         Regenerate.
16272         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16273         halfs of GPRs for high_gprs contexts.
16274         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16275         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16276         field.
16277         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16278         uc_flags field.
16279         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16280         64 bit versions:
16281         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16282         for high GPRs (uc_high_gprs) and for future extensions
16283         (__reserved).
16284         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16285         for future extensions (__reserved).
16286         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16287         64 bit versions:
16288         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16289         SC_HIGHGPRS offset definition.
16290         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16291         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16292
16293         * Versions.def: Add GLIBC_2.19 for libpthread.
16294         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16295         siglongjmp for libpthread with GLIBC_2.19 symver.
16296         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16297         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16298         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16299         * sysdeps/s390/__longjmp.c: New file.
16300         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16301         * sysdeps/s390/longjmp.c: New file.
16302         * sysdeps/s390/setjmp.S: New file.
16303         * sysdeps/s390/sigjmp.S: New file.
16304         * sysdeps/s390/v1-longjmp.c: New file.
16305         * sysdeps/s390/v1-setjmp.h: New file.
16306         * sysdeps/s390/v1-sigjmp.c: New file.
16307         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16308         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16309         GLIBC_2.19 version.
16310         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16311         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16312         versioned symbols for ____longjmp_chk.
16313         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16314         Likewise.
16315         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16316         Regenerate.
16317         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16318         Regenerate.
16319         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16320         Regenerate.
16321         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16322         Regenerate.
16323         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16324         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16325         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16326         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16327         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16328         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16329         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16330         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16331         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16332         * sysdeps/s390/rtld-__longjmp.c: New file.
16333         * sysdeps/s390/rtld-setjmp.S: New file.
16334
16335 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16336
16337         [BZ #16400]
16338         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16339         Return -__logl (x) for small positive arguments without evaluating
16340         a polynomial.
16341
16342 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16343
16344         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16345         Rename to ...
16346         (__ptrace_peeksiginfo_args): ... this.
16347         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16348         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16349         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16350
16351 2014-01-06  Allan McRae  <allan@archlinux.org>
16352
16353         * inet/netinet/in.h: Fix typo in comment.
16354
16355 2014-01-05  Andreas Jaeger  <aj@suse.de>
16356
16357         * sysdeps/i386/fpu/libm-test-ulps: Update.
16358
16359 2014-01-05  Allan McRae  <allan@archlinux.org>
16360
16361         * po/libc.pot: Regenerated.
16362
16363         * malloc/memusagestat.c: Fix gettext call formatting.
16364
16365 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16366
16367         * nscd/nscd.c: Improve usage() output.
16368
16369 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16370
16371         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16372         * sysdeps/unix/sysv/linux/configure: Regenerated.
16373         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16374         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16375
16376 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16377
16378         [BZ #16390]
16379         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16380         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16381
16382 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16383
16384         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16385         extra tokens at end of #undef directive.
16386         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16387         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16388         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16389
16390 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16391
16392         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16393
16394         * math/auto-libm-test-in: Mark various tests with
16395         xfail-rounding:ldbl-128ibm.
16396         * math/auto-libm-test-out: Regenerated.
16397
16398 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16399
16400         [BZ #16386]
16401         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16402         numbers with subnormal high part when calculating exponent.
16403
16404         [BZ #16385]
16405         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16406         fabs.
16407
16408         [BZ #16384]
16409         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16410         M_LN2l.
16411         (__ieee754_acoshl): Use __log1pl not __log1p.
16412
16413 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16414
16415         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16416         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16417         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16418         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16419         (reused_arena, arena_get2): Convert to GNU style.
16420         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16421         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16422         (memalign_check, __malloc_set_state): Likewise.
16423         * malloc/mallocbug.c (main): Likewise.
16424         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16425         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16426         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16427         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16428         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16429         (__posix_memalign, malloc_info): Likewise.
16430         * malloc/malloc.h: Likewise.
16431         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16432         (mallochook, memalignhook, reallochook, mabort): Likewise.
16433         * malloc/mcheck.h: Likewise.
16434         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16435         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16436         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16437         * malloc/morecore.c (__default_morecore): Likewise.
16438         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16439         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16440         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16441         (print_and_abort): Likewise.
16442         * malloc/obstack.h: Likewise.
16443         * malloc/set-freeres.c (__libc_freeres): Likewise.
16444         * malloc/tst-mallocstate.c (main): Likewise.
16445         * malloc/tst-mtrace.c (main): Likewise.
16446         * malloc/tst-realloc.c (do_test): Likewise.
16447
16448 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16449
16450         [BZ #16366]
16451         * nscd/netgroupcache.c (do_notfound): New function.
16452         (addgetnetgrentX): Use it.
16453
16454         [BZ # 16365]
16455         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16456         NSS_STATUS_NOTFOUND.
16457
16458 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16459
16460         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16462
16463 2014-01-01  Allan McRae  <allan@archlinux.org>
16464
16465         * scripts/update-copyrights: Update configure input file suffix.
16466
16467         * NEWS: Update copyright year.
16468         * catgets/gencat.c: Likewise.
16469         * csu/version.c: Likewise.
16470         * debug/catchsegv.sh: Likewise.
16471         * debug/pcprofiledump.c: Likewise.
16472         * debug/xtrace.sh: Likewise.
16473         * elf/ldconfig.c: Likewise.
16474         * elf/ldd.bash.in: Likewise.
16475         * elf/pldd.c: Likewise.
16476         * elf/sotruss.ksh: Likewise.
16477         * elf/sprof.c: Likewise.
16478         * iconv/iconv_prog.c: Likewise.
16479         * iconv/iconvconfig.c: Likewise.
16480         * locale/programs/locale.c: Likewise.
16481         * locale/programs/localedef.c: Likewise.
16482         * login/programs/pt_chown.c: Likewise.
16483         * malloc/memusage.sh: Likewise.
16484         * malloc/memusagestat.c: Likewise.
16485         * malloc/mtrace.pl: Likewise.
16486         * manual/libc.texinfo: Likewise.
16487         * nscd/nscd.c: Likewise.
16488         * nss/getent.c: Likewise.
16489         * nss/makedb.c: Likewise.
16490         * posix/getconf.c: Likewise.
16491         * scripts/test-installation.pl: Likewise.
16492
16493         * All files with FSF copyright notices: Update copyright dates
16494         using scripts/update-copyrights.
16495         * intl/plural.c: Regenerated.
16496         * locale/programs/charmap-kw.h: Likewise.
16497         * locale/programs/locfile-kw.h: Likewise.
16498
16499 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16500
16501         * sysdeps/unix/sysv/linux/configure: Regenerated.
16502         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16503         the linux/fanotify.h header.
16504         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16505         HAVE_LINUX_FANOTIFY_H is defined.
16506
16507 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16508
16509         * benchtests/cos-inputs: New inputs.
16510         * benchtests/sin-inputs: Likewise.
16511
16512         * benchtests/atan-inputs: New inputs. Fix name of multiple
16513         precision fallback inputs.
16514
16515         * benchtests/atanh-inputs: New inputs.
16516         * benchtests/tanh-inputs: Likewise.
16517
16518         * benchtests/acosh-inputs: New inputs.
16519         * benchtests/asinh-inputs: Likewise.
16520
16521         * benchtests/cosh-inputs: New inputs.
16522         * benchtests/sinh-inputs: Likewise.
16523
16524         * benchtests/acos-inputs: Add more inputs.
16525         * benchtests/asin-inputs: Likewise.
16526
16527 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16528
16529         [BZ #16375]
16530         * manual/arith.texi: Fix spelling.
16531         * manual/charset.texi: Likewise.
16532         * manual/errno.texi: Likewise.
16533         * manual/filesys.texi: Likewise.
16534         * manual/lang.texi: Likewise.
16535         * manual/llio.texi: Likewise.
16536         * manual/locale.texi: Likewise.
16537         * manual/message.texi: Likewise.
16538         * manual/resource.texi: Likewise.
16539         * manual/search.texi: Likewise.
16540         * manual/setjmp.texi: Likewise.
16541         * manual/stdio.texi: Likewise.
16542         * manual/string.texi: Likewise.
16543         * manual/sysinfo.texi: Likewise.
16544         * manual/time.texi: Likewise.
16545
16546 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16547
16548         * po/sl.po: New file.
16549
16550 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16551
16552         * .gitignore: Add core/.gdbinit/.gdb_history.
16553
16554 2013-12-27  Allan McRae  <allan@archlinux.org>
16555
16556         [BZ #16369]
16557         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16558         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16559
16560 2013-12-24  Brooks Moses  <bmoses@google.com>
16561
16562         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16563         all compilers that claim C++98 compliance, not just GCC.
16564         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16565         Likewise.
16566
16567 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16568
16569         * NEWS: Restore accidentally deleted bug-fix entries.
16570
16571 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16572             Ondřej Bílka  <neleai@seznam.cz>
16573
16574         [BZ #15073]
16575         * malloc/malloc.c (_int_free): Perform sanity check only if we
16576         have_lock.
16577
16578 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16579
16580         [BZ #12986]
16581         * manual/stdio.texi (String Input Conversions): Clarify that character
16582         classes are not supported.
16583
16584 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16585
16586         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16587
16588 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16589
16590         [BZ #16337]
16591         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16592         Calculate results for small negative arguments directly rather
16593         than using reflection formula with special underflow handling.
16594
16595         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16596         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16597         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16598         (fchflags): Likewise.
16599         (revoke): Likewise.
16600         (setlogin): Likewise.
16601         (sigaltstack): Likewise.
16602         (wait4): Likewise.
16603         (sigblock): Remove.
16604         (sigsetmask): Likewise.
16605         (wait3): Likewise.
16606         (waitpid): Likewise.
16607         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16608         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16609         file.
16610         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16611         * sysdeps/unix/bsd/Makefile: ... here.
16612         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16613         * sysdeps/unix/bsd/Versions: ... here.
16614         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16615         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16616         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16617         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16618         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16619         * sysdeps/unix/bsd/sigblock.c: ... here.
16620         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16621         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16622         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16623         * sysdeps/unix/bsd/sigvec.c: ... here.
16624         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16625         * sysdeps/unix/bsd/tcdrain.c: ... here.
16626         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16627         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16628         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16629         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16630         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16631         * sysdeps/unix/bsd/wait.c: ... here.
16632         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16633         * sysdeps/unix/bsd/wait3.c: ... here.
16634         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16635         * sysdeps/unix/bsd/waitpid.c: ... here.
16636
16637 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16638
16639         [BZ #16356]
16640         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16641         round-to-nearest for [!USE_AS_EXPM1L].
16642         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16643         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16644         more tests of exp and exp10.  Expect some exp10 tests to miss
16645         exceptions or fail in directed rounding modes.
16646         * math/auto-libm-test-out: Regenerated.
16647         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16648         (exp10_test_tonearest): New function.
16649         (exp10_towardzero_test_data): New array.
16650         (exp10_test_towardzero): New function.
16651         (exp10_downward_test_data): New array.
16652         (exp10_test_downward): New function.
16653         (exp10_upward_test_data): New array.
16654         (exp10_test_upward): New function.
16655         (main): Call the new functions.
16656         * sysdeps/i386/fpu/libm-test-ulps: Update.
16657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16658
16659 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16660
16661         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16662         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16663         * math/auto-libm-test-out: Regenerated.
16664         * math/libm-test.inc (acosh_test_data): Add more tests.
16665         (atanh_test_data): Likewise.
16666         (ceil_test_data): Likewise.
16667         (copysign_test_data): Likewise.
16668         * sysdeps/i386/fpu/libm-test-ulps: Update.
16669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16670
16671         * timezone/checktab.awk: Update from tzcode 2013i.
16672         * timezone/private.h: Likewise.
16673         * timezone/scheck.c: Likewise.
16674         * timezone/tzfile.h: Likewise.
16675         * timezone/tzselect.ksh: Likewise.
16676         * timezone/zdump.c: Likewise.
16677         * timezone/zic.c: Likewise.
16678
16679         * math/auto-libm-test-in: Add tests of cpow.
16680         * math/auto-libm-test-out: Regenerated.
16681         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16682         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16683         mpc_cc_c.
16684         (func_calc_desc): Add mpc_cc_c union field.
16685         (test_functions): Add cpow.
16686         (special_fill_2pi): New function.
16687         (special_real_inputs): Add 2pi.
16688         (calc_generic_results): Handle mpc_cc_c.
16689         * sysdeps/i386/fpu/libm-test-ulps: Update.
16690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16691
16692         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16693         csqrt, ctan and ctanh.
16694         * math/auto-libm-test-out: Regenerated.
16695         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16696         (TEST_COND_x86): Likewise.
16697         (ccos_test_data): Use AUTO_TESTS_c_c.
16698         (ccosh_test_data): Likewise.
16699         (cexp_test_data): Likewise.
16700         (clog_test_data): Likewise.
16701         (csqrt_test_data): Likewise.
16702         (ctan_test_data): Likewise.
16703         (ctan_tonearest_test_data): Likewise.
16704         (ctan_towardzero_test_data): Likewise.
16705         (ctan_downward_test_data): Likewise.
16706         (ctan_upward_test_data): Likewise.
16707         (ctanh_test_data): Likewise.
16708         (ctanh_tonearest_test_data): Likewise.
16709         (ctanh_towardzero_test_data): Likewise.
16710         (ctanh_downward_test_data): Likewise.
16711         (ctanh_upward_test_data): Likewise.
16712         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16713         mpc_c_c.
16714         (func_calc_desc): Add mpc_c_c union field.
16715         (FUNC_mpc_c_c): New macro.
16716         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16717         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16718         ctanh.
16719         (special_fill_min_subnorm_p120): New function.
16720         (special_real_inputs): Add min_subnorm_p120.
16721         (calc_generic_results): Handle mpc_c_c.
16722         * sysdeps/i386/fpu/libm-test-ulps: Update.
16723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16724
16725 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16726
16727         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16728         (do_sin_slow): New functions.
16729         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16730         (cslow2, csloww1, csloww2): Use the new functions.
16731
16732         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16733         Use M to change sign of result instead of X.  Assume X is
16734         positive.
16735         (csloww1): Likewise.
16736         (__sin): Adjust.
16737         (__cos): Adjust.
16738
16739         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16740         arguments A and DA.
16741         (__sin): Adjust.
16742         (__cos): Likewise.
16743
16744         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16745         (__cos): Likewise.
16746         (sloww1): Don't adjust sign of DX.
16747         (csloww1): Likewise.
16748         (sloww2): Use X directly and don't adjust sign of DX.
16749         (csloww2): Likewise.
16750
16751 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16752
16753         * math/auto-libm-test-in: Add tests of cabs and carg.
16754         * math/auto-libm-test-out: Regenerated.
16755         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16756         (carg_test_data): Likewise.
16757         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16758         mpc_c_f.
16759         (func_calc_desc): Add mpc_c_f union field.
16760         (test_functions): Add cabs and carg.
16761         (calc_generic_results): Handle mpc_c_f.
16762
16763         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16764         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16765         as a macro and a compat symbol.
16766         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16767         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16768         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16769         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16770         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16771         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16772         not use .hidden.
16773         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16774         Likewise.
16775         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16776         Likewise.
16777         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16778         Likewise.
16779         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16780         Likewise.
16781         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16782         Likewise.
16783         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16784         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16785         from GLIBC_2.3.2.
16786
16787 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16788
16789         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16790
16791 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16792
16793         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16794         trailing whitespace removed.
16795         * scripts/config.guess: Update to version 2013-11-29.
16796         * scripts/config.sub: Update to version 2013-10-01.
16797
16798         * math/auto-libm-test-in: Add tests of sincos.
16799         * math/auto-libm-test-out: Regenerated.
16800         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16801         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16802         mpfr_f_11.
16803         (func_calc_desc): Add mpfr_f_11 union field.
16804         (test_functions): Add sincos.
16805         (calc_generic_results): Handle mpfr_f_11.
16806         * sysdeps/i386/fpu/libm-test-ulps: Update.
16807         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16808
16809 2013-12-19  Andreas Schwab  <schwab@suse.de>
16810
16811         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16812         CALL_MCOUNT.
16813         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16814         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16815         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16816
16817 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16818
16819         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16820         * sysdeps/i386/fpu/libm-test-ulps: Update.
16821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16822
16823         [BZ #16293]
16824         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16825         round-to-nearest mode when using frndint.
16826         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16827         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16828         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16829         Likewise.
16830         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16831         sinh test to fail.
16832         * math/auto-libm-test-out: Regenerated.
16833         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16834         (TEST_COND_x86): Likewise.
16835         (expm1_tonearest_test_data): New array.
16836         (expm1_test_tonearest): New function.
16837         (expm1_towardzero_test_data): New array.
16838         (expm1_test_towardzero): New function.
16839         (expm1_downward_test_data): New array.
16840         (expm1_test_downward): New function.
16841         (expm1_upward_test_data): New array.
16842         (expm1_test_upward): New function.
16843         (main): Run the new test functions.
16844         * sysdeps/i386/fpu/libm-test-ulps: Update.
16845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16846
16847         * include/features.h: Update comment documenting feature test
16848         macros.  Mention _DEFAULT_SOURCE in comment.
16849         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16850         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16851         _BSD_SOURCE and _SVID_SOURCE.
16852         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16853         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16854         !_SVID_SOURCE]: Likewise.
16855         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16856         (__USE_POSIX_IMPLICITLY): Define.
16857         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16858         (_POSIX_SOURCE): Undefine and redefine.
16859         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16860         (_POSIX_C_SOURCE): Likewise.
16861         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16862         (Feature Test Macros): Update documentation of default features.
16863
16864 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16865
16866         * benchtests/Makefile: Add bench-strtok.
16867         * benchtests/bench-strtok.c: New file: strtok benchtest.
16868
16869 2013-12-19  Allan McRae  <allan@archlinux.org>
16870
16871         * manual/install.texi: Suppress menu for plain text output.
16872         * INSTALL: Regenerated.
16873
16874 2013-12-18  Brooks Moses  <bmoses@google.com>
16875
16876         [BZ #15846]
16877         * misc/getauxval.c: Include errno.h.
16878         (__getauxval): Set errno to ENOENT if the requested type is not
16879         found.
16880         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16881         don't declare with __attribute_const__.
16882         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16883         * manual/startup.texi: Document that getauxval sets errno.
16884
16885 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16886
16887         * math/auto-libm-test-in: Add tests of jn and yn.
16888         * math/auto-libm-test-out: Regenerated.
16889         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16890         (yn_test_data): Likewise.
16891         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16892         mpfr_if_f.
16893         (func_calc_desc): Add mpfr_if_f union field.
16894         (FUNC_mpfr_if_f): New macro.
16895         (test_functions): Add jn and yn.
16896         (calc_generic_results): Assert type of second input for
16897         mpfr_ff_f.  Handle mpfr_if_f.
16898         (output_for_one_input_case): Disable all checking for arguments
16899         fitting floating-point types in case of an integer argument.
16900         * sysdeps/i386/fpu/libm-test-ulps: Update.
16901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16902
16903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16904         Don't expect fegetround reference in libm.so.
16905
16906 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16907
16908         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16909         $(config-cflags-nofma).
16910
16911 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16912
16913         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16914         * math/auto-libm-test-out: Regenerated.
16915
16916         [BZ #16338]
16917         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16918         to determine exponent and adjust argument to have exponent of -1.
16919         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16920         log2.
16921         * math/auto-libm-test-out: Regenerated.
16922         * sysdeps/i386/fpu/libm-test-ulps: Update.
16923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16924
16925 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16926
16927         * manual/probes.texi: Remove cases when per-thread arenas are
16928         disabled.
16929
16930 2013-12-18  Andreas Schwab  <schwab@suse.de>
16931
16932         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16933         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16934         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16935         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16936         * sysdeps/i386/i686/multiarch/Makefile: Update.
16937         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16938
16939 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16940
16941         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16942         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16943
16944 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16945
16946         [BZ #15968]
16947         Support TZ transition times < 00:00:00.
16948         This is needed for version-3 tz-format files; it supports time
16949         stamps past 2037 for America/Godthab (the only entry in the tz
16950         database for which this change is relevant).
16951         * manual/time.texi (TZ Variable): Document transition times
16952         from -167:59:59 through -00:00:01.
16953         * time/tzset.c (tz_rule): Time of day is now signed.
16954         (__tzset_parse_tz): Parse negative time of day.
16955
16956         Document TZ transition times >= 25:00:00.
16957         * manual/time.texi (TZ Variable): Document transition times from
16958         25:00:00 through 167:59:59.  These are already supported, and this
16959         support will help with version-3 tz-format files.
16960
16961         * manual/time.texi (TZ Variable): Modernize North America example
16962         to reflect current (i.e., 2007-and-later) daylight saving rules.
16963
16964         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16965
16966 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16967
16968         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16969         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16970         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16971         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16972         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16973         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16974         * sysdeps/unix/bsd/clock.c: Likewise.
16975         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16976         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16977         * sysdeps/unix/bsd/init-posix.c: Likewise.
16978         * sysdeps/unix/bsd/poll.c: Likewise.
16979         * sysdeps/unix/bsd/ptsname.c: Likewise.
16980         * sysdeps/unix/bsd/seekdir.c: Likewise.
16981         * sysdeps/unix/bsd/setegid.c: Likewise.
16982         * sysdeps/unix/bsd/seteuid.c: Likewise.
16983         * sysdeps/unix/bsd/setgid.c: Likewise.
16984         * sysdeps/unix/bsd/setrgid.c: Likewise.
16985         * sysdeps/unix/bsd/setruid.c: Likewise.
16986         * sysdeps/unix/bsd/setsid.c: Likewise.
16987         * sysdeps/unix/bsd/setuid.c: Likewise.
16988         * sysdeps/unix/bsd/sigaction.c: Likewise.
16989         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16990         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16991         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16992         * sysdeps/unix/bsd/telldir.c: Likewise.
16993         * sysdeps/unix/bsd/times.c: Likewise.
16994         * sysdeps/unix/bsd/usleep.c: Likewise.
16995
16996         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16997         ($(objpfx)libbsd-compat.a): Remove rule.
16998
16999         * include/features.h (__FAVOR_BSD): Do not define.
17000         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17001         features conflicting with POSIX.
17002         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17003         (_BSD_SOURCE): Remove description of not being a subset of other
17004         feature test macros.
17005         * manual/job.texi (getpgrp): Do not document BSD version.
17006         (getpgid): Do not document by reference to BSD getpgrp.
17007         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17008         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17009         * signal/signal.h [__FAVOR_BSD]: Likewise.
17010         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17011         instead of making contents conditional on [__FAVOR_BSD].
17012         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17013
17014 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17015
17016         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17017
17018 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17019
17020         [BZ #16314]
17021         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17022         values below 2**-450, not 2**-500.
17023         * math/auto-libm-test-in: Don't allow spurious underflow from
17024         hypot.
17025         * math/auto-libm-test-out: Regenerated.
17026
17027         [BZ #16316]
17028         [BZ #16330]
17029         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17030         values of ha and hb and sort them after adjusting subnormal
17031         arguments.
17032         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17033         Likewise.
17034         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17035         values of ea and eb and sort them after adjusting subnormal
17036         arguments.
17037         * math/auto-libm-test-in: Do not expect some hypot tests of
17038         subnormals to fail.  Add more hypot tests.
17039         * math/auto-libm-test-out: Regenerated.
17040
17041 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17042
17043         [BZ #13304]
17044         * sysdeps/sh/s_fma.c: New file.
17045         * sysdeps/sh/s_fmaf.c: New file.
17046         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17047         version.
17048         * sysdeps/sh/Implies: Add sh/soft-fp.
17049
17050 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17051
17052         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17053         level of indirection to members `objname', `errstring', `malloced'.
17054         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17055         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17056         it as the __longjmp argument (just pass 1 instead).
17057         (_dl_catch_error): Initialize C with argument pointers and address of
17058         volatile local ERRCODE rather than copying values out of C at return.
17059
17060 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17061
17062         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17063         * math/auto-libm-test-out: Regenerated.
17064         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17065         (hypot_test_data): Likewise.
17066         (pow_test_data): Likewise.
17067         (pow_tonearest_test_data): Likewise.
17068         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17069         mpfr_ff_f.
17070         (func_calc_desc): Add mpfr_ff_f union field.
17071         (FUNC_mpfr_ff_f): New macro.
17072         (test_functions): Add atan2, hypot and pow.
17073         (special_fill_min): New function.
17074         (special_fill_minus_min): Likewise.
17075         (special_fill_min_subnorm): Likewise.
17076         (special_fill_minus_min_subnorm): Likewise.
17077         (special_real_inputs): Add min, -min, min_subnorm and
17078         -min_subnorm.
17079         (calc_generic_results): Handle mpfr_ff_f.
17080         * sysdeps/i386/fpu/libm-test-ulps: Update.
17081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17082
17083 2013-12-16  Will Newton  <will.newton@linaro.org>
17084
17085         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17086         (Aligned Memory Blocks): Add documentation for aligned_alloc
17087         and suggest it as an alternative to posix_memalign.
17088         (Hooks for Malloc): Document __memalign_hook is also called
17089         for aligned_alloc.  (Summary of Malloc): Add summary for
17090         aligned alloc.  Document __memalign_hook is also called
17091         for aligned_alloc.
17092
17093 2013-12-16  Will Newton  <will.newton@linaro.org>
17094
17095         * manual/memory.texi (Malloc Examples): Clarify default
17096         alignment documentation.  Suggest posix_memalign rather
17097         than memalign or valloc.
17098         (Aligned Memory Blocks): Remove suggestion to use memalign
17099         or valloc.  Remove obsolete comment about BSD.
17100         Document memalign errno values and mark the function obsolete.
17101         Document posix_memalign returned error codes.  Mark valloc
17102         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17103         called for posix_memalign and valloc.
17104         (Summary of Malloc): Add posix_memalign to function summary.
17105         __memalign_hook is also called for posix_memalign and valloc.
17106
17107 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17108
17109         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17110         TAYLOR_SIN.
17111         (__sin): Adjust.
17112         (__cos): Likewise.
17113         (sloww): Use mynumber union.  Expand ternary operator into
17114         if-else statements.
17115         (cslow): use mynumber union.
17116
17117 2013-12-16  Allan McRae  <allan@archlinux.org>
17118
17119         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17120         * configure: Regenerated.
17121
17122         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17123
17124         [BZ #14120]
17125         * configure.ac: Added --enable-maintainer-mode. Check for
17126         autoconf when enabled.
17127         * configure: Regenerated.
17128
17129         * nscd/nscd.service: New file.
17130         * nscd/nscd.tmpfiles: New file.
17131
17132 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17133
17134         [BZ #12100]
17135         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17136         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17137         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17138         (strstr): Add __strstr_sse2_unaligned ifunc.
17139         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17140         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17141         (strcasestr): Remove __strcasestr_sse42 ifunc.
17142         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17143         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17144         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17145
17146 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17147
17148         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17149         * sysdeps/sh/bits/fenv.h: ... here.
17150         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17151
17152 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17153
17154         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17155
17156         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17157         hypotf multiarch implementations.
17158         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17159         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17160         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17161         multiarch hypot for PPC64.
17162         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17163         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17164         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17165         multiarch hypotf for PPC64.
17166
17167         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17168         modff multiarch implementations.
17169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17170         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17172         multiarch modf for PPC64.
17173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17175         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17176         multiarch modff for PPC64.
17177
17178         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17179         and logl multiarch implementations.
17180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17183         multiarch logb for PPC64.
17184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17187         multiarch logb for PPC64.
17188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17191         multiarch logb for PPC64.
17192
17193         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17194         isinff multiarch implementation.
17195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17196         file.
17197         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17199         multiarch isinf for PPC64.
17200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17201         file.
17202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17203         multiarch isinff for PPC64.
17204
17205         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17206         finitef multiarch implementation.
17207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17208         file.
17209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17211         multiarch finite for PPC64.
17212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17213         file.
17214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17215         multiarch finitef for PPC64.
17216
17217         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17218         lrint multiarch implementation.
17219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17220         file.
17221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17223         multiarch llrint for PPC64.
17224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17225         multiarch lrint for PPC64.
17226
17227         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17228         copysignf multiarch implementation.
17229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17230         file.
17231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17232         file.
17233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17234         multiarch copysign for PPC64.
17235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17236         multiarch copysignf for PPC64.
17237
17238         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17239         multiarch implementation.
17240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17241         file.
17242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17243         file.
17244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17245         file.
17246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17247         file.
17248         multiarch llround for PPC64.
17249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17250         multiarch trunc for PPC64.
17251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17252         multiarch truncf for PPC64.
17253
17254         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17255         multiarch implementation.
17256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17257         file.
17258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17259         file.
17260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17261         file.
17262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17263         file.
17264         multiarch llround for PPC64.
17265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17266         multiarch round for PPC64.
17267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17268         multiarch roundf for PPC64.
17269
17270         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17271         multiarch implementation.
17272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17273         file.
17274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17275         file.
17276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17277         file.
17278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17279         file.
17280         multiarch llround for PPC64.
17281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17282         multiarch floor for PPC64.
17283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17284         multiarch floorf for PPC64.
17285
17286         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17287         multiarch implementation.
17288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17289         file.
17290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17291         file.
17292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17293         file.
17294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17295         file.
17296         multiarch llround for PPC64.
17297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17298         multiarch ceil for PPC64.
17299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17300         multiarch ceilf for PPC64.
17301
17302         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17303         multiarch implementation.
17304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17305         file.
17306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17307         file.
17308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17309         file.
17310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17311         multiarch llround for PPC64.
17312         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17313         multiarch lround for PPC64.
17314
17315         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17316         multiarch implementation.
17317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17320         file.
17321         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17324         multiarch isnan for PPC64.
17325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17326         multiarch isnanf for PPC64.
17327
17328         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17329         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17330         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17331         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17332         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17334
17335         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17336         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17337         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17338         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17339
17340         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17341         multiarch implementations.
17342         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17343         (__libc_ifunc_impl_list): Likewise.
17344         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17345         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17346         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17347         multiarch stpcpy for PPC64.
17348
17349         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17350         multiarch implementations.
17351         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17352         (__libc_ifunc_impl_list): Likewise.
17353         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17354         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17355         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17356         multiarch strcpy for PPC64.
17357
17358         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17359         redefine function name.
17360         (_wordcopy_fwd_dest_aligned): Likewise.
17361         (_wordcopy_bwd_aligned): Likewise.
17362         (_wordcopy_bwd_dest_aligned): Likewise.
17363         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17364         multiarch implementations.
17365         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17366         (__libc_ifunc_impl_list): Likewise.
17367         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17368         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17369         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17370         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17371         multiarch wcscpy for PPC64.
17372
17373         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17374         multiarch implementations.
17375         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17376         (__libc_ifunc_impl_list): Likewise.
17377         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17378         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17379         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17380         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17381         multiarch wcscpy for PPC64.
17382
17383         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17384         multiarch implementations.
17385         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17386         (__libc_ifunc_impl_list): Likewise.
17387         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17388         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17389         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17390         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17391         multiarch wcsrchr for PPC64.
17392
17393         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17394         multiarch implementations.
17395         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17396         (__libc_ifunc_impl_list): Likewise.
17397         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17398         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17399         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17400         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17401         multiarch wcschr for PPC64.
17402
17403         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17404         multiarch implementations.
17405         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17406         (__libc_ifunc_impl_list): Likewise.
17407         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17408         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17409         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17410         multiarch strchrnul for PPC64.
17411
17412         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17413         implementations.
17414         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17415         (__libc_ifunc_impl_list): Likewise.
17416         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17417         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17418         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17419         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17420         strchr for PPC64.
17421
17422         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17423         implementations.
17424         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17425         (__libc_ifunc_impl_list): Likewise.
17426         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17427         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17428         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17429         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17430         strncmp for PPC64.
17431
17432         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17433         multiarch implementations.
17434         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17435         (__libc_ifunc_impl_list): Likewise.
17436         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17437         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17438         strncasecmp for PPC64.
17439         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17440         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17441         multiarch strncasecmp_l for PPC64.
17442
17443         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17444         multiarch implementations.
17445         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17446         (__libc_ifunc_impl_list): Likewise.
17447         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17448         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17449         multiarch strcasecmp for PPC64.
17450         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17451         file.
17452         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17453         multiarch strcasecmp_l for PPC64.
17454
17455         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17456         implementations.
17457         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17458         (__libc_ifunc_impl_list): Likewise.
17459         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17460         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17461         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17462         strnlen for PPC64.
17463
17464         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17465         implementations.
17466         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17467         (__libc_ifunc_impl_list): Likewise.
17468         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17469         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17470         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17471         strlen for PPC64.
17472
17473         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17474         implementations.
17475         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17476         (__libc_ifunc_impl_list): Likewise.
17477         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17478         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17479         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17480         rawmemrchr for PPC64.
17481
17482         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17483         implementation.
17484         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17485         (__libc_ifunc_impl_list): Likewise.
17486         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17487         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17488         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17489         memrchr for PPC64.
17490
17491         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17492         implementation.
17493         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17494         (__libc_ifunc_impl_list): Likewise.
17495         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17496         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17497         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17498         memchr for PPC64.
17499
17500         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17501         implementation.
17502         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17503         (__libc_ifunc_impl_list): Likewise.
17504         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17505         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17506         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17507         mempcpy for PPC64.
17508
17509         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17510         avoid cretion of __bzero symbol.
17511         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17512         Likewise.
17513         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17514         Likewise.
17515         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17516         Likewise.
17517         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17518         multiarch implementations.
17519         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17520         (__libc_ifunc_impl_list): Likewise.
17521         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17522         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17523         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17524         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17525         bzero for PPC32.
17526         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17527         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17528         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17529         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17530         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17531         memset for PPC64.
17532         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17533
17534         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17535         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17536         implementations.
17537         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17538         (__libc_ifunc_impl_list): Likewise.
17539         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17540         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17541         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17542         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17543         memcmp for PPC64.
17544
17545         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17546         multiarch for POWER/PPC64.
17547         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17548         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17549         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17550         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17551         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17552         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17553         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17554         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17555         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17556         memcpy for PPC64.
17557
17558         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17559         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17560         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17561         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17562         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17563         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17564         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17565         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17566         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17567         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17568         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17569         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17570         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17571         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17572         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17580
17581 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17582
17583         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17584
17585 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17586
17587         * benchtests/Makefile (bench): Add exp2 and log2.
17588         (LDLIBS-bench-exp2): Add -lm.
17589         (LDLIBS-bench-log2): Likewise.
17590         * benchtests/exp2-inputs: New inputs file.
17591         * benchtests/log2-inputs: New inputs file.
17592         * benchtests/log-inputs: Add new inputs.
17593         * benchtests/tan-inputs: Likewise.
17594
17595 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17596
17597         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17598         definition...
17599         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17600         (csloww2): ... from here.
17601
17602         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17603         instead of structures.
17604         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17605         (POLYNOMIAL): Likewise.
17606         (TAYLOR_SLOW): Likewise.
17607         (__sin): Likewise.
17608         (__cos): Likewise.
17609         (slow1): Likewise.
17610         (slow2): Likewise.
17611         (sloww): Likewise.
17612         (sloww1); Likewise.
17613         (sloww2): Likewise.
17614         (bsloww1): Likewise.
17615         (bsloww2): Likewise.
17616         (cslow2): Likewise.
17617         (csloww): Likewise.
17618         (csloww1): Likewise.
17619         (csloww2): Likewise.
17620
17621 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17622
17623         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17624         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17625         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17626         * malloc/hooks.c (realloc_check): Likewise.
17627
17628         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17629         * malloc/arena.c: Remove PER_THREAD conditional.
17630         [!PER_THREAD]: Remove code.
17631         (ptmalloc_unlock_all2): Likewise.
17632         (ptmalloc_init): Likewise.
17633         (_int_new_arena): Likewise.
17634         (arena_get2): Likewise.
17635         * malloc/hooks.c (__malloc_get_state): Likewise.
17636         (__malloc_set_state): Likewise.
17637         * malloc/malloc.c: Likewise.
17638         (struct malloc_state): Likewise.
17639         (struct malloc_par): Likewise.
17640         (__libc_realloc): Likewise.
17641         (__libc_mallopt): Likewise.
17642
17643 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17644
17645         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17646
17647 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17648
17649         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17650         macro to a function.  Check for zero perturb_byte.
17651         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17652
17653         * malloc/malloc.c: (force_reg): Remove.
17654         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17655         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17656         force_reg by atomic_forced_read.
17657         * malloc/arena.c (ptmalloc_init): Likewise.
17658         * malloc/hooks.c (top_check): Likewise.
17659
17660 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17661
17662         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17663
17664 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17665
17666         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17667
17668 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17669
17670         * math/auto-libm-test-in: Add tests of lgamma.
17671         * math/auto-libm-test-out: Regenerated.
17672         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17673         (M_LOG_2_SQRT_PIl): Likewise.
17674         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17675         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17676         mpfr_f_f1.
17677         (func_calc_desc): Add mpfr_f_f1 union field.
17678         (ARGS1): New macro.
17679         (ARGS2): Likewise.
17680         (ARGS3): Likewise.
17681         (ARGS4): Likewise.
17682         (RET1): Likewise.
17683         (RET2): Likewise.
17684         (CALC): Likewise.
17685         (FUNC): Likewise.
17686         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17687         (test_functions): Add lgamma.
17688         (calc_generic_results): Handle mpfr_f_f1.
17689         * sysdeps/i386/fpu/libm-test-ulps: Update.
17690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17691
17692 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17693
17694         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17695         __mpn_add_n for PowerPC64/POWER7.
17696         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17697         __mpn_sub_n for PowerPC64/POWER7.
17698
17699         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17700         __mpn_addmul_1 for PowerPC64.
17701         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17702         __mpn_submul_1 for PowerPC64.
17703         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17704         for PowerPC64.
17705         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17706         for PowerPC64.
17707
17708 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17709
17710         [BZ #15089]
17711         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17712
17713 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17714
17715         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17716
17717         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17718         add multiarch folders.
17719         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17720         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17721         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17722         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17723         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17724         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17725         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17726         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17727         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17728         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17729         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17736
17737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17738         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17740         New file.
17741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17742         New file.
17743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17744         multiarch __ieee754_hypot for PowerPC32.
17745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17746         New file.
17747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17748         New file.
17749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17750         multiarch __ieee754_hypotf for PowerPC32.
17751
17752         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17753         long_double_symbol only if __logbl is defined.
17754         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17755         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17756         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17757         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17758         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17759         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17760         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17761         path for implementation.
17762         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17763         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17765         logb, and logbl multiarch implementations for PowerPC32.
17766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17767         file.
17768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17769         file.
17770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17771         multiarch logb for PowerPC32.
17772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17773         file.
17774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17775         file.
17776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17777         multiarch logbf for PowerPC32.
17778         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17780         file.
17781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17782         multiarch logbl implementation for PowerPC32.
17783
17784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17785         and modff multiarch implementations.
17786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17787         New file.
17788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17789         New file.
17790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17791         multiarch modf for PowerPC32.
17792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17793         New file.
17794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17795         New file.
17796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17797         multiarch modff for PowerPC32.
17798
17799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17800         and lrintf multiarch implementations.
17801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17802         New file.
17803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17804         New file.
17805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17806         multiarch lrint for PowerPC32.
17807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17808         file: multiarch lrintf for PowerPC32.
17809
17810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17811         and lroundf multiarch implementations.
17812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17813         New file.
17814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17815         New file.
17816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17817         New file.
17818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17819         multiarch lround for PowerPC32.
17820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17821         file: multiarch lroundf for PowerPC32.
17822
17823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17824         copysign and copysignf multiarch implementations.
17825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17826         New file.
17827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17828         New file.
17829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17830         file: multiarch copysign for PowerPC32.
17831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17832         file: multiarch copysignf for PowerPC32.
17833
17834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17835         and truncf multiarch implementations.
17836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17837         New file.
17838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17839         file.
17840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17841         multiarch trunc for PowerPC32.
17842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17843         New file.
17844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17845         New file.
17846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17847         multiarch truncf for PowerPC32.
17848
17849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17850         and roundf multiarch implementations.
17851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17852         New file.
17853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17854         file.
17855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17856         multiarch round for PowerPC32.
17857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17858         New file.
17859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17860         New file.
17861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17862         multiarch roundf for PowerPC32.
17863
17864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17865         and floorf multiarch implementations.
17866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17867         New file.
17868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17869         file.
17870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17871         multiarch floor for PowerPC32.
17872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17873         New file.
17874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17875         New file.
17876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17877         multiarch floorf for PowerPC32.
17878
17879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17880         and ceilf multiarch implementations.
17881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17882         New file.
17883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17884         file.
17885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17886         multiarch ceil for PowerPC32.
17887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17888         New file.
17889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17890         file.
17891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17892         multiarch ceilf for PowerPC32.
17893
17894         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17895         is defined.
17896         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17897         FINITEF is defined.
17898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17899         and finitef multiarch implementations.
17900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17901         New file.
17902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17903         file.
17904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17905         multiarch finite for PowerPC32.
17906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17907         New file.
17908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17909         file: multiarch finitef for PowerPC32.
17910
17911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17912         and isinff multiarch implementations.
17913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17914         file.
17915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17916         file.
17917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17918         multiarch isinf for PowerPC32.
17919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17920         New file.
17921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17922         multiarch isinff for PowerPC32.
17923
17924         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17925         alias when __isnan is defined.
17926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17927         and isnanf multiarch implementations.
17928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17929         file.
17930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17931         file.
17932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17933         file.
17934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17935         file.
17936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17937         multiarch isnan for PowerPC32.
17938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17939         New file.
17940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17941         New file.
17942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17943         multiarch isnanf for PowerPC32.
17944
17945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17946         and sqrtf multiarch implementations.
17947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17948         file.
17949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17950         file.
17951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17952         multiarch sqrt for PowerPC32.
17953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17954         file.
17955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17956         file.
17957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17958         multiarch sqrtf for PowerPC32.
17959
17960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17961         and llroundf multiarch implementations.
17962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17963         New file.
17964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17965         New file.
17966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17967         New file.
17968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17969         file: multiarch llround for PowerPC32.
17970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17971         file: multiarch llroundf for PowerPC32.
17972
17973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17974         multiarch PowerPC32 fpu implementations.
17975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17976         New file.
17977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17978         New file.
17979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17980         multiarch llrint for PowerPC32.
17981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17982         New file.
17983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17984         New file.
17985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17986         file.
17987
17988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17989
17990         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17991         file.
17992         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17993         file.
17994         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17995         file.
17996         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17997         multiarch wordcopy for PPC32.
17998         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17999         wordcopy objects.
18000         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18001         (__libc_ifunc_impl_list): Likewise.
18002         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18003         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18004         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18005         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18006         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18007         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18008
18009         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18010         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18011         file.
18012         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18013         file.
18014         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18015         file.
18016         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18017         multiarch wcscpy for PPC32.
18018         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18019         multiarch objects.
18020         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18021         (__libc_ifunc_impl_list): Likewise.
18022         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18023         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18024         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18025         sysdeps/powerpc/power6/wcscpy.c.
18026
18027         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18028         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18029         file.
18030         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18031         file.
18032         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18033         file.
18034         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18035         multiarch wcsrchr for PPC32.
18036         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18037         multiarch objects.
18038         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18039         (__libc_ifunc_impl_list): Likewise.
18040         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18041         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18042         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18043         sysdeps/powerpc/power6/wcsrchr.c.
18044
18045         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18046         file.
18047         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18048         file.
18049         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18050         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18051         multiarch wcschr for PPc32.
18052         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18053         multiarch objects.
18054         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18055         (__libc_ifunc_impl_list): Likewise.
18056         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18057         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18058         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18059         sysdeps/powerpc/power6/wcschr.c.
18060
18061         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18062         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18063         file.
18064         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18065         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18066         file: multiarch strchr for PPC32.
18067         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18068         multiarch objects.
18069         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18070         (__libc_ifunc_impl_list): Likewise.
18071
18072         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18073         name.
18074         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18075         file.
18076         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18077         file.
18078         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18079         multiarch strchrnul for PPC32.
18080         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18081         multiarch objects.
18082         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18083         (__libc_ifunc_impl_list): Likewise.
18084
18085         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18086         file.
18087         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18088         multiarch strncasecmp for PPC32.
18089         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18090         file.
18091         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18092         multiarch strncasecmp_l for PPC32.
18093         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18094         strncasecmp multiarch objects.
18095         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18096         (__libc_ifunc_impl_list): Likewise.
18097
18098         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18099         file.
18100         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18101         multiarch strncasecmp for PPC32.
18102         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18103         New file.
18104         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18105         multiarch strcasecmp_l for PPC32.
18106         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18107         multiarch objects.
18108         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18109         (__libc_ifunc_impl_list): Likewise.
18110
18111         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18112         file.
18113         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18114         file.
18115         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18116         multiarch strncmp for PPC32.
18117         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18118         multiarch objects.
18119         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18120         (__libc_ifunc_impl_list): Likewise.
18121
18122         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18123         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18124         file.
18125         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18126         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18127         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18128         multiarch objects.
18129         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18130         (__libc_ifunc_impl_list): Likewise.
18131
18132         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18133         file.
18134         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18135         file.
18136         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18137         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18138         multiarch objects.
18139         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18140         (__libc_ifunc_impl_list): Likewise.
18141
18142         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18143         file.
18144         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18145         file.
18146         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18147         multiarch rawmemchr for PPC32.
18148         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18149         multiarch objects.
18150         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18151         (__libc_ifunc_impl_list): Likewise.
18152
18153         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18154         file.
18155         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18156         file.
18157         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18158         file: memrchr multiarch for PPC32.
18159         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18160         multiarch objects.
18161         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18162         (__libc_ifunc_impl_list): Likewise.
18163
18164         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18165         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18166         file.
18167         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18168         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18169         multiarch memchr for PPC32.
18170         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18171         multiarch objects.
18172         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18173         (__libc_ifunc_impl_list): Likewise.
18174
18175         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18176         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18177         file.
18178         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18179         file.
18180         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18181         file: multiarch mempcpy for PPC32.
18182         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18183         multiarch objects.
18184         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18185         (__libc_ifunc_impl_list): Likewise.
18186
18187         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18188         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18189         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18190         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18191         multiarch bzero for PPC32.
18192         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18193         file.
18194         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18195         file.
18196         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18197         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18198         file: multiarch memset for PPC32.
18199         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18200         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18201         memset multiarch objects.
18202         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18203         (__libc_ifunc_impl_list): Likewise.
18204
18205         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18206         file.
18207         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18208         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18209         memcmp for PPC32.
18210         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18211         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18212         multiarch objects.
18213         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18214         (__libc_ifunc_impl_list): Likewise.
18215
18216         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18217         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18218         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18219         file.
18220         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18221         file.
18222         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18223         file.
18224         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18225         multiarch memcpy for PPC32.
18226         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18227         multiarch objects.
18228         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18229         (__libc_ifunc_impl_list): Likewise.
18230
18231         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18232         support multiarch for POWER/PPC32.
18233         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18234         Likewise.
18235         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18237         Implies file to make multiarch folder appers before the fpu and
18238         default folder for power4 configuration.
18239
18240 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18241
18242         * scripts/bench.pl: Append volatile keyword to type.
18243
18244 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18245
18246         * sysdeps/sh/sotruss-lib.c: New file.
18247         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18248
18249 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18250
18251         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18252
18253 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18254
18255         [BZ #6810]
18256         * math/w_tgamma.c: Include <errno.h>.
18257         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18258         * math/w_tgammaf.c: Include <errno.h>.
18259         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18260         * math/w_tgammal.c: Include <errno.h>.
18261         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18262         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18263         underflow.  Add more tgamma tests.
18264         * math/auto-libm-test-out: Regenerated.
18265         * sysdeps/i386/fpu/libm-test-ulps: Update.
18266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18267
18268         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18269         sin, sinh, tan, tanh, tgamma, y0 and y1.
18270         * math/auto-libm-test-out: Regenerated.
18271         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18272         (TEST_COND_x86): Likewise.
18273         (M_E2l): Remove macro.
18274         (M_E3l): Likewise.
18275         (M_2_SQRT_PIl): Likewise.
18276         (M_SQRT_PIl): Likewise.
18277         (M_1_DIV_El): Likewise.
18278         (log_test_data): Use AUTO_TESTS_f_f.
18279         (log10_test_data): Likewise.
18280         (log1p_test_data): Likewise.
18281         (log2_test_data): Likewise.
18282         (sin_test_data): Likewise.
18283         (sin_tonearest_test_data): Likewise.
18284         (sin_towardzero_test_data): Likewise.
18285         (sin_downward_test_data): Likewise.
18286         (sin_upward_test_data): Likewise.
18287         (sinh_test_data): Likewise.
18288         (sinh_tonearest_test_data): Likewise.
18289         (sinh_towardzero_test_data): Likewise.
18290         (sinh_downward_test_data): Likewise.
18291         (sinh_upward_test_data): Likewise.
18292         (tan_test_data): Likewise.
18293         (tan_tonearest_test_data): Likewise.
18294         (tan_towardzero_test_data): Likewise.
18295         (tan_downward_test_data): Likewise.
18296         (tan_upward_test_data): Likewise.
18297         (tanh_test_data): Likewise.
18298         (tgamma_test_data): Likewise.
18299         (y0_test_data): Likewise.
18300         (y1_test_data): Likewise.
18301         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18302         (special_real_inputs): Add pi/4.
18303         * sysdeps/i386/fpu/libm-test-ulps: Update.
18304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18305
18306 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18307
18308         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18309         "longjmp_target" static probes.
18310         (__longjmp): Rename to __longjmp_symbol.
18311         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18312         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18313         on which longjmp to generate.
18314         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18315         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18316         probe.
18317         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18318         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18319         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18320         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18321         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18322         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18324         __longjmp_symbol based on which __longjmp to generate.
18325         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18326         probe.
18327         (setjmp): Rename to setjmp_symbol.
18328         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18329         (_setjmp): Rename to _setjmp_symbol.
18330         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18331         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18332         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18333         which setjmp to generate.
18334         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18335         "longjmp_target" static probes.
18336
18337 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18338
18339         * benchtests/README: Add note about output arguments.
18340         * benchtests/bench-sincos.c: Remove file.
18341         * benchtests/sincos-inputs: New file.
18342         * scripts/bench.pl: Identify output arguments and define
18343         static variables for them.
18344
18345         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18346
18347         [BZ #15941]
18348         * Makefile (INSTALL): Add install-plain.texi as the primary
18349         dependency.
18350         * manual/install-plain.texi: New file.
18351         * manual/install.texi: Include node directive only for
18352         non-plaintext output.
18353
18354 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18355
18356         * stdlib/longlong.h: Update from GCC.
18357
18358         [BZ #6807]
18359         [BZ #15901]
18360         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18361         * math/w_j0f.c (y0f): Likewise.
18362         * math/w_j0l.c (__y0l): Likewise.
18363         * math/w_j1.c (y1): Likewise.
18364         * math/w_j1f.c (y1f): Likewise.
18365         * math/w_j1l.c (__y1l): Likewise
18366         * math/w_jn.c (yn): Likewise.
18367         * math/w_jnf.c (ynf): Likewise.
18368         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18369         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18370         value for Bessel function domain errors outside _SVID_ mode.
18371         Adjust sign of return value for yn (negative integer, 0).
18372         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18373         by zero in return for negative x and set sign appropriately for
18374         negative n.
18375         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18376         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18377         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18378         expectations in error cases.
18379         (y1_test_data): Likewise.
18380         (yn_test_data): Likewise.
18381         * sysdeps/i386/fpu/libm-test-ulps: Update.
18382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18383
18384 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18385
18386         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18387         "64" to "64-v1".  Add "64-v2".
18388         (abi-64-options): Rename to ...
18389         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18390         (abi-64-condition): Rename to ...
18391         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18392         (abi-64-ld-soname): Rename to ...
18393         (abi-64-v1-ld-soname): ... this.
18394         (abi-64-v2-options): Define.
18395         (abi-64-v2-condition): Likewise.
18396         (abi-64-v2-ld-soname): Likewise.
18397         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18398         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18402
18403 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18404             Alan Modra  <amodra@gmail.com>
18405
18406         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18407         New versions for use with the ELFv2 ABI.
18408         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18409         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18410         declaration.
18411         (struct La_ppc64v2_retval): Likewise.
18412         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18413         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18414         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18415         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18416         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18417         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18418         Do not save or restore CR.
18419         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18420         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18421         return values for ELFv2 ABI.  Fix location of FPR return registers.
18422         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18423         updated values for _CALL_ELF == 2.
18424         (La_regs, La_retval, int_retval): Likewise.
18425
18426 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18427
18428         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18429         (FRAME_MIN_SIZE_PARM): Likewise.
18430         (FRAME_BACKCHAIN): Likewise.
18431         (FRAME_CR_SAVE): Likewise.
18432         (FRAME_LR_SAVE): Likewise.
18433         (FRAME_TOC_SAVE): Likewise.
18434         (FRAME_PARM_SAVE): Likewise.
18435         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18436         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18437         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18438         (call_mcount_parm_offset): New macro.
18439         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18440         (PROF): Use symbolic stack frame offsets.
18441         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18442         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18443         Redefine in terms of FRAME_MIN_SIZE.
18444         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18445         (_dl_profile_resolve): Likewise.  Update comment.
18446         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18447         symbols stack frame offsets.
18448         (__sigsetjmp): Likewise.
18449         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18450         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18451         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18452         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18453
18454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18455         (FRAME_BACKCHAIN): Remove.
18456         (FRAME_CR_SAVE): Likewise.
18457         (FRAME_LR_SAVE): Likewise.
18458         (FRAME_COMPILER_DW): Likewise.
18459         (FRAME_LINKER_DW): Likewise.
18460         (FRAME_TOC_SAVE): Likewise.
18461         (FRAME_PARM_SAVE): Likewise.
18462         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18463         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18464         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18466         (CHECK_SP): Use symbolic stack frame offsets.
18467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18468         zone" instead of caller's parameter save area for temp storage.
18469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18470         Likewise.  Also, use symbolic stack frame offsets.
18471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18472         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18473         our own stack frame instead of the caller's.
18474         (__socket): Use symbolic stack frame offsets.
18475
18476 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18477             Alan Modra  <amodra@gmail.com>
18478
18479         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18480         Define.
18481         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18482         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18483         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18484         New function.
18485         (elf_machine_fixup_plt): Call it.
18486         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18487         reloc arguments.
18488         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18489         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18490         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18491         r2 before calling target.
18492
18493 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18494             Alan Modra  <amodra@gmail.com>
18495
18496         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18497         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18498         versions of macros to support ELFv2 ABI.
18499         (LOCALENTRY): New macro.
18500         (ENTRY, EALIGN): Use it.
18501         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18502         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18503         fall through into ENTRY entry point.
18504         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18505         Only define if _CALL_ELF != 2.
18506
18507         (elf_machine_matches_host): Verify ABI version matches.
18508         (RTLD_START): Use LOCALENTRY.
18509         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18510         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18511         (PLT_ENTRY_WORDS): New macro.
18512         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18513         (elf_machine_runtime_setup): Support ELFv2 ABI.
18514         (elf_machine_fixup_plt): Likewise.
18515         (elf_machine_plt_conflict): Likewise.
18516         (resolve_ifunc): Likewise.
18517         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18518         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18519         Likewise.
18520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18521         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18523         (makecontext): Support ELFv2 ABI.
18524         * elf/elf.h (EF_PPC64_ABI): Define.
18525
18526 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18527
18528         * sysdeps/powerpc/powerpc64/sysdep.h
18529         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18530         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18531         (ENTRY) [ASSEMBLER]: ... but instead here ...
18532         (EALIGN) [ASSEMBLER]: ... and here.
18533         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18534         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18535         (ENTRY_2) [!ASSEMBLER]: Use it.
18536         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18537         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18538         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18539         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18540         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18542         Use PPC64_LOAD_FUNCPTR.
18543
18544         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18545
18546 2013-12-04  Alan Modra  <amodra@gmail.com>
18547
18548         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18549         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18550         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18551         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18552
18553         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18554         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18555         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18556         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18557         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18558         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18559
18560 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18561
18562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18563         (__makecontext): Fix incorrect CFI when backtracing out of
18564         context created via makecontext.
18565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18566         (__setcontext): Fix incorrect CFI during switch to new context.
18567         (__novec_setcontext): Likewise.
18568
18569 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18570
18571         [BZ #4772]
18572         * time/strptime_l.c (__strptime_internal): Allow modifiers
18573         in strptime.
18574         * time/tst-strptime.c (day_tests): Add testcase.
18575
18576 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18577
18578         * scripts/bench.pl: Skip over blank lines.
18579
18580 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18581
18582         [BZ #926]
18583         * manual/time.texi (Calendar Time): Clarify what timezone functions
18584         use.
18585
18586 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18587
18588         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18589
18590 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18591
18592         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18593         implementation.
18594         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18595         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18596         * debug/memset_chk.c (__memset_chk): Likewise.
18597         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18598         * debug/strncpy_chk.c: Likewise.
18599
18600 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18601
18602         [BZ #15268]
18603         [BZ #15425]
18604         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18605         (__ieee754_exp): For possibly underflowing results, check size of
18606         result and force underflow exception if required.
18607         * math/auto-libm-test-in: Add more tests of exp.
18608         * math/auto-libm-test-out: Regenerated.
18609         * sysdeps/i386/fpu/libm-test-ulps: Update.
18610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18611
18612         [BZ #16283]
18613         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18614         * math/w_exp2f.c (__exp2f): Likewise.
18615         * math/w_exp2l.c (__exp2l): Likewise.
18616         * math/auto-libm-test-in: Do not allow missing errno on exp2
18617         underflow.
18618         * math/auto-libm-test-out: Regenerated.
18619
18620 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18621
18622         [BZ #16274]
18623         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18624         handle filename validation.
18625         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18626         (do_open): Delete.
18627
18628 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18629
18630         [BZ #6786]
18631         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18632         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18633         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18634         <float.h>.
18635         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18636         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18637         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18638         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18639         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18640         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18641         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18642         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18643         Add more erfc tests.
18644         * math/auto-libm-test-out: Regenerated.
18645         * sysdeps/i386/fpu/libm-test-ulps: Update.
18646         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18647
18648         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18649         exp2, expm1, j0 and j1.
18650         * math/auto-libm-test-out: Regenerated.
18651         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18652         (erfc_test_data): Likewise.
18653         (exp_test_data): Likewise.
18654         (exp_tonearest_test_data): Likewise.
18655         (exp_towardzero_test_data): Likewise.
18656         (exp_downward_test_data): Likewise.
18657         (exp_upward_test_data): Likewise.
18658         (exp10_test_data): Likewise.
18659         (exp2_test_data): Likewise.
18660         (expm1_test_data): Likewise.
18661         (j0_test_data): Likewise.
18662         (j1_test_data): Likewise.
18663         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18664         (input_flag_type): Add flag_xfail_rounding.
18665         (input_flags): Add xfail-rounding.
18666         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18667         (output_for_one_input_case): Handle flag_xfail_rounding.
18668         * sysdeps/i386/fpu/libm-test-ulps: Update.
18669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18670
18671 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18672
18673         [BZ #16289]
18674         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18675         division by 0.
18676
18677 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18678
18679         [BZ #16195]
18680         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18681         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18682         (STAP_PROBE0): New macro.
18683         (STAP_PROBE1): Likewise.
18684         (STAP_PROBE2): Likewise.
18685         (STAP_PROBE3): Likewise.
18686         (STAP_PROBE4): Likewise.
18687
18688 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18689
18690         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18691
18692 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18693
18694         * benchtests/Makefile (bench): Add sqrt.
18695         (LDLIBS-bench-sqrt): New.
18696         * benchtests/sqrt-input: New.
18697
18698 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18699
18700         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18701         (GAIH_EAI): Likewise.
18702         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18703         (gaih_inet): Likewise.
18704         (getaddrinfo): Don't use GAIH_EAI.
18705
18706         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18707         (struct gaih): Remove definition.
18708
18709 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18710
18711         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18712         Use HERRNOP directly.
18713
18714 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18715
18716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18717
18718 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18719
18720         * math/gen-auto-libm-tests.c (test_functions): Add more
18721         single-argument functions.
18722         (special_fill_pi_2): New function.
18723         (special_fill_minus_pi_2): Likewise.
18724         (special_fill_pi_6): Likewise.
18725         (special_fill_minus_pi_6): Likewise.
18726         (special_fill_pi_3): Likewise.
18727         (special_fill_2pi_3): Likewise.
18728         (special_fill_e): Likewise.
18729         (special_fill_1_e): Likewise.
18730         (special_fill_e_minus_1): Likewise.
18731         (special_real_inputs): Add more special inputs.
18732         (output_for_one_input_case): Do not require ERANGE on underflow to
18733         zero if round-to-nearest result does not underflow to zero, unless
18734         exact results required.
18735         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18736         atan, atanh, cbrt, cos and cosh.
18737         * math/auto-libm-test-out: Regenerated.
18738         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18739         (acos_tonearest_test_data): Likewise.
18740         (acos_towardzero_test_data): Likewise.
18741         (acos_downward_test_data): Likewise.
18742         (acos_upward_test_data): Likewise.
18743         (acosh_test_data): Likewise.
18744         (asin_test_data): Likewise.
18745         (asin_tonearest_test_data): Likewise.
18746         (asin_towardzero_test_data): Likewise.
18747         (asin_upward_test_data): Likewise.
18748         (asinh_test_data): Likewise.
18749         (atan_test_data): Likewise.
18750         (atanh_test_data): Likewise.
18751         (cbrt_test_data): Likewise.
18752         (cos_test_data): Likewise.
18753         (cos_tonearest_test_data): Likewise.
18754         (cos_towardzero_test_data): Likewise.
18755         (cos_downward_test_data): Likewise.
18756         (cos_upward_test_data): Likewise.
18757         (cosh_test_data): Likewise.
18758         (cosh_tonearest_test_data): Likewise.
18759         (cosh_towardzero_test_data): Likewise.
18760         (cosh_downward_test_data): Likewise.
18761         (cosh_upward_test_data): Likewise.
18762         * sysdeps/i386/fpu/libm-test-ulps: Update.
18763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18764
18765 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18766
18767         [BZ #6787]
18768         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18769         * math/w_exp10f.c (__exp10f): Likewise.
18770         * math/w_exp10l.c (__exp10l): Likewise.
18771         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18772         errno settings in existing tests.
18773
18774         [BZ #14032]
18775         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18776         precision control set to double precision.
18777         * sysdeps/i386/fpu/w_sqrt.c: New file.
18778         * math/auto-libm-test-in: Add more tests.
18779         * math/auto-libm-test-out: Update.
18780
18781         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18782         (sqrt_test_tonearest): New function.
18783         (sqrt_towardzero_test_data): New variable.
18784         (sqrt_test_towardzero): New function.
18785         (sqrt_downward_test_data): New variable.
18786         (sqrt_test_downward): New function.
18787         (sqrt_upward_test_data): New variable.
18788         (sqrt_test_upward): New function.
18789         (main): Call the new functions.
18790
18791         * math/gen-auto-libm-tests.c: New file.
18792         * math/auto-libm-test-in: Likewise.
18793         * math/auto-libm-test-out: New generated file.
18794         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18795         variables.
18796         (%beautify): Add generated representations of zero.
18797         (top level): Set $auto_input and call parse_auto_input.
18798         (beautify): Remove trailing "f" from hex float constants.
18799         (parse_args): Handle XFAIL_TEST.
18800         (convert_condition): New function.
18801         (or_value): Likewise.
18802         (or_cond_value): Likewise.
18803         (generate_testfile): Handle AUTO_TESTS_* lines.
18804         (parse_auto_input): New function.
18805         * math/libm-test.inc (XFAIL_TEST): New macro.
18806         (ERRNO_UNCHANGED): Update value.
18807         (ERRNO_EDOM): Likewise.
18808         (ERRNO_ERANGE): Likewise.
18809         (IGNORE_RESULT): Likewise.
18810         (TEST_COND_flt_32): New macro.
18811         (TEST_COND_dbl_64): Likewise.
18812         (TEST_COND_ldbl_96_intel): Likewise.
18813         (TEST_COND_ldbl_96_m68k): Likewise.
18814         (TEST_COND_ldbl_128): Likewise.
18815         (TEST_COND_ldbl_128ibm): Likewise.
18816         (TEST_COND_long32): Likewise.
18817         (TEST_COND_long64): Likewise.
18818         (TEST_COND_before_rounding): Likewise.
18819         (TEST_COND_after_rounding): Likewise.
18820         (enable_test): Handle XFAIL_TEST flag.
18821         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18822         with finite results.
18823         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18824         auto-libm-test-out.
18825
18826 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18827             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18828
18829         [BZ #16214]
18830         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18831         __tls_get_addr_internal instead of __tls_get_offset in order to
18832         avoid GOT pointer dependency.  Make rtld export
18833         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18834         __tls_get_addr since we are a __tls_get_offset platform.
18835         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18836         GOT pointer being set up before.
18837         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18838
18839 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18840
18841         * manual/math.texi (Errors in Math Functions): Document accuracy
18842         goals.
18843
18844         [BZ #15004]
18845         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18846         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18847         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18848         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18849         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18850         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18851         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18852         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18853         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18854         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18855         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18856         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18857         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18858         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18859         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18860         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18861
18862         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18863         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18864         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18865         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18866         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18867         Likewise.
18868         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18869         Likewise.
18870         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18871         Likewise.
18872         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18873         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18874         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18875         atomic-feupdateenv and flt-rounds.
18876         * sysdeps/powerpc/nofpu/Versions (libc): Add
18877         __atomic_feholdexcept, __atomic_feclearexcept,
18878         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18879         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18880         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18881         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18882         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18883         here.
18884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18885         Update.
18886
18887         * manual/arith.texi (FP Exceptions): Document that exceptions may
18888         not be raised when matherr is used.
18889         (Math Error Reporting): Document overflow in directed rounding
18890         modes.  Document that errno may not be set when finite values are
18891         returned on overflow.  Document intent to set errno on underflow
18892         only for underflow to zero.
18893
18894         [BZ #16271]
18895         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18896         round-to-nearest then adjust result for other rounding modes.
18897         * include/fenv.h (fegetround): Use libm_hidden_proto.
18898         * math/fegetround.c (fegetround): Use libm_hidden_def.
18899         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18900         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18901         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18902         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18903         Likewise.
18904         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18905         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18906         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18907         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18908
18909 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18910
18911         [BZ #16077]
18912         * nss/Versions (libnss_files): Add
18913         _nss_files_gethostbyname3_r.
18914         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18915         New function.
18916         (HOST_DB_LOOKUP): Remove macro.
18917         (_nss_files_gethostbyname_r): Implement function without the
18918         HOST_DB_LOOKUP macro.
18919         (_nss_files_gethostbyname2_r): Likewise.
18920
18921 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18922
18923         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18924
18925 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18926
18927         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18928         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18929         warning.
18930
18931 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18932
18933         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18934         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18935         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18936         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18937         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18938         __fe_nomask_env_priv and attribute_hidden.
18939         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18940         (libc_feupdateenv_test_ppc): Likewise.
18941         (libc_feresetround_ppc): Likewise.
18942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18943         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18944         compat_symbol macro.
18945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18946         (__fe_nomask_env): Likewise.
18947         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18948
18949 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18950
18951         * string/Makefile: Remove ifunc tests.
18952         * string/test-string.h: Define TEST_IFUNC.
18953         * string/test-bcopy-ifunc.c: Remove.
18954         * string/test-bzero-ifunc.c: Likewise.
18955         * string/test-memccpy-ifunc.c: Likewise.
18956         * string/test-memchr-ifunc.c: Likewise.
18957         * string/test-memcmp-ifunc.c: Likewise.
18958         * string/test-memcpy-ifunc.c: Likewise.
18959         * string/test-memmem-ifunc.c: Likewise.
18960         * string/test-memmove-ifunc.c: Likewise.
18961         * string/test-mempcpy-ifunc.c: Likewise.
18962         * string/test-memrchr-ifunc.c: Likewise.
18963         * string/test-memset-ifunc.c: Likewise.
18964         * string/test-rawmemchr-ifunc.c: Likewise.
18965         * string/test-stpcpy-ifunc.c: Likewise.
18966         * string/test-stpncpy-ifunc.c: Likewise.
18967         * string/test-strcasecmp-ifunc.c: Likewise.
18968         * string/test-strcasestr-ifunc.c: Likewise.
18969         * string/test-strcat-ifunc.c: Likewise.
18970         * string/test-strchr-ifunc.c: Likewise.
18971         * string/test-strchrnul-ifunc.c: Likewise.
18972         * string/test-strcmp-ifunc.c: Likewise.
18973         * string/test-strcpy-ifunc.c: Likewise.
18974         * string/test-strcspn-ifunc.c: Likewise.
18975         * string/test-strlen-ifunc.c: Likewise.
18976         * string/test-strncasecmp-ifunc.c: Likewise.
18977         * string/test-strncat-ifunc.c: Likewise.
18978         * string/test-strncmp-ifunc.c: Likewise.
18979         * string/test-strncpy-ifunc.c: Likewise.
18980         * string/test-strnlen-ifunc.c: Likewise.
18981         * string/test-strpbrk-ifunc.c: Likewise.
18982         * string/test-strrchr-ifunc.c: Likewise.
18983         * string/test-strspn-ifunc.c: Likewise.
18984         * string/test-strstr-ifunc.c: Likewise.
18985
18986 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18987
18988         * benchtests/Makefile: Remove ifunc tests.
18989         * benchtests/bench-string.h: Define TEST_IFUNC.
18990         * benchtests/bench-bcopy-ifunc.c: Remove.
18991         * benchtests/bench-bzero-ifunc.c: Likewise.
18992         * benchtests/bench-memccpy-ifunc.c: Likewise.
18993         * benchtests/bench-memchr-ifunc.c: Likewise.
18994         * benchtests/bench-memcmp-ifunc.c: Likewise.
18995         * benchtests/bench-memcpy-ifunc.c: Likewise.
18996         * benchtests/bench-memmem-ifunc.c: Likewise.
18997         * benchtests/bench-memmove-ifunc.c: Likewise.
18998         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18999         * benchtests/bench-memrchr-ifunc.c: Likewise.
19000         * benchtests/bench-memset-ifunc.c: Likewise.
19001         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19002         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19003         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19004         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19005         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19006         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19007         * benchtests/bench-strcat-ifunc.c: Likewise.
19008         * benchtests/bench-strchr-ifunc.c: Likewise.
19009         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19010         * benchtests/bench-strcmp-ifunc.c: Likewise.
19011         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19012         * benchtests/bench-strcpy-ifunc.c: Likewise.
19013         * benchtests/bench-strcspn-ifunc.c: Likewise.
19014         * benchtests/bench-strlen-ifunc.c: Likewise.
19015         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19016         * benchtests/bench-strncat-ifunc.c: Likewise.
19017         * benchtests/bench-strncmp-ifunc.c: Likewise.
19018         * benchtests/bench-strncpy-ifunc.c: Likewise.
19019         * benchtests/bench-strnlen-ifunc.c: Likewise.
19020         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19021         * benchtests/bench-strrchr-ifunc.c: Likewise.
19022         * benchtests/bench-strsep-ifunc.c: Likewise.
19023         * benchtests/bench-strspn-ifunc.c: Likewise.
19024         * benchtests/bench-strstr-ifunc.c: Likewise.
19025
19026 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19027
19028         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19029
19030 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19031
19032         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19033         * rt/aio.h: Likewise.
19034         * sysdeps/gnu/bits/utmp.h: Likewise.
19035         * sysdeps/gnu/bits/utmpx.h: Likewise.
19036         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19037         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19038         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19039         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19040         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19041         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19042         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19043         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19044         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19045         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19046         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19047         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19048         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19050         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19051         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19052         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19053         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19054         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19055         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19056         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19057         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19058         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19059         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19060         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19061         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19062         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19063         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19064         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19065         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19066         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19067         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19068         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19069         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19070         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19071         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19072         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19073         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19074         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19075         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19076         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19077         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19078
19079 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19080
19081         [BZ #16245]
19082         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19083         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19084
19085 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19086
19087         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19088         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19089         Likewise.
19090
19091 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19092
19093         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19094         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19095         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19096         (__fesetround): Remove define.
19097         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19098         rounding and exceptions handling.
19099         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19100         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19101         (__fe_nomask_env): Likewise.
19102         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19103         __fegetround instead of fegetround.
19104         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19105         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19106
19107 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19108
19109         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19110         it's there.
19111
19112         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19113
19114 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19115
19116         [BZ #11157]
19117         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19118         (encrypt_r): Likewise.
19119         * malloc/obstack.h (obstack_free): Likewise.
19120         * posix/unistd.h (encrypt): Likewise.
19121
19122 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19123
19124         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19125         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19126         DL_CALL_DT_FINI() that call the functions directly.
19127         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19128         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19129         * elf/dl-fini.c: Likewise.
19130
19131 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19132
19133         * malloc/hooks.c (memalign_check): Add alignment rounding.
19134         * malloc/malloc.c (_mid_memalign): New function.
19135         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19136         Implement by calling _mid_memalign.
19137         * manual/probes.texi (Memory Allocation Probes): Remove
19138         memory_valloc_retry and memory_pvalloc_retry.
19139
19140 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19141
19142         * locale/programs/locarchive.c (open_archive): Add const
19143         qualifier to ARCHIVEFNAME and copy default fname to
19144         DEFAULT_FNAME.
19145
19146         [BZ #15601]
19147         * libio/tst-widetext.input: Rename Oriya to Odia.
19148         * locale/iso-639.def: Likewise.
19149
19150         * manual/probes.texi (Mathematical Function Probes): Add
19151         documentation for sin, cos, asin and acos probes.
19152         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19153         (__sin32): Add slowasin probe.
19154         (__cos32): Add slowacos probe.
19155         (__mpsin): Add slowsin probe.
19156         (__mpcos): Add slowcos probe.
19157
19158 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19159
19160         [BZ #15483]
19161         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19162         thread-local __sim_exceptions_thread and global
19163         __sim_exceptions_global.
19164         (__sim_disabled_exceptions): Change to thread-local
19165         __sim_disabled_exceptions_thread and global
19166         __sim_disabled_exceptions_global.
19167         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19168         and global __sim_round_mode_global.
19169         (__simulate_exceptions): Use thread-local floating-point state and
19170         set global state from it as needed.
19171         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19172         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19173         __sim_round_mode_thread.
19174         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19175         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19176         and global __sim_exceptions_global.
19177         (__sim_disabled_exceptions): Change to thread-local
19178         __sim_disabled_exceptions_thread and global
19179         __sim_disabled_exceptions_global.
19180         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19181         and global __sim_round_mode_global.
19182         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19183         (SIM_SET_GLOBAL): Likewise.
19184         * sysdeps/powerpc/soft-fp/sfp-machine.h
19185         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19186         __sim_round_mode_thread.
19187         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19188         __sim_disabled_exceptions_thread.
19189         (__sim_exceptions): Change to __sim_exceptions_thread.
19190         (__sim_disabled_exceptions): Change to
19191         __sim_disabled_exceptions_thread.
19192         (__sim_round_mode): Change to __sim_round_mode_thread.
19193         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19194         thread-local floating-point state and set global state from it as
19195         needed.
19196         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19197         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19198         (__sim_disabled_exceptions): Remove extern declaration.
19199         (feenableexcept): Use thread-local floating-point state and set
19200         global state from it as needed.
19201         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19202         extern declaration.
19203         (__sim_disabled_exceptions): Likewise.
19204         (__sim_round_mode): Likewise.
19205         (__fegetenv): Use thread-local floating-point state.
19206         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19207         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19208         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19209         floating-point state and set global state from it as needed.
19210         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19211         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19212         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19213         Likewise.
19214         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19215         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19216         Likewise.
19217         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19218         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19219         Use __sim_round_mode_thread.
19220         * math/test-fenv-tls.c: New file.
19221         * math/Makefile (tests): Add test-fenv-tls.
19222         ($(objpfx)test-fenv-tls): Depend on
19223         $(common-objpfx)nptl/libpthread.so.
19224
19225 2013-11-19  Andreas Schwab  <schwab@suse.de>
19226
19227         * locale/programs/locale.c (show_info): Decode wordarray elements.
19228         * locale/categories.def (LC_MONETARY): Add element for
19229         _NL_MONETARY_CRNCYSTR.
19230         * locale/C-monetary.c (conversion_rate): New variable.
19231         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19232         element.
19233
19234 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19235
19236         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19237         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19238
19239 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19240
19241         * elf/Makefile (tst-auxv): New test.
19242         * elf/tst-auxv.c: New
19243         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19244
19245 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19246
19247         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19248         (hidden_proto): Caller changed.
19249         (hidden_tls_proto): New macro.
19250         (libc_hidden_tls_proto): Likewise.
19251         (rtld_hidden_tls_proto): Likewise.
19252         (libm_hidden_tls_proto): Likewise.
19253         (libresolv_hidden_tls_proto): Likewise.
19254         (librt_hidden_tls_proto): Likewise.
19255         (libdl_hidden_tls_proto): Likewise.
19256         (libnss_files_hidden_tls_proto): Likewise.
19257         (libnsl_hidden_tls_proto): Likewise.
19258         (libnss_nisplus_hidden_tls_proto): Likewise.
19259         (libutil_hidden_tls_proto): Likewise.
19260
19261 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19262
19263         [BZ #10253]
19264         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19265         (decompose_rpath): Defer expansion to fillin_rpath.
19266         (_dl_init_paths): Pass linkmap to fillin_rpath.
19267
19268 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19269
19270         * benchtests/Makefile: Add strsep.
19271         * benchtests/bench-strsep.c: New file: strsep benchtest.
19272         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19273
19274 2013-11-18  Andreas Schwab  <schwab@suse.de>
19275
19276         * locale/programs/locale.c (show_info) [case byte]: Check for
19277         '\377' instead of '\177'.
19278         * locale/C-monetary.c (not_available): Always use "\377".
19279         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19280         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19281         detect unavailable sign_posn locale elements.
19282         * locale/localeconv.c (__localeconv): For grouping and
19283         mon_grouping handle "\177" and "\377" like no grouping.
19284         (INT_ELEM): New macro.  Use it to set all numeric members.
19285         * locale/programs/ld-monetary.c (monetary_read)
19286         <tok_mon_grouping>: Normalize single -1 to the empty string.
19287         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19288         Likewise.
19289
19290 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19291
19292         [BZ #16055]
19293         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19294         when we match (nil).
19295         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19296
19297 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19298
19299         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19300         (NO_TEST_INLINE): Update value.
19301         (ERRNO_UNCHANGED): Likewise.
19302         (ERRNO_EDOM): Likewise.
19303         (ERRNO_ERANGE): Likewise.
19304         (IGNORE_RESULT): Likewise.
19305         (check_float_internal): Check signs of NaN results if
19306         TEST_NAN_SIGN used.
19307         (check_complex): Pass TEST_NAN_SIGN flag through to second
19308         check_float_internal call.
19309         (copysign_test_data): Add tests with quiet NaNs as second
19310         argument.  Use TEST_NAN_SIGN.
19311         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19312         TEST_NAN_SIGN.
19313         (signbit_test_data): Add tests of quiet NaN argument.
19314         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19315
19316         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19317         $ignore_result.
19318         (parse_args): Handle function results specified as IGNORE.
19319         * math/libm-test.inc (IGNORE_RESULT): New macro.
19320         (check_float_internal): Do not check numerical result if flag
19321         IGNORE_RESULT set.
19322         (check_complex): Pass through IGNORE_RESULT to second
19323         check_float_internal call.
19324         (check_int): Do not check numerical result if flag IGNORE_RESULT
19325         set.
19326         (check_long): Likewise.
19327         (check_bool): Likewise.
19328         (check_longlong): Likewise.
19329         (lrint_test_data): Add tests of infinite and NaN arguments.
19330         (lrint_tonearest_test_data): Likewise.
19331         (lrint_towardzero_test_data): Likewise.
19332         (lrint_downward_test_data): Likewise.
19333         (lrint_upward_test_data): Likewise.
19334         (llrint_test_data): Likewise.
19335         (llrint_tonearest_test_data): Likewise.
19336         (llrint_towardzero_test_data): Likewise.
19337         (llrint_downward_test_data): Likewise.
19338         (llrint_upward_test_data): Likewise.
19339         (lround_test_data): Likewise.
19340         (llround_test_data): Likewise.
19341
19342         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19343         (ERRNO_UNCHANGED): Update value.
19344         (ERRNO_EDOM): Likewise.
19345         (ERRNO_ERANGE): Likewise.
19346         (NO_TEST_INLINE_FLOAT): New macro.
19347         (NO_TEST_INLINE_DOUBLE): Likewise.
19348         (enable_test): New function.
19349         (RUN_TEST_f_f): Check enable_test before running test.
19350         (RUN_TEST_2_f): Likewise.
19351         (RUN_TEST_fff_f): Likewise.
19352         (RUN_TEST_c_f): Likewise.
19353         (RUN_TEST_f_f1): Likewise.
19354         (RUN_TEST_fF_f1): Likewise.
19355         (RUN_TEST_fI_f1): Likewise.
19356         (RUN_TEST_ffI_f1): Likewise.
19357         (RUN_TEST_c_c): Likewise.
19358         (RUN_TEST_cc_c): Likewise.
19359         (RUN_TEST_f_i): Likewise.
19360         (RUN_TEST_f_i_tg): Likewise.
19361         (RUN_TEST_ff_i_tg): Likewise.
19362         (RUN_TEST_f_b): Likewise.
19363         (RUN_TEST_f_b_tg): Likewise.
19364         (RUN_TEST_f_l): Likewise.
19365         (RUN_TEST_f_L): Likewise.
19366         (RUN_TEST_fFF_11): Likewise.
19367         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19368         conditionals.
19369         (cosh_test_data): Likewise.
19370         (exp_test_data): Likewise.
19371         (expm1_test_data): Likewise.
19372         (hypot_test_data): Likewise.
19373         (pow_test_data): Likewise.
19374         (sinh_test_data): Likewise.
19375         (tanh_test_data): Likewise.
19376         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19377         flags argument.
19378
19379         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19380         tests with quiet NaN input and output.
19381         (acosh_test_data): Likewise.
19382         (asin_test_data): Likewise.
19383         (asinh_test_data): Likewise.
19384         (atan_test_data): Likewise.
19385         (atanh_test_data): Likewise.
19386         (atan2_test_data): Likewise.
19387         (cbrt_test_data): Likewise.
19388         (cos_test_data): Likewise.
19389         (cosh_test_data): Likewise.
19390         (erf_test_data): Likewise.
19391         (erfc_test_data): Likewise.
19392         (exp_test_data): Likewise.
19393         (exp10_test_data): Likewise.
19394         (exp2_test_data): Likewise.
19395         (expm1_test_data): Likewise.
19396         (hypot_test_data): Likewise.
19397         (j0_test_data): Likewise.
19398         (j1_test_data): Likewise.
19399         (jn_test_data): Likewise.
19400         (lgamma_test_data): Likewise.
19401         (log_test_data): Likewise.
19402         (log10_test_data): Likewise.
19403         (log1p_test_data): Likewise.
19404         (log2_test_data): Likewise.
19405         (pow_test_data): Likewise.
19406         (scalb_test_data): Likewise.
19407         (sin_test_data): Likewise.
19408         (sincos_test_data): Likewise.
19409         (sinh_test_data): Likewise.
19410         (tan_test_data): Likewise.
19411         (tanh_test_data): Likewise.
19412         (tgamma_test_data): Likewise.
19413         (y0_test_data): Likewise.
19414         (y1_test_data): Likewise.
19415         (yn_test_data): Likewise.
19416
19417         [BZ #16167]
19418         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19419         argument being NaN and avoid computations with second argument in
19420         that case.
19421         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19422         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19423         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19424
19425 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19426
19427         * locale/iso-639.def: Add Chitwani Tharu (the).
19428
19429 2013-11-14  Andreas Schwab  <schwab@suse.de>
19430
19431         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19432         word instead of empty string.
19433
19434 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19435
19436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19437         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19439         (__fe_nomask_env): Likewise.
19440
19441 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19442
19443         * benchtests/bench-timing.h: Include time.h.
19444
19445 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19446
19447         [BZ #15997]
19448         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19449         to 3.4.0 for x32.
19450         * sysdeps/unix/sysv/linux/configure: Regenerated.
19451
19452 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19453
19454         [BZ #16151]
19455         * stdlib/strtod_l.c (round_and_return): Do not consider
19456         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19457         exponent one less than half the least subnormal exponent.
19458         * stdlib/test-strtod-round-data: Add more tests.
19459         * stdlib/tst-strtod-round.c (tests): Regenerated.
19460
19461 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19462
19463         [BZ #14143]
19464         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19465         (__fe_mask_env): Likewise.
19466         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19467         libm_hidden_proto and add function prototype.
19468         (__fe_mask_env): Add function prototype.
19469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19470         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19472         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19474         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19475
19476 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19477
19478         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19479         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19480
19481 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19482
19483         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19484         of htab_find_slot().
19485
19486 2013-11-11  David S. Miller  <davem@davemloft.net>
19487
19488         [BZ #16150]
19489         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19490         symbol in the non-vis3 case in static builds.
19491         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19492         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19493         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19494         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19495
19496 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19497
19498         [BZ #387]
19499         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19500         it is empty.
19501
19502 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19503
19504         * benchtests/Makefile: Add bench-strtod.
19505         * benchtests/bench-strtod.c: New file: strtod benchtest
19506
19507 2013-11-11  Andreas Schwab  <schwab@suse.de>
19508
19509         [BZ #16153]
19510         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19511         terminating NUL in key length.
19512
19513 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19514
19515         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19516         Add artificial ODP entry for vDSO symbol for PPC64.
19517         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19518         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19519
19520 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19521
19522         [BZ #15374]
19523         * nss/getent.c (services_keys): Recognize services starting with digit.
19524
19525 2013-11-06  David S. Miller  <davem@davemloft.net>
19526
19527         [BZ #15985]
19528         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19529         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19530
19531 2013-11-06  Will Newton  <will.newton@linaro.org>
19532
19533         * manual/memory.texi (Malloc Examples): Remove register
19534         keyword from examples.
19535
19536 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19537
19538         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19539
19540 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19541
19542         [BZ #6981]
19543         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19544         depending on [__GCC_IEC_559 > 0].
19545         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19546         depending on [__GCC_IEC_559_COMPLEX > 0].
19547
19548 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19549
19550         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19551         to iso-639.def.
19552
19553 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19554
19555         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19556
19557 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19558
19559         [BZ #16112]
19560         * malloc/malloc (malloc_info): Do not handle first bin as
19561         special case.
19562
19563 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19564
19565         * locale/iso-639.def: Add Central Nahuatl (nhn).
19566
19567 2013-11-01  Bruno Haible  <bruno@clisp.org>
19568
19569         [BZ #7003]
19570         * manual/math.texi (BSD Random): Specify range upper bound as
19571         in POSIX.
19572
19573 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19574
19575         * locale/iso-639.def: Add Meadow Mari (mhr).
19576
19577 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19578
19579         [BZ #14752], [BZ #15763]
19580         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19581         Validate name.
19582         * rt/tst_shm.c: Add test for escaping directory.
19583
19584 2013-10-31  Andreas Schwab  <schwab@suse.de>
19585
19586         [BZ #15917]
19587         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19588         followed by 'x' as part of digit sequence.
19589         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19590
19591 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19592
19593         [BZ #16037]
19594         * configure.ac: allow GNU Make 4.0 and greater.
19595         * configure: Regenerated.
19596
19597 2013-10-30  Will Newton  <will.newton@linaro.org>
19598
19599         [BZ #16038]
19600         * malloc/hooks.c (memalign_check): Limit alignment to the
19601         maximum representable power of two.
19602         * malloc/malloc.c (__libc_memalign): Likewise.
19603         * malloc/tst-memalign.c (do_test): Add test for very
19604         large alignment values.
19605         * malloc/tst-posix_memalign.c (do_test): Likewise.
19606
19607 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19608
19609         [BZ #11087]
19610         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19611         (munmap_chunk): Likewise.
19612         (mremap_chunk): Likewise.
19613
19614 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19615
19616         [BZ #15799]
19617         * stdlib/div.c (div): Remove obsolete code.
19618         * stdlib/ldiv.c (ldiv): Likewise.
19619         * stdlib/lldiv.c (lldiv): Likewise.
19620
19621 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19622
19623         [BZ #16071]
19624         * nss/nss_files/files-XXX.c (get_contents_ret): New
19625         enumerator.
19626         (get_contents): New function.
19627         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19628
19629 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19630
19631         * configure.in: Moved to ...
19632         * configure.ac: ... here. Change reference to configure.in
19633         to configure.ac.
19634         * sysdeps/arm/preconfigure.ac: ... here.
19635         configure.in to configure.ac.
19636         * sysdeps/gnu/configure.in: Moved to ...
19637         * sysdeps/gnu/configure.ac: ... here.
19638         * sysdeps/i386/configure.in: Moved to ...
19639         * sysdeps/i386/configure.ac: ... here.
19640         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19641         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19642         * sysdeps/mach/configure.in: Moved to ...
19643         * sysdeps/mach/configure.ac: ... here.
19644         * sysdeps/mach/hurd/configure.in: Moved to ...
19645         * sysdeps/mach/hurd/configure.ac: ... here.
19646         * sysdeps/powerpc/configure.in: Moved to ...
19647         * sysdeps/powerpc/configure.ac: ... here.
19648         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19649         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19650         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19651         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19652         * sysdeps/s390/s390-32/configure.in: Moved to ...
19653         * sysdeps/s390/s390-32/configure.ac: ... here.
19654         * sysdeps/s390/s390-64/configure.in: Moved to ...
19655         * sysdeps/s390/s390-64/configure.ac: ... here.
19656         * sysdeps/sh/configure.in: Moved to ...
19657         * sysdeps/sh/configure.ac: ... here.
19658         * sysdeps/sparc/configure.in: Moved to ...
19659         * sysdeps/sparc/configure.ac: ... here.
19660         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19661         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19662         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19663         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19664         * sysdeps/x86_64/configure.in: Moved to ...
19665         * sysdeps/x86_64/configure.ac: ... here.
19666         * sysdeps/x86_64/preconfigure.in: Moved to ...
19667         * sysdeps/x86_64/preconfigure.ac: ... here.
19668         * aclocal.m4: Change reference to configure.in to configure.ac.
19669         * config.h.in: Likewise.
19670         * manual/install.texi: Likewise.
19671         * manual/maint.texi: Likewise.
19672         * Makefile: Likewise.
19673         * malloc/Makefile: Likewise.
19674         * nscd/Makefile: Likewise.
19675         * Makeconfig: Change reference to configure.in and
19676         preconfigure.in to configure.ac and preconfigure.ac
19677         respectively.
19678         * INSTALL: Regenerated.
19679         * configure: Likewise.
19680         * sysdeps/gnu/configure: Likewise.
19681         * sysdeps/i386/configure: Likewise.
19682         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19683         * sysdeps/mach/configure: Likewise.
19684         * sysdeps/mach/hurd/configure: Likewise.
19685         * sysdeps/powerpc/configure: Likewise.
19686         * sysdeps/powerpc/powerpc32/configure: Likewise.
19687         * sysdeps/powerpc/powerpc64/configure: Likewise.
19688         * sysdeps/s390/s390-32/configure: Likewise.
19689         * sysdeps/s390/s390-64/configure: Likewise.
19690         * sysdeps/sh/configure: Likewise.
19691         * sysdeps/sparc/configure: Likewise.
19692         * sysdeps/unix/sysv/linux/configure: Likewise.
19693         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19694         * sysdeps/x86_64/configure: Likewise.
19695         * sysdeps/x86_64/preconfigure: Likewise.
19696
19697 2013-10-29  Andreas Schwab  <schwab@suse.de>
19698
19699         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19700
19701 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19702
19703         * benchtests/pow-inputs: Add new inputs.
19704
19705         * benchtests/exp-inputs: Add new inputs.
19706
19707         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19708         conditional check for return value.
19709         (__cos32): Likewise.
19710
19711 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19712
19713         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19714         to provide a boost for large inputs with word alignment.
19715         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19716         implementation based on optimized PPC64 strcpy.
19717         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19718         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19719         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19720         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19721
19722 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19723
19724         [BZ #2801]
19725         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19726
19727 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19728
19729         [BZ #14876]
19730         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19731         * time/tst-strptime.c (day_tests): Add testcase.
19732
19733 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19734
19735         [BZ #14029]
19736         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19737
19738 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19739
19740         [BZ #16074]
19741         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19742         MAP_FAILED on error.
19743
19744 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19745
19746         [BZ #16072]
19747         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19748         heap for large requests.
19749
19750 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19751
19752         [BZ #9954]
19753         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19754         result if the result has no associated interface.
19755         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19756         interface for all 127.X.Y.Z addresses.
19757
19758 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19759
19760         * locale/iso-639.def: Add Ligurian (lij)
19761
19762 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19763
19764         [BZ #15825]
19765         * sunrpc/rpc_main.c: Document rpcgen -5.
19766
19767 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19768
19769         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19770
19771 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19772
19773         [BZ #10278]
19774         * posix/glob.c: Match only directories when trailing slash is present.
19775         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19776         (main): Add testcase.
19777
19778 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19779
19780         [BZ #15670]
19781         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19782
19783 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19784
19785         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19786         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19787         AUTH_DES and cindex for FIPS 140-2.
19788         (DES Encryption): Add cindex FIPS 46-3.
19789
19790         * locale/locarchive.h (struct locarhandle): Add fname.
19791         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19792         if an optional argument was specified to --list-archive,
19793         otherwise NULL.
19794         * locale/programs/locarchive.c (show_archive_content): Take new
19795         argument fname and pass it via ah.fname to open_archive.
19796         * locale/programs/localedef.h: Update decl.
19797         (open_archive): If AH->fname is non-null, open that file
19798         rather than the default file name, and don't ignore ENOENT.
19799         (create_archive): Set AH.fname to NULL.
19800         (delete_locales_from_archive): Likewise.
19801         (add_locales_to_archive): Likewise.
19802         * locale/programs/locfile.c (write_all_categories): Likewise.
19803
19804 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19805             Aldy Hernandez  <aldyh@redhat.com>
19806
19807         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19808         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19809         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19810         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19811         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19812         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19813         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19814         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19815         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19816         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19817         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19818         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19819         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19820         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19821         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19822         Likewise.
19823         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19824         Likewise.
19825         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19826         Likewise.
19827         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19828         Likewise.
19829         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19830         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19831         Likewise.
19832         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19833         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19834         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19835         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19836         Likewise.
19837         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19838         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19839         * sysdeps/powerpc/preconfigure: Likewise.
19840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19841         Likewise.
19842         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19843         Replace contents of file by #include of <fenv_libc.h>.
19844         * sysdeps/powerpc/soft-fp/sfp-machine.h
19845         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19846         and <sys/prctl.h>.
19847         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19848         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19849         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19850         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19851         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19852         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19853         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19854         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19855         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19856         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19857         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19858         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19860         Allow copysignl PLT reference to be missing.
19861
19862 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19863             Joseph Myers  <joseph@codesourcery.com
19864
19865         [BZ #15948]
19866         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19867         single character.
19868         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19869
19870 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19871
19872         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19873         * elf/tst-tls1.c: Likewise.
19874         * elf/tst-tls10.h: Likewise.
19875         * elf/tst-tls14.c: Likewise.
19876         * elf/tst-tls2.c: Likewise.
19877         * elf/tst-tls3.c: Likewise.
19878         * elf/tst-tls4.c: Likewise.
19879         * elf/tst-tls5.c: Likewise.
19880         * elf/tst-tls6.c: Likewise.
19881         * elf/tst-tls7.c: Likewise.
19882         * elf/tst-tls8.c: Likewise.
19883         * elf/tst-tls9.c: Likewise.
19884         * elf/tst-tlsmod1.c: Likewise.
19885         * elf/tst-tlsmod13.c: Likewise.
19886         * elf/tst-tlsmod13a.c: Likewise.
19887         * elf/tst-tlsmod14a.c: Likewise.
19888         * elf/tst-tlsmod16a.c: Likewise.
19889         * elf/tst-tlsmod16b.c: Likewise.
19890         * elf/tst-tlsmod2.c: Likewise.
19891         * elf/tst-tlsmod3.c: Likewise.
19892         * elf/tst-tlsmod4.c: Likewise.
19893         * elf/tst-tlsmod5.c: Likewise.
19894         * elf/tst-tlsmod6.c: Likewise.
19895
19896 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19897
19898         [BZ #12486]
19899         * malloc/malloc.c: remove checks for statistics.
19900
19901 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19902
19903         [BZ #15277]
19904         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19905         * inet/tst-network.c: Add testcase.
19906
19907 2013-10-17  Andreas Schwab  <schwab@suse.de>
19908
19909         [BZ #15218]
19910         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19911         to determine canonical name.
19912
19913 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19914
19915         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19916         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19917         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19918         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19919         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19920         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19921         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19922         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19923         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19924         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19925         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19926         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19927         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19928         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19929         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19930         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19931         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19932         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19933         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19934         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19935         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19936         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19937         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19938         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19939         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19940         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19941         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19942         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19943         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19944         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19945         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19946         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19947         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19948         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19949         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19950         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19951         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19952         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19953         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19954         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19955         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19956         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19957         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19958         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19959         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19960         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19961         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19962         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19963         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19964         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19965         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19966         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19967         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19968         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19969         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19970         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19971         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19972         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19973
19974 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19975
19976         [BZ #16041]
19977         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19978         make result into a quiet NaN.
19979
19980 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19981
19982         * soft-fp/adddf3.c: Fix horizontal whitespace.
19983         * soft-fp/addsf3.c: Likewise.
19984         * soft-fp/addtf3.c: Likewise.
19985         * soft-fp/divdf3.c: Likewise.
19986         * soft-fp/divsf3.c: Likewise.
19987         * soft-fp/divtf3.c: Likewise.
19988         * soft-fp/double.h: Likewise.
19989         * soft-fp/eqdf2.c: Likewise.
19990         * soft-fp/eqsf2.c: Likewise.
19991         * soft-fp/eqtf2.c: Likewise.
19992         * soft-fp/extenddftf2.c: Likewise.
19993         * soft-fp/extended.h: Likewise.
19994         * soft-fp/extendsfdf2.c: Likewise.
19995         * soft-fp/extendsftf2.c: Likewise.
19996         * soft-fp/extendxftf2.c: Likewise.
19997         * soft-fp/fixdfdi.c: Likewise.
19998         * soft-fp/fixdfsi.c: Likewise.
19999         * soft-fp/fixdfti.c: Likewise.
20000         * soft-fp/fixsfdi.c: Likewise.
20001         * soft-fp/fixsfsi.c: Likewise.
20002         * soft-fp/fixsfti.c: Likewise.
20003         * soft-fp/fixtfdi.c: Likewise.
20004         * soft-fp/fixtfsi.c: Likewise.
20005         * soft-fp/fixtfti.c: Likewise.
20006         * soft-fp/fixunsdfdi.c: Likewise.
20007         * soft-fp/fixunsdfsi.c: Likewise.
20008         * soft-fp/fixunsdfti.c: Likewise.
20009         * soft-fp/fixunssfdi.c: Likewise.
20010         * soft-fp/fixunssfsi.c: Likewise.
20011         * soft-fp/fixunssfti.c: Likewise.
20012         * soft-fp/fixunstfdi.c: Likewise.
20013         * soft-fp/fixunstfsi.c: Likewise.
20014         * soft-fp/fixunstfti.c: Likewise.
20015         * soft-fp/floatdidf.c: Likewise.
20016         * soft-fp/floatdisf.c: Likewise.
20017         * soft-fp/floatditf.c: Likewise.
20018         * soft-fp/floatsidf.c: Likewise.
20019         * soft-fp/floatsisf.c: Likewise.
20020         * soft-fp/floatsitf.c: Likewise.
20021         * soft-fp/floattidf.c: Likewise.
20022         * soft-fp/floattisf.c: Likewise.
20023         * soft-fp/floattitf.c: Likewise.
20024         * soft-fp/floatundidf.c: Likewise.
20025         * soft-fp/floatundisf.c: Likewise.
20026         * soft-fp/floatunditf.c: Likewise.
20027         * soft-fp/floatunsidf.c: Likewise.
20028         * soft-fp/floatunsisf.c: Likewise.
20029         * soft-fp/floatunsitf.c: Likewise.
20030         * soft-fp/floatuntidf.c: Likewise.
20031         * soft-fp/floatuntisf.c: Likewise.
20032         * soft-fp/floatuntitf.c: Likewise.
20033         * soft-fp/fmadf4.c: Likewise.
20034         * soft-fp/fmasf4.c: Likewise.
20035         * soft-fp/fmatf4.c: Likewise.
20036         * soft-fp/gedf2.c: Likewise.
20037         * soft-fp/gesf2.c: Likewise.
20038         * soft-fp/getf2.c: Likewise.
20039         * soft-fp/ledf2.c: Likewise.
20040         * soft-fp/lesf2.c: Likewise.
20041         * soft-fp/letf2.c: Likewise.
20042         * soft-fp/muldf3.c: Likewise.
20043         * soft-fp/mulsf3.c: Likewise.
20044         * soft-fp/multf3.c: Likewise.
20045         * soft-fp/negdf2.c: Likewise.
20046         * soft-fp/negsf2.c: Likewise.
20047         * soft-fp/negtf2.c: Likewise.
20048         * soft-fp/op-1.h: Likewise.
20049         * soft-fp/op-2.h: Likewise.
20050         * soft-fp/op-4.h: Likewise.
20051         * soft-fp/op-8.h: Likewise.
20052         * soft-fp/op-common.h: Likewise.
20053         * soft-fp/quad.h: Likewise.
20054         * soft-fp/single.h: Likewise.
20055         * soft-fp/soft-fp.h: Likewise.
20056         * soft-fp/sqrtdf2.c: Likewise.
20057         * soft-fp/sqrtsf2.c: Likewise.
20058         * soft-fp/sqrttf2.c: Likewise.
20059         * soft-fp/subdf3.c: Likewise.
20060         * soft-fp/subsf3.c: Likewise.
20061         * soft-fp/subtf3.c: Likewise.
20062         * soft-fp/truncdfsf2.c: Likewise.
20063         * soft-fp/trunctfdf2.c: Likewise.
20064         * soft-fp/trunctfsf2.c: Likewise.
20065         * soft-fp/trunctfxf2.c: Likewise.
20066         * soft-fp/unorddf2.c: Likewise.
20067         * soft-fp/unordsf2.c: Likewise.
20068         * soft-fp/unordtf2.c: Likewise.
20069
20070 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20071
20072         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20073         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20074
20075 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20076
20077         * elf/dl-libc.c: Clear initfini list after freeing.
20078
20079 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20080
20081         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20082         * soft-fp/addsf3.c: Likewise.
20083         * soft-fp/addtf3.c: Likewise.
20084         * soft-fp/divdf3.c: Likewise.
20085         * soft-fp/divsf3.c: Likewise.
20086         * soft-fp/divtf3.c: Likewise.
20087         * soft-fp/double.h: Likewise.
20088         * soft-fp/eqdf2.c: Likewise.
20089         * soft-fp/eqsf2.c: Likewise.
20090         * soft-fp/eqtf2.c: Likewise.
20091         * soft-fp/extenddftf2.c: Likewise.
20092         * soft-fp/extended.h: Likewise.
20093         * soft-fp/extendsfdf2.c: Likewise.
20094         * soft-fp/extendsftf2.c: Likewise.
20095         * soft-fp/extendxftf2.c: Likewise.
20096         * soft-fp/fixdfdi.c: Likewise.
20097         * soft-fp/fixdfsi.c: Likewise.
20098         * soft-fp/fixdfti.c: Likewise.
20099         * soft-fp/fixsfdi.c: Likewise.
20100         * soft-fp/fixsfsi.c: Likewise.
20101         * soft-fp/fixsfti.c: Likewise.
20102         * soft-fp/fixtfdi.c: Likewise.
20103         * soft-fp/fixtfsi.c: Likewise.
20104         * soft-fp/fixtfti.c: Likewise.
20105         * soft-fp/fixunsdfdi.c: Likewise.
20106         * soft-fp/fixunsdfsi.c: Likewise.
20107         * soft-fp/fixunsdfti.c: Likewise.
20108         * soft-fp/fixunssfdi.c: Likewise.
20109         * soft-fp/fixunssfsi.c: Likewise.
20110         * soft-fp/fixunssfti.c: Likewise.
20111         * soft-fp/fixunstfdi.c: Likewise.
20112         * soft-fp/fixunstfsi.c: Likewise.
20113         * soft-fp/fixunstfti.c: Likewise.
20114         * soft-fp/floatdidf.c: Likewise.
20115         * soft-fp/floatdisf.c: Likewise.
20116         * soft-fp/floatditf.c: Likewise.
20117         * soft-fp/floatsidf.c: Likewise.
20118         * soft-fp/floatsisf.c: Likewise.
20119         * soft-fp/floatsitf.c: Likewise.
20120         * soft-fp/floattidf.c: Likewise.
20121         * soft-fp/floattisf.c: Likewise.
20122         * soft-fp/floattitf.c: Likewise.
20123         * soft-fp/floatundidf.c: Likewise.
20124         * soft-fp/floatundisf.c: Likewise.
20125         * soft-fp/floatunsidf.c: Likewise.
20126         * soft-fp/floatunsisf.c: Likewise.
20127         * soft-fp/floatuntidf.c: Likewise.
20128         * soft-fp/floatuntisf.c: Likewise.
20129         * soft-fp/floatuntitf.c: Likewise.
20130         * soft-fp/fmadf4.c: Likewise.
20131         * soft-fp/fmasf4.c: Likewise.
20132         * soft-fp/fmatf4.c: Likewise.
20133         * soft-fp/gedf2.c: Likewise.
20134         * soft-fp/gesf2.c: Likewise.
20135         * soft-fp/getf2.c: Likewise.
20136         * soft-fp/ledf2.c: Likewise.
20137         * soft-fp/lesf2.c: Likewise.
20138         * soft-fp/letf2.c: Likewise.
20139         * soft-fp/muldf3.c: Likewise.
20140         * soft-fp/mulsf3.c: Likewise.
20141         * soft-fp/multf3.c: Likewise.
20142         * soft-fp/negdf2.c: Likewise.
20143         * soft-fp/negsf2.c: Likewise.
20144         * soft-fp/negtf2.c: Likewise.
20145         * soft-fp/op-1.h: Likewise.
20146         * soft-fp/op-2.h: Likewise.
20147         * soft-fp/op-4.h: Likewise.
20148         * soft-fp/op-8.h: Likewise.
20149         * soft-fp/op-common.h: Likewise.
20150         * soft-fp/quad.h: Likewise.
20151         * soft-fp/single.h: Likewise.
20152         * soft-fp/soft-fp.h: Likewise.
20153         * soft-fp/sqrtdf2.c: Likewise.
20154         * soft-fp/sqrtsf2.c: Likewise.
20155         * soft-fp/sqrttf2.c: Likewise.
20156         * soft-fp/subdf3.c: Likewise.
20157         * soft-fp/subsf3.c: Likewise.
20158         * soft-fp/subtf3.c: Likewise.
20159         * soft-fp/truncdfsf2.c: Likewise.
20160         * soft-fp/trunctfdf2.c: Likewise.
20161         * soft-fp/trunctfsf2.c: Likewise.
20162         * soft-fp/trunctfxf2.c: Likewise.
20163         * soft-fp/unorddf2.c: Likewise.
20164         * soft-fp/unordsf2.c: Likewise.
20165         * soft-fp/unordtf2.c: Likewise.
20166
20167 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20168
20169         [BZ #15672]
20170         * misc/error.c (error_tail): Fix possible buffer overflow.
20171
20172 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20173
20174         [BZ #13028]
20175         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20176         address.
20177
20178 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20179
20180         [BZ #832]
20181         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20182         testing pipefail option.
20183
20184 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20185
20186         * soft-fp/double.h: Indent preprocessor directives inside #if.
20187         * soft-fp/extended.h: Likewise.
20188         * soft-fp/op-2.h: Likewise.
20189         * soft-fp/op-4.h: Likewise.
20190         * soft-fp/op-common.h: Likewise.
20191         * soft-fp/quad.h: Likewise.
20192         * soft-fp/single.h: Likewise.
20193         * soft-fp/soft-fp.h: Likewise.
20194
20195 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20196
20197         * iconv/iconv_prog.c: Fix typos.
20198         * stdio-common/psiginfo-data.h: Likewise.
20199
20200 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20201
20202         [BZ #15764]
20203         * locale/setlocale.c: Fix typo.
20204
20205 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20206
20207         [BZ #16036]
20208         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20209         signaling NaN arguments.
20210         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20211         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20212
20213         [BZ #14910]
20214         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20215         unordered operands.
20216         * soft-fp/gesf2.c (__gesf2): Likewise.
20217         * soft-fp/getf2.c (__getf2): Likewise.
20218         * soft-fp/ledf2.c (__ledf2): Likewise.
20219         * soft-fp/lesf2.c (__lesf2): Likewise.
20220         * soft-fp/letf2.c (__letf2): Likewise.
20221
20222         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20223         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20224         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20225         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20226         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20227         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20228         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20229         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20230         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20231         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20232         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20233         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20234         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20235         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20236         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20237         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20238         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20239         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20240         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20241         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20242         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20243         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20244         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20245         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20246         * soft-fp/floattidf.c (__floattidf): Likewise.
20247         * soft-fp/floattisf.c (__floattisf): Likewise.
20248         * soft-fp/floattitf.c (__floattitf): Likewise.
20249         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20250         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20251         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20252         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20253         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20254         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20255         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20256         * soft-fp/gesf2.c (__gesf2): Likewise.
20257         * soft-fp/getf2.c (__getf2): Likewise.
20258         * soft-fp/ledf2.c (__ledf2): Likewise.
20259         * soft-fp/lesf2.c (__lesf2): Likewise.
20260         * soft-fp/letf2.c (__letf2): Likewise.
20261
20262         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20263         Undefine and redefine.
20264         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20265         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20266         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20267         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20268         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20269         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20270         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20271         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20272         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20273         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20274         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20275         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20276         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20277         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20278         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20279
20280         [BZ #16032]
20281         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20282         without decrementing exponent if mantissa >= that for the
20283         denominator, not >.
20284         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20285         denominator, not >.  Decrement exponent in < case instead of
20286         incrementing in >= case.
20287         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20288         without decrementing exponent if mantissa >= that for the
20289         denominator, not >.
20290
20291         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20292         computing saturated result for unsigned overflow.
20293
20294 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20295             Jeff Law  <law@redhat.com>
20296
20297         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20298         (atan2Mp): Add systemtap probe marker.
20299         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20300         (__ieee754_log): Add systemtap probe marker.
20301         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20302         (atanMp): Add systemtap probe marker.
20303         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20304         (tanMp): Add systemtap probe marker.
20305         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20306         (__slowexp): Add systemtap probe marker.
20307         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20308         (__slowpow): Add systemtap probe marker.
20309         * manual/probes.texi: Document probes.
20310
20311 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20312
20313         [BZ #15362]
20314         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20315         written.
20316         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20317         written.
20318         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20319         written to buffer but not flushed.
20320         * libio/iofwrite_u.c:  Likewise.
20321         * libio/iopadn.c:  Return bytes returned even if EOF was
20322         encountered.
20323         * libio/iowpadn.c:  Likewise.
20324         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20325         if _IO_padn does not write the whole buffer.
20326         [!COMPILE_WPRINTF] (PAD): Likewise.
20327
20328 2013-10-10  David S. Miller  <davem@davemloft.net>
20329
20330         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20331         directory block.
20332
20333 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20334
20335         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20336         instead of FSF address.
20337         * soft-fp/fixdfti.c: Likewise.
20338         * soft-fp/fixsfti.c: Likewise.
20339         * soft-fp/fixtfti.c: Likewise.
20340         * soft-fp/fixunsdfti.c: Likewise.
20341         * soft-fp/fixunssfti.c: Likewise.
20342         * soft-fp/fixunstfti.c: Likewise.
20343         * soft-fp/floattidf.c: Likewise.
20344         * soft-fp/floattisf.c: Likewise.
20345         * soft-fp/floattitf.c: Likewise.
20346         * soft-fp/floatuntidf.c: Likewise.
20347         * soft-fp/floatuntisf.c: Likewise.
20348         * soft-fp/floatuntitf.c: Likewise.
20349         * soft-fp/trunctfxf2.c: Likewise.
20350
20351         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20352         * soft-fp/fixdfti.c: Likewise.
20353         * soft-fp/fixsfti.c: Likewise.
20354         * soft-fp/fixtfti.c: Likewise.
20355         * soft-fp/fixunsdfti.c: Likewise.
20356         * soft-fp/fixunssfti.c: Likewise.
20357         * soft-fp/fixunstfti.c: Likewise.
20358         * soft-fp/floattidf.c: Likewise.
20359         * soft-fp/floattisf.c: Likewise.
20360         * soft-fp/floattitf.c: Likewise.
20361         * soft-fp/floatuntidf.c: Likewise.
20362         * soft-fp/floatuntisf.c: Likewise.
20363         * soft-fp/floatuntitf.c: Likewise.
20364         * soft-fp/trunctfxf2.c: Likewise.
20365
20366 2013-10-10  David S. Miller  <davem@davemloft.net>
20367
20368         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20369
20370 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20371
20372         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20373         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20374         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20375         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20376         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20377         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20378         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20379
20380         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20381         for NaNs before doing comparisons on argument.
20382         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20383         Likewise.
20384
20385 2013-10-10  Will Newton  <will.newton@linaro.org>
20386
20387         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20388         passed to _int_memalign does not overflow.
20389
20390 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20391
20392         * scripts/bench.pl: Add include-sources directive.
20393         * benchtests/README: Update documentation.
20394
20395 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20396
20397         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20398         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20399         instead of FP_INIT_ROUNDMODE.
20400         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20401         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20402
20403         [BZ #16034]
20404         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20405         copy class of input value.
20406         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20407         not handle exceptions.
20408         * soft-fp/negsf2.c (__negsf2): Likewise.
20409         * soft-fp/negtf2.c (__negtf2): Likewise.
20410         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20411
20412 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20413
20414         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20415         semicolon.  From Linux kernel.
20416
20417 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20418
20419         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20420
20421 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20422
20423         [BZ #156]
20424         * manual/socket.texi: Added statement about buffer
20425         for gethostbyname2_r.
20426
20427 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20428
20429         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20430         Use .p2align directive instead, throughout.
20431         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20432         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20433         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20434         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20435         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20436         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20437         * sysdeps/x86_64/strchr.S: Likewise.
20438         * sysdeps/x86_64/strrchr.S: Likewise.
20439
20440 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20441
20442         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20443
20444         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20445
20446         * sysdeps/generic/math_private.h (__mpsin1): Remove
20447         declaration.
20448         (__mpcos1): Likewise.
20449         (__mpsin): New argument __range_reduce.
20450         (__mpcos): Likewise.
20451         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20452         (slow): Use __mpsin and __mpcos.
20453         (slow1): Likewise.
20454         (slow2): Likewise.
20455         (sloww): Likewise.
20456         (sloww1): Likewise.
20457         (sloww2): Likewise.
20458         (bsloww): Likewise.
20459         (bsloww1): Likewise.
20460         (bsloww2): Likewise.
20461         (cslow2): Likewise.
20462         (csloww): Likewise.
20463         (csloww1): Likewise.
20464         (csloww2): Likewise.
20465         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20466         range_reduce.  Merge in __mpsin1.
20467         (__mpcos): Likewise.
20468         (__mpsin1): Remove.
20469         (__mpcos1): Likewise.
20470
20471 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20472
20473         * locale/loadlocale.c (_nl_intern_locale_data): Use
20474         LOCFILE_ALIGNED_P.
20475         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20476         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20477         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20478         obstack data is appropriately aligned.
20479         (obstack_int32_grow_fast): Likewise.
20480         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20481         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20482         (add_locale_uint32_array): Likewise.
20483
20484 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20485
20486         * benchtests/Makefile: Remove ARGLIST and RET variables.
20487         ($(objpfx)bench-%.c): Pass only function name to the script.
20488         * benchtests/README: Update documentation.
20489         * benchtests/acos-inputs: Add new directives.
20490         * benchtests/acosh-inputs: Likewise.
20491         * benchtests/asin-inputs: Likewise.
20492         * benchtests/asinh-inputs: Likewise.
20493         * benchtests/atan-inputs: Likewise.
20494         * benchtests/atanh-inputs: Likewise.
20495         * benchtests/cos-inputs: Likewise.
20496         * benchtests/cosh-inputs: Likewise.
20497         * benchtests/exp-inputs: Likewise.
20498         * benchtests/log-inputs: Likewise.
20499         * benchtests/pow-inputs: Likewise.
20500         * benchtests/rint-inputs: Likewise.
20501         * benchtests/sin-inputs: Likewise.
20502         * benchtests/sinh-inputs: Likewise.
20503         * benchtests/tan-inputs: Likewise.
20504         * benchtests/tanh-inputs: Likewise.
20505         * scripts/bench.pl: Add support for new directives.
20506
20507 2013-10-07  Alan Modra  <amodra@gmail.com>
20508
20509         * README: Fix careless merge.
20510
20511 2013-10-05  Alan Modra  <amodra@gmail.com>
20512
20513         * NEWS: Mention powerpc64le support and bugs fixed.
20514         * README: Both big-endian and little-endian powerpc64 supported.
20515
20516 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20517
20518         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20519         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20520         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20521         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20522
20523 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20524
20525         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20526         match prototype.
20527
20528 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20529
20530         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20531         Move -mhard-float appending from
20532         ports/sysdeps/powerpc/powerpc32/Makefile.
20533         [$(with-fp) = yes] (ASFLAGS): Likewise.
20534         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20535         * sysdeps/powerpc/nofpu: Move directory from
20536         ports/sysdeps/powerpc/nofpu.
20537         * sysdeps/powerpc/soft-fp: Move directory from
20538         ports/sysdeps/powerpc/soft-fp.
20539         * sysdeps/powerpc/powerpc32/405: Move directory from
20540         ports/sysdeps/powerpc/powerpc32/405.
20541         * sysdeps/powerpc/powerpc32/440: Move directory from
20542         ports/sysdeps/powerpc/powerpc32/440.
20543         * sysdeps/powerpc/powerpc32/464: Move directory from
20544         ports/sysdeps/powerpc/powerpc32/464.
20545         * sysdeps/powerpc/powerpc32/476: Move directory from
20546         ports/sysdeps/powerpc/powerpc32/476.
20547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20548         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20550         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20552         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20554         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20556         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20557         * README: Update for powerpc-*-linux-gnu software floating point
20558         support in libc.
20559
20560         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20561         case to powerpc/powerpc32*.
20562         * sysdeps/unix/sysv/linux/configure: Regenerated.
20563
20564         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20565         (_FPU_MASK_OM): Define as 0x04.
20566         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20567         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20568         0x00c10080.
20569         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20570         0x0000003c.
20571         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20572
20573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20574         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20575         getcontext_e500.
20576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20577         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20578         setcontext_e500.
20579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20580         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20581         and setcontext_e500.
20582
20583 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20584
20585         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20586
20587 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20588
20589         * manual/threads.texi (Default Thread Attributes): Fix typo.
20590
20591 2013-10-04  Will Newton  <will.newton@linaro.org>
20592
20593         * malloc/Makefile: Add tst-memalign.
20594         * malloc/tst-memalign.c: New file.
20595
20596         * malloc/tst-posix_memalign.c: Add comments.
20597         (do_test): Add comments and call free on all potentially
20598         allocated pointers. Add space after cast.
20599
20600         * malloc/tst-pvalloc.c: Add comments.
20601         (do_test): Add comments and call free on all potentially
20602         allocated pointers. Remove duplicate check for NULL pointer.
20603         Add space after cast.
20604
20605         * malloc/tst-valloc.c: Add comments.
20606         (do_test): Add comments and call free on all potentially
20607         allocated pointers. Remove duplicate check for NULL pointer.
20608         Add space after cast.
20609
20610 2013-10-04  Alan Modra  <amodra@gmail.com>
20611
20612         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20613         Use stdint types in rather than __attribute__((mode())).
20614         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20615
20616 2013-10-04  Alan Modra  <amodra@gmail.com>
20617
20618         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20619         Correct handling of unaligned relocs for little-endian.
20620         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20621
20622 2013-10-04  Alan Modra  <amodra@gmail.com>
20623
20624         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20625         * configure: Regenerate.
20626         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20627         * shlib-versions: Likewise.
20628
20629 2013-10-04  Alan Modra  <amodra@gmail.com>
20630
20631         * string/tester.c (test_memrchr): Increment reported test cycle.
20632
20633 2013-10-04  Alan Modra  <amodra@gmail.com>
20634
20635         * string/test-memcpy.c (do_one_test): When reporting errors, print
20636         string address and don't overrun end of string.
20637
20638 2013-10-04  Alan Modra  <amodra@gmail.com>
20639
20640         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20641         insrdi.  Make better use of reg selection to speed exit slightly.
20642         Schedule entry path a little better.  Remove useless "are we done"
20643         checks on entry to main loop.  Handle wrapping around zero address.
20644         Correct main loop count.  Handle single left-over word from main
20645         loop inline rather than by using loop_small.  Remove extra word
20646         case in loop_small caused by wrong loop count.  Add little-endian
20647         support.
20648         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20649         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20650         cache hint.
20651         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20652         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20653         support.  Avoid rlwimi.
20654         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20655
20656 2013-10-04  Alan Modra  <amodra@gmail.com>
20657
20658         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20659         insrdi.  Formatting.
20660         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20661         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20662         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20663         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20664         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20665         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20666
20667 2013-10-04  Alan Modra  <amodra@gmail.com>
20668
20669         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20670         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20671         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20672         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20673         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20674         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20675         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20676         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20677         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20678         use of regs.  Use power7 mtocrf.  Tidy function tails.
20679
20680 2013-10-04  Alan Modra  <amodra@gmail.com>
20681
20682         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20683         Formatting.  Consistently use rXXX register defines or rN defines.
20684         Use early exit labels that avoid restoring unused non-volatile regs.
20685         Make cr field use more consistent with rWORDn compares.  Rename
20686         regs used as shift registers for unaligned loop, using rN defines
20687         for short lifetime/multiple use regs.
20688         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20689         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20690         addi 1,1,64 to pop stack frame.  Simplify return value code.
20691         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20692
20693 2013-10-04  Alan Modra  <amodra@gmail.com>
20694
20695         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20696         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20697         rather than rlwimi.
20698         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20699         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20700         little-endian support.  Correct typos.
20701         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20702         rather than rlwimi.
20703         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20704         in loop and entry code to keep "and." results.
20705         (strchr): Add little-endian support.  Comment.  Move cntlzd
20706         earlier in tail.
20707         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20708
20709 2013-10-04  Alan Modra  <amodra@gmail.com>
20710
20711         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20712         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20713         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20714         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20715
20716 2013-10-04  Alan Modra  <amodra@gmail.com>
20717
20718         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20719         (rTMP): Define as r11.
20720         (strcmp): Add little-endian support.  Optimise tail.
20721         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20722         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20723         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20724         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20725         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20726         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20727         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20728
20729 2013-10-04  Alan Modra  <amodra@gmail.com>
20730
20731         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20732         little-endian support.  Remove unnecessary "are we done" tests.
20733         Handle "s" wrapping around zero and extremely large "size".
20734         Correct main loop count.  Handle single left-over word from main
20735         loop inline rather than by using small_loop.  Correct comments.
20736         Delete "zero" tail, use "end_max" instead.
20737         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20738
20739 2013-10-04  Alan Modra  <amodra@gmail.com>
20740
20741         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20742         support.  Don't branch over align.
20743         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20744         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20745         support.  Rearrange tmp reg use to suit.  Comment.
20746         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20747
20748 2013-10-04  Alan Modra  <amodra@gmail.com>
20749
20750         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20751
20752 2013-10-04  Alan Modra  <amodra@gmail.com>
20753
20754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20755         conditional form of branch and link when obtaining pc.
20756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20757
20758 2013-10-04  Alan Modra  <amodra@gmail.com>
20759
20760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20761         HIWORD/LOWORD.
20762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20764
20765 2013-10-04  Alan Modra  <amodra@gmail.com>
20766
20767         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20768         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20769         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20770         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20771         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20772         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20773         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20774         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20775         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20776         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20777
20778 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20779             Alistair Popple <alistair@ozlabs.au.ibm.com>
20780             Alan Modra <amodra@gmail.com>
20781
20782         [BZ #15723]
20783         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20784         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20785         _dl_hwcap access for little-endian.
20786         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20787         destroy vmx regs when saving unaligned.
20788         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20789         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20790         destroy vmx regs when saving unaligned.
20791
20792 2013-10-04  Alan Modra  <amodra@gmail.com>
20793
20794         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20795         Don't use a union to pack hi/low value.
20796
20797 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20798
20799         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20800         for little-endian.
20801         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20802         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20803         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20804         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20805         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20806
20807 2013-10-04  Alan Modra  <amodra@gmail.com>
20808
20809         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20810         constants to usual value for .cst8 section, and remove redundant
20811         high address load.
20812         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20813         constant for 0x1p52.  Load little-endian words of double from
20814         correct stack offsets.
20815
20816 2013-10-04  Alan Modra  <amodra@gmail.com>
20817
20818         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20819         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20820         words of double from correct stack offsets.
20821         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20822         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20823         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20824         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20825         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20826         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20827         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20828         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20829         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20830         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20831         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20832         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20833         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20834         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20835         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20836         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20837         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20838
20839 2013-10-04  Alan Modra  <amodra@gmail.com>
20840
20841         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20842         64-bit int/double union.
20843         (_FPU_SETCW): Likewise.
20844         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20845         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20846
20847 2013-10-04  Alan Modra  <amodra@gmail.com>
20848
20849         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20850         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20851
20852 2013-10-04  Alan Modra  <amodra@gmail.com>
20853
20854         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20855         use vector int constants.
20856         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20857
20858 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20859
20860         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20861         array with long long.
20862         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20863         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20864         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20865         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20866         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20867         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20868         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20869         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20870         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20871         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20872         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20873         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20874         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20875
20876 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20877
20878         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20879         (__signbit): Likewise.  Correct for little-endian.
20880         (__signbitl): Call __signbit.
20881         (lrint): Correct for little-endian.
20882         (lrintf): Call lrint.
20883
20884 2013-10-04  Alan Modra  <amodra@gmail.com>
20885
20886         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20887         union 32-bit int array member with 64-bit int array.
20888         (t515, tm256): Double rather than long double.
20889         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20890
20891 2013-10-04  Alan Modra  <amodra@gmail.com>
20892
20893         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20894         Delete.
20895         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20896         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20897         version of math_ldbl.h.
20898
20899 2013-10-04  Alan Modra  <amodra@gmail.com>
20900
20901         [BZ #15734], [BZ #15735]
20902         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20903         all uses of ieee875 long double macros and unions.  Simplify test
20904         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20905         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20906         normalize after ldbl_extract_mantissa, and don't add hidden bit
20907         already handled.  Don't treat low word of ieee854 mantissa like
20908         low word of IBM long double and mask off bit when testing for
20909         zero.
20910         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20911         all uses of ieee875 long double macros and unions.  Simplify tests
20912         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20913         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20914         two1022, instead use their values.  Recognise that tests for large
20915         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20916         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20917         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20918         test for 0.0L and nan.  Correct negation.
20919         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20920         ieee875 long double macros and unions.  Correct output for large
20921         magnitude x.  Correct absolute value calculation.
20922         (__erfcl): Likewise.
20923         * math/libm-test.inc: Add tests for errors discovered in IBM long
20924         double versions of fmodl, remainderl, erfl and erfcl.
20925
20926 2013-10-04  Alan Modra  <amodra@gmail.com>
20927
20928         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20929         all uses of ieee854 long double macros and unions.  Simplify tests
20930         for long doubles that are fully specified by the high double.
20931         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20932         Likewise.
20933         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20934         Remove dead code too.
20935         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20936         (__ieee754_ynl): Likewise.
20937         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20938         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20939         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20940         Remove dead code too.
20941         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20942         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20943         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20944         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20945         Simplify.
20946         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20947         Simplify.
20948         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20949         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20950         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20951         Comment on variable precision.
20952         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20953         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20954         Likewise.
20955         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20956         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20957         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20958         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20959         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20960
20961 2013-10-04  Alan Modra  <amodra@gmail.com>
20962
20963         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20964         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20965         all uses of ieee854 long double macros and unions.
20966         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20967         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20968         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20969         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20970         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20971         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20972         Likewise.
20973         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20974         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20975         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20976         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20977         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20978         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20979         Simplify sign and nan test too.
20980         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20981         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20982         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20983         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20984         Likewise.
20985         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20986         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20987         Likewise.
20988         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20989         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20990         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20991         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20992         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20993         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20994
20995 2013-10-04  Alan Modra  <amodra@gmail.com>
20996
20997         * stdio-common/printf_size.c (__printf_size): Don't use
20998         union ieee854_long_double in fpnum union.
20999         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21000         signbit macro to retrieve sign from long double.
21001         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21002         retrieve sign from long double.
21003         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21004         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21005         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21006         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21007         * math/test-misc.c (main): Don't use union ieee854_long_double.
21008
21009 2013-10-04  Alan Modra  <amodra@gmail.com>
21010
21011         [BZ #15680]
21012         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21013         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21014         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21015         calculation.  Remove unnecessary test for denormal exponent.
21016         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21017         Correct handling of denormals.  Avoid undefined shift behaviour.
21018         Correct normalisation of low mantissa when low double is denormal.
21019         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21020         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21021         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21022         Correct normalisation of low mantissa.  Test for overflow of high
21023         mantissa and normalise.
21024         (ldbl_nearbyint): Use more readable constant for two52.
21025         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21026         (__mpn_construct_long_double): Fix test for overflow of high
21027         mantissa and correct normalisation.  Avoid undefined shift.
21028
21029 2013-10-04  Alan Modra  <amodra@gmail.com>
21030
21031         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21032         (union ibm_extended_long_double): Define as an array of ieee754_double.
21033         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21034         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21035         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21036         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21037         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21038         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21039         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21040         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21041         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21042         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21043         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21044
21045 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21046
21047         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21048         page size instead of calling getpagesize.
21049
21050         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21051         (LOCFILE_ALIGN_MASK): Likewise.
21052         (LOCFILE_ALIGN_UP): Likewise.
21053         (LOCFILE_ALIGNED_P): Likewise.
21054         * locale/programs/ld-collate.c (collate_output): Use the new
21055         macros instead of __alignof__ (int32_t).
21056         * locale/weight.h (findidx): Likewise.
21057
21058 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21059
21060         [BZ #431]
21061         * manual/string.texi: Fix strncat and wcsncat.
21062
21063 2013-10-03  Brooks Moses  <bmoses@google.com>
21064
21065         [BZ #15915]
21066         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21067         * Makerules: ...here, and adjust associated comments.
21068
21069 2013-10-02  Will Newton  <will.newton@linaro.org>
21070
21071         * malloc/Makefile: Add tst-pvalloc.
21072         * malloc/tst-pvalloc.c: New file.
21073
21074 2013-10-02  Will Newton  <will.newton@linaro.org>
21075
21076         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21077         improve test coverage.
21078
21079 2013-10-02  Will Newton  <will.newton@linaro.org>
21080
21081         * malloc/Makefile: Add tst-posix_memalign.
21082         * malloc/tst-posix_memalign.c: New file.
21083
21084 2013-10-01  Eric Blake  <eblake@redhat.com>
21085
21086         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21087         Use __THROWNL rather than __THROW on static functions.
21088
21089 2013-09-30  Petr Machata  <pmachata@redhat.com>
21090
21091         * elf/elf.h (R_AARCH64_ABS16): New macro.
21092         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21093         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21094         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21095         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21096         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21097         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21098         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21099         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21100         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21101         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21102         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21103         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21104         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21105         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21106         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21107         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21108         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21109         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21110         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21111         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21112         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21113         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21114         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21115         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21116         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21117         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21118         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21119         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21120         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21121         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21122         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21123         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21124         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21125         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21126         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21127         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21128         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21129         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21130         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21131         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21132         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21133         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21134         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21135         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21136         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21137         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21138         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21139         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21140         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21141         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21142         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21143         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21144         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21145         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21146         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21147         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21148         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21149         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21150         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21151         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21152         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21153         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21154         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21155         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21156         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21157         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21158         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21159         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21160         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21161         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21162         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21163         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21164         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21165         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21166         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21167         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21168         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21169         (R_AARCH64_TLSDESC_LDR): Likewise.
21170         (R_AARCH64_TLSDESC_ADD): Likewise.
21171         (R_AARCH64_TLSDESC_CALL): Likewise.
21172
21173 2013-09-30  Andreas Schwab  <schwab@suse.de>
21174
21175         [BZ #15048]
21176         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21177         the nss database lookup.
21178         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21179         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21180
21181 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21182
21183         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21184
21185 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21186
21187         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21188         ${Bash-specific parameter/pattern/string} parameter expansion.
21189         * sysdeps/unix/make-syscalls.sh: Likewise.
21190
21191 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21192
21193         * sysdeps/sh/stackguard-macros.h: New file.
21194
21195 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21196
21197         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21198         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21199         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21200         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21201         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21202         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21203
21204 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21205
21206         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21207         Fix thread ID register.
21208
21209 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21210
21211         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21212         [POSIX || UNIX98]: Require rather than permitting all symbols from
21213         <time.h>.
21214         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21215         element of struct sched_param.
21216         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21217         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21218         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21219         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21220         constant.
21221
21222 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21223
21224         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21225         argument calculation.
21226
21227 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21228
21229         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21230         Expect macro.
21231         [POSIX] (pthread_attr_t): Do not require type.
21232         [POSIX] (pthread_cond_t): Likewise.
21233         [POSIX] (pthread_condattr_t): Likewise.
21234         [POSIX] (pthread_key_t): Likewise.
21235         [POSIX] (pthread_mutex_t): Likewise.
21236         [POSIX] (pthread_mutexattr_t): Likewise.
21237         [POSIX] (pthread_once_t): Likewise.
21238         [POSIX] (pthread_t): Likewise.
21239         [POSIX-based standards] (pthread_atfork): Expect function.
21240
21241 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21242             Richard Sandiford  <richard@codesourcery.com>
21243
21244         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21245         (swap_endianness_p): New extern variable.
21246         (set_big_endian): New inline function.
21247         (maybe_swap_uint32): Likewise.
21248         (maybe_swap_uint32_array): Likewise.
21249         (maybe_swap_uint32_obstack): Likewise.
21250         * locale/programs/locfile.c: Include <stdbool.h>.
21251         (swap_endianness_p): New variable.
21252         (add_locale_uint32): Call maybe_swap_uint32.
21253         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21254         (write_locale_data): Call maybe_swap_uint32_array.
21255         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21256         maybe_swap_uint32.
21257         (obstack_int32_grow_fast): Likewise.
21258         (output_weightwc): Call maybe_swap_uint32_obstack.
21259         (collate_output): Likewise.
21260         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21261         (OPT_LITTLE_ENDIAN): Likewise.
21262         (options): Add --little-endian and --big-endian options.
21263         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21264         * locale/programs/locarchive.c: Include "locfile.h".
21265         (GET): New macro.
21266         (SET): Likewise.
21267         (INC): Likewise.
21268         (create_archive): Use the new macros to access fields of
21269         structures directly mapped from or written to locale archives.
21270         (oldlocrecentcmp): Likewise.
21271         (enlarge_archive): Likewise.
21272         (insert_name): Likewise.
21273         (add_alias): Likewise.
21274         (add_locale): Likewise.
21275         (delete_locales_from_archive): Likewise.
21276         (show_archive_content): Likewise.
21277         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21278         locale data.
21279
21280 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21281
21282         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21283         http://www.gnu.org/doc/freemanuals.texi.
21284         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21285
21286 2013-09-24  Will Newton  <will.newton@linaro.org>
21287
21288         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21289         macro.
21290
21291 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21292
21293         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21294         unsigned char.
21295
21296 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21297
21298         * manual/threads.texi (POSIX Threads): Fix a typo.
21299
21300 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21301
21302         [BZ #14547]
21303         * string/tst-strcoll-overflow.c: New test case.
21304         * string/Makefile (xtests): Add tst-strcoll-overflow.
21305         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21306         cache if string sizes may cause integer overflow.
21307
21308         [BZ #14547]
21309         * string/strcoll_l.c (coll_seq): New members rule, idx,
21310         save_idx and back_us.
21311         (get_next_seq_nocache): New function.
21312         (do_compare_nocache): New function.
21313         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21314         when malloc fails.
21315
21316 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21317
21318         [BZ #15754]
21319         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21320         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21321         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21322
21323         [BZ #15754]
21324         * elf/Makefile (tests): Add tst-ptrguard1.
21325         (tests-static): Add tst-ptrguard1-static.
21326         (tst-ptrguard1-ARGS): Define.
21327         (tst-ptrguard1-static-ARGS): Define.
21328         * elf/tst-ptrguard1.c: New file.
21329         * elf/tst-ptrguard1-static.c: New file.
21330         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21331         * sysdeps/i386/stackguard-macros.h: Likewise.
21332         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21333         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21334         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21335         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21336         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21337         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21338
21339 2013-09-23  Hector Marco  <hecmargi@upv.es>
21340             Ismael Ripoll  <iripoll@disca.upv.es>
21341             Carlos O'Donell  <carlos@redhat.com>
21342
21343         [BZ #15754]
21344         * sysdeps/generic/stackguard-macros.h: Define
21345         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21346         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21347         Define __pointer_chk_guard_local.
21348         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21349         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21350
21351 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21352
21353         [BZ #15859]
21354         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21355
21356 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21357
21358         * include/string.h (__ffs): Declare as hidden.
21359         * string/ffs.c (__ffs): Define as hidden.
21360         * sysdeps/i386/ffs.c (__ffs): Likewise.
21361         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21362         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21363         * sysdeps/s390/ffs.c (__ffs): Likewise.
21364         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21365
21366 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21367
21368         * NEWS: Mention malloc probes.
21369
21370         * malloc/arena.c (new_heap): New memory_heap_new probe.
21371         (grow_heap): New memory_heap_more probe.
21372         (shrink_heap): New memory_heap_less probe.
21373         (heap_trim): New memory_heap_free probe.
21374         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21375         (systrim): New memory_sbrk_less probe.
21376         * manual/probes.texi: Document them.
21377
21378         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21379         * manual/probes.texi: Document it.
21380
21381         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21382         (__libc_realloc): Add memory_realloc_retry probe.
21383         (__libc_memalign): Add memory_memalign_retry probe.
21384         (__libc_valloc): Add memory_valloc_retry probe.
21385         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21386         (__libc_calloc): Add memory_calloc_retry probe.
21387         * manual/probes.texi: Document them.
21388
21389         * malloc/arena.c (get_free_list): Add probe
21390         memory_arena_reuse_free_list.
21391         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21392         and memory_arena_reuse.
21393         (arena_get2) [!PER_THREAD]: Likewise.
21394         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21395         memory_arena_reuse_realloc.
21396         * manual/probes.texi: Document them.
21397
21398         * malloc/malloc.c (__libc_free): Add
21399         memory_mallopt_free_dyn_thresholds probe.
21400         (__libc_mallopt): Add multiple memory_mallopt probes.
21401         * manual/probes.texi: Document them.
21402
21403         * malloc/malloc.c: Include stap-probe.h.
21404         (__libc_mallopt): Add memory_mallopt probe.
21405         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21406         * manual/probes.texi: New.
21407         * manual/Makefile (chapters): Add probes.
21408         * manual/threads.texi: Set next node.
21409
21410 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21411
21412         [BZ #15963, #13985]
21413         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21414         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21415         Add `Chinese' to `nan' entry name.
21416
21417 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21418
21419         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21420         (POLYNOMIAL): Likewise.
21421         (TAYLOR_SINCOS): Likewise.
21422         (TAYLOR_SLOW): Likewise.
21423         (__sin): Use TAYLOR_SINCOS.
21424         (__cos): Likewise.
21425         (slow): Use TAYLOR_SLOW.
21426         (sloww): Likewise.
21427         (bsloww): Likewise.
21428         (csloww): Likewise.
21429
21430 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21431
21432         * stdlib/strtod_l.c: Fix buffer overrun.
21433
21434 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21435
21436         * benchtests/Makefile (bench): Add sincos.
21437         * benchtests/bench-sincos.c: New file.
21438
21439         * math/libm-test.inc (cos_test_data): New test inputs.
21440         (sin_test_data): Likewise.
21441
21442         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21443         macro.
21444         (__sin): Use it.
21445         (__cos): Likewise.
21446         (slow1): Likewise.
21447         (slow2): Likewise.
21448         (sloww1): Likewise.
21449         (sloww2): Likewise.
21450         (bsloww1): Likewise.
21451         (bsloww2): Likewise.
21452         (cslow2): Likewise.
21453         (csloww1): Likewise.
21454         (csloww2): Likewise.
21455
21456         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21457         function.
21458         (__sin): Use it.
21459         (__cos): Likewise.
21460
21461         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21462         gotos.
21463         (__cos): Likewise.
21464
21465 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21466
21467         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21468         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21469         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21470         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21471         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21472         * elf/cache.c (print_entry): Handle the new cache flags.
21473
21474 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21475             Aldy Hernandez  <aldyh@redhat.com>
21476
21477         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21478         Change condition to [_SOFT_FLOAT].
21479         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21480         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21481         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21482         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21483         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21484         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21485         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21486         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21487         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21488         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21489         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21490         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21491         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21492         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21493         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21494         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21495         declaration.
21496
21497 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21498
21499         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21500         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21501         (__longjmp): Use LOAD_GP to load saved GPRs.
21502         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21503         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21504         (__sigsetjmp): Use SAVE_GP to save GPRs.
21505
21506         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21507         Do not append -msoft-float.
21508         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21509
21510 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21511
21512         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21513
21514 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21515
21516         [BZ #15966]
21517         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21518         (_FPU_GETCW): Use initial "__" on variable and field names but not
21519         on macro parameter name.
21520         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21521         parentheses around reference to macro parameter.
21522
21523 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21524
21525         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21526         prototype.
21527         (ctype_startup): Use uint32_t in cast and sizeof for
21528         ctype->charnames.
21529
21530 2013-09-11  Jia Liu  <proljc@gmail.com>
21531
21532         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21533         __daddr_t_defined.
21534         [__FreeBSD__]: Likewise.
21535
21536 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21537
21538         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21539         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21540         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21541         (strchr): Remove __strchr_sse42 ifunc selection.
21542         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21543         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21544
21545 2013-09-11  Will Newton  <will.newton@linaro.org>
21546
21547         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21548         parameter to RES. Remove hardcoded 1000 value.
21549         * benchtests/bench-skeleton.c (main): Pass RES parameter
21550         to TIMING_INIT and multiply result by 1000.
21551
21552 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21553
21554         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21555
21556 2013-09-11  Andreas Schwab  <schwab@suse.de>
21557
21558         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21559         if not defined.
21560         (O_TMPFILE) [__USE_GNU]: Define.
21561         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21562         Define.
21563
21564 2013-09-11  Will Newton  <will.newton@linaro.org>
21565
21566         [BZ #15857]
21567         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21568         does not overflow.
21569
21570 2013-09-11  Will Newton  <will.newton@linaro.org>
21571
21572         [BZ #15856]
21573         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21574         does not overflow.
21575
21576 2013-09-11  Will Newton  <will.newton@linaro.org>
21577
21578         [BZ #15855]
21579         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21580         does not overflow.
21581
21582 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21583
21584         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21585         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21586         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21587         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21588         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21589
21590 2013-09-10  Allan McRae  <allan@archlinux.org>
21591
21592         [BZ #15748]
21593         * manual/arith.texi (Parsing of Floats): Clarify
21594         cross-reference.
21595
21596         [BZ #15849]
21597         * manual/install.texi (Running make install): Mention
21598         --enable-pt-chown.
21599         * INSTALL: Regenerated.
21600
21601 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21602
21603         * csu/init-first.c (_init): Remove the !SHARED condition around
21604         FPU control word initialization.
21605         * elf/dl-support.c (_dl_fpu_control): New variable.
21606         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21607         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21608         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21609         * math/test-fpucw-static.c: New file.
21610         * math/test-fpucw-ieee.c: New file.
21611         * math/test-fpucw-ieee-static.c: New file.
21612         * math/Makefile (tests): Add `test-fpucw-ieee' and
21613         `$(tests-static)'.
21614         (tests-static): New variable.
21615         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21616         dependency to...
21617         [($(build-shared),yes)]
21618         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21619         ... this.
21620         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21621         New dependency.
21622
21623 2013-09-09  Allan McRae  <allan@archlinux.org>
21624
21625         [BZ #15939]
21626         * manual/string.texi (Collation Functions): Fix typo in
21627         strcoll example.
21628         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21629
21630         [BZ #15893]
21631         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21632
21633         [BZ #15892]
21634         * libio/memstream.c (open_memstream): Fix memory leak.
21635         * libio/wmemstream.c (open_wmemstream): Likewise.
21636
21637         [BZ #15895]
21638         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21639
21640 2013-09-09  Will Newton  <will.newton@linaro.org>
21641
21642         * malloc/Makefile: Add tst-realloc to tests.
21643         * malloc/tst-realloc.c: New file.
21644
21645 2013-09-09  Allan McRae  <allan@archlinux.org>
21646
21647         [BZ #15844]
21648         * COPYING: Update from GNU website to fix FSF address.
21649         * COPYING.LIB: Likewise.
21650
21651 2013-09-06  David S. Miller  <davem@davemloft.net>
21652
21653         * po/zh_TW.po: Update Chinese (traditional) translation from
21654         translation project.
21655
21656 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21657             Joseph Myers  <joseph@codesourcery.com>
21658
21659         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21660         "localeinfo.h".
21661         (obstack_chunk_alloc): New macro.
21662         (obstack_chunk_free): Likewise.
21663         (record_offset): New function.
21664         (init_locale_data): Likewise.
21665         (align_locale_data): Likewise.
21666         (add_locale_empty): Likewise.
21667         (add_locale_raw_data): Likewise.
21668         (add_locale_raw_obstack): Likewise.
21669         (add_locale_string): Likewise.
21670         (add_locale_wstring): Likewise.
21671         (add_locale_uint32): Likewise.
21672         (add_locale_uint32_array): Likewise.
21673         (add_locale_char): Likewise.
21674         (start_locale_structure): Likewise.
21675         (end_locale_structure): Likewise.
21676         (start_locale_prelude): Likewise.
21677         (end_locale_prelude): Likewise.
21678         (write_locale_data): Take locale_file structure rather than an
21679         iovec.
21680         * locale/programs/locfile.h: Include "obstack.h".
21681         (struct locale_file): Change to store locale file contents instead
21682         of header.
21683         (init_locale_data): New prototype.
21684         (align_locale_data): Likewise.
21685         (add_locale_empty): Likewise.
21686         (add_locale_raw_data): Likewise.
21687         (add_locale_raw_obstack): Likewise.
21688         (add_locale_string): Likewise.
21689         (add_locale_wstring): Likewise.
21690         (add_locale_uint32): Likewise.
21691         (add_locale_uint32_array): Likewise.
21692         (add_locale_char): Likewise.
21693         (start_locale_structure): Likewise.
21694         (end_locale_structure): Likewise.
21695         (start_locale_prelude): Likewise.
21696         (end_locale_prelude): Likewise.
21697         (write_locale_data): Update prototype.
21698         * locale/programs/3level.h (struct TABLE): Remove result field.
21699         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21700         Use new locale_file interface.
21701         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21702         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21703         * locale/programs/ld-address.c (address_output): Use new
21704         locale_file interface.
21705         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21706         NO_ADD_LOCALE.
21707         (collate_finish): Don't call collseq_table_finalize.
21708         (collate_output): Use new locale_file interface.
21709         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21710         in file.
21711         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21712         (TABLE): Move defines earlier in file.
21713         (ELEMENT): Likewise.
21714         (DEFAULT): Likewise.
21715         (wctrans_table_add): Move macro and inline function earlier in
21716         file.
21717         (struct wctype_table): Move type earlier in file.
21718         (add_locale_wctype_table): New static prototype.
21719         (struct locale_ctype_t): Use logical types instead of struct iovec
21720         pointers for members.
21721         (ctype_output): Use new locale_file interface.
21722         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21723         new locale_file interface.
21724         (allocate_arrays): Update for use of new locale_file interface.
21725         * locale/programs/ld-identification.c (identification_output): Use
21726         new locale_file interface.
21727         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21728         * locale/programs/ld-messages.c (messages_output): Likewise.
21729         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21730         * locale/programs/ld-name.c (name_output): Likewise.
21731         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21732         * locale/programs/ld-paper.c (paper_output): Likewise.
21733         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21734         * locale/programs/ld-time.c (time_output): Likewise.
21735
21736 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21737
21738         * benchtests/Makefile: Add memrchr benchmark.
21739         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21740         benchmark as memrchr.
21741         * benchtests/bench-memrchr-ifunc.c: New file.
21742         * benchtests/bench-memrchr.c: New file.
21743
21744 2013-09-06   Will Newton  <will.newton@linaro.org>
21745
21746         * benchtests/Makefile (string-bench): Add memcpy.
21747
21748 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21749             Cong Wang  <amwang@redhat.com>
21750
21751         [BZ #15850]
21752         * sysdeps/unix/sysv/linux/bits/in.h
21753         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21754         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21755         before __USE_KERNEL_IPV6_DEFS uses.
21756         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21757         IPPROTO_BEETPH.
21758         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21759         sockaddr_in6, or ipv6_mreq.
21760
21761 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21762
21763         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21764         memory access for final bytes in some large inputs.
21765         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21766
21767 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21768
21769         * string/test-memrchr.c: New file.
21770         * string/test-memrchr-ifunc.c: New file.
21771         * string/Makefile: Add new memrchr testcase.
21772
21773 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21774
21775         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21776         fanotify_init returns EPERM.
21777
21778 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21779
21780         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21781         errors.
21782         (top level): Treat second token from macro or constant entries for
21783         allowed headers as allowed.
21784         * include/complex.h: Condition internal declarations on
21785         [!_ISOMAC].
21786         * include/fenv.h: Condition include of <stdbool.h> and internal
21787         declarations on [!_ISOMAC].
21788
21789 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21790
21791         [BZ #15923]
21792         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21793
21794 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21795
21796         * configure.in (--enable-versioning): Remove configure option.
21797         (libc_cv_asm_symver_directive): Remove configure test.
21798         (libc_cv_ld_version_script_option): Likewise.
21799         (VERSIONING): Remove variable and AC_SUBST.
21800         (DO_VERSIONING): Remove AC_DEFINE.
21801         * configure: Regenerated.
21802         * config.h.in (DO_VERSIONING): Remove macro.
21803         * Makerules [$(versioning) = yes]: Change conditionals to
21804         [$(build-shared) = yes].
21805         * config.make.in (versioning): Remove variable.
21806         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21807         [$(build-shared) = yes].
21808         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21809         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21810         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21811         [$(build-shared) = yes].
21812         * extra-lib.mk [$(versioning) = yes]: Likewise.
21813         * hurd/Makefile [$(versioning) = yes]: Likewise.
21814         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21815         [SHARED].
21816         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21817         [SHARED].
21818         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21819         [SHARED && !NO_HIDDEN].
21820         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21821         [SHARED].
21822         [SHARED && DO_VERSIONING]: Likewise..
21823         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21824         [$(build-shared) = yes].
21825         * manual/install.texi (--disable-versioning): Remove
21826         documentation.
21827         * INSTALL: Regenerated.
21828         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21829         to [SHARED].
21830         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21831         [$(build-shared) = yes].
21832         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21833         * sysdeps/i386/i686/multiarch/strstr-c.c
21834         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21835         [SHARED && !NO_HIDDEN].
21836         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21837         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21838         * sysdeps/powerpc/powerpc32/dl-machine.c
21839         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21840         * sysdeps/powerpc/powerpc32/sysdep.h
21841         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21842         to [SHARED && PIC && !NO_HIDDEN].
21843         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21844         conditional to [SHARED].
21845
21846 2013-09-04   Will Newton  <will.newton@linaro.org>
21847
21848         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21849         * benchtests/bench-string.h: Include bench-timing.h instead
21850         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21851         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21852         call to HP_TIMING_DIFF_INIT.
21853         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21854         instead of hp-timing.h macros.
21855         * benchtests/bench-memchr.c: Likewise.
21856         * benchtests/bench-memcmp.c: Likewise.
21857         * benchtests/bench-memcpy.c: Likewise.
21858         * benchtests/bench-memmem.c: Likewise.
21859         * benchtests/bench-memmove.c: Likewise.
21860         * benchtests/bench-memset.c: Likewise.
21861         * benchtests/bench-rawmemchr.c: Likewise.
21862         * benchtests/bench-strcasecmp.c: Likewise.
21863         * benchtests/bench-strcasestr.c: Likewise.
21864         * benchtests/bench-strcat.c: Likewise.
21865         * benchtests/bench-strchr.c: Likewise.
21866         * benchtests/bench-strcmp.c: Likewise.
21867         * benchtests/bench-strcpy.c: Likewise.
21868         * benchtests/bench-strcpy_chk.c: Likewise.
21869         * benchtests/bench-strlen.c: Likewise.
21870         * benchtests/bench-strncasecmp.c: Likewise.
21871         * benchtests/bench-strncat.c: Likewise.
21872         * benchtests/bench-strncmp.c: Likewise.
21873         * benchtests/bench-strncpy.c: Likewise.
21874         * benchtests/bench-strnlen.c: Likewise.
21875         * benchtests/bench-strpbrk.c: Likewise.
21876         * benchtests/bench-strrchr.c: Likewise.
21877         * benchtests/bench-strspn.c: Likewise.
21878         * benchtests/bench-strstr.c: Likewise.
21879
21880 2013-09-04  Will Newton  <will.newton@linaro.org>
21881
21882         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21883
21884 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21885
21886         [BZ #15427]
21887         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21888         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21889         * math/libm-test.inc (lgamma_test_data): Add more tests.
21890         * sysdeps/i386/fpu/libm-test-ulps: Update.
21891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21892
21893 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21894
21895         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21896         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21897         Add ifunc.
21898         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21899         Add strcmp-sse2-unaligned
21900         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21901
21902 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21903
21904         * Versions.def (libc): Add GLIBC_2.19.
21905
21906 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21907
21908         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21909         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21910
21911 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21912
21913         [BZ #14155]
21914         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21915         intermediate calculations in recurrence.
21916         (__ieee754_ynf): Likewise.
21917         * math/libm-test.inc (jn_test_data): Do not allow spurious
21918         underflow exception.  Add more tests.
21919         (yn_test_data): Add more tests.
21920         * sysdeps/i386/fpu/libm-test-ulps: Update.
21921         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21922
21923 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21924
21925         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21926
21927 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21928
21929         * csu/init-first.c: Fix then/than typos.
21930         * locale/programs/ld-collate.c: Likewise.
21931         * locale/programs/linereader.h: Likewise.
21932         * manual/charset.texi: Likewise.
21933         * manual/filesys.texi: Likewise.
21934         * manual/stdio.texi: Likewise.
21935         * manual/string.texi: Likewise.
21936         * stdlib/fmtmsg.c: Likewise.
21937         * sysdeps/i386/stpncpy.S: Likewise.
21938         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21939         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21940         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21941         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21942
21943 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21944
21945         * elf/dl-open.c: Fix typos.
21946         * iconvdata/gbbig5.c: Likewise.
21947         * iconvdata/iso-2022-jp.c: Likewise.
21948         * iconv/gconv_int.h: Likewise.
21949         * iconv/loop.c: Likewise.
21950         * nis/rpcsvc/nis.h: Likewise.
21951         * resolv/ns_name.c: Likewise.
21952         * stdio-common/vfscanf.c: Likewise.
21953         * streams/stropts.h: Likewise.
21954         * sunrpc/rpc_thread.c: Likewise.
21955         * sysdeps/i386/strpbrk.S: Likewise.
21956         * sysdeps/ieee754/k_standard.c: Likewise.
21957         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21958         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21959         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21960         * sysdeps/mach/hurd/profil.c: Likewise.
21961         * sysdeps/s390/dl-procinfo.h: Likewise.
21962         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21963         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21964         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21965         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21966         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21967
21968 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21969
21970         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21971         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21972
21973 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21974
21975         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21976         aix specific files.
21977         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21978         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21979         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21980         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21981         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21982         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21983         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21984         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21985
21986 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21987             Roland McGrath  <roland@hack.frob.com>
21988
21989         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21990         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21991
21992 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21993
21994         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21995         __executable_start symbol instead of _start.
21996
21997 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21998
21999         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22000         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22001         Move macros to...
22002         * sysdeps/gnu/ldsodefs.h: ... this new file.
22003
22004         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22005         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22006         instead of ELFOSABI_LINUX.
22007
22008         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22009         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22010         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22011         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22012         Likewise.
22013         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22014         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22015         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22016         Likewise.
22017         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22018         (ibm_extended_long_double): Add ieee_nan member.
22019         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22020         (do_test): New function.
22021
22022         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22023         TEST_TRUNC.
22024         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22025         functions, renamed from truncdfsf_test, trunctfsf_test,
22026         trunctfdf_test.
22027         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22028         functions.
22029         (do_test): Run all these.
22030
22031 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22032
22033         * argp/argp-help.c: Fix typos.
22034         * argp/argp-parse.c: Likewise.
22035         * debug/backtracesyms.c: Likewise.
22036         * elf/elf.h: Likewise.
22037         * malloc/malloc.c: Likewise.
22038         * nis/nis_print.c: Likewise.
22039         * resolv/res_comp.c: Likewise.
22040         * stdlib/stdlib.h: Likewise.
22041         * sunrpc/clnt_tcp.c: Likewise.
22042         * sunrpc/clnt_udp.c: Likewise.
22043         * sunrpc/clnt_unix.c: Likewise.
22044         * sysdeps/unix/bsd/ptsname.c: Likewise.
22045         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22046         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22048         Likewise.
22049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22050         Likewise.
22051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22052         Likewise.
22053         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22054
22055 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22056
22057         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22058         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22059
22060 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22061
22062         [BZ #15897]
22063         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22064         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22065         ($(objpfx)bug-dl-leaf): New rule.
22066         ($(objpfx)bug-dl-leaf.so): Likewise.
22067         ($(objpfx)bug-dl-leaf.out): Likewise.
22068         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22069         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22070         * dlfcn/bug-dl-leaf.c: New test.
22071         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22072         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22073         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22074         (dlclose): Likewise.
22075         (dlmopen): Likewise.
22076
22077 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22078
22079         * include/netdb.h [!_ISOMAC]:
22080         Don't include <tls.h>.
22081         (h_errno, __libc_h_errno): Move declaration and macros out of
22082         [_LIBC_REENTRANT].
22083
22084         * include/resolv.h [_RESOLV_H_]:
22085         Don't include <tls.h>.
22086         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22087         * resolv/res_libc.c: Don't include <tls.h>.
22088         (_res): Use __attribute__ ((nocommon)) in place of
22089         __attribute__ ((section (".bss"))).
22090
22091         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22092         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22093
22094         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22095
22096         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22097         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22098
22099         * resolv/res_mkquery.c: Include <sys/time.h>.
22100
22101         * inet/ifreq.c: Moved to ...
22102         * sysdeps/unix/ifreq.c: ... here.
22103         * inet/ifreq.c: New file, true stub version.
22104
22105         * socket/sa_len.c: New file.
22106         * socket/Makefile (aux): Add it.
22107         * sysdeps/unix/sysv/linux/Makefile
22108         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22109         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22110         and #include <socket/sa_len.c>.
22111         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22112         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22113
22114         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22115         * bits/socket.h: ... here.
22116
22117         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22118         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22119         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22120
22121 2013-08-27  Andreas Schwab  <schwab@suse.de>
22122
22123         [BZ #15736]
22124         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22125         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22126         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22127         * string/test-strcasecmp.c (test_main): Run tests in several
22128         locales.
22129         * string/test-strncasecmp.c (test_main): Likewise.
22130
22131         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22132         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22133         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22134         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22135         (__strncasecmp_ssse3) [PIC]: Likewise.
22136
22137 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22138
22139         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22140
22141         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22142         instead of explicitly declaring xdecrypt.
22143         * nis/nss_nis/nis-publickey.c: Likewise.
22144
22145 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22146
22147         [BZ #15890]
22148         * nscd/aicache.c: Include res_hconf.h.
22149         (addhstaiX): Initialize res_hconf.
22150
22151 2013-08-26  Andreas Schwab  <schwab@suse.de>
22152
22153         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22154         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22155
22156 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22157
22158         * nscd/aicache.c (addhstaiX): Fix indentation.
22159
22160 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22161
22162         * configure.ac: Quote $build_pt_chown test.
22163         * configure: Regenerated.
22164
22165 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22166
22167         [BZ #15532]
22168         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22169         * math/s_cexpf.c (__cexpf): Likewise.
22170         * math/s_cexpl.c (__cexpl): Likewise.
22171         * math/libm-test.inc (cexp_test_data): Correct expected return
22172         value for NaN + i0.  Add another test.
22173
22174 2013-08-22  David S. Miller  <davem@davemloft.net>
22175
22176         * po/ca.po: Update Catalan translation from translation project.
22177         * po/uk.po: Add Ukrainian translations from translation project.
22178
22179 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22180
22181         [BZ #15797]
22182         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22183         is infinite, not alongside NaN test.
22184         * math/s_fdimf.c (__fdimf): Likewise.
22185         * math/s_fdiml.c (__fdiml): Likewise.
22186         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22187         errno is unchanged.
22188
22189 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22190
22191         * argp/argp-help.c: Fix typos.
22192         * crypt/speeds.c: Likewise.
22193         * csu/check_fds.c: Likewise.
22194         * elf/dl-load.c: Likewise.
22195         * elf/dl-open.c: Likewise.
22196         * elf/reldep3.c: Likewise.
22197         * elf/reldep.c: Likewise.
22198         * elf/sprof.c: Likewise.
22199         * iconv/iconv_charmap.c: Likewise.
22200         * iconv/skeleton.c: Likewise.
22201         * iconv/strtab.c: Likewise.
22202         * io/lockf64.c: Likewise.
22203         * libio/libioP.h: Likewise.
22204         * resolv/gai_notify.c: Likewise.
22205         * resolv/ns_name.c: Likewise.
22206         * resolv/ns_samedomain.c: Likewise.
22207         * resolv/res_send.c: Likewise.
22208         * stdlib/random.c: Likewise.
22209         * sunrpc/rpc/xdr.h: Likewise.
22210         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22211         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22212         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22213         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22214         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22215         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22216         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22217         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22218         * sysdeps/mach/hurd/check_fds.c: Likewise.
22219         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22220         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22221         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22222         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22223         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22224         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22225         * sysdeps/pthread/aio_notify.c: Likewise.
22226         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22227         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22228         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22229         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22230         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22231
22232 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22233
22234         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22235         version if bit_Slow_SSE4_2 is set.
22236         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22237         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22238
22239 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22240
22241         [BZ #15867]
22242         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22243         trampoline stack frame information.
22244         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22245         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22246         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22247         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22248         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22249         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22250         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22251         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22252         sa_flags value.
22253         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22254         interrupting a syscall and set with option SA_SIGINFO.
22255
22256 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22257
22258         [BZ #15531]
22259         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22260         argument is infinite.
22261         * math/s_cprojf.c (__cprojf): Likewise.
22262         * math/s_cprojl.c (__cprojl): Likewise.
22263         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22264         * math/libm-test.inc (cproj_test_data): Add more tests.
22265
22266         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22267
22268         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22269         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22270         size.  Use __ffs to determine corresponding shift.
22271
22272 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22273             Roland McGrath  <roland@hack.frob.com>
22274
22275         * Makefile (INSTALL): Remove trailing blank lines from output of
22276         makeinfo.
22277
22278 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22279
22280         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22281         Align 32 bit compat elf_greg to 8 bytes.
22282
22283 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22284
22285         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22286
22287 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22288
22289         * string/strcoll_l.c (coll_seq): New structure.
22290         (get_next_seq_cached): New function.
22291         (get_next_seq): New function.
22292         (do_compare): New function.
22293         (STRCOLL): Use GNU style definition.  Simplify implementation
22294         by using get_next_seq, get_next_seq_cached and do_compare.
22295
22296 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22297
22298         [BZ #14699]
22299         CVE-2013-4237
22300         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22301         member.
22302         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22303         member.
22304         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22305         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22306         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22307         conditional.
22308         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22309         GETDENTS_64BIT_ALIGNED.
22310         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22311         * manual/filesys.texi (Reading/Closing Directory): Document
22312         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22313         strongly.
22314         * manual/conf.texi (Limits for Files): Add portability note to
22315         NAME_MAX, PATH_MAX.
22316         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22317
22318 2013-08-13  Andreas Schwab  <schwab@suse.de>
22319
22320         [BZ #15749]
22321         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22322         of fabs.
22323         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22324         LDBL_MAX_EXP >= 16384]: Add tests for it.
22325
22326 2013-08-12  David S. Miller  <davem@davemloft.net>
22327
22328         * version.h (RELEASE): Set to "development".
22329         (VERSION): Set to "2.18.90".
22330         * NEWS: Add 2.19 section.
22331
22332 2013-08-03  David S. Miller  <davem@davemloft.net>
22333
22334         * po/ko.po: Update Korean translation from translation project.
22335
22336 2013-08-01  David S. Miller  <davem@davemloft.net>
22337
22338         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22339         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22340         Bilka.
22341
22342 2013-07-30  David S. Miller  <davem@davemloft.net>
22343
22344         * po/fr.po: Update French translation from translation project.
22345
22346 2013-07-28  David S. Miller  <davem@davemloft.net>
22347
22348         * po/cs.po: Update Czech translation from translation project.
22349
22350         * po/sv.po: Update Swedish translation from translation project.
22351
22352 2013-07-27  David S. Miller  <davem@davemloft.net>
22353
22354         * po/eo.po: Update Esperanto translation from translation project.
22355
22356         * po/vi.po: Update Vietnamese translation from translation project.
22357
22358         * po/de.po: Update German translation from translation project.
22359
22360 2013-07-26  David S. Miller  <davem@davemloft.net>
22361
22362         * po/bg.po: Update Bulgarian translation from translation project.
22363
22364         * po/nl.po: Update Dutch translation from translation project.
22365         * po/pl.po: Update Polish translation from translation project.
22366         * po/ru.po: Update Russian translation from translation project.
22367
22368 2013-07-24  David S. Miller  <davem@davemloft.net>
22369
22370         * po/libc.pot: Update.
22371
22372 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22373
22374         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22375         variable page size.
22376         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22377         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22378         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22379
22380 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22381
22382         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22383
22384 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22385             Andreas Schwab  <schwab@suse.de>
22386             Roland McGrath  <roland@hack.frob.com>
22387             Joseph Myers  <joseph@codesourcery.com>
22388             Carlos O'Donell  <carlos@redhat.com>
22389
22390         [BZ #15755]
22391         * config.h.in: Define HAVE_PT_CHOWN.
22392         * config.make.in (build-pt-chown): New variable.
22393         * configure.in (--enable-pt_chown): New configure option.
22394         * configure: Regenerate.
22395         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22396         build-pt-chown is enabled.
22397         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22398         pt_chown to fix pty ownership.
22399         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22400         CLOSE_ALL_FDS.
22401         * manual/install.texi (Configuring and compiling): Mention
22402         --enable-pt_chown. Add @findex for grantpt.
22403         * INSTALL: Regenerate.
22404
22405 2013-07-20  David S. Miller  <davem@davemloft.net>
22406
22407         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22408         difference between 32-bit and 64-bit.
22409
22410 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22411
22412         [BZ #15711]
22413         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22414         Avoid system header dependency with -ffreestanding.
22415         ($(objpfx)bits/syscall%d): Likewise.
22416
22417 2013-07-13  David S. Miller  <davem@davemloft.net>
22418
22419         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22420         underflows from atanl/atan2l due to bug 15319.
22421         (casinh_test_data): Likewise.
22422
22423 2013-07-07  David S. Miller  <davem@davemloft.net>
22424
22425         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22426
22427 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22428
22429         * sysdeps/i386/fpu/libm-test-ulps: Update.
22430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22431
22432 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22433
22434         * configure.in (--enable-lock-elision): Fix message text.
22435         * INSTALL: Regenerate.
22436         * configure: Regenerate.
22437
22438 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22439
22440         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22441
22442 2013-07-03  Andreas Jaeger  <aj@suse.de>
22443
22444         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22445         define.
22446         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22447         (ptrace_peeksiginfo_args): Add.
22448         (__ptrace_peeksiginfo_flags): Add.
22449         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22450         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22451         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22452
22453 2013-07-03  Allan McRae  <allan@archlinux.org>
22454
22455         * sysdeps/i386/fpu/libm-test-ulps: Update.
22456
22457 2013-07-02  David S. Miller  <davem@davemloft.net>
22458
22459         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22460
22461 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22462
22463         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22464
22465 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22466
22467         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22469
22470 2013-07-02  Andi Kleen <ak@linux.intel.com>
22471
22472         * config.h.in (ENABLE_LOCK_ELISION): Add.
22473         * configure.in (--enable-lock-elision): Add option.
22474         * manual/install.texi: Document --enable lock elision.
22475         * configure: Regenerate
22476         * INSTALL: Regenerate.
22477
22478 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22479
22480         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22481         SSE4.2 strcasecmp for libc.a.
22482         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22483
22484 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22485
22486         [BZ #13304]
22487         * soft-fp/op-common.h (_FP_FMA): New macro.
22488         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22489         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22490         (_FP_MUL_MEAT_1_imm): ... here.
22491         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22492         (_FP_MUL_MEAT_1_wide): ... here.
22493         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22494         (_FP_MUL_MEAT_1_hard): ... here.
22495         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22496         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22497         (_FP_MUL_MEAT_2_wide): ... here.
22498         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22499         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22500         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22501         (_FP_MUL_MEAT_2_gmp): ... here.
22502         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22503         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22504         (_FP_MUL_MEAT_4_wide): ... here.
22505         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22506         (_FP_MUL_MEAT_4_gmp): ... here.
22507         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22508         (_FP_WFRACBITS_DW_S): Likewise.
22509         (_FP_WFRACXBITS_DW_S): Likewise.
22510         (_FP_HIGHBIT_DW_S): Likewise.
22511         (FP_FMA_S): Likewise.
22512         (_FP_FRAC_HIGH_DW_S): Likewise.
22513         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22514         (_FP_WFRACBITS_DW_D): Likewise.
22515         (_FP_WFRACXBITS_DW_D): Likewise.
22516         (_FP_HIGHBIT_DW_D): Likewise.
22517         (FP_FMA_D): Likewise.
22518         (_FP_FRAC_HIGH_DW_D): Likewise.
22519         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22520         (_FP_WFRACBITS_DW_E): Likewise.
22521         (_FP_WFRACXBITS_DW_E): Likewise.
22522         (_FP_HIGHBIT_DW_E): Likewise.
22523         (FP_FMA_E): Likewise.
22524         (_FP_FRAC_HIGH_DW_E): Likewise.
22525         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22526         (_FP_WFRACBITS_DW_Q): Likewise.
22527         (_FP_WFRACXBITS_DW_Q): Likewise.
22528         (_FP_HIGHBIT_DW_Q): Likewise.
22529         (FP_FMA_Q): Likewise.
22530         (_FP_FRAC_HIGH_DW_Q): Likewise.
22531         * soft-fp/fmasf4.c: New file.
22532         * soft-fp/fmadf4.c: Likewise.
22533         * soft-fp/fmatf4.c: Likewise.
22534
22535 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22536
22537         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22538         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22539         Silvermont.
22540         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22541         macro.
22542         (index_Slow_SSE4_2): Likewise.
22543         (index_Prefer_PMINUB_for_stringop): Likewise.
22544         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22545         bit_Slow_SSE4_2 is set.
22546         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22547         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22548
22549 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22550
22551         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22552         rtld_global._dl_hwcap2.
22553         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22554         POWER8.
22555         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22556         POWER8 feature descriptions defined in _dl_hwcap2.
22557         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22558         string handling for POWER8 feature bits.
22559         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22560         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22561         _dl_powerpc_cap_flags.
22562         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22563         * sysdeps/powerpc/rtld-global-offsets.sym
22564         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22565         _dl_hwcap2 in the rtld_global_ro structure.
22566
22567 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22568
22569         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22570         hardware capabilities in support of AT_HWCAP2.
22571         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22572         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22573         GLRO(dl_hwcap2).
22574         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22575         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22576         explicitly the unknown a_type display mechanism is used.
22577         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22578         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22579         struct member.
22580         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22581         to macro prototype for AT_HWCAP2 support.
22582         * sysdeps/i386/dl-procinfo.h: Likewise.
22583         * sysdeps/s390/dl-procinfo.h: Likewise.
22584         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22585         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22586         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22587         return -1 for unknown a_type display fallback.
22588         * sysdeps/sparc/dl-procinfo.h: Likewise.
22589         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22590         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22591
22592 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22593
22594         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22595         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22596
22597 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22598
22599         [BZ #12492]
22600         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22601         mprotect making __stack_prot writable.
22602
22603 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22604             Joseph Myers  <joseph@codesourcery.com>
22605
22606         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22607         as being properly aligned.
22608
22609 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22610
22611         * dlfcn/modstatic5.c: New file.
22612         * dlfcn/tststatic5.c: New file.
22613         * dlfcn/Makefile (tests): Add tststatic5.
22614         (tests-static): Likewise.
22615         (modules-names): Add modstatic5.
22616         (tststatic5-ENV): New variable.
22617         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22618
22619         [BZ #15022]
22620         * elf/dl-support.c (_dl_main_map): New variable.
22621         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22622         (_dl_nns, _dl_load_adds): Set to 1.
22623         (_dl_initial_searchlist): Refer to _dl_main_map.
22624         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22625         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22626         call to _dl_get_origin.
22627         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22628         around call_map.
22629         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22630         * dlfcn/modstatic3.c: New file.
22631         * dlfcn/tststatic3.c: New file.
22632         * dlfcn/tststatic4.c: New file.
22633         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22634         (tests-static): Likewise.
22635         (modules-names): Add modstatic3.
22636         (tststatic3-ENV, tststatic4-ENV): New variables.
22637         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22638         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22639
22640 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22641
22642         * configure.in (CC): Require GCC version 4.4 or later.
22643         * configure: Regenerated.
22644         * manual/install.texi (Tools for Compilation): Update GCC version
22645         requirement.
22646         * INSTALL: Regenerated.
22647
22648 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22649
22650         [BZ #15674]
22651         * string/test-memcmp.c (check2): New.
22652         (main): Call check2.
22653
22654         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22655
22656 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22657
22658         [BZ #15022]
22659         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22660         over to...
22661         (dl_open_worker) [!SHARED]: ... here.
22662
22663 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22664
22665         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22666
22667 2013-06-25  Richard Henderson  <rth@redhat.com>
22668
22669         * locale/programs/locarchive.c: Include <libc-internal.h>
22670
22671 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22672
22673         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22674         trailing whitespace removed.
22675
22676 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22677
22678         [BZ #10283]
22679         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22680         * locale/programs/locarchive.c: Include libc-mmap.h.
22681         (prepare_address_space): Take two new outputs (the mmap base and len).
22682         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22683         values.
22684         (create_archive): Declare new mmap base and len values for
22685         prepare_address_space, and store the result in ah.
22686         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22687         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22688         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22689         Declare new mmap base and len values for
22690         prepare_address_space, and store the result in new_ah.
22691         (open_archive): Declare new mmap base and len values for
22692         prepare_address_space, and store the result in ah.
22693         (close_archive): If ah->mmap_base is not NULL, use that and
22694         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22695         * sysdeps/generic/libc-mmap.h: New file.
22696
22697 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22698
22699         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22700         (ALIGN_UP): Likewise.
22701         (PTR_ALIGN_DOWN): Likewise.
22702         (PTR_ALIGN_UP): Likewise.
22703
22704 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22705
22706         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22707         entry mapped to PPC_PLATFORM_POWER8.
22708         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22709         POWER8.
22710         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22711         (_dl_string_platform): Add case for exporting platform position for
22712         POWER8.
22713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22714         search path to sysdeps/powerpc/powerpc32/power8 directory.
22715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22716         search path to sysdeps/powerpc/powerpc64/power8 directory.
22717         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22718         power7 directories.
22719         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22720         power7 directories.
22721
22722 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22723
22724         * INSTALL: Regenerate.
22725
22726         * nscd/connections.c (nscd_init): Fix comment.
22727
22728 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22729
22730         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22731
22732         [BZ #15667]
22733         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22734         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22735
22736 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22737
22738         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22739         DL_DST_REQ_STATIC.
22740         (DL_DST_REQ_STATIC): Remove macro.
22741
22742 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22743
22744         [BZ #7006]
22745         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22746         with a shift of 0 bits.
22747
22748 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22749
22750         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22751         $(tststatic-ENV).
22752
22753 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22754
22755         [BZ #15655]
22756         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22757
22758 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22759
22760         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22761         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22762         accepts -fno-tree-loop-distribute-patterns.
22763         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22764         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22765         recursive call.
22766         * string/memset.c (memset): Likewise.
22767         * string/test-memmove.c (simple_memmove): Disable loop transformation
22768         to library calls.
22769         * string/test-memset.c (simple_memset): Likewise.
22770         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22771         * benchtests/bench-memset.c (simple_memset): Likewise.
22772         * configure: Regenerated.
22773
22774 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22775
22776         * math/test-misc.c (main): Ignore fesetround failure when failures
22777         of subsequent rounding tests would be ignored.
22778
22779         [BZ #15654]
22780         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22781         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22782         * math/fegetenv.c (__fegetenv): Return 0.
22783         * math/fegetexcept.c (fegetexcept): Return 0.
22784         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22785         FE_TONEAREST.
22786         * math/feholdexcpt.c (feholdexcept): Return 0.
22787         * math/fesetenv.c (__fesetenv): Return 0.
22788         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22789         argument FE_TONEAREST.
22790         * math/feupdateenv.c (__feupdateenv): Return 0.
22791         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22792
22793 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22794
22795         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22796         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22797         ($(objpfx)rtld-%.os rules): Use them.
22798
22799 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22800
22801         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22802         fields.
22803
22804 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22805
22806         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22807         length of target pattern, then descending length of dependency pattern.
22808         * configure.in (AWK): Require gawk 3.1.2 or newer.
22809         * manual/install.texi (Tools for Compilation): Say that we do.
22810         * configure: Regenerated.
22811
22812         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22813         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22814         * scripts/sysd-rules.awk: ... this new script.
22815         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22816         than a glob-style pattern.
22817
22818 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22819
22820         * math/test-misc.c (main): Do not treat incorrectly rounded
22821         conversions as failure unless ROUNDING_TESTS passes.
22822
22823 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22824
22825         [BZ #15631]
22826         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22827         restore exception state around main square root computation, then
22828         check for inexactness explicitly.
22829
22830         * math/libm-test.inc (fma_test_data): Add another test.
22831
22832 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22833
22834         * manual/threads.texi (Non-POSIX Extensions): New document
22835         node.  Document pthread_getattr_default_np and
22836         pthread_setattr_default_np.
22837
22838         * Versions.def (libpthread): Add GLIBC_2.18.
22839         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22841         Likewise.
22842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22843         Likewise.
22844         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22845         Likewise.
22846         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22847         Likewise.
22848         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22849         Likewise.
22850         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22851         Likewise.
22852         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22853         Likewise.
22854         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22855         Likewise.
22856         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22857         Likewise.
22858
22859 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22860
22861         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22862         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22863
22864 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22865             H.J. Lu  <hjl.tools@gmail.com>
22866
22867         [BZ #15627]
22868         * sysdeps/x86_64/rtld-memset.c: Remove file.
22869         * sysdeps/x86_64/rtld-memset.S: New file.
22870
22871 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22872
22873         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22874         (test_in_one_mode): Take arguments for whether the rounding mode
22875         is supported for each floating-point type.
22876         (do_test): Pass new arguments to test_in_one_mode using
22877         ROUNDING_TESTS.
22878
22879 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22880
22881         * posix/tst-waitid.c (do_test): Distinguish different instances of
22882         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22883         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22884         before entering the kernel for waitpid.
22885
22886 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22887
22888         * NEWS: Fix note on clock function precision.  Text by Roland
22889         McGrath.
22890
22891 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22892
22893         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22894         it into place only when and if the sanity check passes.
22895
22896 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22897
22898         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22899         output for whether conversion result is exact.  Take argument
22900         indicating whether type is IBM long double.
22901         (round_for_all): Change need_exact field to ibm_ld.
22902         * stdlib/tst-strtod-round.c (struct exactness): New type.
22903         (struct test): Change bool ld_ok field to struct exactness exact.
22904         (TEST): Update all definitions for change to field.
22905         (tests): Regenerate array contents.
22906         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22907         field value.  Check for IBM long double here.
22908         (do_test): Update calls to test_in_one_mode.
22909
22910 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22911
22912         [BZ #12515]
22913         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22914         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22915
22916 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22917
22918         [BZ #15605]
22919         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22920         generated by the compiler on loop optimizations.
22921         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22922         general definitions.
22923
22924 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22925
22926         * math/bug-nextafter.c: Include <math-tests.h>.
22927         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22928         the relevant type.
22929         * math/bug-nexttoward.c: Include <math-tests.h>.
22930         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22931         the relevant type.
22932         * math/test-misc.c: Include <math-tests.h>.
22933         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22934         the relevant type.
22935
22936 2013-06-12  Andreas Jaeger  <aj@suse.de>
22937
22938         * po/ia.po: Update Interlingua translation from translation
22939         project.
22940
22941 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22942
22943         * include/fenv.h: Include stdbool.h.
22944         (struct rm_ctx): New structure.
22945         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22946         Define macro.
22947         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22948         (SET_RESTORE_ROUNDF): Likewise.
22949         (SET_RESTORE_ROUNDL): Likewise.
22950         (SET_RESTORE_ROUND_NOEX): Likewise.
22951         (SET_RESTORE_ROUND_NOEXF): Likewise.
22952         (SET_RESTORE_ROUND_NOEXL): Likewise.
22953         (SET_RESTORE_ROUND_53BIT): Likewise.
22954         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22955         (libc_feresetround_noexf_ctx): Likewise.
22956         (libc_feresetround_noexl_ctx): Likewise.
22957         (libc_feholdsetround_53bit_ctx): Likewise.
22958         (libc_feresetround_53bit_ctx): Likewise.
22959         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22960         (libc_feholdexcept_setround_sse_ctx): New function.
22961         (libc_fesetenv_sse_ctx): Likewise.
22962         (libc_feupdateenv_sse_ctx): Likewise.
22963         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22964         (libc_feholdexcept_setround_387_ctx): Likewise.
22965         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22966         (libc_feholdsetround_387_prec_ctx): Likewise.
22967         (libc_feholdsetround_387_ctx): Likewise.
22968         (libc_feholdsetround_387_53bit_ctx): Likewise.
22969         (libc_feholdsetround_sse_ctx): Likewise.
22970         (libc_feresetround_sse_ctx): Likewise.
22971         (libc_feresetround_387_ctx): Likewise.
22972         (libc_feupdateenv_387_ctx): Likewise.
22973         (libc_feholdexcept_setroundf_ctx): Define macro.
22974         (libc_fesetenvf_ctx): Likewise.
22975         (libc_feupdateenvf_ctx): Likewise.
22976         (libc_feholdsetroundf_ctx): Likewise.
22977         (libc_feresetroundf_ctx): Likewise.
22978         (libc_feholdexcept_setround_ctx): Likewise.
22979         (libc_fesetenv_ctx): Likewise.
22980         (libc_feupdateenv_ctx): Likewise.
22981         (libc_feholdsetround_ctx): Likewise.
22982         (libc_feresetround_ctx): Likewise.
22983         (libc_feholdexcept_setroundl_ctx): Likewise.
22984         (libc_feupdateenvl_ctx): Likewise.
22985         (libc_feholdsetroundl_ctx): Likewise.
22986         (libc_feresetroundl_ctx): Likewise.
22987         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22988         (libc_feresetround_53bit_ctx): Likewise.
22989
22990 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22991
22992         * locale/iso-639.def: Convert to UTF-8.
22993
22994 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22995
22996         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22997         (EXCEPTION_TESTS_double): Likewise.
22998         (EXCEPTION_TESTS_long_double): Likewise.
22999         (EXCEPTION_TESTS): Likewise.
23000         * math/libm-test.inc (test_exceptions): Only test exceptions if
23001         EXCEPTION_TESTS (FLOAT).
23002
23003 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23004
23005         * benchtests/Makefile (string-bench): Add strcpy_chk and
23006         stpcpy_chk.
23007         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23008         * benchtests/bench-stpcpy_chk.c: New file.
23009         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23010         * benchtests/bench-strcpy_chk.c: New file.
23011         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23012         code.
23013         (do_test): Likewise.
23014
23015 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23016
23017         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23018         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23019         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23020         with tabs where appropriate.
23021         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23022         dl-procinfo.h.
23023         [PPC_PLATFORM_PPC440]: Likewise.
23024         [PPC_PLATFORM_PPC464]: Likewise.
23025         [PPC_PLATFORM_PPC476]: Likewise.
23026         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23027         ppc464, and ppc476 platform strings merging from ports/
23028         dl-procinfo.h.
23029
23030 2013-06-11  Andreas Schwab  <schwab@suse.de>
23031
23032         [BZ #14991]
23033         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23034         (from_ucs4_idx): Regenerate.
23035         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23036         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23037         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23038         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23039         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23040         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23041         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23042         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23043         from FROM_LOOP and TO_LOOP specific macros.
23044         (BODY): Handle combining characters.
23045         * iconvdata/BIG5HKSCS.irreversible: Update.
23046         * iconvdata/BIG5HKSCS.precomposed: New file.
23047         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23048         characters.
23049         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23050
23051 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23052
23053         * include/sys/time.h: Fix indentation and add copyright header.
23054
23055         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23056         (do_test): Likewise.
23057         * string/test-memchr.c (do_one_test): Likewise.
23058         (do_test): Likewise.
23059         * string/test-memcmp.c (do_one_test): Likewise.
23060         (do_test): Likewise.
23061         * string/test-memcpy.c (do_one_test): Likewise.
23062         (do_test): Likewise.
23063         * string/test-memmem.c (do_one_test): Likewise.
23064         (do_test): Likewise.
23065         (do_random_tests): Likewise.
23066         * string/test-memmove.c (do_one_test): Likewise.
23067         (do_test): Likewise.
23068         * string/test-memset.c (do_one_test): Likewise.
23069         (do_test): Likewise.
23070         * string/test-rawmemchr.c (do_one_test): Likewise.
23071         (do_test): Likewise.
23072         * string/test-strcasecmp.c (do_one_test): Likewise.
23073         (do_test): Likewise.
23074         * string/test-strcasestr.c (do_one_test): Likewise.
23075         (do_test): Likewise.
23076         * string/test-strcat.c (do_one_test): Likewise.
23077         (do_test): Likewise.
23078         * string/test-strchr.c (do_one_test): Likewise.
23079         (do_test): Likewise.
23080         * string/test-strcmp.c (do_one_test): Likewise.
23081         (do_test): Likewise.
23082         * string/test-strcpy.c (do_one_test): Likewise.
23083         (do_test): Likewise.
23084         * string/test-string.h: Likewise.
23085         (test_init): Likewise.
23086         * string/test-strlen.c (do_one_test): Likewise.
23087         (do_test): Likewise.
23088         * string/test-strncasecmp.c (do_one_test): Likewise.
23089         (do_test): Likewise.
23090         * string/test-strncat.c (do_one_test): Likewise.
23091         (do_test): Likewise.
23092         * string/test-strncmp.c (do_one_test): Likewise.
23093         (do_test_limit): Likewise.
23094         (do_test): Likewise.
23095         * string/test-strncpy.c (do_one_test): Likewise.
23096         (do_test): Likewise.
23097         * string/test-strnlen.c (do_one_test): Likewise.
23098         (do_test): Likewise.
23099         * string/test-strpbrk.c (do_one_test): Likewise.
23100         (do_test): Likewise.
23101         * string/test-strrchr.c (do_one_test): Likewise.
23102         (do_test): Likewise.
23103         * string/test-strspn.c (do_one_test): Likewise.
23104         (do_test): Likewise.
23105         * string/test-strstr.c (do_one_test): Likewise.
23106         (do_test): Likewise.
23107
23108         * benchtests/Makefile (string-bench): Add string benchmarks.
23109         * benchtests/bench-bcopy-ifunc.c: New file.
23110         * benchtests/bench-bcopy.c: New file.
23111         * benchtests/bench-bzero-ifunc.c: New file.
23112         * benchtests/bench-bzero.c: New file.
23113         * benchtests/bench-memccpy-ifunc.c: New file.
23114         * benchtests/bench-memccpy.c: New file.
23115         * benchtests/bench-memchr-ifunc.c: New file.
23116         * benchtests/bench-memchr.c: New file.
23117         * benchtests/bench-memcmp-ifunc.c: New file.
23118         * benchtests/bench-memcmp.c: New file.
23119         * benchtests/bench-memmem-ifunc.c: New file.
23120         * benchtests/bench-memmem.c: New file.
23121         * benchtests/bench-memmove-ifunc.c: New file.
23122         * benchtests/bench-memmove.c: New file.
23123         * benchtests/bench-mempcpy-ifunc.c: New file.
23124         * benchtests/bench-mempcpy.c: New file.
23125         * benchtests/bench-memset-ifunc.c: New file.
23126         * benchtests/bench-memset.c: New file.
23127         * benchtests/bench-rawmemchr-ifunc.c: New file.
23128         * benchtests/bench-rawmemchr.c: New file.
23129         * benchtests/bench-stpcpy-ifunc.c: New file.
23130         * benchtests/bench-stpcpy.c: New file.
23131         * benchtests/bench-stpncpy-ifunc.c: New file.
23132         * benchtests/bench-stpncpy.c: New file.
23133         * benchtests/bench-strcasecmp-ifunc.c: New file.
23134         * benchtests/bench-strcasecmp.c: New file.
23135         * benchtests/bench-strcasestr-ifunc.c: New file.
23136         * benchtests/bench-strcasestr.c: New file.
23137         * benchtests/bench-strcat-ifunc.c: New file.
23138         * benchtests/bench-strcat.c: New file.
23139         * benchtests/bench-strchr-ifunc.c: New file.
23140         * benchtests/bench-strchr.c: New file.
23141         * benchtests/bench-strchrnul-ifunc.c: New file.
23142         * benchtests/bench-strchrnul.c: New file.
23143         * benchtests/bench-strcmp-ifunc.c: New file.
23144         * benchtests/bench-strcmp.c: New file.
23145         * benchtests/bench-strcpy-ifunc.c: New file.
23146         * benchtests/bench-strcpy.c: New file.
23147         * benchtests/bench-strcspn-ifunc.c: New file.
23148         * benchtests/bench-strcspn.c: New file.
23149         * benchtests/bench-strlen-ifunc.c: New file.
23150         * benchtests/bench-strlen.c: New file.
23151         * benchtests/bench-strncasecmp-ifunc.c: New file.
23152         * benchtests/bench-strncasecmp.c: New file.
23153         * benchtests/bench-strncat-ifunc.c: New file.
23154         * benchtests/bench-strncat.c: New file.
23155         * benchtests/bench-strncmp-ifunc.c: New file.
23156         * benchtests/bench-strncmp.c: New file.
23157         * benchtests/bench-strncpy-ifunc.c: New file.
23158         * benchtests/bench-strncpy.c: New file.
23159         * benchtests/bench-strnlen-ifunc.c: New file.
23160         * benchtests/bench-strnlen.c: New file.
23161         * benchtests/bench-strpbrk-ifunc.c: New file.
23162         * benchtests/bench-strpbrk.c: New file.
23163         * benchtests/bench-strrchr-ifunc.c: New file.
23164         * benchtests/bench-strrchr.c: New file.
23165         * benchtests/bench-strspn-ifunc.c: New file.
23166         * benchtests/bench-strspn.c: New file.
23167         * benchtests/bench-strstr-ifunc.c: New file.
23168         * benchtests/bench-strstr.c: New file.
23169
23170         * benchtests/Makefile: Disable parallel execution of targets.
23171         (string-bench): Add memcpy.
23172         (benchset): New variable to store a list of benchmark sets.
23173         (bench-func): Renamed from bench.
23174         (bench-set): New target.
23175         (bench): Depend on bench-func and bench-set.
23176         * benchtests/README: Add section on benchmark sets.
23177         * benchtests/bench-memcpy-ifunc.c: New file.
23178         * benchtests/bench-memcpy.c: New file.
23179         * benchtests/bench-string.h: New file.
23180
23181 2013-06-11  Andreas Schwab  <schwab@suse.de>
23182
23183         [BZ #15577]
23184         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23185         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23186         values in the triple.
23187         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23188         terminator in the group key.
23189
23190 2013-06-11  Andreas Jaeger  <aj@suse.de>
23191
23192         * po/zh_TW.po: Update Chinese (traditional) translation from
23193         translation project.
23194
23195 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23196
23197         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23198         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23199         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23200         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23201         (clock_getcpuclockid): Likewise.
23202         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23203         Add weak_alias and libc_hidden_def.
23204         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23205         * rt/clock_gettime.c (clock_gettime): Rename to
23206         __clock_gettime.  Add weak_alias and libc_hidden_def.
23207         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23208         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23209         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23210         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23211         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23212         Likewise.
23213         * rt/clock_settime.c (clock_settime): Rename to
23214         __clock_settime.  Add weak_alias and libc_hidden_def.
23215         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23216
23217 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23218
23219         * mach/err_boot.sub: Remove trailing whitespace.
23220         * mach/err_ipc.sub: Likewise.
23221         * mach/err_mach.sub: Likewise.
23222
23223         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23224         (ROUNDING_TESTS_double): Likewise.
23225         (ROUNDING_TESTS_long_double): Likewise.
23226         (ROUNDING_TESTS): Likewise.
23227         * math/libm-test.inc: Include <math-tests.h>.
23228         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23229         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23230         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23231         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23232
23233 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23234
23235         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23236         of assigning.
23237
23238 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23239
23240         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23241         otherwise empty TRANS lines.
23242         * sysdeps/gnu/errlist.c: Regenerated.
23243
23244         * catgets/gencat.c (error_print): Use (void) in function
23245         definition.
23246         * crypt/crypt_util.c (__init_des): Likewise.
23247         * crypt/speeds.c (Stop): Likewise.
23248         (main): Likewise.
23249         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23250         * inet/ruserpass.c (token): Likewise.
23251         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23252         * intl/localealias.c (extend_alias_table): Likewise.
23253         * intl/plural-exp.c (init_germanic_plural): Likewise.
23254         * libio/fcloseall.c (__fcloseall): Likewise.
23255         * libio/genops.c (_IO_flush_all): Likewise.
23256         (_IO_flush_all_linebuffered): Likewise.
23257         (_IO_cleanup): Likewise.
23258         (_IO_iter_begin): Likewise.
23259         (_IO_iter_end): Likewise.
23260         (_IO_list_lock): Likewise.
23261         (_IO_list_unlock): Likewise.
23262         (_IO_list_resetlock): Likewise.
23263         * libio/getchar.c (getchar): Likewise.
23264         * libio/getchar_u.c (getchar_unlocked): Likewise.
23265         * libio/getwchar.c (getwchar): Likewise.
23266         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23267         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23268         * login/getpt.c (__getpt): Likewise.
23269         * login/tst-utmp.c (main): Likewise.
23270         * malloc/hooks.c (__malloc_check_init): Likewise.
23271         * malloc/malloc.c (__malloc_stats): Likewise.
23272         * malloc/mtrace.c (tr_break): Likewise.
23273         (mtrace): Likewise.
23274         (muntrace): Likewise.
23275         * misc/fstab.c (endfsent): Likewise.
23276         * misc/getclktck.c (__getclktck): Likewise.
23277         * misc/getdtsz.c (__getdtablesize): Likewise.
23278         * misc/gethostid.c (gethostid): Likewise.
23279         * misc/getpagesize.c (__getpagesize): Likewise.
23280         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23281         (__get_nprocs): Likewise.
23282         (__get_phys_pages): Likewise.
23283         (__get_avphys_pages): Likewise.
23284         * misc/getttyent.c (getttyent): Likewise.
23285         (setttyent): Likewise.
23286         (endttyent): Likewise.
23287         * misc/getusershell.c (getusershell): Likewise.
23288         (endusershell): Likewise.
23289         (setusershell): Likewise.
23290         (initshells): Likewise.
23291         * misc/hsearch.c (__hdestroy): Likewise.
23292         * misc/sync.c (sync): Likewise.
23293         * misc/syslog.c (closelog_internal): Likewise.
23294         (closelog): Likewise.
23295         * misc/ttyslot.c (ttyslot): Likewise.
23296         * misc/vhangup.c (vhangup): Likewise.
23297         * posix/fork.c (__fork): Likewise.
23298         * posix/getegid.c (__getegid): Likewise.
23299         * posix/geteuid.c (__geteuid): Likewise.
23300         * posix/getgid.c (__getgid): Likewise.
23301         * posix/getpid.c (__getpid): Likewise.
23302         * posix/getppid.c (__getppid): Likewise.
23303         * posix/getuid.c (__getuid): Likewise.
23304         * posix/pause.c (pause): Likewise.
23305         * posix/setpgrp.c (setpgrp): Likewise.
23306         * posix/setsid.c (__setsid): Likewise.
23307         * posix/test-vfork.c (noop): Likewise.
23308         * resolv/gethnamaddr.c (_endhtent): Likewise.
23309         (_gethtent): Likewise.
23310         (ht_endhostent): Likewise.
23311         (gethostent): Likewise.
23312         (dns_service): Likewise.
23313         * stdlib/drand48.c (drand48): Likewise.
23314         * stdlib/lrand48.c (lrand48): Likewise.
23315         * stdlib/mrand48.c (mrand48): Likewise.
23316         * stdlib/rand.c (rand): Likewise.
23317         * stdlib/random.c (__random): Likewise.
23318         * stdlib/setenv.c (clearenv): Likewise.
23319         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23320         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23321         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23322         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23323         (__get_nprocs): Likewise.
23324         (__get_phys_pages): Likewise.
23325         (__get_avphys_pages): Likewise.
23326         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23327         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23328         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23329         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23330         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23331         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23332         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23333         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23334         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23335         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23336         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23337         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23338         * sysdeps/posix/clock.c (clock): Likewise.
23339         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23340         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23341         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23342         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23343         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23344         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23345         (__get_nprocs_conf): Likewise.
23346         (__get_phys_pages): Likewise.
23347         (__get_avphys_pages): Likewise.
23348         * time/clock.c (clock): Likewise.
23349         * time/tzset.c (__tzname_max): Likewise.
23350
23351 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23352
23353         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23354         (__bswap_32): Do not use "register".
23355         * crypt/crypt.c (_ufc_doit_r): Likewise.
23356         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23357         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23358         * gmon/gmon.c (__monstartup): Likewise.
23359         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23360         * hurd/hurdmalloc.c (more_memory): Likewise.
23361         (malloc): Likewise.
23362         (free): Likewise.
23363         (realloc): Likewise.
23364         (malloc_fork_prepare): Likewise.
23365         (malloc_fork_parent): Likewise.
23366         (malloc_fork_child): Likewise.
23367         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23368         (_svcauth_des): Likewise.
23369         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23370         * inet/inet_net.c (inet_network): Likewise.
23371         * inet/inet_netof.c (inet_netof): Likewise.
23372         * inet/rcmd.c (__validuser2_sa): Likewise.
23373         * io/fts.c (fts_open): Likewise.
23374         (fts_load): Likewise.
23375         (fts_close): Likewise.
23376         (fts_read): Likewise.
23377         (fts_children): Likewise.
23378         (fts_build): Likewise.
23379         (fts_stat): Likewise.
23380         (fts_sort): Likewise.
23381         (fts_alloc): Likewise.
23382         (fts_lfree): Likewise.
23383         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23384         (_IO_file_xsgetn): Likewise.
23385         (_IO_file_xsgetn_mmap): Likewise.
23386         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23387         (_IO_cookie_write): Likewise.
23388         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23389         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23390         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23391         * malloc/obstack.c (_obstack_begin): Likewise.
23392         (_obstack_begin_1): Likewise.
23393         (_obstack_newchunk): Likewise.
23394         (_obstack_allocated_p): Likewise.
23395         (obstack_free): Likewise.
23396         (_obstack_memory_used): Likewise.
23397         * misc/getttyent.c (getttynam): Likewise.
23398         (getttyent): Likewise.
23399         (skip): Likewise.
23400         (value): Likewise.
23401         * misc/getusershell.c (initshells): Likewise.
23402         * misc/syslog.c (__vsyslog_chk): Likewise.
23403         * misc/ttyslot.c (ttyslot): Likewise.
23404         * nis/nis_hash.c (__nis_hash): Likewise.
23405         * posix/fnmatch_loop.c (FCT): Likewise.
23406         * posix/getconf.c (print_all): Likewise.
23407         (main): Likewise.
23408         * posix/getopt.c (exchange): Likewise.
23409         * posix/glob.c (globfree): Likewise.
23410         (prefix_array): Likewise.
23411         (__glob_pattern_type): Likewise.
23412         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23413         (NS_GET32): Likewise.
23414         (NS_PUT16): Likewise.
23415         (NS_PUT32): Likewise.
23416         * resolv/gethnamaddr.c (getanswer): Likewise.
23417         (gethostbyname2): Likewise.
23418         (gethostbyaddr): Likewise.
23419         (_gethtent): Likewise.
23420         (_gethtbyname2): Likewise.
23421         (_gethtbyaddr): Likewise.
23422         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23423         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23424         * resolv/res_init.c (__res_vinit): Likewise.
23425         (net_mask): Likewise.
23426         * resolv/res_mkquery.c (outchar): Likewise.
23427         (PRINT): Likewise.
23428         * stdio-common/printf_fp.c (outchar): Likewise.
23429         (PRINT): Likewise.
23430         * stdio-common/printf_fphex.c (outchar): Likewise.
23431         (PRINT): Likewise.
23432         * stdio-common/printf_size.c (outchar): Likewise.
23433         (PRINT): Likewise.
23434         * stdio-common/test_rdwr.c (main): Likewise.
23435         * stdio-common/tfformat.c (matches): Likewise.
23436         * stdio-common/vfprintf.c (outchar): Likewise.
23437         (printf_unknown): Likewise.
23438         (buffered_vfprintf): Likewise.
23439         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23440         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23441         (ReadFile): Likewise.
23442         * stdlib/qsort.c (SWAP): Likewise.
23443         (_quicksort): Likewise.
23444         * stdlib/setenv.c (__add_to_environ): Likewise.
23445         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23446         * stdlib/strtol_l.c (__strtol_l): Likewise.
23447         * stdlib/tst-strtod.c (main): Likewise.
23448         * stdlib/tst-strtol.c (main): Likewise.
23449         * stdlib/tst-strtoll.c (main): Likewise.
23450         * string/bits/string2.h (__strcmp_cc): Likewise.
23451         (__strcmp_cg): Likewise.
23452         (__strcspn_c1): Likewise.
23453         (__strcspn_c2): Likewise.
23454         (__strcspn_c3): Likewise.
23455         (__strspn_c1): Likewise.
23456         (__strspn_c2): Likewise.
23457         (__strspn_c3): Likewise.
23458         (__strsep_1c): Likewise.
23459         (__strsep_2c): Likewise.
23460         (__strsep_3c): Likewise.
23461         * string/memccpy.c (__memccpy): Likewise.
23462         * string/stpcpy.c (__stpcpy): Likewise.
23463         * string/strcmp.c (strcmp): Likewise.
23464         * string/strrchr.c (strrchr): Likewise.
23465         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23466         Likewise.
23467         * sysdeps/mach/hurd/getcwd.c
23468         (_hurd_canonicalize_directory_name_internal): Likewise.
23469         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23470         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23471         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23472         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23473         Likewise, in both definitions.
23474         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23475         definitions.
23476         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23477         64] (__bswap_64): Likewise.
23478         * time/test_time.c (main): Likewise.
23479         * time/tzfile.c (__tzfile_read): Likewise.
23480         (__tzfile_compute): Likewise.
23481         * time/tzset.c (__tzset_parse_tz): Likewise.
23482         (tzset_internal): Likewise.
23483         (compute_change): Likewise.
23484         * wcsmbs/wcscat.c (__wcscat): Likewise.
23485         * wcsmbs/wcschr.c (wcschr): Likewise.
23486         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23487         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23488         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23489         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23490         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23491         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23492         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23493         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23494         * wcsmbs/wmemset.c (wmemset): Likewise.
23495
23496 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23497
23498         * scripts/config.guess: Update to version 2013-05-16.
23499         * scripts/config.sub: Update to version 2013-04-24.
23500         * scripts/install-sh: Update to version 2011-11-20.07.
23501         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23502         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23503
23504 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23505
23506         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23507         * elf/sln.c: Likewise.
23508         * hurd/hurd/ioctl.h: Likewise.
23509         * hurd/hurdmalloc.c: Likewise.
23510         * hurd/xattr.c: Likewise.
23511         * include/shlib-compat.h: Likewise.
23512         * inet/ruserpass.c: Likewise.
23513         * libio/iofgets_u.c: Likewise.
23514         * libio/iofgetws_u.c: Likewise.
23515         * locale/programs/ld-identification.c: Likewise.
23516         * locale/programs/ld-time.c: Likewise.
23517         * mach/msg-destroy.c: Likewise.
23518         * nss/nss_files/files-netgrp.c: Likewise.
23519         * resolv/res_data.c: Likewise.
23520         * soft-fp/op-1.h: Likewise.
23521         * soft-fp/op-2.h: Likewise.
23522         * soft-fp/op-4.h: Likewise.
23523         * soft-fp/op-common.h: Likewise.
23524         * stdio-common/printf_fphex.c: Likewise.
23525         * stdlib/strtod_l.c: Likewise.
23526         * sunrpc/rpc/clnt.h: Likewise.
23527         * sysdeps/generic/framestate.c: Likewise.
23528         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23529         * sysdeps/i386/bsd-setjmp.S: Likewise.
23530         * sysdeps/i386/__longjmp.S: Likewise.
23531         * sysdeps/i386/setjmp.S: Likewise.
23532         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23533         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23534         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23535         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23536         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23537         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23538         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23539         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23540         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23541         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23542         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23543         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23544         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23545         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23546         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23547         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23548         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23549         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23550         * sysdeps/ieee754/support.c: Likewise.
23551         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23552         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23553         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23554         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23555         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23556         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23557         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23558         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23559         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23560         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23561         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23562         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23563         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23564         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23565         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23566         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23567         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23569
23570 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23571
23572         * posix/transbug.c: Remove executable mode.
23573
23574 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23575
23576         * crypt/speeds.c: Remove trailing whitespace.
23577         * dlfcn/default.c: Likewise.
23578         * elf/ifuncdep2.c: Likewise.
23579         * elf/ifuncmain1.c: Likewise.
23580         * elf/ifuncmain1vis.c: Likewise.
23581         * elf/testobj.h: Likewise.
23582         * elf/tst-stackguard1.c: Likewise.
23583         * gmon/sys/gmon.h: Likewise.
23584         * hurd/hurdmsg.c: Likewise.
23585         * hurd/new-fd.c: Likewise.
23586         * hurd/ports-get.c: Likewise.
23587         * iconvdata/ibm1008_420.c: Likewise.
23588         * inet/tst-getni1.c: Likewise.
23589         * inet/tst-getni2.c: Likewise.
23590         * libio/ioungetc.c: Likewise.
23591         * libio/wfiledoalloc.c: Likewise.
23592         * manual/libm-err-tab.pl: Likewise.
23593         * math/w_dremf.c: Likewise.
23594         * misc/ftruncate.c: Likewise.
23595         * posix/bug-glob2.c: Likewise.
23596         * posix/tst-pcre.c: Likewise.
23597         * posix/wait4.c: Likewise.
23598         * resolv/README: Likewise.
23599         * resolv/res_debug.h: Likewise.
23600         * resolv/tst-inet_ntop.c: Likewise.
23601         * setjmp/bug269-setjmp.c: Likewise.
23602         * soft-fp/extended.h: Likewise.
23603         * soft-fp/op-1.h: Likewise.
23604         * soft-fp/op-2.h: Likewise.
23605         * soft-fp/op-4.h: Likewise.
23606         * soft-fp/op-8.h: Likewise.
23607         * soft-fp/testit.c: Likewise.
23608         * stdio-common/bug16.c: Likewise.
23609         * stdlib/random.c: Likewise.
23610         * sunrpc/rpcsvc/rquota.x: Likewise.
23611         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23612         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23613         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23614         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23615         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23616         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23617         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23618         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23619         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23620         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23621         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23622         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23623         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23624         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23625         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23626         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23627         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23628         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23629         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23630         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23631         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23632         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23633         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23634         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23635         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23636         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23637         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23638         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23639         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23640         * sysdeps/ieee754/s_lib_version.c: Likewise.
23641         * sysdeps/mach/hurd/check_fds.c: Likewise.
23642         * sysdeps/mach/hurd/getsockname.c: Likewise.
23643         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23644         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23645         * sysdeps/powerpc/bits/link.h: Likewise.
23646         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23647         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23648         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23649         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23650         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23651         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23652         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23653         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23654         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23655         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23656         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23657         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23658         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23659         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23660         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23661         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23662         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23663         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23664         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23665         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23666         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23667         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23668         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23669         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23670         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23671         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23672         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23673         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23674         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23675         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23676         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23677         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23678         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23679         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23680         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23681         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23682         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23683         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23684         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23685         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23686         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23687         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23688         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23689         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23690         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23691         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23692         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23693         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23694         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23695         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23696         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23697         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23698         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23699         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23700         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23701         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23702         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23703         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23704         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23705         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23706         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23707         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23708         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23709         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23710         * sysdeps/powerpc/sysdep.h: Likewise.
23711         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23712         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23713         * sysdeps/sh/dl-trampoline.S: Likewise.
23714         * sysdeps/sh/memset.S: Likewise.
23715         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23716         * sysdeps/sh/strlen.S: Likewise.
23717         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23718         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23719         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23720         * sysdeps/sparc/sparc32/rem.S: Likewise.
23721         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23722         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23723         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23724         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23725         * sysdeps/sparc/sparc32/urem.S: Likewise.
23726         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23727         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23728         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23729         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23730         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23731         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23732         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23733         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23734         * sysdeps/unix/bsd/times.c: Likewise.
23735         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23736         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23740         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23741         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23742         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23743         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23744         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23745         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23746         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23747         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23748         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23749         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23750         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23751         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23752         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23753         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23754         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23755         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23756         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23757         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23758         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23759         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23760         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23761         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23762         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23763         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23764         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23765         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23766         * sysdeps/x86_64/strcspn.S: Likewise.
23767
23768 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23769
23770         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23771         generated file.  Regenerate properly from gen-translit.pl.
23772         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23773         locale/C-translit.h.
23774
23775 2013-06-05  Andreas Schwab  <schwab@suse.de>
23776
23777         [BZ #15100]
23778         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23779         week as 6 instead of -1.
23780         * time/tst-strptime.c (day_tests): Add test case.
23781
23782 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23783
23784         * sysdeps/generic/math_private.h
23785         (libc_feholdexcept_setround_53bit): Replace with
23786         libc_feholdsetround_53bit.
23787         (libc_feupdateenv_53bit): Replace with
23788         libc_feresetround_53bit.
23789         (SET_RESTORE_ROUND_53BIT): Adjust.
23790
23791 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23792
23793         * string/test-strchrnul.c: Add copyright header.
23794
23795         * posix/tst-getaddrinfo4.c: Increase test timeout.
23796
23797 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23798
23799         [BZ #15536]
23800         * math/libm-test.inc (MAX_EXP): Remove
23801         (MIN_EXP): Define.
23802         (ulp): Use MIN_EXP - MANT_DIG.
23803         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23804
23805 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23806
23807         * po/be.po: Revert last change.
23808         * po/zh_CN.po: Likewise.
23809         * po/header.pot: Likewise.
23810
23811 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23812
23813         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23814         link-libc-deps to empty as target-specific variable.
23815         * Makerules (link-libc-args): New variable.
23816         (libc-for-link): Likewise.
23817         (link-libc-deps): Likewise.
23818         (lib%.so): Depend on $(link-libc-deps).  Link with
23819         $(link-libc-args).
23820         (build-module): Link with $(link-libc-args).
23821         (build-module-asneeded): Likewise.
23822         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23823         list of objects.
23824         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23825         target-specific variable.
23826         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23827         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23828         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23829         libc.
23830         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23831         libc and ld.so.
23832         ($(objpfx)libpcprofile.so): Likewise.
23833         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23834         libc_nonshared.a.
23835         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23836         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23837         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23838         $(link-libc-deps).
23839         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23840         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23841         * login/Makefile ($(objpfx)libutil.so): Likewise.
23842         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23843         * math/Makefile ($(objpfx)libm.so): Likewise.
23844         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23845         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23846         variable instead of depending directly on libc.
23847         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23848         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23849         $(link-libc-deps).
23850         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23851         libc.
23852         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23853         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23854         ($(objpfx)libanl.so): Likewise.
23855         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23856         ld.so.
23857         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23858         $(link-libc-deps).
23859         * sysdeps/i386/fpu/Makefile: Remove file.
23860         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23861         ($(objpfx)libm.so): Remove dependency on ld.so.
23862
23863 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23864
23865         [BZ # 15553]
23866         * nis/yp_xdr.c (XDRMAXNAME): Define.
23867         (XDRMAXRECORD): Define.
23868         (xdr_domainname): Use XDRMAXNAME.
23869         (xdr_mapname): Likewise.
23870         (xdr_peername): Likewise.
23871         (xdr_keydat): Use XDRMAXRECORD.
23872         (xdr_valdat): Likewise.
23873
23874 2013-05-30  Jeff Law  <law@redhat.com>
23875
23876         [BZ #14256]
23877         * manual/errno.texi (ESTALE): Update to account for more than
23878         just NFS file systems.
23879         * sysdeps/gnu/errlist.c: Regenerated.
23880
23881 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23882
23883         [BZ #15465]
23884         * elf/Makefile (tests): Add tst-null-argv.
23885         (modules-names):  Add tst-null-argv-lib.
23886         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23887         (tst-null-argv-ENV): Set environment for tst-null-argv.
23888         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23889         (RTLD_PROGNAME): New macro.
23890         * elf/tst-null-argv.c: New test case.
23891         * elf/tst-null-argv-lib.c: Library for test case.
23892         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23893         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23894         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23895         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23896         * elf/dl-init.c (call_init): Likewise.
23897         (_dl_init): Likewise.
23898         * elf/dl-load.c (print_search_path): Likewise.
23899         (_dl_map_object): Likewise.
23900         * elf/dl-lookup.c (do_lookup_x): Likewise.
23901         (add_dependency): Likewise.
23902         (_dl_lookup_symbol_x): Likewise.
23903         (_dl_debug_bindings): Likewise.
23904         * elf/dl-open.c (_dl_show_scope): Likewise.
23905         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23906         * elf/dl-version.c (match_symbol): Likewise.
23907         (_dl_check_map_versions): Likewise.
23908         * elf/rtld.c (dl_main): Likewise.
23909         (print_unresolved): Use RTLD_PROGNAME.
23910         (print_missing_version): Likewise.
23911         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23912         (elf_machine_rela): Likewise.
23913         * sysdeps/powerpc/powerpc32/dl-machine.c
23914         (__process_machine_rela): Likewise.
23915         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23916         Likewise.
23917         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23918         Likewise.
23919         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23920         Likewise.
23921         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23922         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23923         Likewise.
23924         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23925         Likewise.
23926         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23927
23928 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23929
23930         * po/be.po: Add descriptive title.
23931         * po/zh_CN.po: Likewise.
23932         * po/header.pot: Likewise.
23933
23934 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23935
23936         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23937         error message.
23938         (enlarge_archive): Likewise.
23939
23940 2013-05-28  Ben North  <ben@redfrontdoor.org>
23941
23942         * manual/arith.texi (frexp): It is the magnitude of the return
23943         value which lies in [0.5, 1), not the return value itself.
23944
23945 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23946
23947         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23948
23949 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23950
23951         * stdio-common/bug26.c (main): Correct fscanf template.
23952
23953         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23954         declare _dl_skip_args.
23955
23956         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23957         Don't declare.
23958
23959         * manual/platform.texi: Add missing @end deftypefun.
23960
23961 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23962
23963         [BZ #15529]
23964         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23965         bit of mantissa of 2^16382.
23966         * math/libm-test.inc (hypot_test_data): Add more tests.
23967
23968         * math/libm-test.inc: Add drem and pow10 to list of tested
23969         functions.
23970         (pow10_test): New function.
23971         (drem_test): Likewise.
23972         (drem_test_tonearest): Likewise.
23973         (drem_test_towardzero): Likewise.
23974         (drem_test_downward): Likewise.
23975         (drem_test_upward): Likewise.
23976         (main): Call the new functions.
23977
23978         * math/libm-test.inc (finite_test_data): Remove.
23979         (finite_test): Run tests from isfinite_test_data.
23980         (gamma_test_data): Remove.
23981         (gamma_test): Run tests from lgamma_test_data.
23982         * sysdeps/i386/fpu/libm-test-ulps: Update.
23983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23984
23985 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23986
23987         * manual/platform.texi: Add PowerPC PPR function set documentation.
23988         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23989         implementation.
23990
23991 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23992
23993         * math/libm-test.inc (MAX_EXP): Define.
23994         (ULPDIFF): Define.
23995         (ulp): New function.
23996         (check_float_internal): Use ULPDIFF.
23997         (cpow_test): Disable failing test.
23998         (check_ulp): Test ulp() implemetnation.
23999         (main): Call check_ulp before starting tests.
24000
24001 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24002
24003         * math/gen-libm-test.pl (generate_testfile): Do not handle
24004         START_DATA and END_DATA.
24005         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24006         END_DATA.
24007         (acos_tonearest_test_data): Likewise.
24008         (acos_towardzero_test_data): Likewise.
24009         (acos_downward_test_data): Likewise.
24010         (acos_upward_test_data): Likewise.
24011         (acosh_test_data): Likewise.
24012         (asin_test_data): Likewise.
24013         (asin_tonearest_test_data): Likewise.
24014         (asin_towardzero_test_data): Likewise.
24015         (asin_downward_test_data): Likewise.
24016         (asin_upward_test_data): Likewise.
24017         (asinh_test_data): Likewise.
24018         (atan_test_data): Likewise.
24019         (atanh_test_data): Likewise.
24020         (atan2_test_data): Likewise.
24021         (cabs_test_data): Likewise.
24022         (cacos_test_data): Likewise.
24023         (cacosh_test_data): Likewise.
24024         (carg_test_data): Likewise.
24025         (casin_test_data): Likewise.
24026         (casinh_test_data): Likewise.
24027         (catan_test_data): Likewise.
24028         (catanh_test_data): Likewise.
24029         (cbrt_test_data): Likewise.
24030         (ccos_test_data): Likewise.
24031         (ccosh_test_data): Likewise.
24032         (ceil_test_data): Likewise.
24033         (cexp_test_data): Likewise.
24034         (cimag_test_data): Likewise.
24035         (clog_test_data): Likewise.
24036         (clog10_test_data): Likewise.
24037         (conj_test_data): Likewise.
24038         (copysign_test_data): Likewise.
24039         (cos_test_data): Likewise.
24040         (cos_tonearest_test_data): Likewise.
24041         (cos_towardzero_test_data): Likewise.
24042         (cos_downward_test_data): Likewise.
24043         (cos_upward_test_data): Likewise.
24044         (cosh_test_data): Likewise.
24045         (cosh_tonearest_test_data): Likewise.
24046         (cosh_towardzero_test_data): Likewise.
24047         (cosh_downward_test_data): Likewise.
24048         (cosh_upward_test_data): Likewise.
24049         (cpow_test_data): Likewise.
24050         (cproj_test_data): Likewise.
24051         (creal_test_data): Likewise.
24052         (csin_test_data): Likewise.
24053         (csinh_test_data): Likewise.
24054         (csqrt_test_data): Likewise.
24055         (ctan_test_data): Likewise.
24056         (ctan_tonearest_test_data): Likewise.
24057         (ctan_towardzero_test_data): Likewise.
24058         (ctan_downward_test_data): Likewise.
24059         (ctan_upward_test_data): Likewise.
24060         (ctanh_test_data): Likewise.
24061         (ctanh_tonearest_test_data): Likewise.
24062         (ctanh_towardzero_test_data): Likewise.
24063         (ctanh_downward_test_data): Likewise.
24064         (ctanh_upward_test_data): Likewise.
24065         (erf_test_data): Likewise.
24066         (erfc_test_data): Likewise.
24067         (exp_test_data): Likewise.
24068         (exp_tonearest_test_data): Likewise.
24069         (exp_towardzero_test_data): Likewise.
24070         (exp_downward_test_data): Likewise.
24071         (exp_upward_test_data): Likewise.
24072         (exp10_test_data): Likewise.
24073         (exp2_test_data): Likewise.
24074         (expm1_test_data): Likewise.
24075         (fabs_test_data): Likewise.
24076         (fdim_test_data): Likewise.
24077         (finite_test_data): Likewise.
24078         (floor_test_data): Likewise.
24079         (fma_test_data): Likewise.
24080         (fma_towardzero_test_data): Likewise.
24081         (fma_downward_test_data): Likewise.
24082         (fma_upward_test_data): Likewise.
24083         (fmax_test_data): Likewise.
24084         (fmin_test_data): Likewise.
24085         (fmod_test_data): Likewise.
24086         (fpclassify_test_data): Likewise.
24087         (frexp_test_data): Likewise.
24088         (gamma_test_data): Likewise.
24089         (hypot_test_data): Likewise.
24090         (ilogb_test_data): Likewise.
24091         (isfinite_test_data): Likewise.
24092         (isgreater_test_data): Likewise.
24093         (isgreaterequal_test_data): Likewise.
24094         (isinf_test_data): Likewise.
24095         (isless_test_data): Likewise.
24096         (islessequal_test_data): Likewise.
24097         (islessgreater_test_data): Likewise.
24098         (isnan_test_data): Likewise.
24099         (isnormal_test_data): Likewise.
24100         (issignaling_test_data): Likewise.
24101         (isunordered_test_data): Likewise.
24102         (j0_test_data): Likewise.
24103         (j1_test_data): Likewise.
24104         (jn_test_data): Likewise.
24105         (ldexp_test_data): Likewise.
24106         (lgamma_test_data): Likewise.
24107         (lrint_test_data): Likewise.
24108         (lrint_tonearest_test_data): Likewise.
24109         (lrint_towardzero_test_data): Likewise.
24110         (lrint_downward_test_data): Likewise.
24111         (lrint_upward_test_data): Likewise.
24112         (llrint_test_data): Likewise.
24113         (llrint_tonearest_test_data): Likewise.
24114         (llrint_towardzero_test_data): Likewise.
24115         (llrint_downward_test_data): Likewise.
24116         (llrint_upward_test_data): Likewise.
24117         (log_test_data): Likewise.
24118         (log10_test_data): Likewise.
24119         (log1p_test_data): Likewise.
24120         (log2_test_data): Likewise.
24121         (logb_test_data): Likewise.
24122         (logb_downward_test_data): Likewise.
24123         (lround_test_data): Likewise.
24124         (llround_test_data): Likewise.
24125         (modf_test_data): Likewise.
24126         (nearbyint_test_data): Likewise.
24127         (nextafter_test_data): Likewise.
24128         (nexttoward_test_data): Likewise.
24129         (pow_test_data): Likewise.
24130         (pow_tonearest_test_data): Likewise.
24131         (pow_towardzero_test_data): Likewise.
24132         (pow_downward_test_data): Likewise.
24133         (pow_upward_test_data): Likewise.
24134         (remainder_test_data): Likewise.
24135         (remainder_tonearest_test_data): Likewise.
24136         (remainder_towardzero_test_data): Likewise.
24137         (remainder_downward_test_data): Likewise.
24138         (remainder_upward_test_data): Likewise.
24139         (remquo_test_data): Likewise.
24140         (rint_test_data): Likewise.
24141         (rint_tonearest_test_data): Likewise.
24142         (rint_towardzero_test_data): Likewise.
24143         (rint_downward_test_data): Likewise.
24144         (rint_upward_test_data): Likewise.
24145         (round_test_data): Likewise.
24146         (scalb_test_data): Likewise.
24147         (scalbn_test_data): Likewise.
24148         (scalbln_test_data): Likewise.
24149         (signbit_test_data): Likewise.
24150         (sin_test_data): Likewise.
24151         (sin_tonearest_test_data): Likewise.
24152         (sin_towardzero_test_data): Likewise.
24153         (sin_downward_test_data): Likewise.
24154         (sin_upward_test_data): Likewise.
24155         (sincos_test_data): Likewise.
24156         (sinh_test_data): Likewise.
24157         (sinh_tonearest_test_data): Likewise.
24158         (sinh_towardzero_test_data): Likewise.
24159         (sinh_downward_test_data): Likewise.
24160         (sinh_upward_test_data): Likewise.
24161         (sqrt_test_data): Likewise.
24162         (tan_test_data): Likewise.
24163         (tan_tonearest_test_data): Likewise.
24164         (tan_towardzero_test_data): Likewise.
24165         (tan_downward_test_data): Likewise.
24166         (tan_upward_test_data): Likewise.
24167         (tanh_test_data): Likewise.
24168         (tgamma_test_data): Likewise.
24169         (trunc_test_data): Likewise.
24170         (y0_test_data): Likewise.
24171         (y1_test_data): Likewise.
24172         (yn_test_data): Likewise.
24173         (significand_test_data): Likewise.
24174
24175         * math/gen-libm-test.pl (@functions): Remove variable.
24176         (generate_testfile): Don't handle START and END lines.
24177         * math/libm-test.inc (START): New macro.
24178         (END): Likewise.
24179         (END_COMPLEX): Likewise.
24180         (acos_test): Use END macro without arguments.
24181         (acos_test_tonearest): Likewise.
24182         (acos_test_towardzero): Likewise.
24183         (acos_test_downward): Likewise.
24184         (acos_test_upward): Likewise.
24185         (acosh_test): Likewise.
24186         (asin_test): Likewise.
24187         (asin_test_tonearest): Likewise.
24188         (asin_test_towardzero): Likewise.
24189         (asin_test_downward): Likewise.
24190         (asin_test_upward): Likewise.
24191         (asinh_test): Likewise.
24192         (atan_test): Likewise.
24193         (atanh_test): Likewise.
24194         (atan2_test): Likewise.
24195         (cabs_test): Likewise.
24196         (cacos_test): Use END_COMPLEX macro without arguments.
24197         (cacosh_test): Likewise.
24198         (carg_test): Use END macro without arguments.
24199         (casin_test): Use END_COMPLEX macro without arguments.
24200         (casinh_test): Likewise.
24201         (catan_test): Likewise.
24202         (catanh_test): Likewise.
24203         (cbrt_test): Use END macro without arguments.
24204         (ccos_test): Use END_COMPLEX macro without arguments.
24205         (ccosh_test): Likewise.
24206         (ceil_test): Use END macro without arguments.
24207         (cexp_test): Use END_COMPLEX macro without arguments.
24208         (cimag_test): Use END macro without arguments.
24209         (clog_test): Use END_COMPLEX macro without arguments.
24210         (clog10_test): Likewise.
24211         (conj_test): Likewise.
24212         (copysign_test): Use END macro without arguments.
24213         (cos_test): Likewise.
24214         (cos_test_tonearest): Likewise.
24215         (cos_test_towardzero): Likewise.
24216         (cos_test_downward): Likewise.
24217         (cos_test_upward): Likewise.
24218         (cosh_test): Likewise.
24219         (cosh_test_tonearest): Likewise.
24220         (cosh_test_towardzero): Likewise.
24221         (cosh_test_downward): Likewise.
24222         (cosh_test_upward): Likewise.
24223         (cpow_test): Use END_COMPLEX macro without arguments.
24224         (cproj_test): Likewise.
24225         (creal_test): Use END macro without arguments.
24226         (csin_test): Use END_COMPLEX macro without arguments.
24227         (csinh_test): Likewise.
24228         (csqrt_test): Likewise.
24229         (ctan_test): Likewise.
24230         (ctan_test_tonearest): Likewise.
24231         (ctan_test_towardzero): Likewise.
24232         (ctan_test_downward): Likewise.
24233         (ctan_test_upward): Likewise.
24234         (ctanh_test): Likewise.
24235         (ctanh_test_tonearest): Likewise.
24236         (ctanh_test_towardzero): Likewise.
24237         (ctanh_test_downward): Likewise.
24238         (ctanh_test_upward): Likewise.
24239         (erf_test): Use END macro without arguments.
24240         (erfc_test): Likewise.
24241         (exp_test): Likewise.
24242         (exp_test_tonearest): Likewise.
24243         (exp_test_towardzero): Likewise.
24244         (exp_test_downward): Likewise.
24245         (exp_test_upward): Likewise.
24246         (exp10_test): Likewise.
24247         (exp2_test): Likewise.
24248         (expm1_test): Likewise.
24249         (fabs_test): Likewise.
24250         (fdim_test): Likewise.
24251         (finite_test): Likewise.
24252         (floor_test): Likewise.
24253         (fma_test): Likewise.
24254         (fma_test_towardzero): Likewise.
24255         (fma_test_downward): Likewise.
24256         (fma_test_upward): Likewise.
24257         (fmax_test): Likewise.
24258         (fmin_test): Likewise.
24259         (fmod_test): Likewise.
24260         (fpclassify_test): Likewise.
24261         (frexp_test): Likewise.
24262         (gamma_test): Likewise.
24263         (hypot_test): Likewise.
24264         (ilogb_test): Likewise.
24265         (isfinite_test): Likewise.
24266         (isgreater_test): Likewise.
24267         (isgreaterequal_test): Likewise.
24268         (isinf_test): Likewise.
24269         (isless_test): Likewise.
24270         (islessequal_test): Likewise.
24271         (islessgreater_test): Likewise.
24272         (isnan_test): Likewise.
24273         (isnormal_test): Likewise.
24274         (issignaling_test): Likewise.
24275         (isunordered_test): Likewise.
24276         (j0_test): Likewise.
24277         (j1_test): Likewise.
24278         (jn_test): Likewise.
24279         (ldexp_test): Likewise.
24280         (lgamma_test): Likewise.
24281         (lrint_test): Likewise.
24282         (lrint_test_tonearest): Likewise.
24283         (lrint_test_towardzero): Likewise.
24284         (lrint_test_downward): Likewise.
24285         (lrint_test_upward): Likewise.
24286         (llrint_test): Likewise.
24287         (llrint_test_tonearest): Likewise.
24288         (llrint_test_towardzero): Likewise.
24289         (llrint_test_downward): Likewise.
24290         (llrint_test_upward): Likewise.
24291         (log_test): Likewise.
24292         (log10_test): Likewise.
24293         (log1p_test): Likewise.
24294         (log2_test): Likewise.
24295         (logb_test): Likewise.
24296         (logb_test_downward): Likewise.
24297         (lround_test): Likewise.
24298         (llround_test): Likewise.
24299         (modf_test): Likewise.
24300         (nearbyint_test): Likewise.
24301         (nextafter_test): Likewise.
24302         (nexttoward_test): Likewise.
24303         (pow_test): Likewise.
24304         (pow_test_tonearest): Likewise.
24305         (pow_test_towardzero): Likewise.
24306         (pow_test_downward): Likewise.
24307         (pow_test_upward): Likewise.
24308         (remainder_test): Likewise.
24309         (remainder_test_tonearest): Likewise.
24310         (remainder_test_towardzero): Likewise.
24311         (remainder_test_downward): Likewise.
24312         (remainder_test_upward): Likewise.
24313         (remquo_test): Likewise.
24314         (rint_test): Likewise.
24315         (rint_test_tonearest): Likewise.
24316         (rint_test_towardzero): Likewise.
24317         (rint_test_downward): Likewise.
24318         (rint_test_upward): Likewise.
24319         (round_test): Likewise.
24320         (scalb_test): Likewise.
24321         (scalbn_test): Likewise.
24322         (scalbln_test): Likewise.
24323         (signbit_test): Likewise.
24324         (sin_test): Likewise.
24325         (sin_test_tonearest): Likewise.
24326         (sin_test_towardzero): Likewise.
24327         (sin_test_downward): Likewise.
24328         (sin_test_upward): Likewise.
24329         (sincos_test): Likewise.
24330         (sinh_test): Likewise.
24331         (sinh_test_tonearest): Likewise.
24332         (sinh_test_towardzero): Likewise.
24333         (sinh_test_downward): Likewise.
24334         (sinh_test_upward): Likewise.
24335         (sqrt_test): Likewise.
24336         (tan_test): Likewise.
24337         (tan_test_tonearest): Likewise.
24338         (tan_test_towardzero): Likewise.
24339         (tan_test_downward): Likewise.
24340         (tan_test_upward): Likewise.
24341         (tanh_test): Likewise.
24342         (tgamma_test): Likewise.
24343         (trunc_test): Likewise.
24344         (y0_test): Likewise.
24345         (y1_test): Likewise.
24346         (yn_test): Likewise.
24347         (significand_test): Likewise.
24348
24349 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24350
24351         [BZ #15381]
24352         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24353
24354 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24355
24356         [BZ #14894]
24357         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24358         __ppc_mdoio and __ppc_mdoom.
24359         * manual/platform.texi: Document new functions __ppc_yield,
24360         __ppc_mdoio and __ppc_mdoom.
24361
24362 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24363
24364         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24365         (main): Mention "tls" pseudo-hwcap is legacy.
24366         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24367
24368 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24369
24370         * math/gen-libm-test.pl (parse_args): Output only string of
24371         arguments as text for test name, not full call or descriptions of
24372         tests for extra outputs.
24373         (generate_testfile): Do not pass function name to parse_args.
24374         Generate this_func variable from START.
24375         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24376         field to arg_str.
24377         (struct test_ff_f_data): Likewise.
24378         (test_ff_f_data_nexttoward): Likewise.
24379         (struct test_fi_f_data): Likewise.
24380         (struct test_fl_f_data): Likewise.
24381         (struct test_if_f_data): Likewise.
24382         (struct test_fff_f_data): Likewise.
24383         (struct test_c_f_data): Likewise.
24384         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24385         (struct test_fF_f1_data): Likewise.
24386         (struct test_ffI_f1_data): Likewise.
24387         (struct test_c_c_data): Rename test_name field to arg_str.
24388         (struct test_cc_c_data): Likewise.
24389         (struct test_f_i_data): Likewise.
24390         (struct test_ff_i_data): Likewise.
24391         (struct test_f_l_data): Likewise.
24392         (struct test_f_L_data): Likewise.
24393         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24394         and extra2_name.
24395         (COMMON_TEST_SETUP): New macro.
24396         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24397         (COMMON_TEST_CLEANUP): Likewise.
24398         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24399         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24400         macros.
24401         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24402         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24403         macros.
24404         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24405         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24406         cleanup macros.
24407         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24408         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24409         macros.
24410         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24411         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24412         macros.
24413         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24414         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24415         cleanup macros.
24416         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24417         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24418         cleanup macros.
24419         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24420         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24421         cleanup macros.
24422         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24423         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24424         macros.
24425         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24426         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24427         macros.
24428         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24429         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24430         macros.
24431         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24432         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24433         cleanup macros.
24434         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24435         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24436         cleanup macros.
24437         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24438         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24439         macros.
24440         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24441         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24442         cleanup macros.
24443         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24444         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24445         macros.
24446         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24447         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24448         macros.
24449         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24450         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24451         cleanup macros.
24452         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24453
24454 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24455
24456         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24457         to _sifields.sigfault.
24458         (si_addr_lsb): Define new macro.
24459         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24460         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24461         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24462
24463 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24464
24465         [BZ #15441]
24466         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24467         returns -1.
24468         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24469         null return -1.
24470         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24471         loading the domain.
24472
24473 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24474
24475         * math/gen-libm-test.pl (parse_args): Do not include expected
24476         result in test name.
24477         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24478         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24479         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24480         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24481         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24483
24484 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24485
24486         * benchtests/Makefile: Sort function entries.
24487
24488         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24489         tanh, asinh, acosh, atanh.
24490         * benchtests/acos-inputs: New file.
24491         * benchtests/acosh-inputs: New file.
24492         * benchtests/asin-inputs: New file.
24493         * benchtests/asinh-inputs: New file.
24494         * benchtests/atanh-inputs: New file.
24495         * benchtests/cosh-inputs: New file.
24496         * benchtests/log-inputs: New file.
24497         * benchtests/sinh-inputs: New file.
24498         * benchtests/tanh-inputs: New file.
24499
24500 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24501
24502         [BZ #15339]
24503         * posix/tst-getaddrinfo4.c: New test.
24504         * posix/Makefile (tests): Add it.
24505
24506 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24507
24508         [BZ #15339]
24509         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24510         when no services were used.
24511         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24512         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24513
24514 2013-05-21  Andreas Schwab  <schwab@suse.de>
24515
24516         [BZ #15014]
24517         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24518         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24519         successful.
24520         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24521         redundant variable declarations and reallocation of buffer when
24522         parsing as IPv6 address.  Always set NSS status when called from
24523         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24524         buffer too small.  Correct computation of needed size.
24525         * nss/Makefile (tests): Add test-digits-dots.
24526         * nss/test-digits-dots.c: New test.
24527
24528 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24529
24530         * benchtests/Makefile: Remove instructions for adding
24531         benchmark tests.
24532         * benchtests/README: New file to explain how to execute and
24533         enhance the benchmark tests.
24534
24535 2013-05-21  Andreas Schwab  <schwab@suse.de>
24536
24537         [BZ #15493]
24538         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24539         * setjmp/tst-sigsetjmp.c: New test.
24540
24541 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24542
24543         * sysdeps/x86_64/memset.S (memset): New implementation.
24544         (__bzero): Likewise.
24545         (__memset_tail): New function.
24546
24547 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24548
24549         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24550         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24551         __memcpy_sse2_unaligned ifunc selection.
24552         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24553         Add memcpy-sse2-unaligned.S.
24554         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24555         Add: __memcpy_sse2_unaligned.
24556
24557 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24558
24559         [BZ #15490]
24560         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24561         math_force_eval before restoring floating-point envrionment.
24562         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24563         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24564         Likewise.
24565         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24566         <math_private.h>.
24567         (__nearbyintl): Use math_force_eval before restoring
24568         floating-point environment.
24569         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24570
24571         * math/gen-libm-test.pl (special_functions): Remove.
24572         (parse_args): Don't handle TEST_extra.  Handle functions with no
24573         return value.
24574         * math/libm-test.inc (struct test_sincos_data): Replace with
24575         struct test_fFF_11_data.
24576         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24577         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24578         (sincos_test_data): Change element type to struct
24579         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24580         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24581         RUN_TEST_LOOP_sincos.
24582         * math/README.libm-test: Don't mention special handling of
24583         individual functions.
24584         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24585         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24586         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24587         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24588         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24590
24591         * math/gen-libm-test.pl (get_variable): Remove function.
24592         (parse_args): Don't show pointer parameters to call in test
24593         names.  Use "extra output N" in test names for extra outputs
24594         rather than naming variables.
24595
24596 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24597
24598         [BZ #15488]
24599         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24600         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24601         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24602         double tests.
24603         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24604         disable.
24605         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24606         check_long_double.
24607
24608         * math/gen-libm-test.pl (@tests): Remove variable.
24609         ($count): Likewise.
24610         (new_test): Remove function.
24611         (show_exceptions): New function.
24612         (special_functions): Use show_exceptions instead of new_test.
24613         (parse_args): Likewise.
24614         (generate_testfile): Pass only function name in generated call to
24615         print_max_error or print_complex_max_error.
24616         (get_ulps): Do not handle complex tests specially.
24617         (output_test): Rename to ...
24618         (get_all_ulps_for_test): ... this.  Return a string rather than
24619         printing to a file.  Require ulps to be present.
24620         (output_ulps): Generate arrays rather than #defines.
24621         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24622         (struct ulp_data): New type.
24623         (BUILD_COMPLEX_ULP): Remove macro.
24624         (compare_ulp_data): New function.
24625         (find_ulps): Likewise.
24626         (find_test_ulps): Likewise.
24627         (find_function_ulps): Likewise.
24628         (find_complex_function_ulps): Likewise.
24629         (print_max_error): Determine allowed ulps using
24630         find_function_ulps.
24631         (print_complex_max_error): Determine allowed ulps using
24632         find_complex_function_ulps.
24633         (check_float_internal): Determine max ulps using find_test_ulps.
24634         (check_float): Do not take max_ulp parameter.  Update call to
24635         check_float_internal.
24636         (check_complex): Likewise.
24637         (check_int): Do not take max_ulp parameter.
24638         (check_long): Likewise.
24639         (check_bool): Likewise.
24640         (check_longlong): Likewise.
24641         (struct test_f_f_data): Remove max_ulp field.
24642         (struct test_ff_f_data): Likewise.
24643         (struct test_ff_f_data_nexttoward): Likewise.
24644         (struct test_fi_f_data): Likewise.
24645         (struct test_fl_f_data): Likewise.
24646         (struct test_if_f_data): Likewise.
24647         (struct test_fff_f_data): Likewise.
24648         (struct test_c_f_data): Likewise.
24649         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24650         (struct test_fF_f1_data): Likewise.
24651         (struct test_ffI_f1_data): Likewise.
24652         (struct test_c_c_data): Remove max_ulp field.
24653         (struct test_cc_c_data): Likewise.
24654         (struct test_f_i_data): Likewise.
24655         (struct test_ff_i_data): Likewise.
24656         (struct test_f_l_data): Likewise.
24657         (struct test_f_L_data): Likewise.
24658         (struct test_sincos_data): Likewise.
24659         (RUN_TEST_f_f): Do not handle ulps.
24660         (RUN_TEST_LOOP_f_f): Likewise.
24661         (RUN_TEST_2_f): Likewise.
24662         (RUN_TEST_LOOP_2_f): Likewise.
24663         (RUN_TEST_fff_f): Likewise.
24664         (RUN_TEST_LOOP_fff_f): Likewise.
24665         (RUN_TEST_c_f): Likewise.
24666         (RUN_TEST_LOOP_c_f): Likewise.
24667         (RUN_TEST_f_f1): Likewise.
24668         (RUN_TEST_LOOP_f_f1): Likewise.
24669         (RUN_TEST_fF_f1): Likewise.
24670         (RUN_TEST_LOOP_fF_f1): Likewise.
24671         (RUN_TEST_fI_f1): Likewise.
24672         (RUN_TEST_LOOP_fI_f1): Likewise.
24673         (RUN_TEST_ffI_f1): Likewise.
24674         (RUN_TEST_LOOP_ffI_f1): Likewise.
24675         (RUN_TEST_c_c): Likewise.
24676         (RUN_TEST_LOOP_c_c): Likewise.
24677         (RUN_TEST_cc_c): Likewise.
24678         (RUN_TEST_LOOP_cc_c): Likewise.
24679         (RUN_TEST_f_i): Likewise.
24680         (RUN_TEST_LOOP_f_i): Likewise.
24681         (RUN_TEST_f_i_tg): Likewise.
24682         (RUN_TEST_LOOP_f_i_tg): Likewise.
24683         (RUN_TEST_ff_i_tg): Likewise.
24684         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24685         (RUN_TEST_f_b): Likewise.
24686         (RUN_TEST_LOOP_f_b): Likewise.
24687         (RUN_TEST_f_b_tg): Likewise.
24688         (RUN_TEST_LOOP_f_b_tg): Likewise.
24689         (RUN_TEST_f_l): Likewise.
24690         (RUN_TEST_LOOP_f_l): Likewise.
24691         (RUN_TEST_f_L): Likewise.
24692         (RUN_TEST_LOOP_f_L): Likewise.
24693         (RUN_TEST_sincos): Likewise.
24694         (RUN_TEST_LOOP_sincos): Likewise.
24695
24696 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24697
24698         [BZ #15480]
24699         [BZ #15485]
24700         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24701         main case of finite arguments, set rounding mode to FE_TONEAREST
24702         and discard exceptions.
24703         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24704         exceptions.
24705         (remainder_tonearest_test_data): New variable.
24706         (remainder_test_tonearest): New function.
24707         (remainder_towardzero_test_data): New variable.
24708         (remainder_test_towardzero): New function.
24709         (remainder_downward_test_data): New variable.
24710         (remainder_test_downward): New function.
24711         (remainder_upward_test_data): New variable.
24712         (remainder_test_upward): New function.
24713         (main): Call the new test functions.
24714
24715         * math/libm-test.inc (struct test_f_f1_data): Remove field
24716         extra_init.
24717         (struct test_fF_f1_data): Likewise.
24718         (struct test_ffI_f1_data): Likewise.
24719         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24720         based on value of EXTRA_EXPECTED.
24721         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24722         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24723         EXTRA_VAR based on value of EXTRA_EXPECTED.
24724         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24725         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24726         EXTRA_VAR based on value of EXTRA_EXPECTED.
24727         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24728         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24729         EXTRA_VAR based on value of EXTRA_EXPECTED.
24730         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24731         * math/gen-libm-test.pl (parse_args): Don't output initializers
24732         for extra output values.
24733
24734         * math/libm-test.inc (check_int): Expect result to be exactly
24735         equal to expected value and do not handle ulps.
24736         (check_long): Likewise.
24737         (check_longlong): Likewise.
24738
24739         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24740         exceptions.
24741         (cimag_test_data): Likewise.
24742         (conj_test_data): Likewise.
24743         (copysign_test_data): Likewise.
24744         (cproj_test_data): Likewise.
24745         (creal_test_data): Likewise.
24746         (fabs_test_data): Likewise.
24747         (fdim_test_data): Likewise.
24748         (finite_test_data): Likewise.
24749         (floor_test_data): Likewise.
24750         (fmax_test_data): Likewise.
24751         (fmin_test_data): Likewise.
24752         (fmod_test_data): Likewise.
24753         (fpclassify_test_data): Likewise.
24754         (frexp_test_data): Likewise.
24755         (ilogb_test_data): Likewise.
24756         (isfinite_test_data): Likewise.
24757         (isgreater_test_data): Likewise.
24758         (isgreaterequal_test_data): Likewise.
24759         (isinf_test_data): Likewise.
24760         (isless_test_data): Likewise.
24761         (islessequal_test_data): Likewise.
24762         (islessgreater_test_data): Likewise.
24763         (isnan_test_data): Likewise.
24764         (isnormal_test_data): Likewise.
24765         (issignaling_test_data): Likewise.
24766         (isunordered_test_data): Likewise.
24767         (ldexp_test_data): Likewise.
24768         (lrint_test_data): Likewise.
24769         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24770         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24771         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24772         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24773         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24774         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24775         test input.
24776         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24777         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24778         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24779         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24780         that test input.
24781         (lrint_downward_test_data): Test for "inexact" exceptions.
24782         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24783         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24784         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24785         test input.
24786         (lrint_upward_test_data): Test for "inexact" exceptions.
24787         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24788         test input.
24789         (llrint_test_data): Test for "inexact" exceptions.
24790         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24791         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24792         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24793         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24794         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24795         (llrint_downward_test_data): Test for "inexact" exceptions.
24796         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24797         (llrint_upward_test_data): Test for "inexact" exceptions.
24798         (logb_test_data): Likewise.
24799         (logb_downward_test_data): Likewise.
24800         (nextafter_test_data): Likewise.
24801         (nexttoward_test_data): Likewise.
24802         (remainder_test_data): Likewise.
24803         (remquo_test_data): Likewise.
24804         (scalbn_test_data): Likewise.
24805         (scalbln_test_data): Likewise.
24806         (signbit_test_data): Likewise.
24807         (sqrt_test_data): Likewise.
24808         (significand_test_data): Likewise.
24809
24810 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24811
24812         [BZ #15424]
24813         * benchtests/bench-modf.c (struct args): Mark arg0 as
24814         volatile.
24815         * scripts/bench.pl: Mark members of struct args as volatile.
24816
24817 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24818
24819         [BZ # 15497]
24820         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24821         negative infinity on POWER6 or lower.
24822         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24823
24824 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24825
24826         [BZ #15442]
24827         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24828         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24829         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24830         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24831         (_FP_SETQNAN): New macro.
24832         (_FP_SETQNAN_SEMIRAW): Likewise.
24833         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24834         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24835         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24836         (FP_EXTEND): Use _FP_FRAC_SNANP.
24837         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24838         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24839         into account.
24840         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24841         New macro.
24842         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24843         Likewise.
24844
24845 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24846
24847         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24848         with DIVIDE_BY_ZERO_EXCEPTION.
24849         (gamma_test_data): Likewise.
24850         (lgamma_test_data): Likewise.
24851         (log_test_data): Likewise.
24852         (log10_test_data): Likewise.
24853         (log2_test_data): Likewise.
24854         (tgamma_test_data): Likewise.
24855
24856         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24857         (acos_test_tonearest): Likewise.
24858         (acos_test_towardzero): Likewise.
24859         (acos_test_downward): Likewise.
24860         (acos_test_upward): Likewise.
24861         (acosh_test): Likewise.
24862         (asin_test): Likewise.
24863         (asin_test_tonearest): Likewise.
24864         (asin_test_towardzero): Likewise.
24865         (asin_test_downward): Likewise.
24866         (asin_test_upward): Likewise.
24867         (asinh_test): Likewise.
24868         (atan_test): Likewise.
24869         (atanh_test): Likewise.
24870         (atan2_test): Likewise.
24871         (cabs_test): Likewise.
24872         (cacos_test): Likewise.
24873         (cacosh_test): Likewise.
24874         (casin_test): Likewise.
24875         (casinh_test): Likewise.
24876         (catan_test): Likewise.
24877         (catanh_test): Likewise.
24878         (cbrt_test): Likewise.
24879         (ccos_test): Likewise.
24880         (ccosh_test): Likewise.
24881         (cexp_test): Likewise.
24882         (clog_test): Likewise.
24883         (clog10_test): Likewise.
24884         (cos_test): Likewise.
24885         (cos_test_tonearest): Likewise.
24886         (cos_test_towardzero): Likewise.
24887         (cos_test_downward): Likewise.
24888         (cos_test_upward): Likewise.
24889         (cosh_test): Likewise.
24890         (cosh_test_tonearest): Likewise.
24891         (cosh_test_towardzero): Likewise.
24892         (cosh_test_downward): Likewise.
24893         (cosh_test_upward): Likewise.
24894         (cpow_test): Likewise.
24895         (csin_test): Likewise.
24896         (csinh_test): Likewise.
24897         (csqrt_test): Likewise.
24898         (ctan_test): Likewise.
24899         (ctan_test_tonearest): Likewise.
24900         (ctan_test_towardzero): Likewise.
24901         (ctan_test_downward): Likewise.
24902         (ctan_test_upward): Likewise.
24903         (ctanh_test): Likewise.
24904         (ctanh_test_tonearest): Likewise.
24905         (ctanh_test_towardzero): Likewise.
24906         (ctanh_test_downward): Likewise.
24907         (ctanh_test_upward): Likewise.
24908         (erf_test): Likewise.
24909         (erfc_test): Likewise.
24910         (exp_test): Likewise.
24911         (exp_test_tonearest): Likewise.
24912         (exp_test_towardzero): Likewise.
24913         (exp_test_downward): Likewise.
24914         (exp_test_upward): Likewise.
24915         (exp10_test): Likewise.
24916         (exp2_test): Likewise.
24917         (expm1_test): Likewise.
24918         (fmod_test): Likewise.
24919         (gamma_test): Likewise.
24920         (hypot_test): Likewise.
24921         (j0_test): Likewise.
24922         (j1_test): Likewise.
24923         (jn_test): Likewise.
24924         (lgamma_test): Likewise.
24925         (log_test): Likewise.
24926         (log10_test): Likewise.
24927         (log1p_test): Likewise.
24928         (log2_test): Likewise.
24929         (logb_test_downward): Likewise.
24930         (pow_test): Likewise.
24931         (pow_test_tonearest): Likewise.
24932         (pow_test_towardzero): Likewise.
24933         (pow_test_downward): Likewise.
24934         (pow_test_upward): Likewise.
24935         (remainder_test): Likewise.
24936         (remquo_test): Likewise.
24937         (sin_test): Likewise.
24938         (sin_test_tonearest): Likewise.
24939         (sin_test_towardzero): Likewise.
24940         (sin_test_downward): Likewise.
24941         (sin_test_upward): Likewise.
24942         (sincos_test): Likewise.
24943         (sinh_test): Likewise.
24944         (sinh_test_tonearest): Likewise.
24945         (sinh_test_towardzero): Likewise.
24946         (sinh_test_downward): Likewise.
24947         (sinh_test_upward): Likewise.
24948         (sqrt_test): Likewise.
24949         (tan_test): Likewise.
24950         (tan_test_tonearest): Likewise.
24951         (tan_test_towardzero): Likewise.
24952         (tan_test_downward): Likewise.
24953         (tan_test_upward): Likewise.
24954         (tanh_test): Likewise.
24955         (tgamma_test): Likewise.
24956         (y0_test): Likewise.
24957         (y1_test): Likewise.
24958         (yn_test): Likewise.
24959
24960         * math/gen-libm-test.pl (adjust_arg): Remove function.
24961         (special_function): Remove argument $in_func.  Only handle
24962         generating output for tables of tests, not inside functions.
24963         (parse_args): Likewise.
24964         (generate_testfile): Remove variable $in_func.  Update call to
24965         parse_args.
24966         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24967         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24968         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24969         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24970         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24971         (MAX_VALUE_INIT): Rename macro to max_value.
24972         (MIN_VALUE_INIT): Rename macro to min_value.
24973         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24974         (plus_zero): Remove variable.
24975         (minus_zero): Likewise.
24976         (plus_infty): Likewise.
24977         (minus_infty): Likewise.
24978         (qnan_value): Likewise.
24979         (max_value): Likewise.
24980         (min_value): Likewise.
24981         (min_subnorm_value): Likewise.
24982
24983 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24984
24985         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24986         uint64_t or uint32_t usage.
24987         * crypt/sha256-block.c: Likewise.
24988         * crypt/sha256-crypt.c: Likewise.
24989         * crypt/sha256.c: Likewise.
24990         * crypt/sha512-block.c: Likewise.
24991         * crypt/sha512-crypt.c: Likewise.
24992         * crypt/sha512.c: Likewise.
24993         * debug/backtrace-tst.c: Likewise.
24994         * debug/pcprofiledump.c: Likewise.
24995         * elf/cache.c: Likewise.
24996         * elf/dl-cache.c: Likewise.
24997         * elf/dl-misc.c: Likewise.
24998         * elf/dl-profile.c: Likewise.
24999         * elf/dl-support.c: Likewise.
25000         * elf/ldconfig.c: Likewise.
25001         * elf/sprof.c: Likewise.
25002         * iconv/dummy-repertoire.c: Likewise.
25003         * iconv/iconv_charmap.c: Likewise.
25004         * iconv/skeleton.c: Likewise.
25005         * iconvdata/8bit-generic.c: Likewise.
25006         * iconvdata/cp737.h: Likewise.
25007         * iconvdata/cp775.h: Likewise.
25008         * iconvdata/ibm1008.h: Likewise.
25009         * iconvdata/ibm1025.h: Likewise.
25010         * iconvdata/ibm1046.h: Likewise.
25011         * iconvdata/ibm1097.h: Likewise.
25012         * iconvdata/ibm1112.h: Likewise.
25013         * iconvdata/ibm1122.h: Likewise.
25014         * iconvdata/ibm1123.h: Likewise.
25015         * iconvdata/ibm1124.h: Likewise.
25016         * iconvdata/ibm1129.h: Likewise.
25017         * iconvdata/ibm1130.h: Likewise.
25018         * iconvdata/ibm1132.h: Likewise.
25019         * iconvdata/ibm1133.h: Likewise.
25020         * iconvdata/ibm1137.h: Likewise.
25021         * iconvdata/ibm1140.h: Likewise.
25022         * iconvdata/ibm1141.h: Likewise.
25023         * iconvdata/ibm1142.h: Likewise.
25024         * iconvdata/ibm1143.h: Likewise.
25025         * iconvdata/ibm1144.h: Likewise.
25026         * iconvdata/ibm1145.h: Likewise.
25027         * iconvdata/ibm1146.h: Likewise.
25028         * iconvdata/ibm1147.h: Likewise.
25029         * iconvdata/ibm1148.h: Likewise.
25030         * iconvdata/ibm1149.h: Likewise.
25031         * iconvdata/ibm1153.h: Likewise.
25032         * iconvdata/ibm1154.h: Likewise.
25033         * iconvdata/ibm1155.h: Likewise.
25034         * iconvdata/ibm1156.h: Likewise.
25035         * iconvdata/ibm1157.h: Likewise.
25036         * iconvdata/ibm1158.h: Likewise.
25037         * iconvdata/ibm1160.h: Likewise.
25038         * iconvdata/ibm1161.h: Likewise.
25039         * iconvdata/ibm1162.h: Likewise.
25040         * iconvdata/ibm1163.h: Likewise.
25041         * iconvdata/ibm1164.h: Likewise.
25042         * iconvdata/ibm1166.h: Likewise.
25043         * iconvdata/ibm1167.h: Likewise.
25044         * iconvdata/ibm12712.h: Likewise.
25045         * iconvdata/ibm1390.h: Likewise.
25046         * iconvdata/ibm1399.h: Likewise.
25047         * iconvdata/ibm16804.h: Likewise.
25048         * iconvdata/ibm4517.h: Likewise.
25049         * iconvdata/ibm4899.h: Likewise.
25050         * iconvdata/ibm4909.h: Likewise.
25051         * iconvdata/ibm4971.h: Likewise.
25052         * iconvdata/ibm5347.h: Likewise.
25053         * iconvdata/ibm803.h: Likewise.
25054         * iconvdata/ibm856.h: Likewise.
25055         * iconvdata/ibm901.h: Likewise.
25056         * iconvdata/ibm902.h: Likewise.
25057         * iconvdata/ibm9030.h: Likewise.
25058         * iconvdata/ibm9066.h: Likewise.
25059         * iconvdata/ibm921.h: Likewise.
25060         * iconvdata/ibm922.h: Likewise.
25061         * iconvdata/ibm9448.h: Likewise.
25062         * iconvdata/isiri-3342.h: Likewise.
25063         * iconvdata/jis0201.h: Likewise.
25064         * include/link.h: Likewise.
25065         * include/netdb.h: Likewise.
25066         * inet/check_native.c: Likewise.
25067         * inet/check_pf.c: Likewise.
25068         * inet/getipv4sourcefilter.c: Likewise.
25069         * inet/getnameinfo.c: Likewise.
25070         * inet/getsourcefilter.c: Likewise.
25071         * inet/htonl.c: Likewise.
25072         * inet/setipv4sourcefilter.c: Likewise.
25073         * inet/setsourcefilter.c: Likewise.
25074         * inet/test-inet6_opt.c: Likewise.
25075         * inet/tst-network.c: Likewise.
25076         * locale/C-collate.c: Likewise.
25077         * locale/C-ctype.c: Likewise.
25078         * locale/C-time.c: Likewise.
25079         * locale/C-translit.h: Likewise.
25080         * locale/loadarchive.c: Likewise.
25081         * locale/programs/3level.h: Likewise.
25082         * locale/programs/charmap.c: Likewise.
25083         * locale/programs/charmap.h: Likewise.
25084         * locale/programs/ld-address.c: Likewise.
25085         * locale/programs/ld-collate.c: Likewise.
25086         * locale/programs/ld-ctype.c: Likewise.
25087         * locale/programs/ld-identification.c: Likewise.
25088         * locale/programs/ld-measurement.c: Likewise.
25089         * locale/programs/ld-messages.c: Likewise.
25090         * locale/programs/ld-monetary.c: Likewise.
25091         * locale/programs/ld-name.c: Likewise.
25092         * locale/programs/ld-numeric.c: Likewise.
25093         * locale/programs/ld-paper.c: Likewise.
25094         * locale/programs/ld-telephone.c: Likewise.
25095         * locale/programs/ld-time.c: Likewise.
25096         * locale/programs/linereader.c: Likewise.
25097         * locale/programs/locale.c: Likewise.
25098         * locale/programs/locarchive.c: Likewise.
25099         * locale/programs/locfile.h: Likewise.
25100         * locale/programs/repertoire.c: Likewise.
25101         * locale/programs/simple-hash.c: Likewise.
25102         * locale/programs/simple-hash.h: Likewise.
25103         * malloc/memusage.c: Likewise.
25104         * malloc/memusagestat.c: Likewise.
25105         * nis/nis_defaults.c: Likewise.
25106         * nis/nis_hash.c: Likewise.
25107         * nis/nis_print.c: Likewise.
25108         * nis/nis_xdr.c: Likewise.
25109         * nscd/connections.c: Likewise.
25110         * nscd/hstcache.c: Likewise.
25111         * nscd/nscd_gethst_r.c: Likewise.
25112         * nscd/nscd_getserv_r.c: Likewise.
25113         * nscd/nscd_helper.c: Likewise.
25114         * nscd/servicescache.c: Likewise.
25115         * nss/makedb.c: Likewise.
25116         * nss/nss_db/db-XXX.c: Likewise.
25117         * nss/nss_db/db-initgroups.c: Likewise.
25118         * nss/nss_db/db-netgrp.c: Likewise.
25119         * nss/nss_files/files-network.c: Likewise.
25120         * nss/nss_files/files-parse.c: Likewise.
25121         * posix/bug-regex5.c: Likewise.
25122         * posix/fnmatch_loop.c: Likewise.
25123         * posix/regcomp.c: Likewise.
25124         * posix/regexec.c: Likewise.
25125         * posix/tst-rfc3484-2.c: Likewise.
25126         * posix/tst-rfc3484-3.c: Likewise.
25127         * posix/tst-rfc3484.c: Likewise.
25128         * resolv/nss_dns/dns-canon.c: Likewise.
25129         * resolv/nss_dns/dns-network.c: Likewise.
25130         * resolv/res_init.c: Likewise.
25131         * resolv/res_mkquery.c: Likewise.
25132         * resolv/tst-aton.c: Likewise.
25133         * stdlib/cxa_atexit.c: Likewise.
25134         * stdlib/cxa_finalize.c: Likewise.
25135         * stdlib/gen-fpioconst.c: Likewise.
25136         * stdlib/strtol_l.c: Likewise.
25137         * string/tst-endian.c: Likewise.
25138         * sunrpc/auth_des.c: Likewise.
25139         * sunrpc/clnt_udp.c: Likewise.
25140         * sunrpc/rtime.c: Likewise.
25141         * sunrpc/svcauth_des.c: Likewise.
25142         * sunrpc/xdr.c: Likewise.
25143         * sunrpc/xdr_intXX_t.c: Likewise.
25144         * sunrpc/xdr_rec.c: Likewise.
25145         * sysdeps/generic/ldconfig.h: Likewise.
25146         * sysdeps/generic/ldsodefs.h: Likewise.
25147         * sysdeps/generic/memusage.h: Likewise.
25148         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25149         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25150         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25151         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25152         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25153         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25154         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25155         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25156         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25157         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25158         * sysdeps/posix/getaddrinfo.c: Likewise.
25159         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25160         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25161         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25162         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25163         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25164         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25165         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25166         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25167         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25168         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25169         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25170         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25171         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25172         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25173         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25174         * sysdeps/x86_64/dl-tls.h: Likewise.
25175         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25176         * time/alt_digit.c: Likewise.
25177         * time/era.c: Likewise.
25178         * wcsmbs/tst-c16c32-1.c: Likewise.
25179
25180 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25181
25182         * math/libm-test.inc (struct test_sincos_data): New type.
25183         (RUN_TEST_LOOP_sincos): New macro.
25184         (sincos_test_data): New variable.
25185         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25186
25187 2013-05-16  Richard Henderson  <rth@redhat.com>
25188
25189         * math/atest-exp2.c (LIMB64): New macro.
25190         (CONSTSZ): New macro.
25191         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25192         (hexdig): Move ...
25193         (print_mpn_fp): ... to function scope.
25194         (read_mpn_hex): Remove.
25195         (get_log2): Remove.
25196         (exp2_mpn): Use mp_log2.
25197         (main): Use mp_exp1.
25198
25199 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25200
25201         * math/libm-test.inc: Remove comment about not testing "inexact"
25202         exceptions.
25203         (INEXACT_EXCEPTION): New macro.
25204         (NO_INEXACT_EXCEPTION): Likewise.
25205         (INVALID_EXCEPTION_OK): Update value.
25206         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25207         (OVERFLOW_EXCEPTION_OK): Likewise.
25208         (UNDERFLOW_EXCEPTION_OK): Likewise.
25209         (IGNORE_ZERO_INF_SIGN): Likewise.
25210         (ERRNO_UNCHANGED): Likewise.
25211         (ERRNO_EDOM): Likewise.
25212         (ERRNO_ERANGE): Likewise.
25213         (test_exceptions): Handle testing "inexact" exceptions.
25214         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25215         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25216         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25217         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25218         INEXACT_EXCEPTION.
25219         (rint_towardzero_test_data): Likewise.
25220         (rint_downward_test_data): Likewise.
25221         (rint_upward_test_data): Likewise.
25222
25223         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25224         with OVERFLOW_EXCEPTION.
25225         (exp10_test_data): Likewise.
25226         (exp2_test_data): Likewise.
25227         (expm1_test_data): Likewise.
25228         (lgamma_test_data): Likewise.
25229         (pow_test_data): Likewise.
25230         (tgamma_test_data): Likewise.
25231         (yn_test_data): Remove duplicate test of overflow.
25232
25233         * math/libm-test.inc (struct test_cc_c_data): New type.
25234         (RUN_TEST_LOOP_cc_c): New macro.
25235         (cpow_test_data): New variable.
25236         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25237
25238         * math/libm-test.inc (struct test_f_L_data): New type.
25239         (RUN_TEST_LOOP_f_L): New macro.
25240         (llrint_test_data): New variable.
25241         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25242         (llrint_tonearest_test_data): New variable.
25243         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25244         (llrint_towardzero_test_data): New variable.
25245         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25246         (llrint_downward_test_data): New variable.
25247         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25248         (llrint_upward_test_data): New variable.
25249         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25250         (llround_test_data): New variable.
25251         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25252
25253 2013-05-13  Peter Collingbourne  <pcc@google.com>
25254
25255         * math/atest-exp2.c (get_log2): Remove const attribute.
25256
25257 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25258
25259         * math/libm-test.inc (struct test_f_l_data): New type.
25260         (RUN_TEST_LOOP_f_l): New macro.
25261         (lrint_test_data): New variable.
25262         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25263         (lrint_tonearest_test_data): New variable.
25264         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25265         (lrint_towardzero_test_data): New variable.
25266         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25267         (lrint_downward_test_data): New variable.
25268         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25269         (lrint_upward_test_data): New variable.
25270         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25271         (lround_test_data): New variable.
25272         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25273
25274 2013-05-15  Peter Collingbourne  <pcc@google.com>
25275
25276         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25277         (EXTRACT_WORDS64) Use where appropriate.
25278         (INSERT_WORDS64) Likewise.
25279
25280         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25281         constraints with x constraints.
25282         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25283
25284         * malloc/obstack.c (_obstack_compat): Add initializer.
25285
25286 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25287
25288         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25289         si_trapno and add si_addr_lsb to _sifields.sigfault.
25290         (si_trapno): Remove macro.
25291         (si_addr_lsb): Define new macro.
25292         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25293
25294 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25295
25296         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25297         instead of TEST_f_l.
25298         (llrint_test_tonearest): Likewise.
25299         (llrint_test_towardzero): Likewise.
25300         (llrint_test_downward): Likewise.
25301         (llrint_test_upward): Likewise.
25302         (llround_test): Likewise.
25303
25304         * math/libm-test.inc (struct test_f_i_data): Add comment.
25305         (RUN_TEST_LOOP_f_b): New macro.
25306         (RUN_TEST_LOOP_f_b_tg): Likewise.
25307         (finite_test_data): New variable.
25308         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25309         (isfinite_test_data): New variable.
25310         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25311         (isinf_test_data): New variable.
25312         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25313         (isnan_test_data): New variable.
25314         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25315         (isnormal_test_data): New variable.
25316         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25317         (issignaling_test_data): New variable.
25318         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25319         (signbit_test_data): New variable.
25320         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25321
25322         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25323         with INVALID_EXCEPTION.
25324         (acosh_test_data): Likewise.
25325         (asin_test_data): Likewise.
25326         (atanh_test_data): Likewise.
25327         (fmod_test_data): Likewise.
25328         (log_test_data): Likewise.
25329         (log10_test_data): Likewise.
25330         (log2_test_data): Likewise.
25331         (pow_test_data): Likewise.
25332         (sqrt_test_data): Likewise.
25333         (y0_test_data): Likewise.
25334         (y1_test_data): Likewise.
25335         (yn_test_data): Likewise.
25336
25337         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25338         function contents.
25339
25340         * math/libm-test.inc (struct test_ff_i_data): New type.
25341         (RUN_TEST_LOOP_ff_i_tg): New macro.
25342         (isgreater_test_data): New variable.
25343         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25344         (isgreaterequal_test_data): New variable.
25345         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25346         (isless_test_data): New variable.
25347         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25348         (islessequal_test_data): New variable.
25349         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25350         (islessgreater_test_data): New variable.
25351         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25352         (isunordered_test_data): New variable.
25353         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25354
25355 2013-05-14  David S. Miller  <davem@davemloft.net>
25356
25357         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25358
25359 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25360
25361         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25362
25363         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25364         extra_test to int.
25365         (struct test_f_i_data): Change type of max_ulp to int.
25366
25367         * math/libm-test.inc (test_ffI_f1_data): New type.
25368         (RUN_TEST_LOOP_ffI_f1): New macro.
25369         (remquo_test_data): New variable.
25370         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25371
25372         * setjmp/tst-setjmp-fp.c: New file.
25373         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25374         (link-libm): New variable.
25375         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25376
25377         * math/libm-test.inc (struct test_f_i_data): New type.
25378         (RUN_TEST_LOOP_f_i): New macro.
25379         (RUN_TEST_LOOP_f_i_tg): Likewise.
25380         (fpclassify_test_data): New variable.
25381         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25382         (ilogb_test_data): New variable.
25383         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25384
25385         * math/libm-test.inc (scalbln_test): Correct function name in END
25386         call.
25387
25388         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25389         (RUN_TEST_LOOP_fI_f1): New macro.
25390         (frexp_test_data): New variable.
25391         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25392
25393         * math/libm-test.inc (struct test_fF_f1_data): New type.
25394         (RUN_TEST_LOOP_fF_f1): New macro.
25395         (modf_test_data): New variable.
25396         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25397
25398         * math/libm-test.inc (struct test_f_f1_data): New type.
25399         (RUN_TEST_LOOP_f_f1): New macro.
25400         (gamma_test_data): New variable.
25401         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25402         (lgamma_test_data): New variable.
25403         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25404
25405 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25406
25407         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25408         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25409         (main): Comment "tls" pseudo-hwcap.
25410
25411 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25412
25413         * math/libm-test.inc (struct test_fl_f_data): New type.
25414         (RUN_TEST_LOOP_fl_f): New variable.
25415         (scalbln_test_data): New variable.
25416         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25417
25418         * math/libm-test.inc (struct test_fi_f_data): New type.
25419         (RUN_TEST_LOOP_fi_f): New macro.
25420         (ldexp_test_data): New variable.
25421         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25422         (scalbn_test_data): New variable.
25423         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25424
25425         * math/libm-test.inc (struct test_c_f_data): New type.
25426         (RUN_TEST_LOOP_c_f): New macro.
25427         (cabs_test_data): New variable.
25428         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25429         (carg_test_data): New variable.
25430         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25431         (cimag_test_data): New variable.
25432         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25433         (creal_test_data): New variable.
25434         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25435
25436         * math/libm-test.inc (struct test_if_f_data): New type.
25437         (RUN_TEST_LOOP_if_f): New macro.
25438         (jn_test_data): New variable.
25439         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25440         (yn_test_data): New variable.
25441         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25442
25443         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25444
25445 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25446
25447         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25448         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25449
25450 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25451
25452         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25453         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25454         (bench-deps): Add bench-timing.h.
25455         * benchtests-bench-skeleton.c: Include bench-timing.h.
25456         (main): Use TIMING_* macros instead of clock_gettime.
25457         * benchtests/bench-timing.h: New file.
25458
25459         [BZ #14582]
25460         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25461         Renamed from _LIB_VERSION.
25462         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25463
25464 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25465
25466         * math/libm-test.inc (struct test_fff_f_data): New type.
25467         (RUN_TEST_LOOP_fff_f): New macro.
25468         (fma_test_data): New variable.
25469         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25470         (fma_towardzero_test_data): New variable.
25471         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25472         (fma_downward_test_data): New variable.
25473         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25474         (fma_upward_test_data): New variable.
25475         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25476
25477         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25478         (struct test_c_c_data): New type.
25479         (RUN_TEST_LOOP_c_c): New macro.
25480         (cacos_test_data): New variable.
25481         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25482         (cacosh_test_data): New variable.
25483         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25484         (casin_test_data): New variable.
25485         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25486         (casinh_test_data): New variable.
25487         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25488         (catan_test_data): New variable.
25489         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25490         (catanh_test_data): New variable.
25491         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25492         (ccos_test_data): New variable.
25493         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25494         (ccosh_test_data): New variable.
25495         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25496         (cexp_test_data): New variable.
25497         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25498         (clog_test_data): New variable.
25499         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25500         (clog10_test_data): New variable.
25501         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25502         (conj_test_data): New variable.
25503         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25504         (cproj_test_data): New variable.
25505         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25506         (csin_test_data): New variable.
25507         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25508         (csinh_test_data): New variable.
25509         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25510         (csqrt_test_data): New variable.
25511         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25512         (ctan_test_data): New variable.
25513         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25514         (ctan_tonearest_test_data): New variable.
25515         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25516         (ctan_towardzero_test_data): New variable.
25517         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25518         (ctan_downward_test_data): New variable.
25519         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25520         (ctan_upward_test_data): New variable.
25521         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25522         (ctanh_test_data): New variable.
25523         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25524         (ctanh_tonearest_test_data): New variable.
25525         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25526         (ctanh_towardzero_test_data): New variable.
25527         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25528         (ctanh_downward_test_data): New variable.
25529         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25530         (ctanh_upward_test_data): New variable.
25531         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25532         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25533         of BUILD_COMPLEX.
25534
25535         * math/libm-test.inc (struct test_ff_f_data): New type.
25536         (struct test_ff_f_data_nexttoward): Likewise.
25537         (RUN_TEST_LOOP_2_f): New macro.
25538         (RUN_TEST_LOOP_ff_f): Likewise.
25539         (atan2_test_data): New variable.
25540         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25541         (copysign_test_data): New variable.
25542         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25543         (fdim_test_data): New variable.
25544         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25545         (fmax_test_data): New variable.
25546         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25547         (fmin_test_data): New variable.
25548         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25549         (fmod_test_data): New variable.
25550         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25551         (hypot_test_data): New variable.
25552         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25553         (nextafter_test_data): New variable.
25554         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25555         (nexttoward_test_data): New variable.
25556         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25557         (pow_test_data): New variable.
25558         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25559         (pow_tonearest_test_data): New variable.
25560         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25561         (pow_towardzero_test_data): New variable.
25562         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25563         (pow_downward_test_data): New variable.
25564         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25565         (pow_upward_test_data): New variable.
25566         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25567         (remainder_test_data): New variable.
25568         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25569         (scalb_test_data): New variable.
25570         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25571         * sysdeps/i386/fpu/libm-test-ulps: Update.
25572
25573 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25574
25575         * math/libm-test.inc (fma_test): Use max_value instead of local
25576         variable fltmax.
25577         (nextafter_test): Likewise.
25578
25579         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25580         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25581         (acos_downward_test_data): New variable.
25582         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25583         (acos_upward_test_data): New variable.
25584         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25585         (acosh_test_data): New variable.
25586         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25587         (asin_test_data): New variable.
25588         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25589         (asin_tonearest_test_data): New variable.
25590         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25591         (asin_towardzero_test_data): New variable.
25592         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25593         (asin_downward_test_data): New variable.
25594         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25595         (asin_upward_test_data): New variable.
25596         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25597         (asinh_test_data): New variable.
25598         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25599         (atan_test_data): New variable.
25600         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25601         (atanh_test_data): New variable.
25602         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25603         (cbrt_test_data): New variable.
25604         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25605         (ceil_test_data): New variable.
25606         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25607         (cos_test_data): New variable.
25608         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25609         (cos_tonearest_test_data): New variable.
25610         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25611         (cos_towardzero_test_data): New variable.
25612         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25613         (cos_downward_test_data): New variable.
25614         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25615         (cos_upward_test_data): New variable.
25616         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25617         (cosh_test_data): New variable.
25618         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25619         (cosh_tonearest_test_data): New variable.
25620         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25621         (cosh_towardzero_test_data): New variable.
25622         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25623         (cosh_downward_test_data): New variable.
25624         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25625         (cosh_upward_test_data): New variable.
25626         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25627         (erf_test_data): New variable.
25628         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25629         (erfc_test_data): New variable.
25630         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25631         (exp_test_data): New variable.
25632         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25633         (exp_tonearest_test_data): New variable.
25634         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25635         (exp_towardzero_test_data): New variable.
25636         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25637         (exp_downward_test_data): New variable.
25638         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25639         (exp_upward_test_data): New variable.
25640         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25641         (exp10_test_data): New variable.
25642         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25643         (exp2_test_data): New variable.
25644         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25645         (expm1_test_data): New variable.
25646         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25647         (fabs_test_data): New variable.
25648         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25649         (floor_test_data): New variable.
25650         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25651         (j0_test_data): New variable.
25652         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25653         (j1_test_data): New variable.
25654         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25655         (log_test_data): New variable.
25656         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25657         (log10_test_data): New variable.
25658         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25659         (log1p_test_data): New variable.
25660         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25661         (log2_test_data): New variable.
25662         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25663         (logb_test_data): New variable.
25664         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25665         (logb_downward_test_data): New variable.
25666         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25667         (nearbyint_test_data): New variable.
25668         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25669         (rint_test_data): New variable.
25670         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25671         (rint_tonearest_test_data): New variable.
25672         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25673         (rint_towardzero_test_data): New variable.
25674         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25675         (rint_downward_test_data): New variable.
25676         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25677         (rint_upward_test_data): New variable.
25678         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25679         (round_test_data): New variable.
25680         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25681         (sin_test_data): New variable.
25682         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25683         (sin_tonearest_test_data): New variable.
25684         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25685         (sin_towardzero_test_data): New variable.
25686         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25687         (sin_downward_test_data): New variable.
25688         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25689         (sin_upward_test_data): New variable.
25690         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25691         (sinh_test_data): New variable.
25692         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25693         (sinh_tonearest_test_data): New variable.
25694         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25695         (sinh_towardzero_test_data): New variable.
25696         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25697         (sinh_downward_test_data): New variable.
25698         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25699         (sinh_upward_test_data): New variable.
25700         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25701         (sqrt_test_data): New variable.
25702         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25703         (tan_test_data): New variable.
25704         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25705         (tan_tonearest_test_data): New variable.
25706         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25707         (tan_towardzero_test_data): New variable.
25708         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25709         (tan_downward_test_data): New variable.
25710         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25711         (tan_upward_test_data): New variable.
25712         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25713         (tanh_test_data): New variable.
25714         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25715         (tgamma_test_data): New variable.
25716         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25717         (trunc_test_data): New variable.
25718         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25719         (y0_test_data): New variable.
25720         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25721         (y1_test_data): New variable.
25722         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25723         (significand_test_data): New variable.
25724         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25725
25726 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25727
25728         [BZ #12387]
25729         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25730
25731 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25732
25733         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25734
25735 2013-05-10  Andreas Jaeger  <aj@suse.de>
25736
25737         [BZ #15448]
25738         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25739         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25740
25741 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25742
25743         * math/gen-libm-test.pl (adjust_arg): New function.
25744         (special_functions): Handle generating output in both functions
25745         and arrays.
25746         (parse_args): Likewise.
25747         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25748         $in_func argument to parse_args.
25749         * math/libm-test.inc (struct test_f_f_data): New type.
25750         (IF_ROUND_INIT_): New macro.
25751         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25752         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25753         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25754         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25755         (ROUND_RESTORE_): Likewise.
25756         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25757         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25758         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25759         (ROUND_RESTORE_FE_UPWARD): Likewise.
25760         (RUN_TEST_LOOP_f_f): New macro.
25761         (acos_test_data): New variable.
25762         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25763         (acos_tonearest_test_data): New variable.
25764         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25765
25766 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25767
25768         * benchtests/bench-skeleton.c (startup): Fix coding style.
25769
25770 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25771
25772         [BZ #6809]
25773         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25774         negative infinity argument.
25775         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25776         negative infinity argument.
25777         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25778         negative infinity argument.
25779         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25780         domain errors.
25781
25782 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25783
25784         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25785         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25786         * iconv/iconv_prog.c (main): Likewise.
25787         * locale/programs/charmap-dir.c (charmap_readdir)
25788         (fopen_uncompressed): Likewise.
25789         * locale/programs/locfile.c (siblings_uncached)
25790         (write_locale_data): Use lstat64 instead of lstat.
25791         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25792         stat.
25793
25794 2013-05-10  Andreas Jaeger  <aj@suse.de>
25795
25796         [BZ #15395]
25797         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25798         localization.
25799         Include <locale.h>.
25800
25801 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25802
25803         * elf/dl-close.c (_dl_close_worker): Add comments.
25804
25805 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25806
25807         [BZ #15359]
25808         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25809         high part of pi/2.
25810         (__ieee754_rem_pio2l): Update comments.
25811
25812         [BZ #15429]
25813         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25814         high part of pi/2.
25815         (__ieee754_rem_pio2l): Update comments.
25816
25817         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25818         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25819
25820         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25821         M_PI_4l.
25822
25823         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25824         (M_PI_34_LOG10El): Likewise.
25825         (M_PI2_LOG10El): Likewise.
25826         (M_PI4_LOG10El): Likewise.
25827         (M_PI_LOG10El): Likewise.
25828
25829 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25830
25831         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25832
25833 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25834
25835         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25836         (MINUS_ZERO_INIT): Likewise.
25837         (PLUS_INFTY_INIT): Likewise.
25838         (MINUS_INFTY_INIT): Likewise.
25839         (QNAN_VALUE_INIT): Likewise.
25840         (MAX_VALUE_INIT): Likewise.
25841         (MIN_VALUE_INIT): Likewise.
25842         (MIN_SUBNORM_VALUE_INIT): Likewise.
25843         (plus_zero): Initialize with PLUS_ZERO_INIT.
25844         (minus_zero): Initialize with MINUS_ZERO_INIT.
25845         (plus_infty): Initialize with PLUS_INFTY_INIT.
25846         (minus_infty): Initialize with MINUS_INFTY_INIT.
25847         (qnan_value): Initialize with QNAN_VALUE_INIT.
25848         (max_value): Initialize with MAX_VALUE_INIT.
25849         (min_value): Initialize with MIN_VALUE_INIT.
25850         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25851
25852         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25853         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25854         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25855         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25856
25857         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25858         (RUN_TEST_2_f): Likewise.
25859         (RUN_TEST_ff_f): Likewise.
25860         (RUN_TEST_fi_f): Likewise.
25861         (RUN_TEST_fl_f): Likewise.
25862         (RUN_TEST_fff_f): Likewise.
25863         (RUN_TEST_c_f): Likewise.
25864         (RUN_TEST_f_f1): Likewise.
25865         (RUN_TEST_fF_f1): Likewise.
25866         (RUN_TEST_fI_f1): Likewise.
25867         (RUN_TEST_ffI_f1): Likewise.
25868         (RUN_TEST_c_c): Likewise.
25869         (RUN_TEST_cc_c): Likewise.
25870         (RUN_TEST_f_i): Likewise.
25871         (RUN_TEST_f_i_tg): Likewise.
25872         (RUN_TEST_ff_i_tg): Likewise.
25873         (RUN_TEST_f_b): Likewise.
25874         (RUN_TEST_f_b_tg): Likewise.
25875         (RUN_TEST_f_l): Likewise.
25876         (RUN_TEST_f_L): Likewise.
25877         (RUN_TEST_sincos): Likewise.
25878         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25879         whether to show exceptions.  Do not include ");\n" in return
25880         value.
25881         (special_functions): Output call to RUN_TEST_sincos instead of
25882         check_float calls.  Update calls to new_test.
25883         (parse_args): Output call to single RUN_TEST_* macro instead of
25884         check_* calls and other assignments.  Update calls to new_test.
25885
25886         [BZ #2546]
25887         [BZ #2560]
25888         [BZ #5159]
25889         [BZ #15426]
25890         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25891         input to result for tgamma overflow.
25892         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25893         (gamma_coeff): New variable.
25894         (NCOEFF): New macro.
25895         (gamma_positive): New function.
25896         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25897         underflow here.  Use gamma_positive instead of exp (lgamma) for
25898         other arguments.
25899         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25900         (gamma_coeff): New variable.
25901         (NCOEFF): New macro.
25902         (gammaf_positive): New function.
25903         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25904         underflow here.  Use gamma_positive instead of exp (lgamma) for
25905         other arguments.
25906         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25907         (gamma_coeff): New variable.
25908         (NCOEFF): New macro.
25909         (gammal_positive): New function.
25910         (__ieee754_gammal_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-128ibm/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, overflow and
25918         underflow here.  Handle NaN the same as positive infinity.  Remove
25919         check x < 0xffffffff for negative integers.  Use gamma_positive
25920         instead of exp (lgamma) for other arguments.
25921         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25922         (gamma_coeff): New variable.
25923         (NCOEFF): New macro.
25924         (gammal_positive): New function.
25925         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25926         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25927         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25928         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25929         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25930         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25931         * sysdeps/generic/math_private.h (__gamma_productf): New
25932         prototype.
25933         (__gamma_product): Likewise.
25934         (__gamma_productl): Likewise.
25935         * math/Makefile (libm-calls): Add gamma_product.
25936         * math/libm-test.inc (tgamma_test): Add more tests.
25937         * sysdeps/i386/fpu/libm-test-ulps: Update.
25938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25939
25940 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25941
25942         * benchtests/bench-skeleton.c (main): Preheat CPU.
25943
25944 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25945
25946         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25947
25948 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25949
25950         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25951         and _dl_skip_args_internal.
25952
25953 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25954
25955         * manual/message.texi (Message Translation): Talk about users.
25956         Message to key mapping impacts design.
25957
25958 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25959
25960         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25961
25962         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25963
25964         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25965         * sysdeps/wordsize-64/glob64.c: ... here.
25966
25967         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25968         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25969         New macros.
25970
25971         * debug/getlogin_r_chk.c: Moved to ...
25972         * login/getlogin_r_chk.c: ... here.
25973         * debug/Makefile (routines): Move getlogin_r_chk to ...
25974         * login/Makefile (routines): ... here.
25975         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25976         * login/Versions (libc: GLIBC_2.4): ... here.
25977
25978         * io/poll.c (__poll): Renamed from poll.
25979         Add libc_hidden_def.
25980         (poll): Define as weak alias.
25981
25982         * debug/ptsname_r_chk.c: Moved to ...
25983         * login/ptsname_r_chk.c: ... here.
25984         * debug/Makefile (routines): Move ptsname_r_chk to ...
25985         * login/Makefile (routines): ... here.
25986         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25987         * login/Versions (libc: GLIBC_2.4): ... here.
25988
25989         * posix/getlogin.c: Moved to ...
25990         * login/getlogin.c: ... here.
25991         * posix/getlogin_r.c: Moved to ...
25992         * login/getlogin_r.c: ... here.
25993         * posix/getlogin_r.c: Moved to ...
25994         * login/getlogin_r.c: ... here.
25995         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25996         * login/Makefile (routines): ... here.
25997         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25998         * login/Versions (libc: GLIBC_2.0): ... here.
25999
26000         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26001         (setrlimit): Define as weak alias.
26002
26003         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26004         Call __ names for open, ftruncate, and close.
26005         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26006         (truncate): Define as weak alias.
26007
26008 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26009
26010         * math/gen-libm-test.pl (parse_args): Initialize x before each
26011         test of frexp, modf and remquo.
26012
26013         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26014         test signgam value.
26015
26016 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26017
26018         [BZ #15418]
26019         [BZ #15419]
26020         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26021         internal tests.
26022         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26023
26024 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26025
26026         * elf/dl-writev.h: New file.
26027         * elf/dl-misc.c: Include it.
26028         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26029         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26030
26031 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26032
26033         * math/libm-test.inc (noXFails): Remove variable.
26034         (noXPasses): Likewise.
26035         (BUILD_COMPLEX_INT): Remove macro.
26036         (print_screen): Remove xfail argument.
26037         (print_screen_max_error): Likewise.
26038         (update_stats): Likewise.
26039         (print_max_error): Likewise.  Update calls to other affected
26040         functions.
26041         (print_complex_max_error): Likewise.
26042         (test_single_exception): Update calls to print_screen.
26043         (test_single_errno): Likewise.
26044         (check_float_internal): Remove xfail argument.  Update calls to
26045         other affected functions.
26046         (check_float): Likewise.
26047         (check_complex): Likewise.
26048         (check_int): Likewise.
26049         (check_long): Likewise.
26050         (check_bool): Likewise.
26051         (check_longlong): Likewise.
26052         (main): Don't print noXFails and noXPasses.
26053         * math/gen-libm-test.pl (top level): Don't mention expected
26054         failure handling in comment.
26055         (new_test): Don't handle expected failures.
26056         (parse_args): Don't mention expected failure handling in comment.
26057         (generate_testfile): Don't handle expected failures.
26058         (parse_ulps): Likewise.
26059         (print_ulps_file): Likewise.
26060         (get_failure): Remove function.
26061         (output_test): Don't handle expected failures.
26062         * make/README.libm-test: Don't mention expected failure handling.
26063
26064         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26065         (minus_zero): Likewise.
26066         (plus_infty): Likewise.
26067         (minus_infty): Likewise.
26068         (qnan_value): Likewise.
26069         (max_value): Likewise.
26070         (min_value): Likewise.
26071         (min_subnorm_value): Likewise.
26072         (initialize): Do not initialize those variables dynamically.
26073
26074 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26075
26076         * io/open.c (__open_2): Moved to ...
26077         * io/open_2.c: ... this new file.
26078         * io/open64.c (__open64_2): Moved to ...
26079         * io/open64_2.c: ... this new file.
26080         * io/openat.c (__openat_2): Moved to ...
26081         * io/openat_2.c: ... this new file.
26082         * io/openat64.c (__openat64_2): Moved to ...
26083         * io/openat64_2.c: ... this new file.
26084         * io/Makefile (routines): Add them.
26085         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26086         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26087         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26088         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26089         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26090         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26091         (__openat64): Add hidden_ver.
26092         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26093         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26094
26095         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26096         Separately conditionalize setting of GLRO(dl_sysinfo) so
26097         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26098         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26099
26100 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26101
26102         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26103         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26104         definition.
26105         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26106         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26107         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26108         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26109         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26110
26111 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26112
26113         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26114         test signgam value.
26115
26116         * math/libm-test.inc (hypot_test): Do not use
26117         IGNORE_ZERO_INF_SIGN.
26118
26119 2013-05-03  Andreas Jaeger  <aj@suse.de>
26120
26121         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26122         Linux 3.9.
26123         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26124         (PF_MAX): Adjust for VSOCK change.
26125
26126 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26127
26128         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26129
26130 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26131
26132         [BZ #15264]
26133         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26134         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26135         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26136
26137 2013-05-02  David S. Miller  <davem@davemloft.net>
26138
26139         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26140
26141 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26142
26143         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26144
26145 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26146
26147         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26148
26149 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26150
26151         [BZ #14952]
26152         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26153         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26154         Use __attribute__ ((__gnu_inline__)).
26155         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26156         Don't use __attribute__ ((__gnu_inline__)).
26157
26158 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26159
26160         [BZ #15423]
26161         * math/s_catan.c (__catan): Handle small real or imaginary part of
26162         input specially to avoid spurious underflow.
26163         * math/s_catanf.c (__catanf): Likewise.
26164         * math/s_catanh.c (__catanh): Likewise.
26165         * math/s_catanhf.c (__catanhf): Likewise.
26166         * math/s_catanhl.c (__catanhl): Likewise.
26167         * math/s_catanl.c (__catanl): Likewise.
26168         * math/libm-test.inc (catan_test): Add more tests.
26169         (catanh_test): Likewise.
26170         * sysdeps/i386/fpu/libm-test-ulps: Update.
26171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26172
26173 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26174
26175         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26176
26177 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26178
26179         [BZ #15416]
26180         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26181         accurately for denominator in atan2.
26182         * math/s_catanf.c (__catanf): Likewise.
26183         * math/s_catanh.c (__catanh): Likewise.
26184         * math/s_catanhf.c (__catanhf): Likewise.
26185         * math/s_catanhl.c (__catanhl): Likewise.
26186         * math/s_catanl.c (__catanl): Likewise.
26187         * math/libm-test.inc (catan_test): Add more tests.
26188         (catanh_test): Likewise.
26189         * sysdeps/i386/fpu/libm-test-ulps: Update.
26190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26191
26192 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26193
26194         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26195
26196         * benchtests/Makefile (bench): Remove slow benchmarks.
26197         * benchtests/atan-inputs: Add slow benchmark inputs.
26198         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26199         (BENCH_FUNC): Accept variant offset.
26200         (VARIANT): Define.
26201         * benchtests/bench-skeleton.c (main): Run benchmark for each
26202         variant.
26203         * benchtests/cos-inputs: Add slow benchmark inputs.
26204         * benchtests/exp-inputs: Likewise.
26205         * benchtests/pow-inputs: Likewise.
26206         * benchtests/sin-inputs: Likewise.
26207         * benchtests/slowatan-inputs: Remove.
26208         * benchtests/slowatan.c: Remove.
26209         * benchtests/slowcos-inputs: Remove.
26210         * benchtests/slowcos.c: Remove.
26211         * benchtests/slowexp-inputs: Remove.
26212         * benchtests/slowexp.c: Remove.
26213         * benchtests/slowpow-inputs: Remove.
26214         * benchtests/slowpow.c: Remove.
26215         * benchtests/slowsin-inputs: Remove.
26216         * benchtests/slowsin.c: Remove.
26217         * benchtests/slowtan-inputs: Remove.
26218         * benchtests/slowtan.c: Remove.
26219         * benchtests/tan-inputs: Add slow benchmark inputs.
26220         * scripts/bench.pl: Parse comments and directives.
26221
26222         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26223         in CPPFLAGS.
26224         ($(objpfx)bench-%.c): Remove *-ITER.
26225         * benchtests/bench-modf.c: Remove definition of ITER.
26226         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26227         (main): Loop for DURATION seconds instead of fixed number of
26228         iterations.
26229         * scripts/bench.pl: Don't expect iterations in parameters.
26230
26231 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26232
26233         * io/fchdir.c (__fchdir): Renamed from fchdir.
26234         (fchdir): Define as weak alias.
26235
26236 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26237
26238         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26239         (ERRNO_EDOM): Likewise.
26240         (ERRNO_ERANGE): Likewise.
26241         (noErrnoTests): New variable.
26242         (init_max_error): Set errno to 0.
26243         (test_single_errno): New function.
26244         (test_errno): Likewise.
26245         (check_float_internal): Call test_errno.  Set errno to 0.
26246         (check_complex): Refer to errno tests in comment.
26247         (check_int): Call test_errno.  Set errno to 0.
26248         (check_long): Likewise.
26249         (check_bool): Likewise.
26250         (check_longlong): Likewise.
26251         (cos_test): Use ERRNO_* flags for errno tests instead of
26252         check_int.
26253         (expm1_test): Likewise.
26254         (fmod_test): Likewise.
26255         (ilogb_test): Likewise.
26256         (lgamma_test): Likewise.
26257         (pow_test): Likewise.
26258         (remainder_test): Likewise.
26259         (sin_test): Likewise.
26260         (tan_test): Likewise.
26261         (yn_test): Likewise.
26262         (initialize): Set errno to 0.
26263         (main): Print number of errno tests.
26264         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26265
26266 2013-04-29  Andreas Jaeger  <aj@suse.de>
26267
26268         [BZ #15084]
26269         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26270         and RES_USEVC.
26271
26272         [BZ #15085]
26273         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26274         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26275         unimplemented.
26276
26277         [BZ #15380]
26278         * stdlib/random.c (__initstate): Return NULL if
26279         __initstate fails.
26280
26281         [BZ #15086]
26282         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26283         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26284         RES_SNGLKUPREOP.
26285
26286 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26287
26288         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26289
26290 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26291
26292         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26293         of individual tests.
26294         (casin_test): Likewise.
26295         (casinh_test): Likewise.
26296
26297 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26298
26299         [BZ #15409]
26300         * math/s_catan.c (__catan): Handle arguments with large real or
26301         imaginary part separately without squaring.
26302         * math/s_catanf.c (__catanf): Likewise.
26303         * math/s_catanh.c (__catanh): Likewise.
26304         * math/s_catanhf.c (__catanhf): Likewise.
26305         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26306         and redefine.
26307         (__catanhl): Handle arguments with large real or imaginary part
26308         separately without squaring.
26309         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26310         and redefine.
26311         (__catanl): Handle arguments with large real or imaginary part
26312         separately without squaring.
26313         * math/libm-test.inc (catan_test): Add more tests.
26314         (catanh_test): Likewise.
26315         * sysdeps/i386/fpu/libm-test-ulps: Update.
26316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26317
26318 2013-04-27  Andreas Jaeger  <aj@suse.de>
26319
26320         [BZ #15007]
26321         * stdlib/stdlib.h: Update guards for qecvt.
26322         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26323         <stdlib.h>.
26324
26325 2013-04-27  Allan McRae  <allan@archlinux.org>
26326
26327         * sysdeps/i386/fpu/libm-test-ulps: Update.
26328
26329 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26330
26331         [BZ #15406]
26332         * math/s_catan.c: Include <float.h>.
26333         (__catan): Ensure underflow exception occurs for underflowed
26334         result.
26335         * math/s_catanf.c: Include <float.h>.
26336         (__catanf): Ensure underflow exception occurs for underflowed
26337         result.
26338         * math/s_catanh.c: Include <float.h>.
26339         (__catanh): Ensure underflow exception occurs for underflowed
26340         result.
26341         * math/s_catanhf.c: Include <float.h>.
26342         (__catanhf): Ensure underflow exception occurs for underflowed
26343         result.
26344         * math/s_catanhl.c: Include <float.h>.
26345         (__catanhl): Ensure underflow exception occurs for underflowed
26346         result.
26347         * math/s_catanl.c: Include <float.h>.
26348         (__catanl): Ensure underflow exception occurs for underflowed
26349         result.
26350         * math/libm-test.inc (catan_test): Add more tests.
26351         (catanh_test): Likewise.
26352
26353         [BZ #15405]
26354         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26355         underflowed result.
26356         * math/s_ccoshf.c (__ccoshf): Likewise.
26357         * math/s_ccoshl.c (__ccoshl): Likewise.
26358         * math/s_csin.c (__csin): Likewise.
26359         * math/s_csinf.c (__csinf): Likewise.
26360         * math/s_csinh.c (__csinh): Likewise.
26361         * math/s_csinhf.c (__csinhf): Likewise.
26362         * math/s_csinhl.c (__csinhl): Likewise.
26363         * math/s_csinl.c (__csinl): Likewise.
26364         * math/libm-test.inc (ccos_test): Add more tests.
26365         (ccosh_test): Likewise.
26366         (csin_test): Likewise.
26367         (csinh_test): Likewise.
26368
26369 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26370
26371         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26372         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26373         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26374         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26375         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26376         powerpc/power5+/fpu folders.
26377         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26378
26379
26380 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26381
26382         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26383
26384 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26385
26386         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26387         additions to variable.
26388         [$(config-machine) = x86_64] (modules-names): Likewise.
26389         ($(objpfx)tst-audit3): Remove dependency.
26390         ($(objpfx)tst-audit3.out): Likewise.
26391         ($(objpfx)tst-audit4): Likewise.
26392         ($(objpfx)tst-audit4.out): Likewise.
26393         ($(objpfx)tst-audit5): Likewise.
26394         ($(objpfx)tst-audit5.out): Likewise.
26395         ($(objpfx)tst-audit6): Likewise.
26396         ($(objpfx)tst-audit6.out): Likewise.
26397         ($(objpfx)tst-audit7): Likewise.
26398         ($(objpfx)tst-audit7.out): Likewise.
26399         (tst-audit3-ENV): Remove variable.
26400         (tst-audit4-ENV): Likewise.
26401         (tst-audit5-ENV): Likewise.
26402         (tst-audit6-ENV): Likewise.
26403         (tst-audit7-ENV): Likewise.
26404         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26405         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26406         addition to variable.
26407         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26408         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26409         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26410         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26411         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26412         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26413         tst-audit3, tst-audit4 and tst-audit5.
26414         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26415         tst-audit6 and tst-audit7.
26416         [$(subdir) = elf] (modules-names): Add audit modules for those
26417         tests.
26418         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26419         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26420         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26421         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26422         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26423         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26424         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26425         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26426         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26427         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26428         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26429         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26430         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26431         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26432         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26433         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26434         Likewise.
26435         [$(subdir) = elf && $(config-cflags-avx) = yes]
26436         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26437         [$(subdir) = elf && $(config-cflags-avx) = yes]
26438         (CFLAGS-tst-auditmod4a.c): Likewise.
26439         [$(subdir) = elf && $(config-cflags-avx) = yes]
26440         (CFLAGS-tst-auditmod4b.c): Likewise.
26441         [$(subdir) = elf && $(config-cflags-avx) = yes]
26442         (CFLAGS-tst-auditmod6b.c): Likewise.
26443         [$(subdir) = elf && $(config-cflags-avx) = yes]
26444         (CFLAGS-tst-auditmod6c.c): Likewise.
26445         [$(subdir) = elf && $(config-cflags-avx) = yes]
26446         (CFLAGS-tst-auditmod7b.c): Likewise.
26447         * elf/tst-audit3.c: Move to ...
26448         * sysdeps/x86_64/tst-audit3.c: ... here.
26449         * elf/tst-audit4.c: Move to ...
26450         * sysdeps/x86_64/tst-audit4.c: ... here.
26451         * elf/tst-audit5.c: Move to ...
26452         * sysdeps/x86_64/tst-audit5.c: ... here.
26453         * elf/tst-audit6.c: Move to ...
26454         * sysdeps/x86_64/tst-audit6.c: ... here.
26455         * elf/tst-audit7.c: Move to ...
26456         * sysdeps/x86_64/tst-audit7.c: ... here.
26457         * elf/tst-auditmod3a.c: Move to ...
26458         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26459         * elf/tst-auditmod3b.c: Move to ...
26460         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26461         * elf/tst-auditmod4a.c: Move to ...
26462         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26463         * elf/tst-auditmod4b.c: Move to ...
26464         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26465         * elf/tst-auditmod5a.c: Move to ...
26466         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26467         * elf/tst-auditmod5b.c: Move to ...
26468         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26469         * elf/tst-auditmod6a.c: Move to ...
26470         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26471         * elf/tst-auditmod6b.c: Move to ...
26472         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26473         * elf/tst-auditmod6c.c: Move to ...
26474         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26475         * elf/tst-auditmod7a.c: Move to ...
26476         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26477         * elf/tst-auditmod7b.c: Move to ...
26478         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26479
26480 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26481
26482         [BZ #15366]
26483         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26484         define unconditionally.
26485         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26486         define unconditionally.
26487         (INT8_C, INT16_C, etc.): Likewise.
26488
26489 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26490
26491         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26492         __ehdr_start with hidden visibility.
26493
26494         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26495
26496 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26497
26498         * math/libm-test.inc (cos_test): Use accurate hex constants.
26499         (sincost_test): Likewise.
26500
26501 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26502
26503         * math/libm-test.inc (catan_test): Add more tests.
26504         (catanh_test): Likewise.
26505
26506         * math/s_catanf.c (__catanf): Use suffixed floating-point
26507         constants.
26508         * math/s_catanhf.c (__catanhf): Likewise.
26509         * math/s_catanhl.c (__catanhl): Likewise.
26510         * math/s_catanl.c (__catanl): Likewise.
26511
26512         [BZ #15394]
26513         * math/s_catan.c (__catan): Calculate imaginary part of result
26514         with log1p not log unless computing log of number close to 0.
26515         * math/s_catanf.c (__catanf): Likewise.
26516         * math/s_catanl.c (__catanl): Likewise.
26517         * math/s_catanh.c (__catanh): Calculate real part of result with
26518         log1p not log unless computing log of number close to 0.
26519         * math/s_catanhf.c (__catanhf): Likewise.
26520         * math/s_catanhl.c (__catanhl): Likewise.
26521         * math/libm-test.inc (catan_test): Add more tests.
26522         (catanh_test): Likewise.
26523         * sysdeps/i386/fpu/libm-test-ulps: Update.
26524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26525
26526 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26527
26528         * benchtests/Makefile: Mention files in which fast and slow
26529         paths of math functions are implemented.
26530
26531 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26532
26533         * sysdeps/posix/timespec_get.c: New file.
26534
26535 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26536
26537         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26538         POWER.
26539         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26540         for POWER.
26541         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26542         powerpc/power5/fpu folders.
26543         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26544         * benchtests/Makefile: Add modf testcase.
26545         * benchtests/bench-modf.c: New file: Benchmark test for mo
26546
26547 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26548
26549         [BZ #14888]
26550         * time/Makefile (tests): Add tst-strptime-whitespace.
26551         * time/strptime_l.c (get_number): Use ISSPACE.
26552         (__strptime_internal): Likewise.
26553         * time/tst-strptime-whitespace.c: New test case.
26554
26555 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26556
26557         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26558         member.
26559         (_nss_files_init): Set it here.
26560
26561 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26562
26563         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26564         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26565         unsigned.
26566
26567 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26568
26569         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26570
26571 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26572
26573         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26574         size just once.
26575
26576 2013-04-21  David S. Miller  <davem@davemloft.net>
26577
26578         * po/ru.po: Update Russion translation from translation project.
26579
26580 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26581
26582         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26583         and setfsgid.
26584
26585 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26586
26587         * configure.in: Remove i386 configure warning. Remove i386 case.
26588         * configure: Regenerate.
26589         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26590         Add example to error message.
26591         * sysdeps/i386/configure: Regenerate.
26592
26593 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26594
26595         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26596         slowtan.
26597         * benchtests/cos-inputs: New file.
26598         * benchtests/slowcos-inputs: New file.
26599         * benchtests/slowcos.c: New file.
26600         * benchtests/slowtan-inputs: New file.
26601         * benchtests/slowtan.c: New file.
26602         * benchtests/tan-inputs: New file.
26603
26604 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26605
26606         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26607         considered kosher.
26608
26609 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26610
26611         * benchtests/Makefile: Include cppflags-iterator.mk to add
26612         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26613
26614         * Makefile.in (bench-clean): New target.
26615         * benchtests/Makefile (bench-clean): Likewise.
26616
26617 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26618
26619         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26620
26621 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26622
26623         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26624
26625 2013-04-15  Andreas Schwab  <schwab@suse.de>
26626
26627         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26628         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26629         * nscd/pwdcache.c (cache_addpw): Likewise.
26630         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26631         more than recsize.
26632
26633 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26634
26635         * benchtests/Makefile (bench): Write all output to
26636         bench-out.tmp together.
26637
26638 2013-04-15  Andreas Schwab  <schwab@suse.de>
26639
26640         * nscd/nscd.c (main): Don't fork again after closing files.
26641
26642 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26643
26644         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26645
26646         * benchtests/Rules (bench-deps): Collect dependencies into a
26647         single variable.  Add Makefile to dependencies.
26648         ($(objpfx)bench-%.c): Depend on bench-deps.
26649
26650 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26651             Xavier Roche  <roche+kml2@exalead.com>
26652
26653         [BZ #15361]
26654         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26655         just that it's a file descriptor.
26656         * manual/llio.texi (Synchronizing AIO Operations): Update description
26657         for EBADF error from aio_fsync.
26658
26659 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26660
26661         * Rules (bench): Move target definition...
26662         * benchtests/Makefile: ... here.
26663
26664 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26665
26666         * math/libm-test.inc (cos_test): Fix PI/2 test.
26667         (sincos_test): Likewise.
26668         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26669         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26670
26671 2013-04-11  Andreas Schwab  <schwab@suse.de>
26672
26673         [BZ #13988]
26674         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26675         accept exponent character only when digits were seen.
26676         * stdio-common/Makefile (tests): Add bug26.
26677         * stdio-common/bug26.c: New file.
26678
26679         [BZ #14293]
26680         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26681         non-freeable.
26682
26683 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26684
26685         * Makeconfig (rtld-prefix): Define built linker prefix.
26686         * Rules (run-bench): Use it.
26687         * math/Makefile (run-regen-ulps): Likewise.
26688
26689         * Rules (bench): Remove eval.
26690
26691 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26692             Roland McGrath  <roland@hack.frob.com>
26693             Ondrej Bilka  <neleai@seznam.cz>
26694
26695         [BZ #15346]
26696         * time/getdate.c: Include ctype.h and alloca.h.
26697         (__getdate_r): Trim leading and trailing spaces of input.
26698         * time/tst-getdate.c (tests): Add tests with leading and
26699         trailing spaces.
26700
26701 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26702
26703         [BZ #14280]
26704         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26705         when computing value.
26706
26707 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26708
26709         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26710         Use testrun.sh to run libm tests.
26711
26712         [BZ #15309]
26713         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26714
26715 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26716
26717         [BZ #15264]
26718         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26719
26720 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26721
26722         * Makefile.in (regen-ulps): New target.
26723         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26724         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26725         [ifneq (no,$(PERL)] (regen-ulps): New target.
26726         [ifeq (no,$(PERL)] (regen-ulps): New target.
26727         * math/libm-test.inc (ulps_file_name): Define.
26728         (output_dir): New variable.
26729         (options): Add "output-dir" option.
26730         (parse_opt): Handle 'o' case.
26731         (main): If output_dir is non-NULL use it as a prefix
26732         otherwise use "".
26733         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26734
26735 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26736
26737         [BZ #10060, #10062]
26738         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26739         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26740         fail configure if __sync_val_compare_and_swap is not inlined.
26741         * sysdeps/i386/configure: Regenerate.
26742         * configure.in: Build for i686 when configured for i386.
26743         * configure: Regenerate.
26744         * README: Remove i386 reference.
26745
26746 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26747
26748         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26749         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26750
26751 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26752
26753         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26754         (lmsnanval): New variables.
26755         (F): Add conversion tests.
26756         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26757         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26758
26759         * stdio-common/tstdiomisc.c (F): Properly collect individual
26760         tests' results.
26761
26762         [BZ #14686, #15336]
26763         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26764         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26765         Instead, use input NaN values or generate a qNaN by arithmetic
26766         operation.  Also fix bugs to comply with the standard.
26767         * math/libm-test.inc (remainder_test): Add more tests.
26768
26769         [BZ #15335, #15342]
26770         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26771         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26772         input NaN values or generate a qNaN by arithmetic operation.
26773
26774         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26775         unreachable code.
26776
26777         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26778         definitions.
26779
26780 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26781
26782         [BZ #14478]
26783         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26784         underflowed result.
26785         * math/s_cexpf.c (__cexpf): Likewise.
26786         * math/s_cexpl.c (__cexpl): Likewise.
26787         * math/libm-test.inc (cexp_test): Add more tests.
26788
26789 2013-04-03  Andreas Schwab  <schwab@suse.de>
26790
26791         [BZ #15330]
26792         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26793         order arrays from heap if bigger than alloca cutoff.
26794
26795 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26796
26797         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26798         (SNAN_TESTS_double): Refer to GCC PR56831.
26799         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26800         GCC PR56828.
26801
26802 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26803
26804         * Rules (bench): Move bench.out after the run is complete.
26805
26806         * Rules (bench): Echo currently running benchmark.
26807
26808         * benchtests/Makefile (bench): Add atan and slowatan.
26809         * benchtests/atan-inputs: New file.
26810         * benchtests/slowatan-inputs: New file.
26811         * benchtests/slowatan.c: New file.
26812
26813         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26814         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26815         its value.
26816
26817         [BZ #15305]
26818         * sysdeps/unix/sysv/linux/kernel-features.h
26819         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26820         __ASSUME_XFS_RESTRICTED_CHOWN.
26821         * sysdeps/unix/sysv/linux/pathconf.c
26822         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26823         Save and restore errno.
26824
26825 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26826
26827         [BZ #15327]
26828         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26829         arguments using __kernel_casinh.
26830         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26831         arguments using __kernel_casinhf.
26832         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26833         arguments using __kernel_casinhl.
26834         * math/libm-test.inc (cacosh_test): Add more tests.
26835         * sysdeps/i386/fpu/libm-test-ulps: Update.
26836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26837
26838 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26839
26840         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26841         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26842
26843         * bench/Makefile (bench): Add sin and slowsin.
26844         * benchtests/sin-inputs: New file.
26845         * benchtests/slowsin-inputs: New file.
26846         * benchtests/slowsin.c: New file.
26847
26848         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26849         (bench): Add slowexp and slowpow.
26850         (exp-ITER): Increase iterations.
26851         (pow-ITER): Likewise.
26852         * benchtests/exp-inputs: Change input.
26853         * benchtests/pow-inputs: Likewise.
26854         * benchtests/slowexp-inputs: New file.
26855         * benchtests/slowexp.c: New file.
26856         * benchtests/slowpow-inputs: New file.
26857         * benchtests/slowpow.c: New file.
26858
26859 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26860
26861         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26862         instructions.
26863         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26864         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26865         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26866         * benchtests/Makefile: Add rint benchtest.
26867         * benchtests/rint-inputs: Input for rint benchtest.
26868
26869 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26870
26871         * Versions.def (libm): Add GLIBC_2.18.
26872         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26873         hidden libm prototypes.
26874         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26875         * math/Makefile (libm-calls): Add s_issignaling.
26876         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26877         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26878         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26879         declaration.
26880         * math/math.h [__USE_GNU] (issignaling): New macro.
26881         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26882         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26883         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26884         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26885         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26886         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26887         * manual/arith.texi (issignaling): New section.
26888         * manual/libm-err-tab.pl (@all_functions): Update comment.
26889         * math/gen-libm-test.pl (parse_args): Apply special handling for
26890         issignaling.
26891         * math/libm-test.inc (print_float, issignaling_test): New
26892         functions.
26893         (check_float_internal): Add issignaling checks.
26894         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26895         default definition.
26896         * sysdeps/powerpc/math-tests.h: New file.
26897         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26898         tests.
26899         * math/test-snan.c (TEST_FUNC): Likewise.
26900
26901 2013-03-30  David S. Miller  <davem@davemloft.net>
26902
26903         * po/de.po: Update from translation team.
26904
26905 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26906
26907         [BZ #10357]
26908         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26909         imaginary part less than 1.0 and real part less than 0.5
26910         specially.
26911         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26912         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26913         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26914         (cacos_test): Add more tests.
26915         (casin_test): Likewise.
26916         (casinh_test): Likewise.
26917         * sysdeps/i386/fpu/libm-test-ulps: Update.
26918         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26919
26920 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26921
26922         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26923         ONE with its value.
26924
26925         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26926         (__pow_mp): Replace ONE and MONE with their values.
26927         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26928         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26929         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26930         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26931         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26932         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26933
26934         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26935
26936         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26937         (__pow_mp): Replace ZERO and MZERO with their values.
26938         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26939         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26940         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26941         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26942         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26943         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26944         (__sqr): Likewise.
26945
26946         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26947
26948         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26949
26950 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26951
26952         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26953         Declare with __attribute__ ((weak)).
26954         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26955         Call __call_tls_dtors only if it's not NULL.
26956
26957 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26958
26959         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26960         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26961         magic __ehdr_start linker symbol if it's defined.
26962         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26963         them up here if it was already done.
26964
26965         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26966         (_dl_aux_init): Use const in cast when setting it.
26967         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26968         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26969         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26970
26971         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26972         Declare them here.
26973         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26974         * csu/libc-tls.c: Nor here.
26975         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26976
26977         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26978         (__libc_message): Never call vsyslog.
26979
26980 2013-03-28  Alan Modra  <amodra@gmail.com>
26981
26982         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26983         Define as empty.
26984         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26985         Likewise.
26986
26987 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26988
26989         [BZ #15214]
26990         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26991         underflow.
26992         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26993
26994 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26995
26996         [BZ #15304]
26997         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26998         Don't add gid passed as argument.
26999
27000         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27001
27002 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27003
27004         [BZ #15307]
27005         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27006         imaginary part between 1.0 and 1.5 and real part less than 0.5
27007         specially.
27008         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27009         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27010         * math/libm-test.inc (cacos_test): Add more tests.
27011         (casin_test): Likewise.
27012         (casinh_test): Likewise.
27013         * sysdeps/i386/fpu/libm-test-ulps: Update.
27014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27015
27016 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27017
27018         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27019         constants.
27020         (norm): Likewise.
27021         (denorm): Likewise.
27022         (__dbl_mp): Likewise.
27023         (add_magnitudes): Likewise.
27024         (sub_magnitudes): Likewise.
27025         (__add): Likewise.
27026         (__sub): Likewise.
27027         (__mul): Likewise.
27028         (__sqr): Likewise.
27029         (__inv): Likewise.
27030         (__dvd): Likewise.
27031
27032         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27033         commented code.
27034         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27035         (__dubcos): Likewise.
27036         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27037         (__ieee754_acos): Likewise.
27038         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27039         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27040         (__exp1): Likewise.
27041         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27042         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27043         (log1): Likewise.
27044         (my_log2): Likewise.
27045         (checkint): Likewise.
27046         * sysdeps/ieee754/dbl-64/e_remainder.c
27047         (__ieee754_remainder): Likewise.
27048         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27049         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27050         (bsloww): Likewise.
27051         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27052
27053         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27054         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27055         MANTISSA_STORE_T to store computations on mantissa.  Use
27056         macros for rounding and division.
27057         (denorm): Likewise.
27058         (__dbl_mp): Likewise.
27059         (add_magnitudes): Likewise.
27060         (sub_magnitudes): Likewise.
27061         (__mul): Likewise.
27062         (__sqr): Likewise.
27063         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27064         powers of two in terms of TWOPOW macro.
27065         (mp_no): Make type of mantissa as MANTISSA_T.
27066         [!RADIXI]: Define RADIXI.
27067         [!TWO52]: Define TWO52.
27068         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27069
27070 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27071
27072         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27073         llroundl symbol when building for PPC32.
27074
27075 2013-03-24  Mark H Weaver  <mhw@netris.org>
27076
27077         * manual/arith.texi (Normalization Functions): Fix prototypes for
27078         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27079
27080 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27081
27082         [BZ #13889]
27083         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27084         high value to check if expl overflow.
27085         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27086         to check for underflow and overflow.
27087         * math/libm-test.inc: Add exp test.
27088
27089 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27090
27091         [BZ #11120]
27092         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27093         with NOT_IN_libc.
27094
27095 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27096
27097         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27098         symbol.
27099
27100 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27101
27102         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27103         wrap blocks consisting of several statements.
27104
27105         * sysdeps/generic/math-tests.h: New file.
27106         * sysdeps/i386/fpu/math-tests.h: Likewise.
27107         * math/test-snan.c: Include it.
27108         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27109
27110 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27111
27112         [BZ #15285]
27113         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27114         (__ieee754_j0l): Do not improve calculations using cos of twice
27115         input for inputs above LDBL_MAX / 2.0L.
27116         (__ieee754_y0l): Likewise.
27117         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27118         (__ieee754_j1l): Do not improve calculations using cos of twice
27119         input for inputs above LDBL_MAX / 2.0L.
27120         (__ieee754_y1l): Likewise.
27121         * math/libm-test.inc (j0_test): Add another test.
27122         (j1_test): Likewise.
27123         (y0_test): Likewise.
27124         (y1_test): Likewise.
27125         * sysdeps/i386/fpu/libm-test-ulps: Update.
27126
27127 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27128
27129         * Rules ($(objpfx)bench-%.c): Include code from a C source
27130         file.
27131
27132 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27133
27134         [BZ #15287]
27135         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27136         imaginary part 1.0 and real part less than 0.5 specially.
27137         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27138         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27139         * math/libm-test.inc (cacos_test): Add more tests.
27140         (casin_test): Likewise.
27141         (casinh_test): Likewise.
27142         * sysdeps/i386/fpu/libm-test-ulps: Update.
27143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27144
27145 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27146
27147         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27148         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27149
27150 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27151
27152         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27153         * config.make.in (config-cflags-sse4): Remove variable.
27154         (config-cflags-avx): Likewise.
27155         (config-cflags-sse2avx): Likewise.
27156         (config-cflags-novzeroupper): Likewise.
27157         (config-asflags-i686): Likewise.
27158         (have-mfma4): Likewise.
27159         (have-as-vis3): Likewise.
27160         (MIG): Likewise.
27161         * configure.in (MIG): Do not AC_SUBST.
27162         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27163         (libc_cv_cc_sse4): Do not AC_SUBST.
27164         (libc_cv_cc_avx): Likewise.
27165         (libc_cv_cc_sse2avx): Likewise.
27166         (libc_cv_cc_novzeroupper): Likewise.
27167         (libc_cv_cc_fma4): Likewise.
27168         (libc_cv_as_i686): Likewise.
27169         (libc_cv_sparc_as_vis3): Likewise.
27170         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27171         LIBC_CONFIG_VAR.
27172         (config-asflags-i686): Likewise.
27173         (config-cflags-avx): Likewise.
27174         (config-cflags-sse2avx): Likewise.
27175         (have-mfma4): Likewise.
27176         (config-cflags-novzeroupper): Likewise.
27177         * sysdeps/mach/configure.in (MIG): Likewise.
27178         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27179         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27180         LIBC_CONFIG_VAR.
27181         (config-cflags-avx): Likewise.
27182         (config-cflags-sse2avx): Likewise.
27183         (have-mfma4): Likewise.
27184         (config-cflags-novzeroupper): Likewise.
27185         * configure: Regenerated.
27186         * sysdeps/i386/configure: Likewise.
27187         * sysdeps/mach/configure: Likewise.
27188         * sysdeps/sparc/configure: Likewise.
27189         * sysdeps/x86_64/configure: Likewise.
27190
27191 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27192
27193         [BZ #14812]
27194         * locale/programs/localedef.c (options): Put N_ translation marker
27195         on argument names, not just descriptions.
27196
27197 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27198
27199         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27200
27201 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27202
27203         [BZ #14176]
27204         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27205
27206 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27207
27208         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27209         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27210         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27211         [!BEFORE_ABORT] (before_abort): New function.
27212         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27213         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27214         (writev_for_fatal): New function.
27215         (WRITEV_FOR_FATAL): New macro; call that.
27216         (backtrace_and_maps): New function.
27217         (BEFORE_ABORT): New macro; call that.
27218         (struct str_list): Type removed.
27219         (__libc_message, __libc_fatal): Functions removed.
27220         Include <sysdeps/posix/libc_fatal.c> instead.
27221
27222 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27223
27224         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27225         constants.
27226         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27227         double constants.
27228
27229 2013-03-19  Andreas Schwab  <schwab@suse.de>
27230
27231         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27232         * sysdeps/gnu/configure: Regenerate.
27233
27234         * configure.in: Substitute libc_cv_rtlddir.
27235         * configure: Regenerate.
27236         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27237         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27238         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27239         * elf/Makefile (install-others, CFLAGS-interp.c)
27240         (ldso_install, common-ldd-rewrite): Likewise.
27241         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27242         $(inst_slibdir)/$(rtld-installed-name).
27243         * scripts/rellns-sh: Add -p option.
27244         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27245         for source.
27246
27247 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27248
27249         * manual/nptl.texi: Renamed to ...
27250         * manual/threads.texi: ... this.
27251         * manual/Makefile (chapters): Update.
27252
27253 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27254
27255         [BZ #14812]
27256         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27257         on argument names, not just descriptions.
27258         * malloc/memusagestat.c (options): Likewise.
27259         * nss/getent.c (options): Likewise.
27260
27261 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27262
27263         [BZ #14812]
27264         * iconv/iconv_prog.c (options): Put N_ translation marker
27265         on argument names, not just descriptions.
27266         * iconv/iconvconfig.c (options): Likewise.
27267
27268 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27269
27270         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27271         implementation which is faster on all x86_64 architectures.
27272         Tested on AMD, Intel Nehalem, SNB, IVB.
27273         * sysdeps/x86_64/strnlen.S: Likewise.
27274
27275         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27276         Remove all multiarch strlen and strnlen versions.
27277         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27278         Remove strlen and strnlen related parts.
27279
27280         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27281         Inline strlen part.
27282         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27283
27284         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27285         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27286         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27287         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27288         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27289         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27290
27291 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27292
27293         * manual/memory.texi (Malloc Tunable Parameters):
27294         Sort parameters alphabetically. Add comments for missing entries.
27295
27296 2013-03-17  David S. Miller  <davem@davemloft.net>
27297
27298         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27299
27300 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27301
27302         [BZ #15283]
27303         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27304         for arguments at most half maximum finite value.
27305         * math/libm-test.inc (j0_test): Add more tests.
27306         (j1_test): Likewise.
27307         (y0_test): Likewise.
27308         (y1_test): Likewise.
27309         * sysdeps/i386/fpu/libm-test-ulps: Update.
27310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27311
27312         [BZ #14155]
27313         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27314         1 / x and functions P and Q for arguments above 0x1p256L.
27315         (__ieee754_y0l): Likewise.
27316         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27317         (__ieee754_y1l): Likewise.
27318         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27319         (j1_test): Likewise.
27320         (y0_test): Likewise.
27321         (y1_test): Likewise.
27322
27323 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27324
27325         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27326         variable.
27327
27328 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27329
27330         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27331         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27332         zero since it's initialized to EXEC_PAGESIZE.
27333
27334         * sysdeps/unix/sysv/linux/ldsodefs.h
27335         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27336         * sysdeps/generic/ldsodefs.h: ... here.
27337
27338 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27339
27340         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27341
27342         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27343         math/test-snan.c.
27344         * math/test-snan.c: Renamed from
27345         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27346         * math/Makefile (tests): Add test-snan.
27347         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27348         test-powerpc-snan.
27349
27350         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27351         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27352         functions.
27353         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27354         __builtin_nan family of functions.
27355         * math/libm-test.inc (initialize): Initialize qnan_value with
27356         __builtin_nan family of functions.
27357         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27358         Remove variables.
27359         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27360         Remove functions.
27361         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27362         storage class.  Initialize qNaN_var and sNaN_var with
27363         __builtin_nan and __builtin_nans families of functions,
27364         respectively.
27365
27366         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27367         (sqrt_test): Remove duplicate test with qNaN input.
27368         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27369         (round_test, signbit_test, significand_test): Note missing +/-Inf
27370         as well as qNaN tests.
27371
27372         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27373         qNaN_var.  Fix a few strings, too.
27374         * math/libm-test.inc (nan_value): Rename to qnan_value.
27375         * math/gen-libm-test.pl (%beautify): Adjust to that.
27376         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27377         * math/test-misc.c (main): Likewise.
27378         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27379         to __qnan_bytes, and __qnan_union, respectively.
27380         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27381         Likewise.
27382         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27383         and lqnanval, respectively.
27384         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27385         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27386         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27387         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27388
27389         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27390         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27391         doubles.
27392
27393         * math/test-misc.c (main): Fix copy'n'pastos.
27394         * misc/tst-efgcvt.c (special): Likewise.
27395
27396         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27397         Remove declarations.
27398
27399 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27400
27401         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27402         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27403         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27404         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27405
27406 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27407
27408         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27409         macro to return vdso values correctly in IFUNC implementations.
27410         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27411         Optimization by using IFUNC.
27412
27413 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27414             Richard Henderson  <rth@redhat.com>
27415             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27416
27417         * Makefile.in (bench): New target.
27418         * NEWS: Mention the benchmark framework.
27419         * Rules (bench): Likewise.
27420         (binaries-bench): Generate binaries for functions to
27421         benchmark.
27422         * benchtests/Makefile: New makefile for benchmark tests.
27423         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27424         programs.
27425         * benchtests/exp-inputs: New input file for EXP function.
27426         * benchtests/pow-inputs: New input file for POW function.
27427         * scripts/bench.pl: New script to generate source files for
27428         benchmark programs.
27429
27430 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27431
27432         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27433         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27434         computations on mantissa.  Use macros for rounding and
27435         division.
27436         (denorm): Likewise.
27437         (__dbl_mp): Likewise.
27438         (add_magnitudes): Likewise.
27439         (sub_magnitudes): Likewise.
27440         (__mul): Likewise.
27441         (__sqr): Likewise.
27442         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27443         powers of two in terms of TWOPOW macro.
27444         (mp_no): Make type of mantissa as MANTISSA_T.
27445         [!RADIXI]: Define RADIXI.
27446         [!TWO52]: Define TWO52.
27447         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27448
27449         * manual/nptl.texi (cindex): Modify threads to pthreads.
27450
27451 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27452
27453         * sysdeps/x86_64/preconfigure: Regenerated.
27454
27455 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27456
27457         [BZ #14155]
27458         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27459         0x1p28 and above.
27460         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27461         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27462         0x1p28 and above.
27463         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27464         * math/libm-test.inc (j0_test): Do not allow one spurious
27465         underflow exception.
27466         (y1_test): Likewise.
27467
27468 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27469
27470         * manual/Makefile (chapters): Add nptl.
27471         * manual/debug.texi (Debugging Support): Add link to Threads
27472         chapter.
27473         * manual/nptl.texi: New file.
27474
27475         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27476
27477 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27478
27479         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27480         for non-NULL pointer before the memory validity test. Pointed
27481         out by Holger Brunck <holger.brunck@keymile.com>.
27482
27483 2013-03-13  Andreas Schwab  <schwab@suse.de>
27484
27485         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27486         instead of .os.
27487
27488 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27489
27490         * timezone/zic.c: Update from tzcode 2013b.
27491
27492 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27493
27494         * manual/install.texi (Configuring and compiling):
27495         Mention i686 and i586.
27496         * INSTALL: Regenerate.
27497
27498 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27499
27500         * sysdeps/init_array/elf-init.c: New file.
27501         * csu/elf-init.c
27502         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27503         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27504
27505         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27506         __gmon_start__ as global, but as static with a .preinit_array pointer.
27507         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27508         * sysdeps/init_array/crti.S: New file, empty except for comments.
27509         * sysdeps/init_array/crtn.S: Likewise.
27510
27511 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27512
27513         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27514         definining bcopy.
27515         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27516         Remove Prefer_SSE_for_memop.
27517         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27518         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27519         HAS_PREFER_SSE_FOR_MEMOP.
27520         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27521         memset-x86-64.
27522         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27523         Remove bzero, memset ifunc support.
27524         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27525         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27526         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27527         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27528
27529 2013-03-11  Andreas Schwab  <schwab@suse.de>
27530
27531         [BZ #15234]
27532         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27533         by SHLIB_COMPAT.
27534         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27535         (GLIBC_2.16): Remove pthread_atfork.
27536
27537 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27538
27539         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27540         (ptestcases.h): Likewise.
27541
27542 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27543
27544         * Makeconfig ($(common-objpfx)config.status): Depend on
27545         sysdeps/*/preconfigure{,.in} too.
27546
27547 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27548
27549         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27550         (__free_hook): Use void * instead of __malloc_ptr_t.
27551         (__malloc_hook): Likewise.
27552         (__realloc_hook): Likewise.
27553         (__memalign_hook): Likewise.
27554         (__after_morecore_hook): Likewise.
27555         * malloc/arena.c (save_malloc_hook): Likewise.
27556         (save_free_hook): Likewise.
27557         * malloc/hooks.c (malloc_hook_ini): Likewise.
27558         (realloc_hook_ini): Likewise.
27559         (memalign_hook_ini): Likewise.
27560         * malloc/malloc.c (malloc_hook_ini): Likewise.
27561         (realloc_hook_ini): Likewise.
27562         (memalign_hook_ini): Likewise.
27563         (__free_hook): Likewise.
27564         (__malloc_hook): Likewise.
27565         (__realloc_hook): Likewise.
27566         (__memalign_hook): Likewise.
27567         (__libc_malloc): Likewise.
27568         (__libc_free): Likewise.
27569         (__libc_realloc): Likewise.
27570         (__libc_memalign): Likewise.
27571         (__libc_valloc): Likewise.
27572         (__libc_pvalloc): Likewise.
27573         (__libc_calloc): Likewise.
27574         (__posix_memalign): Likewise.
27575         * malloc/morecore.c (__sbrk): Likewise.
27576         (__default_morecore): Likewise.
27577
27578         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27579
27580         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27581         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27582         __malloc_ptrdiff_t.
27583
27584         * malloc/malloc.h (__malloc_size_t): Remove macro.
27585         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27586         __malloc_size_t.
27587         (old_memalign_hook): Likewise.
27588         (old_realloc_hook): Likewise.
27589         (struct hdr): Likewise.
27590         (flood): Likewise.
27591         (mallochook): Likewise.
27592         (memalignhook): Likewise.
27593         (reallochook): Likewise.
27594         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27595         (tr_old_realloc_hook): Likewise.
27596         (tr_old_memalign_hook): Likewise.
27597         (tr_mallochook): Likewise.
27598         (tr_reallochook): Likewise.
27599         (tr_memalignhook): Likewise.
27600
27601 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27602
27603         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27604         default_ldbl_pack and using as default implementation.
27605         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27606         implementation.
27607         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27608         redundant definition.
27609         (ldbl_insert_mantissa): Likewise.
27610         (ldbl_canonicalize): Likewise.
27611         (ldbl_nearbyint): Likewise.
27612         (ldbl_pack): Rename to ldbl_pack_ppc.
27613         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27614         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27615         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27616
27617 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27618
27619         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27620         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27621         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27622         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27623         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27624         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27625         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27626         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27627
27628 2013-03-07  Andreas Jaeger  <aj@suse.de>
27629
27630         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27631         bits/mman-linux.h.
27632
27633 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27634
27635         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27636         Include mpa.h and declare __MPEXP.
27637         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27638         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27639         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27640         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27641         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27642         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27643         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27644
27645         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27646         (__slowpow): Use long double EXPL and LOGL functions to
27647         compute POW.
27648         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27649         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27650         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27651         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27652         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27653         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27654
27655         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27656         intermediate variable to calculate exponent.
27657         (__sqr): Likewise.
27658         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27659         Likewise.
27660         (__sqr): Likewise.
27661
27662         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27663         [!NO__SQR]: Define __sqr.
27664         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27665         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27666         sysdeps/ieee754/dbl-64/mpa.c.
27667         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27668
27669         [BZ #12723]
27670         * posix/Makefile (tests): Add tst-pathconf.
27671         * posix/tst-pathconf.c: New test case.
27672         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27673         _PC_PIPE_BUF.
27674         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27675
27676 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27677
27678         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27679
27680 2013-03-06  Andreas Jaeger  <aj@suse.de>
27681
27682         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27683         definition via __MAP_ANONYMOUS.
27684
27685         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27686         it's not part of Linux headers.
27687
27688         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27689         (MAP_HUGE_MASK): Define.
27690
27691         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27692         Define.
27693         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27694         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27695         Define.
27696         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27697         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27698         Define.
27699         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27700         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27701         Define.
27702         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27703
27704         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27705         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27706         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27707         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27708         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27709         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27710
27711         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27712         Handle f2fs.
27713
27714         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27715         Handle f2fs and efivarfs.
27716
27717         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27718         f2fs.
27719
27720         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27721         (EFIVARFS_MAGIC): Add.
27722         (F2FS_LINK_MAX): Add.
27723
27724 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27725
27726         * stdio-common/vfprintf.c: Replace __builtin_expect with
27727         __glibc_unlikely.
27728
27729 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27730
27731         [BZ #13550]
27732         * sysdeps/generic/bp-sym.h: Remove file.
27733         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27734         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27735         <bp-sym.h> and <bp-asm.h>.
27736         (__longjmp): Don't use BP_SYM.
27737         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27738         and <bp-asm.h>.
27739         (memcpy): Don't use BP_SYM.
27740         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27741         <bp-sym.h> and <bp-asm.h>.
27742         (memcpy): Don't use BP_SYM.
27743         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27744         <bp-asm.h>.
27745         (memcpy): Don't use BP_SYM.
27746         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27747         <bp-asm.h>.
27748         (memset): Don't use BP_SYM.
27749         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27750         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27751         (__bzero): Don't use BP_SYM.
27752         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27753         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27754         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27755         <bp-sym.h> and <bp-asm.h>.
27756         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27757         pointers.
27758         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27759         <bp-sym.h> and <bp-asm.h>.
27760         (memcpy): Don't use BP_SYM.
27761         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27762         <bp-sym.h> and <bp-asm.h>.
27763         (memset): Don't use BP_SYM.
27764         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27765         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27766         (__bzero): Don't use BP_SYM.
27767         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27768         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27769         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27770         <bp-sym.h> and <bp-asm.h>.
27771         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27772         pointers.
27773         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27774         <bp-sym.h> and <bp-asm.h>.
27775         (memcpy): Don't use BP_SYM.
27776         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27777         <bp-sym.h> and <bp-asm.h>.
27778         (memset): Don't use BP_SYM.
27779         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27780         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27781         (__bzero): Don't use BP_SYM.
27782         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27783         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27784         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27785         <bp-sym.h> and <bp-asm.h>.
27786         (__memchr): Don't use BP_SYM.
27787         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27788         <bp-sym.h> and <bp-asm.h>.
27789         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27790         pointers.
27791         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27792         <bp-sym.h> and <bp-asm.h>.
27793         (memcpy): Don't use BP_SYM.
27794         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27795         <bp-sym.h> and <bp-asm.h>.
27796         (__mempcpy): Don't use BP_SYM.
27797         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27798         <bp-sym.h> and <bp-asm.h>.
27799         (__memrchr): Don't use BP_SYM.
27800         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27801         <bp-sym.h> and <bp-asm.h>.
27802         (memset): Don't use BP_SYM.
27803         (__bzero): Likewise.
27804         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27805         <bp-sym.h> and <bp-asm.h>.
27806         (__rawmemchr): Don't use BP_SYM.
27807         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27808         <bp-sym.h> and <bp-asm.h>.
27809         (__STRCMP): Don't use BP_SYM.
27810         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27811         <bp-sym.h> and <bp-asm.h>.
27812         (strchr): Don't use BP_SYM.
27813         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27814         <bp-sym.h> and <bp-asm.h>.
27815         (__strchrnul): Don't use BP_SYM.
27816         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27817         <bp-sym.h> and <bp-asm.h>.
27818         (strlen): Don't use BP_SYM.
27819         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27820         <bp-sym.h> and <bp-asm.h>.
27821         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27822         pointers.
27823         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27824         <bp-sym.h> and <bp-asm.h>.
27825         (__strnlen): Don't use BP_SYM.
27826         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27827         <bp-sym.h> and <bp-asm.h>.
27828         (__GI__setjmp): Don't use BP_SYM.
27829         (_setjmp): Likewise.
27830         (__sigsetjmp): Likewise.
27831         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27832         (L(start_addresses)): Don't use BP_SYM.
27833         (_start): Likewise.
27834         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27835         <bp-asm.h>.
27836         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27837         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27838         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27839         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27840         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27841         <bp-asm.h>.
27842         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27843         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27844         about bounded pointers.
27845         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27846         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27847         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27848         <bp-asm.h>.
27849         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27850         about bounded pointers.  Remove GKM FIXME comments.
27851         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27852         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27853         <bp-asm.h>.
27854         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27855         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27856         Remove GKM FIXME comments.
27857         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27858         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27859         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27860         <bp-asm.h>.
27861         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27862         about bounded pointers.  Remove GKM FIXME comment.
27863         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27864         and <bp-asm.h>.
27865         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27866         pointers.
27867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27868         <bp-sym.h> and <bp-asm.h>.
27869         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27871         <bp-sym.h> and <bp-asm.h>.
27872         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27873         comment.
27874
27875 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27876
27877         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27878         call free(NULL).
27879
27880 2013-03-05  David S. Miller  <davem@davemloft.net>
27881
27882         * po/es.po: Update from translation team.
27883
27884 2013-03-05  Andreas Jaeger  <aj@suse.de>
27885
27886         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27887         <bits/mman-linux.h>.
27888         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27889         is fine.
27890         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27891         <bits/mman-linux.h> to end of file.
27892         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27893         is fine.
27894         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27895         <bits/mman-linux.h> to end of file.
27896         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27897         is fine.
27898         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27899         <bits/mman-linux.h> to end of file.
27900
27901         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27902         (MCL_CURRENT, MCL_FUTURE): Define here.
27903
27904 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27905
27906         [BZ #15232]
27907         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27908         attribute_hidden.
27909         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27910
27911 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27912
27913         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27914         fourth parameter needed for rt_sigprocmask syscall.
27915         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27916         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27917         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27918         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27919         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27920         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27921
27922 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27923
27924         [BZ #13550]
27925         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27926         comment about bounded pointers.
27927         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27928         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27929
27930 2013-03-04  Andreas Jaeger  <aj@suse.de>
27931
27932         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27933         common definitions.
27934
27935         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27936         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27937         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27938         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27939         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27940         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27941
27942 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27943
27944         [BZ #15055]
27945         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27946         __ieee754_sqrl instead of __sqrl.
27947
27948 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27949
27950         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27951         * sysdeps/powerpc/fpu_control.h: ... here.
27952         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27953         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27954         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27955         * sysdeps/powerpc/bits/mathinline.h: ... here.
27956
27957 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27958
27959         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27960         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27961         to just [NEED_DL_SYSINFO_DSO].
27962         * elf/dl-support.c: Likewise.
27963         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27964         * elf/rtld.c (dl_main): Likewise.
27965         * elf/setup-vdso.h (setup_vdso): Likewise.
27966         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27967         * sysdeps/unix/sysv/linux/dl-sysdep.c
27968         (_dl_discover_osversion): Likewise.
27969
27970 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27971
27972         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27973         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27974
27975 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27976
27977         * NEWS: Mention libm performance improvements and non-x86 PI
27978         futex support.
27979
27980         * csu/libc-start.c (__pthread_initialize_minimal): Change
27981         function arguments.
27982         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27983
27984 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27985
27986         [BZ #13550]
27987         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27988         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27989         <bp-sym.h> and <bp-asm.h>.
27990         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27991         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27992         and <bp-asm.h>.
27993         (memcpy): Don't use BP_SYM.
27994         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27995         <bp-asm.h>.
27996         (__mpn_add_n): Don't use BP_SYM.
27997         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27998         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27999         and <bp-asm.h>.
28000         (__mpn_addmul_1): Don't use BP_SYM.
28001         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28002         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28003         <bp-sym.h>.
28004         (_setjmp): Don't use BP_SYM.
28005         (__novmx_setjmp): Likewise.
28006         (__GI__setjmp): Likewise.
28007         (__vmx_setjmp): Likewise.
28008         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28009         <bp-sym.h>.
28010         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28011         (__bzero): Don't use BP_SYM.
28012         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28013         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28014         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28015         <bp-sym.h> and <bp-asm.h>.
28016         (memcpy): Don't use BP_SYM.
28017         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28018         <bp-sym.h> and <bp-asm.h>.
28019         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28020         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28021         <bp-sym.h> and <bp-asm.h>.
28022         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28023         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28024         <bp-asm.h>.
28025         (__mpn_lshift): Don't use BP_SYM.
28026         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28027         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28028         <bp-asm.h>.
28029         (memset): Don't use BP_SYM.
28030         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28031         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28032         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28033         <bp-asm.h>.
28034         (__mpn_mul_1): Don't use BP_SYM.
28035         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28036         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28037         <bp-sym.h> and <bp-asm.h>.
28038         (memcmp): Don't use BP_SYM.
28039         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28040         <bp-sym.h> and <bp-asm.h>.
28041         (memcpy): Don't use BP_SYM.
28042         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28043         <bp-sym.h> and <bp-asm.h>.
28044         (memset): Don't use BP_SYM.
28045         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28046         <bp-sym.h> and <bp-asm.h>.
28047         (strncmp): Don't use BP_SYM.
28048         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28049         <bp-sym.h> and <bp-asm.h>.
28050         (memcpy): Don't use BP_SYM.
28051         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28052         <bp-sym.h> and <bp-asm.h>.
28053         (memset): Don't use BP_SYM.
28054         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28055         <bp-sym.h> and <bp-asm.h>.
28056         (__memchr): Don't use BP_SYM.
28057         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28058         <bp-sym.h> and <bp-asm.h>.
28059         (memcmp): Don't use BP_SYM.
28060         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28061         <bp-sym.h> and <bp-asm.h>.
28062         (memcpy): Don't use BP_SYM.
28063         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28064         <bp-sym.h> and <bp-asm.h>.
28065         (__mempcpy): Don't use BP_SYM.
28066         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28067         <bp-sym.h> and <bp-asm.h>.
28068         (__memrchr): Don't use BP_SYM.
28069         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28070         <bp-sym.h> and <bp-asm.h>.
28071         (memset): Don't use BP_SYM.
28072         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28073         <bp-sym.h> and <bp-asm.h>.
28074         (__rawmemchr): Don't use BP_SYM.
28075         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28076         <bp-sym.h> and <bp-asm.h>.
28077         (__STRCMP): Don't use BP_SYM.
28078         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28079         <bp-sym.h> and <bp-asm.h>.
28080         (strchr): Don't use BP_SYM.
28081         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28082         <bp-sym.h> and <bp-asm.h>.
28083         (__strchrnul): Don't use BP_SYM.
28084         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28085         <bp-sym.h> and <bp-asm.h>.
28086         (strlen): Don't use BP_SYM.
28087         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28088         <bp-sym.h> and <bp-asm.h>.
28089         (strncmp): Don't use BP_SYM.
28090         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28091         <bp-sym.h> and <bp-asm.h>.
28092         (__strnlen): Don't use BP_SYM.
28093         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28094         <bp-asm.h>.
28095         (__mpn_rshift): Don't use BP_SYM.
28096         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28097         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28098         <bp-sym.h> and <bp-asm.h>.
28099         (__sigsetjmp): Don't use BP_SYM.
28100         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28101         (L(start_addresses)): Don't use BP_SYM.
28102         (_start): Likewise.
28103         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28104         <bp-asm.h>.
28105         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28106         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28107         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28108         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28109         <bp-asm.h>.
28110         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28111         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28112         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28113         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28114         <bp-asm.h>.
28115         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28116         comments.
28117         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28118         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28119         <bp-asm.h>.
28120         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28121         FIXME comments.
28122         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28123         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28124         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28125         <bp-asm.h>.
28126         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28127         comment.
28128         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28129         and <bp-asm.h>.
28130         (strncmp): Don't use BP_SYM,
28131         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28132         <bp-asm.h>.
28133         (__mpn_sub_n): Don't use BP_SYM.
28134         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28135         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28136         and <bp-asm.h>.
28137         (__mpn_submul_1): Don't use BP_SYM.
28138         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28140         <bp-sym.h> and <bp-asm.h>.
28141         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28143         <bp-sym.h> and <bp-asm.h>.
28144         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28145         comment.
28146
28147 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28148
28149         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28150         Use ZK to minimize writes to Z.
28151         (sub_magnitudes): Simplify code a bit.
28152         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28153         Use ZK to minimize writes to Z.
28154         (sub_magnitudes): Simplify code a bit.
28155
28156 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28157
28158         * csu/gmon-start.c: Add special exception to license text.
28159
28160 2013-02-27  Richard Henderson  <rth@redhat.com>
28161
28162         * scripts/config.guess: Update from config.git.
28163         * scripts/config.sub: Likewise.
28164
28165 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28166
28167         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28168
28169         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28170
28171         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28172
28173         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28174
28175         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28176
28177 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28178
28179         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28180         [$(build-shared = yes].
28181
28182 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28183
28184         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28185         (__mul): Reduce iterations for calculating mantissa.
28186
28187         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28188         MPTWO.
28189         (__mpranred): Likewise.
28190
28191         [BZ #15160]
28192         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28193         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28194
28195 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28196
28197         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28198         Define __attribute__.
28199
28200 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28201
28202         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28203         unused.
28204         * posix/regex_internal.h (__attribute): Remove.
28205         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28206         (re_string_context_at): Likewise.
28207         (bitset_not): Use __attribute__ and mark function as possibly
28208         unused.
28209         (bitset_merge): Likewise.
28210         (bitset_mask): Likewise.
28211         (re_string_char_size_at): Likewise.
28212         (re_string_wchar_at): Likewise.
28213         (re_string_elem_size_at): Likewise.
28214
28215 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28216
28217         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28218         code.
28219         (cc32): Likewise.
28220
28221         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28222         (__acr): Likewise.
28223         (__cpy): Likewise.
28224         (norm): Likewise.
28225         (denorm): Likewise.
28226         (__dbl_mp): Likewise.
28227         (add_magnitudes): Likewise.
28228         (sub_magnitudes): Likewise.
28229         (__mul): Likewise.
28230         (__inv): Likewise.
28231
28232         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28233         style.
28234
28235         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28236         style.
28237
28238         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28239         code.
28240
28241         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28242         up changes with default code.
28243         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28244         Likewise.
28245
28246 2013-02-24  Allan McRae  <allan@archlinux.org>
28247
28248         * manual/socket.texi (The Internet Namespace): Order menu items
28249         to match that in the file.
28250
28251         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28252         node listing of the info page menu.
28253
28254 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28255
28256         [BZ #13550]
28257         * sysdeps/i386/bp-asm.h: Remove file.
28258         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28259         (PARMS): Do not use macros from bp-asm.h.
28260         (S1): Likewise.
28261         (S2): Likewise.
28262         (SIZE): Likewise.
28263         (__mpn_add_n): Do not use BP_SYM
28264         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28265         "bp-asm.h".
28266         (PARMS): Do not use macros from bp-asm.h.
28267         (S1): Likewise.
28268         (SIZE): Likewise.
28269         (__mpn_addmul_1): Do not use BP_SYM
28270         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28271         "bp-asm.h".
28272         (PARMS): Do not use macros from bp-asm.h.
28273         (SIGMSK): Likewise.
28274         (_setjmp): Likewise.  Do not use BP_SYM.
28275         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28276         "bp-asm.h".
28277         (PARMS): Do not use macros from bp-asm.h.
28278         (SIGMSK): Likewise.
28279         (setjmp): Likewise.  Do not use BP_SYM.
28280         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28281         "bp-asm.h".
28282         (PARMS): Do not use macros from bp-asm.h.
28283         (__frexp): Do not use BP_SYM.
28284         (frexp): Likewise.
28285         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28286         "bp-asm.h".
28287         (PARMS): Do not use macros from bp-asm.h.
28288         (__frexpf): Do not use BP_SYM.
28289         (frexpf): Likewise.
28290         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28291         "bp-asm.h".
28292         (PARMS): Do not use macros from bp-asm.h.
28293         (__frexpl): Do not use BP_SYM.
28294         (frexpl): Likewise.
28295         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28296         "bp-asm.h".
28297         (PARMS): Do not use macros from bp-asm.h.
28298         (__remquo): Do not use BP_SYM.
28299         (remquo): Likewise.
28300         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28301         "bp-asm.h".
28302         (PARMS): Do not use macros from bp-asm.h.
28303         (__remquof): Do not use BP_SYM.
28304         (remquof): Likewise.
28305         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28306         "bp-asm.h".
28307         (PARMS): Do not use macros from bp-asm.h.
28308         (__remquol): Do not use BP_SYM.
28309         (remquol): Likewise.
28310         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28311         "bp-asm.h".
28312         (PARMS): Do not use macros from bp-asm.h.
28313         (DEST): Likewise.
28314         (SRC): Likewise.
28315         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28316         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28317         "bp-asm.h".
28318         (PARMS): Do not use macros from bp-asm.h.
28319         (strlen): Do not use BP_SYM.
28320         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28321         "bp-asm.h".
28322         (PARMS): Do not use macros from bp-asm.h.
28323         (S1): Likewise.
28324         (S2): Likewise.
28325         (SIZE): Likewise.
28326         (__mpn_add_n): Do not use BP_SYM.
28327         * sysdeps/i386/i586/addmul_1.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         (SIZE): Likewise.
28332         (__mpn_addmul_1): Do not use BP_SYM.
28333         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28334         weak_alias.
28335         (bzero): Likewise.
28336         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28337         "bp-asm.h".
28338         (PARMS): Do not use macros from bp-asm.h.
28339         (S): Likewise.
28340         (SIZE): Likewise.
28341         (__mpn_lshift): Do not use BP_SYM.
28342         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28343         "bp-asm.h".
28344         (PARMS): Do not use macros from bp-asm.h.
28345         (DEST): Likewise.
28346         (SRC): Likewise.
28347         (LEN): Likewise.
28348         (memcpy): Likewise.  Do not use BP_SYM.
28349         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28350         libc_hidden_def and weak_alias.
28351         (mempcpy): Do not use BP_SYM in weak_alias.
28352         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28353         "bp-asm.h".
28354         (PARMS): Do not use macros from bp-asm.h.
28355         (DEST): Likewise.
28356         (LEN): Likewise.
28357         [!BZERO_P] (CHR): Likewise.
28358         (memset): Likewise.  Do not use BP_SYM.
28359         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28360         "bp-asm.h".
28361         (PARMS): Do not use macros from bp-asm.h.
28362         (S1): Likewise.
28363         (SIZE): Likewise.
28364         (__mpn_mul_1): Do not use BP_SYM.
28365         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28366         "bp-asm.h".
28367         (PARMS): Do not use macros from bp-asm.h.
28368         (S): Likewise.
28369         (SIZE): Likewise.
28370         (__mpn_rshift): Do not use BP_SYM.
28371         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28372         "bp-asm.h".
28373         (PARMS): Do not use macros from bp-asm.h.
28374         (STR): Likewise.
28375         (CHR): Likewise.
28376         (strchr): Likewise.  Do not use BP_SYM.
28377         (index): Do not use BP_SYM in weak_alias.
28378         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28379         "bp-asm.h".
28380         (PARMS): Do not use macros from bp-asm.h.
28381         (DEST): Likewise.
28382         (SRC): Likewise.
28383         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28384         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28385         "bp-asm.h".
28386         (PARMS): Do not use macros from bp-asm.h.
28387         (strlen): Do not use BP_SYM.
28388         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28389         "bp-asm.h".
28390         (PARMS): Do not use macros from bp-asm.h.
28391         (S1): Likewise.
28392         (S2): Likewise.
28393         (SIZE): Likewise.
28394         (__mpn_sub_n): Do not use BP_SYM.
28395         * sysdeps/i386/i586/submul_1.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         (SIZE): Likewise.
28400         (__mpn_submul_1): Do not use BP_SYM.
28401         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28402         "bp-asm.h".
28403         (PARMS): Do not use macros from bp-asm.h.
28404         (S1): Likewise.
28405         (S2): Likewise.
28406         (SIZE): Likewise.
28407         (__mpn_add_n): Do not use BP_SYM.
28408         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28409         weak_alias.
28410         (bzero): Likewise.
28411         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28412         "bp-asm.h".
28413         (PARMS): Do not use macros from bp-asm.h.
28414         (BLK2): Likewise.
28415         (LEN): Likewise.
28416         (memcmp): Do not use BP_SYM.
28417         (bcmp): Do not use BP_SYM in weak_alias.
28418         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28419         "bp-asm.h".
28420         (PARMS): Do not use macros from bp-asm.h.
28421         (DEST): Likewise.
28422         (SRC): Likewise.
28423         (LEN): Likewise.
28424         (memcpy): Likewise.  Do not use BP_SYM.
28425         * sysdeps/i386/i686/memmove.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         (memmove): Likewise.  Do not use BP_SYM.
28432         * sysdeps/i386/i686/mempcpy.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         (__mempcpy): Likewise.  Do not use BP_SYM.
28439         (mempcpy): Do not use BP_SYM in weak_alias.
28440         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28441         "bp-asm.h".
28442         (PARMS): Do not use macros from bp-asm.h.
28443         (DEST): Likewise.
28444         (LEN): Likewise.
28445         [!BZERO_P] (CHR): Likewise.
28446         (memset): Likewise.  Do not use BP_SYM.
28447         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28448         "bp-asm.h".
28449         (PARMS): Do not use macros from bp-asm.h.
28450         (STR2): Likewise.
28451         (strcmp): Do not use BP_SYM.
28452         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28453         "bp-asm.h".
28454         (PARMS): Do not use macros from bp-asm.h.
28455         (STR): Likewise.
28456         (DELIM): Likewise.
28457         [USE_AS_STRTOK_R] (SAVE): Likewise.
28458         (FUNCTION): Likewise.  Do not use BP_SYM.
28459         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28460         aliases.
28461         (strtok_r): Likewise.
28462         (__GI___strtok_r): Likewise.
28463         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28464         (PARMS): Do not use macros from bp-asm.h.
28465         (S): Likewise.
28466         (SIZE): Likewise.
28467         (__mpn_lshift): Do not use BP_SYM.
28468         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28469         (PARMS): Do not use macros from bp-asm.h.
28470         (STR): Likewise.
28471         (CHR): Likewise.
28472         (__memchr): Do not use BP_SYM.
28473         (memchr): Do not use BP_SYM in weak_alias.
28474         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28475         (PARMS): Do not use macros from bp-asm.h.
28476         (BLK2): Likewise.
28477         (LEN): Likewise.
28478         (memcmp): Do not use BP_SYM.
28479         (bcmp): Do not use BP_SYM in weak_alias.
28480         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28481         (PARMS): Do not use macros from bp-asm.h.
28482         (S1): Likewise.
28483         (SIZE): Likewise.
28484         (__mpn_mul_1): Do not use BP_SYM.
28485         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28486         "bp-asm.h".
28487         (PARMS): Do not use macros from bp-asm.h.
28488         (STR): Likewise.
28489         (CHR): Likewise.
28490         (__rawmemchr): Do not use BP_SYM.
28491         (rawmemchr): Do not use BP_SYM in weak_alias.
28492         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28493         (PARMS): Do not use macros from bp-asm.h.
28494         (S): Likewise.
28495         (SIZE): Likewise.
28496         (__mpn_rshift): Do not use BP_SYM.
28497         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28498         (PARMS): Do not use macros from bp-asm.h.
28499         (SIGMSK): Likewise.
28500         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28501         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28502         (_start): Do not use BP_SYM.
28503         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28504         (PARMS): Do not use macros from bp-asm.h.
28505         (DEST): Likewise.
28506         (SRC): Likewise.
28507         (__stpcpy): Likewise.  Do not use BP_SYM.
28508         (stpcpy): Do not use BP_SYM in weak_alias.
28509         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28510         "bp-asm.h".
28511         (PARMS): Do not use macros from bp-asm.h.
28512         (DEST): Likewise.
28513         (SRC): Likewise.
28514         (LEN): Likewise.
28515         (__stpncpy): Likewise.  Do not use BP_SYM.
28516         (stpncpy): Do not use BP_SYM in weak_alias.
28517         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28518         (PARMS): Do not use macros from bp-asm.h.
28519         (STR): Likewise.
28520         (CHR): Likewise.
28521         (strchr): Likewise.  Do not use BP_SYM.
28522         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28523         "bp-asm.h".
28524         (PARMS): Do not use macros from bp-asm.h.
28525         (STR): Likewise.
28526         (CHR): Likewise.
28527         (__strchrnul): Likewise.  Do not use BP_SYM.
28528         (strchrnul): Do not use BP_SYM in weak_alias.
28529         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28530         "bp-asm.h".
28531         (PARMS): Do not use macros from bp-asm.h.
28532         (STOP): Likewise.
28533         (strcspn): Do not use BP_SYM.
28534         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28535         "bp-asm.h".
28536         (PARMS): Do not use macros from bp-asm.h.
28537         (STR): Likewise.
28538         (STOP): Likewise.
28539         (strpbrk): Likewise.  Do not use BP_SYM.
28540         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28541         "bp-asm.h".
28542         (PARMS): Do not use macros from bp-asm.h.
28543         (STR): Likewise.
28544         (CHR): Likewise.
28545         (strrchr): Likewise.  Do not use BP_SYM.
28546         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28547         (PARMS): Do not use macros from bp-asm.h.
28548         (SKIP): Likewise.
28549         (strspn): Do not use BP_SYM.
28550         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28551         (PARMS): Do not use macros from bp-asm.h.
28552         (STR): Likewise.
28553         (DELIM): Likewise.
28554         (SAVE): Likewise.
28555         (FUNCTION): Likewise.  Do not use BP_SYM.
28556         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28557         aliases.
28558         (strtok_r): Likewise.
28559         (__GI___strtok_r): Likewise.
28560         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28561         (PARMS): Do not use macros from bp-asm.h.
28562         (S1): Likewise.
28563         (S2): Likewise.
28564         (SIZE): Likewise.
28565         (__mpn_sub_n): Do not use BP_SYM.
28566         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28567         "bp-asm.h".
28568         (PARMS): Do not use macros from bp-asm.h.
28569         (S1): Likewise.
28570         (SIZE): Likewise.
28571         (__mpn_submul_1): Do not use BP_SYM.
28572         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28573         <bp-sym.h>.
28574         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28575         and <bp-asm.h>.
28576         (PARMS): Do not use macros from bp-asm.h.
28577         (FLAGS): Likewise.
28578         (PTID): Likewise.
28579         (TLS): Likewise.
28580         (CTID): Likewise.
28581         (__clone): Do not use BP_SYM.
28582         (clone): Do not use BP_SYM in weak_alias.
28583         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28584         and <bp-asm.h>.
28585         (PARMS): Do not use macros from bp-asm.h.
28586         (LEN): Likewise.
28587         (__mmap64): Do not use BP_SYM.
28588         (mmap64): Do not use BP_SYM in weak_alias.
28589         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28590         <bp-sym.h> and <bp-asm.h>.
28591         (PARMS): Do not use macros from bp-asm.h.
28592         (__posix_fadvise64_l64): Do not use BP_SYM.
28593         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28594         (PARMS): Do not use macros from bp-asm.h.
28595         (NSOPS): Likewise.
28596         (semtimedop): Do not use BP_SYM.
28597         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28598         and <bp-asm.h>.
28599
28600 2013-02-21  Allan McRae  <allan@archlinux.org>
28601
28602         * manual/message.texi (Charset conversion in gettext):
28603         Move @end statement to beginning of line.
28604
28605 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28606
28607         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28608         static.
28609         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28610         Likewise.
28611
28612         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28613         (denorm): Likewise.
28614         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28615         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28616
28617 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28618
28619         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28620         tail-call to the resolved function if pltexit isn't needed.
28621
28622 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28623
28624         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28625         or Y being zero as being unlikely.
28626         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28627         Likewise.
28628
28629 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28630
28631         * manual/nss.texi (System Databases and Name Service Switch):
28632         Remove frobnicate @pxref.
28633
28634 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28635
28636         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28637         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28638
28639 2013-02-20  Petr Machata  <pmachata@redhat.com>
28640
28641         * elf/elf.h (R_ARM_TARGET1): New macro.
28642         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28643         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28644         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28645         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28646         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28647         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28648         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28649         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28650         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28651         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28652         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28653         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28654         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28655         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28656         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28657         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28658         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28659         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28660         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28661         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28662         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28663         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28664         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28665         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28666         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28667         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28668         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28669         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28670         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28671         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28672         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28673         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28674         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28675         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28676         (R_ARM_THM_GOT_BREL12): Likewise.
28677         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28678         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28679         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28680         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28681         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28682         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28683         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28684         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28685         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28686
28687 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28688
28689         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28690         __attribute_used__ to __attribute__ ((unused)).
28691
28692 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28693
28694         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28695         powerpc mpa.c.
28696         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28697         comment formatting.
28698         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28699
28700 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28701
28702         [BZ #13550]
28703         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28704         Remove macro.
28705         (ENTER): Remove both macro definitions.
28706         (LEAVE): Likewise.
28707         (CHECK_BOUNDS_LOW): Likewise.
28708         (CHECK_BOUNDS_HIGH): Likewise.
28709         (CHECK_BOUNDS_BOTH): Likewise.
28710         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28711         (RETURN_BOUNDED_POINTER): Likewise.
28712         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28713         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28714         (POP_ERRNO_LOCATION_RETURN): Likewise.
28715         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28716         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28717         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28718         macros.
28719         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28720         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28721         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28722         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28723         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28724         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28725         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28726         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28727         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28728         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28729         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28730         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28731         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28732         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28733         removed macros.
28734         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28735         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28736         macros.
28737         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28738         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28739         * sysdeps/i386/i586/memset.S (memset): Likewise.
28740         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28741         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28742         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28743         macros.
28744         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28745         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28746         Change uses of L(2) to L(out).
28747         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28748         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28749         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28750         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28751         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28752         removed macros.
28753         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28754         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28755         macros.
28756         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28757         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28758         (RETURN): Do not use macro LEAVE.
28759         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28760         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28761         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28762         * sysdeps/i386/i686/memset.S (memset): Likewise.
28763         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28764         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28765         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28766         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28767         Likewise.
28768         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28769         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28770         L(1_2) and L(1_3) into L(1).
28771         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28772         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28773         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28774         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28775         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28776         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28777         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28778         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28779         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28780         macros.
28781         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28782         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28783         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28784         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28785         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28786         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28787         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28788         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28789         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28790         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28791         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28792         * sysdeps/i386/strspn.S (strspn): Likewise.
28793         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28794         conditional code.
28795         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28796         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28797         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28798         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28799         L(1_3) into L(1_1).
28800         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28801         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28802         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28803         macros.
28804         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28805
28806 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28807
28808         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28809         macro.
28810
28811 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28812
28813         * math/atest-exp.c (exp_mpn): Remove ROUND.
28814         * math/atest-exp2.c (exp_mpn): Likewise.
28815         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28816
28817         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28818         * stdlib/tst-tls-atexit-lib.c: Likewise.
28819         * stdlib/tst-tls-atexit.c: Likewise.
28820
28821 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28822
28823         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28824         and __attribute_alloc_size__.
28825
28826 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28827
28828         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28829         __attribute_alloc_size__.
28830         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28831         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28832
28833 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28834
28835         * include/programs/xmalloc.h: New file.
28836         * catgets/gencat.c: Include it.
28837         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28838         * elf/pldd.c: Likewise.
28839         * iconv/iconv_charmap.c: Likewise.
28840         * iconv/iconvconfig.c: Likewise.
28841         * iconv/strtab.c: Likewise.
28842         * locale/programs/locale.c: Likewise.
28843         * locale/programs/localedef.h: Likewise.
28844         * locale/programs/simple-hash.c: Likewise.
28845         * nscd/nscd.h: Likewise.
28846         * nss/makedb.c: Likewise.
28847         * sysdeps/generic/ldconfig.h: Likewise.
28848
28849 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28850
28851         * Versions.def: Add GLIBC_2.18.
28852         * include/link.h (struct link_map): New member l_tls_dtor_count.
28853         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28854         (__call_tls_dtors): Likewise.
28855         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28856         __cxa_thread_atexit_impl.
28857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28858         Likewise.
28859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28860         Likewise.
28861         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28862         Likewise.
28863         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28864         Likewise.
28865         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28866         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28867         Likewise.
28868         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28869         Likewise.
28870         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28871         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28872         Likewise.
28873         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28874         (tests): Add test case tst-tls-atexit.
28875         (modules-names): Add shared library for tst-tls-atexit.
28876         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28877         (GLIBC_PRIVATE): Add __call_tls_dtors.
28878         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28879         for libstdc++.
28880         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28881         * stdlib/tst-tls-atexit.c: New test case.
28882         * stdlib/tst-tls-atexit-lib.c: New test case.
28883
28884         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28885
28886         * elf/Versions (ld): Add _dl_find_dso_for_object.
28887         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28888         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28889         (dl_open_worker): Use _dl_find_dso_for_object.
28890         * elf/dl-sym.c (do_sym): Likewise.
28891         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28892
28893 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28894
28895         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28896         Syntactic changes only.
28897         (_dl_runtime_profile): Do a tail-call to the resolved function.
28898
28899 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28900
28901         [BZ #13550]
28902         * sysdeps/x86_64/bp-asm.h: Remove file.
28903         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28904         <bp-sym.h> and <bp-asm.h>.
28905         (__clone): Do not use BP_SYM.
28906         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28907         <bp-sym.h> and <bp-asm.h>.
28908         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28909         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28910         "bp-asm.h".
28911         (_setjmp): Do not use BP_SYM.
28912         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28913         "bp-asm.h".
28914         (setjmp): Do not use BP_SYM.
28915         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28916         libc_hidden_def.
28917         (mempcpy): Do not use BP_SYM in weak_alias.
28918         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28919         "bp-asm.h".
28920         (strchr): Do not use BP_SYM.
28921         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28922         "bp-asm.h".
28923         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28924         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28925         (_start): Do not use BP_SYM.
28926         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28927         "bp-asm.h".
28928         (strcat): Do not use BP_SYM.
28929         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28930         "bp-asm.h".
28931         (STRCMP): Do not use BP_SYM.
28932         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28933         "bp-asm.h".
28934         (STRCPY): Do not use BP_SYM.
28935         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28936         "bp-asm.h".
28937         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28938         "bp-asm.h".
28939         (FUNCTION): Do not use BP_SYM.
28940         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28941         weak_alias.
28942         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28943
28944 2013-02-17  Andreas Jaeger  <aj@suse.de>
28945
28946         * time/Versions: Sort entries.
28947         * string/Versions: Likewise.
28948         * resolv/Versions: Likewise.
28949         * posix/Versions: Likewise.
28950         * iconv/Versions: Likewise.
28951         * elf/Versions: Likewise.
28952         * wcsmbs/Versions: Likewise.
28953
28954 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28955
28956         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28957         loop termination condition.
28958
28959         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28960         variable to calculate EZ.
28961         (__sqr): Likewise.
28962
28963         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28964         the lower precision input.
28965
28966 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28967
28968         [BZ #13550]
28969         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28970         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28971         (run-via-rtld-prefix): Do not handle %-bp tests.
28972         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28973         (all-object-suffixes): Remove .ob.
28974         (bppfx): Remove variable.
28975         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28976         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28977         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28978         [$(build-bounded) = yes] (libtype.ob): Likewise.
28979         * Makerules (elide-routines.ob): Remove variable.
28980         (do-tests-clean): Do not handle *-bp.out.
28981         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28982         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28983         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28984         (tests): Do not include $(tests-bp.out).
28985         (xtests): Do not include $(xtests-bp.out).
28986         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28987         [$(build-bounded) = yes] ($(addprefix
28988         $(objpfx),$(binaries-bounded))): Remove rule.
28989         ($(objpfx)%-bp.out): Remove rule.
28990         * config.make.in (build-bounded): Remove variable.
28991         * crypt/Makefile [$(build-bounded) = yes]
28992         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28993         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28994         append to variable.
28995         [$(build-bounded) = yes] (install-lib): Likewise.
28996         [$(build-bounded) = yes] (generated): Likewise.
28997         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28998         Remove rule.
28999         * intl/Makefile [$(build-bounded) = yes]
29000         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29001         * math/Makefile [$(build-bounded) = yes]
29002         ($(tests:%=$(objpfx)%-bp): Likewise.
29003         * misc/Makefile [$(build-bounded) = yes]
29004         ($(objpfx)tst-tsearch-bp): Likewise.
29005         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29006         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29007         Remove dependency.
29008         * string/Makefile (o-objects.ob): Remove variable.
29009         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29010         (CFLAGS-.ob): Remove variable.
29011         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29012         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29013         both definitions of variable.
29014         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29015         (ASFLAGS-.ob): Remove variable.
29016
29017 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29018
29019         [BZ #13550]
29020         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29021         Remove __BOUNDED_POINTERS__ from condition.
29022         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29023         * string/bits/string2.h [!__NO_STRING_INLINES &&
29024         !__BOUNDED_POINTERS__]: Likewise.
29025         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29026         Likewise.
29027         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29028         Remove conditional code.
29029         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29030         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29031         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29032         condition.
29033
29034         [BZ #13550]
29035         * csu/libc-start.c: Do not include <bp-sym.h>.
29036         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29037         * elf/dl-open.c: Do not include <bp-sym.h>.
29038         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29039         * math/fegetenv.c: Do not include <bp-sym.h>.
29040         (fegetenv): Do not use BP_SYM in versioned symbols.
29041         * nptl/sysdeps/pthread/bits/libc-lockP.h
29042         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29043         <bp-sym.h>.
29044         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29045         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29046         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29047         (__pthread_mutex_destroy): Likewise.
29048         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29049         (__pthread_mutex_lock): Likewise.
29050         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29051         (__pthread_mutex_trylock): Likewise.
29052         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29053         (__pthread_mutex_unlock): Likewise.
29054         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29055         (__pthread_mutexattr_init): Likewise.
29056         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29057         (__pthread_mutexattr_destroy): Likewise.
29058         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29059         (__pthread_mutexattr_settype): Likewise.
29060         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29061         (__pthread_rwlock_init): Likewise.
29062         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29063         (__pthread_rwlock_destroy): Likewise.
29064         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29065         (__pthread_rwlock_rdlock): Likewise.
29066         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29067         (__pthread_rwlock_tryrdlock): Likewise.
29068         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29069         (__pthread_rwlock_wrlock): Likewise.
29070         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29071         (__pthread_rwlock_trywrlock): Likewise.
29072         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29073         (__pthread_rwlock_unlock): Likewise.
29074         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29075         (__pthread_key_create): Likewise.
29076         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29077         (__pthread_setspecific): Likewise.
29078         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29079         (__pthread_getspecific): Likewise.
29080         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29081         Likewise.
29082         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29083         (_pthread_cleanup_push_defer): Likewise.
29084         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29085         (_pthread_cleanup_pop_restore): Likewise.
29086         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29087         (pthread_setcancelstate): Likewise.
29088         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29089         <bp-sym.h>.
29090         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29091         (memchr): Do not use BP_SYM in weak_alias.
29092         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29093         (fegetenv): Do not use BP_SYM in versioned symbols.
29094         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29095         (fesetenv): Do not use BP_SYM in versioned symbols.
29096         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29097         (feupdateenv): Do not use BP_SYM in versioned symbols.
29098         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29099         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29100         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29101         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29102         (open64): Do not use BP_SYM in weak_alias.
29103         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29104         (fegetenv): Do not use BP_SYM in versioned symbols.
29105         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29106         (fesetenv): Do not use BP_SYM in versioned symbols.
29107         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29108         (feupdateenv): Do not use BP_SYM in versioned symbols.
29109         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29110         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29111         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29112         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29113         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29114         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29115         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29116         <bp-sym.h>.
29117         (__libc_start_main): Do not use BP_SYM.
29118
29119 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29120
29121         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29122         redundant return line.
29123         (norm): Likewise.
29124         (denorm): Likewise.
29125         (dbl_mp): Likewise.
29126         (sub_magnitudes): Likewise.
29127         (__add): Likewise.
29128         (__sub): Likewise.
29129         (__mul): Likewise.
29130         (__inv): Likewise.
29131         (__dvd): Likewise.
29132         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29133         (norm): Likewise.
29134         (denorm): Likewise.
29135         (dbl_mp): Likewise.
29136         (sub_magnitudes): Likewise.
29137         (__add): Likewise.
29138         (__sub): Likewise.
29139         (__mul): Likewise.
29140         (__inv): Likewise.
29141         (__dvd): Likewise.
29142
29143         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29144         instead of __mul.
29145         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29146         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29147         (cc32): Likewise.
29148
29149         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29150         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29151         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29152         of __mul for squares.
29153         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29154         function
29155         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29156         Likewise.
29157         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29158         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29159
29160 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29161
29162         [BZ #13550]
29163         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29164         code.
29165         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29166         prototype or function definition.  Rename ubp_* variables and
29167         parameters.  Remove argv definitions conditional on
29168         [__BOUNDED_POINTERS__].
29169         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29170         * elf/dl-runtime.c (_dl_fixup): Likewise.
29171         * include/set-hooks.h (RUN_HOOK): Likewise.
29172         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29173         definition.
29174         * string/strcpy.c (strcpy): Do not use __unbounded.
29175         * sysdeps/generic/frame.h (struct layout): Likewise.
29176         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29177         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29178         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29179         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29180         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29181         (__backtrace): Likewise.
29182         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29183         use __ptrvalue.
29184         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29185         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29186         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29187         Likewise.
29188         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29189         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29190         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29191         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29192         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29193         Do not use __unbounded.
29194         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29195         Rename __unboundedrlimits parameter to rlimits in prototype.
29196         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29197         Do not use __unbounded.
29198         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29199         not use __ptrvalue.
29200         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29201         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29202         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29203         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29204         __ptrvalue or __unbounded.
29205         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29206         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29207         use __unbounded.
29208         (__new_msgctl): Do not use __ptrvalue.
29209         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29210         __unbounded.
29211         (__libc_msgrcv): Do not use __ptrvalue.
29212         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29213         startup_info): Do not use __unbounded.
29214         (__libc_start_main): Likewise.  Rename ubp_* variables and
29215         parameters.  Remove argv definitions conditional on
29216         [__BOUNDED_POINTERS__].
29217         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29218         __ptrvalue.
29219         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29220         use __unbounded.
29221         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29222         or __ptrvalue.
29223         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29224         use __unbounded.
29225         (__new_shmctl): Do not use __ptrvalue.
29226         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29227         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29228         Likewise.
29229         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29230         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29231         (__libc_sigaction): Likewise.
29232         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29233         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29234         Likewise.
29235         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29236
29237 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29238
29239         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29240
29241         * string/mempcpy.c: Implement by calling memcpy.
29242
29243 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29244
29245         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29246
29247         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29248         evaluation.
29249
29250         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29251         values in the mantissa.
29252
29253         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29254         minimize writes to Z.
29255         (sub_magnitudes): Simplify code a bit.
29256
29257 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29258
29259         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29260         from the message.  The linker prefixes all warnings with that already.
29261
29262 2013-02-12  Andreas Schwab  <schwab@suse.de>
29263
29264         [BZ #15078]
29265         * posix/regexec.c (extend_buffers): Add parameter min_len.
29266         (check_matching): Pass minimum needed length.
29267         (clean_state_log_if_needed): Likewise.
29268         (get_subexp): Likewise.
29269         * posix/Makefile (tests): Add bug-regex34.
29270         (bug-regex34-ENV): Define.
29271         * posix/bug-regex34.c: New file.
29272
29273         [BZ #11561]
29274         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29275         elements compare against the byte sequence of it, not its name.
29276         * posix/Makefile (tests): Add bug-regex35.
29277         (bug-regex35-ENV): Define.
29278         * posix/bug-regex35.c: New file.
29279
29280 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29281
29282         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29283         comment.
29284         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29285         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29286         (CHECK_EOL): Add undef.
29287
29288 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29289
29290         * bits/stdlib-bsearch.h: New file.
29291         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29292         * stdlib/stdlib.h: Likewise.
29293
29294 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29295
29296         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29297         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29298         declaration.
29299         * manual/search.texi (Array Search Function): Add missing const in
29300         lfind prototype.
29301         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29302         declaration to use rlim_t.
29303         (Basic Scheduling Functions): Remove erroneous const from
29304         sched_getparam prototype.  Remove erroneous * from
29305         sched_get_priority_max and sched_get_priority_min prototypes.
29306         (Resource Usage): Fix summary @comment on vtimes to refer to
29307         sys/vtimes.h rather than vtimes.h.
29308         Add missing *s in vtimes prototype.
29309         (Limits on Resources): Fix ulimit prototype to return long int.
29310         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29311         prototypes to use long int rather than double.
29312         (BSD Random): Fix initstate and setstate to use char *, not void *.
29313         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29314         prototype to make second argument 'struct aiocb64 *const[]'.
29315         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29316         (Status of AIO Operations): Remove erroneous const in aio_return and
29317         aio_return64 prototypes.
29318         (Synchronizing I/O): Fix sync prototype to return void.
29319         * manual/startup.texi (Suboptions): Remove an erroneous const in
29320         getsubopt prototype.
29321         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29322         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29323         use size_t rather than int.
29324         (Scanning All Users): Likewise for getpwent_r.
29325         (Setting Groups): Add missing const to setgroups prototype.
29326         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29327         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29328         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29329         'const void *' rather than 'const char *'.
29330         (Host Address Functions): Likewise for inet_ntop.
29331         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29332         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29333         ssize_t for return value.
29334         (Sending Data): Likewise for send, sendto, sendmsg.
29335         (Socket Option Functions): Add a missing const in setsockopt prototype.
29336         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29337         use wchar_t for the argument.
29338         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29339         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29340         take no arguments.
29341         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29342         double/float/long double for second argument.
29343         Fix return types of significand, significandf, significandl.
29344         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29345         argument in fchmod prototype.
29346         (File Owner): Use uid_t and gid_t in fchown prototype.
29347         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29348         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29349         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29350         use 'const struct dirent **' as argument types to CMP function pointer
29351         argument.
29352         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29353         (File Times): Fix summary magic @comment for struct utimbuf and utime
29354         to refer to utime.h, not time.h.
29355         * manual/string.texi (Argz Functions): Add missing const in
29356         argz_extract and argz_next prototypes.
29357         (Finding Tokens in a String): Likewise for basename.
29358         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29359         (Copying and Concatenation): Fix typo in wmemmove prototype.
29360         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29361         (Signal Stack): Remove erroneous const in sigstack prototype.
29362         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29363         prototype.
29364         (Simple Calendar Time): Likewise for stime.
29365         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29366         prototype.
29367         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29368         say sys/sysctl.h instead.
29369         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29370         and vsyslog prototypes.
29371
29372 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29373
29374         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29375         Remove.
29376
29377 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29378
29379         * misc/sys/mman.h: Fix typo in mremap comment.
29380
29381 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29382
29383         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29384         the '\0' terminator.
29385
29386 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29387
29388         [BZ #13550]
29389         * debug/segfault.c: Don't include <bp-checks.h>.
29390         * sysdeps/generic/bp-checks.h: Remove file.
29391         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29392         (__GETDENTS): Don't use CHECK_N.
29393         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29394         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29395         (__getgroups): Don't use CHECK_N.
29396         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29397         (setgroups): Don't use CHECK_N.
29398         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29399         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29400         (__libc_msgrcv): Don't use CHECK_N.
29401         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29402         (__libc_msgsnd): Don't use CHECK_N.
29403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29404         <bp-checks.h>.
29405         (__libc_pread): Don't use CHECK_N.
29406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29407         include <bp-checks.h>.
29408         (__libc_pread64): Don't use CHECK_N.
29409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29410         include <bp-checks.h>.
29411         (__libc_pwrite): Don't use CHECK_N.
29412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29413         include <bp-checks.h>.
29414         (__libc_pwrite64): Don't use CHECK_N.
29415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29416         <bp-checks.h>.
29417         (__libc_pread): Don't use CHECK_N.
29418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29419         include <bp-checks.h>.
29420         (__libc_pread64): Don't use CHECK_N.
29421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29422         include <bp-checks.h>.
29423         (__libc_pwrite): Don't use CHECK_N.
29424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29425         include <bp-checks.h>.
29426         (__libc_pwrite64): Don't use CHECK_N.
29427         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29428         (do_pread): Don't use CHECK_N.
29429         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29430         (do_pread64): Don't use CHECK_N.
29431         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29432         (do_pwrite): Don't use CHECK_N.
29433         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29434         (do_pwrite64): Don't use CHECK_N.
29435         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29436         (__libc_readv): Don't use CHECK_N.
29437         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29438         (semop): Don't use CHECK_N.
29439         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29440         <bp-checks.h>.
29441         (semtimedop): Don't use CHECK_N.
29442         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29443         (__libc_pread): Don't use CHECK_N.
29444         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29445         <bp-checks.h>.
29446         (__libc_pread64): Don't use CHECK_N.
29447         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29448         <bp-checks.h>.
29449         (__libc_pwrite): Don't use CHECK_N.
29450         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29451         <bp-checks.h>.
29452         (__libc_pwrite64): Don't use CHECK_N.
29453         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29454         <bp-checks.h>.
29455         (__libc_msgrcv): Don't use CHECK_N.
29456         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29457         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29458         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29459         (__libc_writev): Don't use CHECK_N.
29460
29461 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29462
29463         * string/strcpy.c: Removed unused variable.
29464
29465         * Makeconfig (+sysdep-includes): Define with := rather than =.
29466         Use an existing include/ subdir of each sysdeps dir before it.
29467
29468 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29469
29470         * nscd/connection.c (register_traced_file): Comment function.
29471         [HAVE_INOTIFY] (union __inev): Define.
29472         [HAVE_INOTIFY] (inotify_check_files): New function.
29473         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29474         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29475         clear_db_cache.
29476         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29477
29478 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29479
29480         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29481         loaded if not already and that a failure is permanent.
29482
29483 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29484
29485         [BZ #15006]
29486         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29487         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29488
29489 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29490
29491         [BZ #13550]
29492         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29493         (CHECK_1_NULL_OK): Likewise.
29494         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29495         (__fxstat): Do not use CHECK_1.
29496         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29497         <bp-checks.h>.
29498         (___fxstat64): Do not use CHECK_1.
29499         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29500         <bp-checks.h>.
29501         (__fxstatat): Do not use CHECK_1.
29502         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29503         <bp-checks.h>.
29504         (__fxstatat64): Do not use CHECK_1.
29505         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29506         <bp-checks.h>.
29507         (__fxstat): Do not use CHECK_1.
29508         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29509         <bp-checks.h>.
29510         (__fxstatat): Do not use CHECK_1.
29511         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29512         <bp-checks.h>.
29513         (__getresgid): Do not use CHECK_1.
29514         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29515         <bp-checks.h>.
29516         (__getresuid): Do not use CHECK_1.
29517         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29518         <bp-checks.h>.
29519         (__lxstat): Do not use CHECK_1.
29520         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29521         <bp-checks.h>.
29522         (__old_msgctl): Do not use CHECK_1.
29523         (__new_msgctl): Likewise.
29524         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29525         <bp-checks.h>.
29526         (__new_setrlimit): Do not use CHECK_1.
29527         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29528         <bp-checks.h>.
29529         (__old_shmctl): Do not use CHECK_1.
29530         (__new_shmctl): Likewise.
29531         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29532         <bp-checks.h>.
29533         (__xstat): Do not use CHECK_1.
29534         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29535         (__lxstat): Do not use CHECK_1.
29536         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29537         <bp-checks.h>.
29538         (___lxstat64): Do not use CHECK_1.
29539         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29540         (__old_msgctl): Do not use CHECK_1.
29541         (__new_msgctl): Likewise.
29542         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29543         <bp-checks.h>.
29544         (__gettimeofday): Do not use CHECK_1.
29545         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29546         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29547         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29548         <bp-checks.h>.
29549         (__gettimeofday): Do not use CHECK_1.
29550         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29551         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29552         (__new_shmctl): Do not use CHECK_1.
29553         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29554         <bp-checks.h>.
29555         (do_sigtimedwait): Do not use CHECK_1.
29556         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29557         <bp-checks.h>.
29558         (do_sigwaitinfo): Do not use CHECK_1.
29559         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29560         <bp-checks.h>.
29561         (msgctl): Do not use CHECK_1.
29562         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29563         <bp-checks.h>.
29564         (shmctl): Do not use CHECK_1.
29565         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29566         (ustat): Do not use CHECK_1.
29567         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29568         <bp-checks.h>.
29569         (__fxstat): Do not use CHECK_1.
29570         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29571         <bp-checks.h>.
29572         (__fxstatat): Do not use CHECK_1.
29573         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29574         <bp-checks.h>.
29575         (__lxstat): Do not use CHECK_1.
29576         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29577         <bp-checks.h>.
29578         (__xstat): Do not use CHECK_1.
29579         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29580         (__xstat): Do not use CHECK_1.
29581         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29582         (___xstat64): Do not use CHECK_1.
29583
29584         [BZ #13550]
29585         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29586         definitions.
29587         (CHECK_BOUNDS_HIGH): Likewise.
29588         * string/strcpy.c: Do not include <bp-checks.h>.
29589         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29590
29591 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29592
29593         * nscd/nscd-client.h (__nscd_drop_map_ref):
29594         Add __attribute__ ((unused)).
29595         * nis/nss-nisplus.h (niserr2nss): Likewise.
29596
29597         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29598         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29599
29600         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29601         Remove inline keyword.
29602         * include/rounding-mode.h (round_away): Likewise.
29603         * libio/wfileops.c (adjust_wide_data): Likewise.
29604         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29605         (__m128i_strloadu_tolower): Likewise.
29606         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29607         (__m128i_strloadu_tolower): Likewise.
29608         * time/mktime.c (ydhms_diff): Likewise.
29609         * locale/elem-hash.h (elem_hash): Likewise.
29610         * locale/setlocale.c (setdata): Likewise.
29611         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29612         (re_string_wchar_at): Likewise.
29613         (bitset_not, bitset_merge, bitset_mask): Likewise.
29614         [!(__GNUC__ > 3)] (inline): Remove macro.
29615         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29616         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29617         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29618         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29619         * string/memcmp.c (memcmp_bytes): Likewise.
29620         * locale/programs/locarchive.c (compute_hashval): Likewise.
29621         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29622         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29623         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29624         * nss/getent.c (print_rpc, print_protocols): Likewise.
29625         (print_passwd, print_group, print_aliases): Likewise.
29626         * nis/nss-nisplus.h (niserr2nss): Likewise.
29627         * nscd/connections.c (restart_p): Likewise.
29628         Change return type to bool.
29629
29630 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29631
29632         * Makeconfig (all-Depend-files): Add existing
29633         $(sorted-subdirs:=/Depend) files.
29634         (all-subdirs): Remove nss.
29635         * sysdeps/unix/inet/Subdirs: Add it here instead.
29636         * hesiod/Depend: New file.
29637
29638         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29639         instead of calling alloca.
29640
29641         * io/lseek.c (__lseek): Rename to __libc_lseek.
29642         Define __lseek as an alias.
29643
29644         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29645
29646 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29647
29648         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29649         else clause and remove check for non-standard endianness.
29650
29651 2013-02-04  David S. Miller  <davem@davemloft.net>
29652
29653         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29654
29655 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29656
29657         [BZ #13550]
29658         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29659         (__ubp_memchr): Remove prototype.
29660         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29661         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29662         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29663         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29664         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29665         Remove alias.
29666         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29667         (__ubp_memchr): Likewise.
29668         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29669         (__ubp_memchr): Likewise.
29670         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29671         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29672         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29673         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29674         CHECK_STRING.
29675         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29676         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29677         (__getcwd): Do not use CHECK_STRING.
29678         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29679         <bp-checks.h>.
29680         (__real_chown): Do not use CHECK_STRING.
29681         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29682         <bp-checks.h>.
29683         (fchownat): Do not use CHECK_STRING.
29684         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29685         CHECK_STRING.
29686         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29687         <bp-checks.h>.
29688         (__lchown): Do not use CHECK_STRING.
29689         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29690         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29691         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29692         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29694         include <bp-checks.h>.
29695         (truncate64): Do not use CHECK_STRING.
29696         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29697         <bp-checks.h>.
29698         (__real_chown): Do not use CHECK_STRING.
29699         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29700         <bp-checks.h>.
29701         (__lchown): Do not use CHECK_STRING.
29702         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29703         <bp-checks.h>.
29704         (__chown): Do not use CHECK_STRING.
29705         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29706         <bp-checks.h>.
29707         (truncate64): Do not use CHECK_STRING.
29708         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29709         Likewise.
29710         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29711         (__xmknod): Do not use CHECK_STRING.
29712         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29713         <bp-checks.h>.
29714         (__xmknodat): Do not use CHECK_STRING.
29715         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29716         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29717
29718 2013-02-04  Andreas Schwab  <schwab@suse.de>
29719
29720         [BZ #14142]
29721         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29722         * include/netdb.h: Likewise for h_errno.
29723         * elf/tst-stackguard1.c: Include <tls.h>.
29724
29725 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29726
29727         * elf/link.h (struct link_map): Extend the l_addr comment.
29728         * include/link.h (struct link_map): Likewise.
29729
29730 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29731
29732         [BZ #13550]
29733         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29734         (BOUNDED_1): Remove macro.
29735         * debug/backtrace.c: Don't include <bp-checks.h>.
29736         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29737         (__backtrace): Likewise.
29738         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29739         <bp-checks.h>.
29740         (__backtrace): Don't use BOUNDED_1.
29741         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29742         <bp-checks.h>.
29743         (__backtrace): Don't use BOUNDED_1.
29744         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29745         (__backtrace): Don't use BOUNDED_1.
29746         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29747         (shmat): Don't use BOUNDED_N.
29748
29749 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29750
29751         [BZ #13550]
29752         * sysdeps/generic/bp-start.h: Remove file.
29753         * csu/libc-start.c: Don't include <bp-start.h>.
29754         (LIBC_START_MAIN): Set up __environ directly instead of using
29755         INIT_ARGV_and_ENVIRON.
29756         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29757         <bp-start.h>.
29758
29759         [BZ #13550]
29760         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29761         definitions.
29762         (CHECK_FCNTL): Likewise.
29763         (CHECK_N_PAGES): Likewise.
29764
29765         [BZ #13550]
29766         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29767         definitions.
29768         (CHECK_SIGSET_NULL_OK): Likewise.
29769         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29770         <bp-checks.h>.
29771         (sigpending): Don't use CHECK_SIGSET.
29772         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29773         <bp-checks.h>.
29774         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29775         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29776         <bp-checks.h>.
29777         (do_sigsuspend): Don't use CHECK_SIGSET.
29778         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29779         use CHECK_SIGSET.
29780         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29781         (do_sigwait): Don't use CHECK_SIGSET.
29782         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29783         use CHECK_SIGSET.
29784         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29785         include <bp-checks.h>.
29786         (sigpending): Don't use CHECK_SIGSET.
29787         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29788         include <bp-checks.h>.
29789         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29790         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29791         <bp-checks.h>.
29792         (sigpending): Don't use CHECK_SIGSET.
29793         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29794         <bp-checks.h>.
29795         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29796
29797         [BZ #13550]
29798         * sysdeps/generic/bp-semctl.h: Remove file.
29799         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29800         <bp-checks.h> and <bp-semctl.h>.
29801         (__old_semctl): Don't use CHECK_SEMCTL.
29802         (__new_semctl): Likewise.
29803         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29804         and <bp-semctl.h>.
29805         (__old_semctl): Don't use CHECK_SEMCTL.
29806         (__new_semctl): Likewise.
29807         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29808         <bp-checks.h> and <bp-semctl.h>.
29809         (__old_semctl): Don't use CHECK_SEMCTL.
29810         (__new_semctl): Likewise.
29811         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29812         <bp-checks.h> and <bp-semctl.h>.
29813         (semctl): Don't use CHECK_SEMCTL.
29814
29815         [BZ #13550]
29816         * Makerules (elide-bp-thunks): Remove variable.
29817         (elide-routines.oS): Don't use $(elide-bp-thunks).
29818         (elide-routines.os): Likewise.
29819         (elide-routines.o): Likewise.
29820         (elide-routines.op): Likewise.
29821         (elide-routines.og): Likewise.
29822         (objects): Don't use $(bp-thunks).
29823         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29824         include.
29825         (common-generated): Do not add s-proto-bp.d.
29826         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29827         (int): Likewise.
29828         (typ): Likewise.
29829         Do not generate makefile rules for bounded-pointer thunks.
29830         * sysdeps/generic/bp-thunks.h: Remove file.
29831         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29832         * sysdeps/unix/s-proto-bp.S: Likewise.
29833
29834         [BZ #15062]
29835         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29836         parts of result separately when argument is not close to line from
29837         -i to i and one part of argument is small.
29838         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29839         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29840         * math/libm-test.inc (cacos_test): Add more tests.
29841         (casin_test): Likewise.
29842         (casinh_test): Likewise.
29843         * sysdeps/i386/fpu/libm-test-ulps: Update.
29844         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29845
29846 2013-01-31  David S. Miller  <davem@davemloft.net>
29847
29848         * po/de.po: Update from translation team.
29849
29850 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29851
29852         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29853
29854 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29855
29856         * configure.in (_AC_PROG_CC_C89): New definition.
29857         * configure: Regenerate.
29858
29859         * configure.in (AC_PROG_CPP): New definition.
29860         * configure: Regenerate.
29861
29862 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29863
29864         * debug/tst-backtrace.h: New file.
29865         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29866         (ret): Remove variable.
29867         (x): Likewise.
29868         (FAIL): Remove macro.
29869         (NO_INLINE): Likewise.
29870         (fn1): Use match function instead of strstr.
29871         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29872         (ret): Remove variable.
29873         (x): Likewise.
29874         (FAIL): Remove macro.
29875         (NO_INLINE): Likewise.
29876         (fn): Use match function instead of strstr.
29877         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29878         (ret): Remove variable.
29879         (x): Likewise.
29880         (FAIL): Remove macro.
29881         (NO_INLINE): Likewise.
29882         (handle_signal): Use match function instead of strstr.
29883         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29884         (ret): Remove variable.
29885         (x): Likewise.
29886         (FAIL): Remove macro.
29887         (NO_INLINE): Likewise.
29888         (handle_signal): Use match function instead of strstr.
29889
29890 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29891
29892         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29893
29894 2013-01-23  David S. Miller  <davem@davemloft.net>
29895
29896         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29897         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29898         argument of CAS if possible.
29899         * sysdeps/sparc/sparc64/bits/atomic.h
29900         (__arch_compare_and_exchange_val_32_acq): Likewise.
29901         (__arch_compare_and_exchange_val_64_acq): Likewise.
29902
29903 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29904
29905         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29906         * sysdeps/posix/ulimit.c: ... this.
29907         Include <limits.h>.
29908         * sysdeps/unix/bsd/ulimit.c: Remove file.
29909
29910 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29911
29912         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29913         (LDFLAGS-tst-array5): Likewise.
29914
29915 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29916
29917         [BZ #15036]
29918         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29919         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29920         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29921         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29922
29923 2013-01-21  David S. Miller  <davem@davemloft.net>
29924
29925         * sysdeps/sparc/backtrace.c: New file.
29926         * sysdeps/sparc/sparc32/backtrace.h: New file.
29927         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29928         * sysdeps/sparc/sparc64/backtrace.h: New file.
29929         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29930         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29931         -funwind-tables.
29932
29933 2013-01-21  Andreas Schwab  <schwab@suse.de>
29934
29935         [BZ #15020]
29936         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29937         closed its stdout.
29938
29939 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29940
29941         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29942         "mpa2.h".
29943         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29944
29945 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29946             Mark Mitchell  <mark@codesourcery.com>
29947             Tom de Vries  <tom@codesourcery.com>
29948             Paul Pluzhnikov  <ppluzhnikov@google.com>
29949
29950         * debug/tst-backtrace2.c: New file.
29951         * debug/tst-backtrace3.c: Likewise.
29952         * debug/tst-backtrace4.c: Likewise.
29953         * debug/tst-backtrace5.c: Likewise.
29954         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29955         (CFLAGS-tst-backtrace3.c): Likewise.
29956         (CFLAGS-tst-backtrace4.c): Likewise.
29957         (CFLAGS-tst-backtrace5.c): Likewise.
29958         (LDFLAGS-tst-backtrace2): Likewise.
29959         (LDFLAGS-tst-backtrace3): Likewise.
29960         (LDFLAGS-tst-backtrace4): Likewise.
29961         (LDFLAGS-tst-backtrace5): Likewise.
29962         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29963         tst-backtrace4 and tst-backtrace5.
29964
29965 2013-01-18  Anton Blanchard  <anton@samba.org>
29966             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29967
29968         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29969         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29970         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29971         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29973         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29974         "+r" and remove output regs list as redundant.  Add explicit inline
29975         asm to specify register of return val to work around compiler codegen
29976         bug.  Remove (int) cast on return value.  Add return type parameter to
29977         use in macro so that this macro does not truncate return value for
29978         64-bit values.
29979         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29980         pass to INTERNAL_VSYSCALL_NCS.
29981         (INLINE_VSYSCALL): Add 'long int' as return type to
29982         INTERNAL_VSYSCALL_NCS macro invocation.
29983         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29984         INTERNAL_VSYSCALL_NCS macro invocation.
29985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29986
29987 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29988
29989         [BZ #14496]
29990         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29991         Fix application of SIMD FP exception mask.
29992
29993         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29994         mp_no from a power of two.
29995         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29996         __mpexp_twomm1.  Use __pow_mp.
29997
29998         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29999         multiplication.
30000
30001 2013-01-17  David S. Miller  <davem@davemloft.net>
30002
30003         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30004
30005 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30006
30007         [BZ #15023]
30008         * include/complex.h: Condition contents on [!_COMPLEX_H].
30009         (__kernel_casinhf): New prototype.
30010         (__kernel_casinh): Likewise.
30011         (__kernel_casinhl): Likewise.
30012         * math/Makefile (libm_calls): Add k_casinh.
30013         * math/k_casinh.c: New file.
30014         * math/k_casinhf.c: Likewise.
30015         * math/k_casinhl.c: Likewise.
30016         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30017         finite nonzero arguments.
30018         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30019         finite nonzero arguments.
30020         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30021         finite nonzero arguments.
30022         * math/s_casinh.c: Do not include <float.h>.
30023         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30024         * math/s_casinhf.c: Do not include <float.h>.
30025         (__casinhf): Move code for finite nonzero arguments to
30026         k_casinhf.c.
30027         * math/s_casinhl.c: Do not include <float.h>.
30028         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30029         redefine.
30030         (__casinhl): Move code for finite nonzero arguments to
30031         k_casinhl.c.
30032         * math/libm-test.inc (cacos_test): Add more tests.
30033         * sysdeps/i386/fpu/libm-test-ulps: Update.
30034         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30035
30036 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30037
30038         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30039         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30040         [!HAVE_MREMAP]: Remove [defined linux] case.
30041         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30042
30043 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30044
30045         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30046
30047 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30048
30049         * elf/elf.h (R_386_SIZE32): New relocation.
30050         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30051         R_386_SIZE32.
30052         (elf_machine_rela): Likewise.
30053         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30054         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30055
30056 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30057
30058         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30059         (FP_FAST_FMA): Do not define.
30060         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30061         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30062         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30063         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30064         !_SOFT_FLOAT]: Likewise.
30065         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30066         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30067         value.
30068         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30069         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30070         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30071         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30072         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30073         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30074         file.
30075
30076 2013-01-16  Andreas Schwab  <schwab@suse.de>
30077
30078         [BZ #14327]
30079         * include/stdlib.h (__mktemp): Add declaration.
30080         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30081         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30082
30083 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30084
30085         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30086         definitions.
30087         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30088         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30089         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30090         definitions here.
30091         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30092         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30093         definitions.
30094         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30095         and ONE.
30096         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30097         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30098         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30099         definitions.
30100         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30101         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30102         definitions.
30103         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30104
30105         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30106
30107 2013-01-15  David S. Miller  <davem@davemloft.net>
30108
30109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30110         trunc{,f} to libm-sysdep_routes.
30111         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30112         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30113         file.
30114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30116         file.
30117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30118         file.
30119         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30120         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30121         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30122         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30123         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30124         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30125         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30126         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30127
30128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30129         nearbyint{,f} to libm-sysdep_routes.
30130         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30132         New file.
30133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30134         file.
30135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30136         New file.
30137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30138         file.
30139         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30140         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30141         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30142         file.
30143         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30144         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30145         file.
30146         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30147         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30148         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30149
30150         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30151         libc_feholdexcept and libc_fesetenv.
30152
30153 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30154
30155         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30156
30157 2013-01-14  David S. Miller  <davem@davemloft.net>
30158
30159         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30160         (SPARC_ASM_VIS2_IFUNC): Likewise.
30161         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30163         use of 'siam' instruction.
30164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30165         Likewise.
30166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30167         Likewise.
30168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30169         Likewise.
30170         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30171         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30172         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30173         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30175         file.
30176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30177         file.
30178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30179         file.
30180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30181         file.
30182         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30183         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30184         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30185         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30187         new VIS2 routines.
30188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30191         Likewise.
30192         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30193         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30194         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30195         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30197         routines to libm-sysdep_routines.
30198         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30199
30200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30201         fdim/fdimf to libm-sysdep_routines.
30202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30203         file.
30204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30206         file.
30207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30208         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30209         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30210         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30211         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30212         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30213         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30214
30215 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30216
30217         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30218         to optimize copies.
30219
30220         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30221         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30222         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30223
30224         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30225         local variable MPTWO.
30226         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30227         Likewise.
30228
30229 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30230
30231         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30232         GLOB_NOESCAPE.
30233
30234 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30235
30236         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30237
30238 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30239
30240         * manual/pattern.texi (glob_t): Document gl_flags.
30241         (glob64_t): Likewise.
30242
30243 2013-01-11  David S. Miller  <davem@davemloft.net>
30244
30245         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30246         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30247         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30248         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30249         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30250         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30251         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30252         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30253         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30254         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30255         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30256         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30257         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30258
30259         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30260         sparc V9 rather than using V8 code.
30261         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30262         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30263
30264         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30265         Move to...
30266         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30267         Here.
30268
30269 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30270
30271         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30272         not in the main loop.
30273         * configure: Regenerated.
30274
30275 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30276
30277         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30278         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30279         to just #else.
30280         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30281         [!__GLIBC_HAVE_LONG_LONG] case.
30282         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30283         condition to just #else.
30284         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30285         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30286         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30287         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30288         unconditional.
30289         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30290         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30291         #elif condition to just #else.
30292         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30293         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30294         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30295         #elif condition to just #else.
30296
30297 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30298
30299         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30300         (EF_MIPS_ARCH_64): Fix value.
30301         (EF_MIPS_ARCH_32R2): New.
30302         (EF_MIPS_ARCH_64R2): New.
30303
30304 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30305
30306         * Makeconfig (+link-pie-before-libc): New.
30307         (+link-pie-after-libc): Likewise.
30308         (+link-pie-tests): Likewise.
30309         (+link-pie): Rewritten.
30310         (link-before-libc): Remove $(config-LDFLAGS).
30311         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30312         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30313         (config-LDFLAGS): Renamed to ...
30314         (rtld-LDFLAGS): This.
30315         (rtld-tests-LDFLAGS): New macro.
30316         (link-libc-rpath-link): Likewise.
30317         (link-libc-tests-rpath-link): Likewise.
30318         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30319         (link-libc): Prepand $(link-libc-rpath-link).
30320         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30321         (test-program-prefix): New macro.
30322         (test-via-rtld-prefix): Likewise.
30323         (test-program-cmd): Likewise.
30324         (host-test-program-cmd): Likewise.
30325         * Makefile ($(common-objpfx)testrun.sh): Replace
30326         $(run-program-prefix) with $(test-program-prefix).
30327         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30328         $(rtld-LDFLAGS).
30329         ($(common-objpfx)shlib.lds): Likewise.
30330         (build-module-helper): Likewise.
30331         ($(common-objpfx)format.lds): Likewise.
30332         * Rules (binaries-pie-tests): New.
30333         (binaries-pie-notests): Likewise.
30334         (binaries-pie): Rewritten.
30335         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30336         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30337         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30338         (make-test-out): Replace $(host-built-program-cmd) with
30339         $(host-test-program-cmd).
30340         * config.make.in (build-hardcoded-path-in-tests): New variable.
30341         * configure.in (--enable-hardcoded-path-in-tests): New configure
30342         option.
30343         (hardcoded_path_in_tests): New AC_SUBST.
30344         * configure: Regenerated.
30345         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30346         $(built-program-cmd) with $(test-program-cmd).
30347         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30348         (test_program_cmd): This.
30349         * elf/Makefile ($(objpfx)order.out): Run test with
30350         $(test-program-prefix).
30351         ($(objpfx)order2.out): Likewise.
30352         ($(objpfx)tst-initorder.out): Likewise.
30353         ($(objpfx)tst-initorder2.out): Likewise.
30354         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30355         $(test-program-cmd).
30356         ($(objpfx)tst-array1-static.out): Likewise.
30357         ($(objpfx)tst-array2.out): Likewise.
30358         ($(objpfx)tst-array3.out): Likewise.
30359         ($(objpfx)tst-array4.out): Likewise.
30360         ($(objpfx)tst-array5.out): Likewise.
30361         ($(objpfx)tst-array5-static.out): Likewise.
30362         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30363         $(test-program-cmd).
30364         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30365         $(run-program-prefix) with $(test-program-prefix).
30366         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30367         (test_program_prefix): This.
30368         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30369         $(run-program-prefix) with $(test-program-prefix).
30370         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30371         (test_program_prefix): This.
30372         * iconvdata/tst-tables.sh: Likewise.
30373         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30374         $(run-program-prefix) with $(test-program-prefix).
30375         ($(objpfx)tst-translit.out): Likewise.
30376         ($(objpfx)tst-gettext2.out): Likewise.
30377         ($(objpfx)tst-gettext4.out): Likewise.
30378         ($(objpfx)tst-gettext6.out): Likewise.
30379         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30380         (test_program_prefix): This.
30381         * intl/tst-gettext2.sh: Likewise.
30382         * intl/tst-gettext4.sh  Likewise.
30383         * intl/tst-gettext6.sh: Likewise.
30384         * intl/tst-translit.sh: Likewise.
30385         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30386         with $(test-program-cmd).
30387         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30388         $(run-program-prefix) with $(test-program-prefix).
30389         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30390         (test_program_prefix): This.
30391         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30392         $(run-program-prefix) with $(test-program-prefix).
30393         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30394         (test_program_prefix): This.
30395         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30396         * posix/Makefile ($(objpfx)globtest.out): Replace
30397         $(run-via-rtld-prefix) and $(test-wrapper) with
30398         $(test-program-prefix) and $(test-via-rtld-prefix).
30399         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30400         $(test-program-prefix).
30401         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30402         $(host-test-program-cmd).
30403         (tst-spawn-ARGS): Likewise.
30404         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30405         $(test-program-prefix).
30406         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30407         (test_via_rtld_prefix): This.
30408         (test_wrapper): Renamed to ...
30409         (test_program_prefix): This.
30410         (run_program_prefix): Replaced by test_program_prefix.
30411         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30412         (test_program_prefix): This.
30413         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30414         with $(host-test-program-cmd).
30415         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30416         $(run-program-prefix) with $(test-program-prefix).
30417         ($(objpfx)tst-printf.out): Likewise.
30418         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30419         $(test-program-cmd).
30420         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30421         (test_program_prefix): This.
30422         * stdio-common/tst-unbputc.sh: Likewise.
30423         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30424         $(run-program-prefix) with $(test-program-prefix).
30425         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30426         (test_program_prefix): This.
30427         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30428         $(built-program-cmd) with $(test-program-cmd).
30429
30430 2013-01-11  Andreas Jaeger  <aj@suse.de>
30431
30432         [BZ #15003]
30433         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30434         value. Sync with Linux 3.7.
30435
30436 2013-01-10  David S. Miller  <davem@davemloft.net>
30437
30438         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30439         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30440         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30441
30442 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30443
30444         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30445         never set.
30446         * configure: Regenerated.
30447
30448 2013-01-10  David S. Miller  <davem@davemloft.net>
30449
30450         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30451         sparc V9 rather than using V8 code.
30452         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30453         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30454
30455 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30456
30457         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30458         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30459         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30460         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30461         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30462         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30463         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30464         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30465         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30466         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30467         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30468         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30469         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30470         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30471         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30472         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30473         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30474         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30475         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30476         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30477         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30478         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30479         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30480         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30481         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30482         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30483         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30484
30485 2013-01-10  David S. Miller  <davem@davemloft.net>
30486
30487         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30488
30489 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30490
30491         * posix/Makefile (tests-static): New variable.
30492         (tests): Add $(tests-static).
30493         (tst-exec-static-ARGS): New variable.
30494         (tst-spawn-static-ARGS): Likewise.
30495         * posix/tst-exec-static.c: New file.
30496         * posix/tst-spawn-static.c: Likewise.
30497         * posix/tst-exec.c: Support run directly.
30498         * posix/tst-spawn.c: Likewise.
30499
30500 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30501
30502         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30503         long.
30504         * math/bits/mathcalls.h (llrint): Likewise.
30505         (llround): Likewise.
30506         * stdlib/stdlib.h (struct drand48_data): Likewise.
30507         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30508         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30509         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30510         Likewise.
30511         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30512         Likewise.
30513         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30514         (elf_greg_t): Likewise.
30515         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30516         (__jmp_buf): Likewise.
30517         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30518         definitions.
30519         (llrint): Likewise, for all definitions.
30520         (llrintl): Likewise.
30521
30522         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30523         Remove [__GNUC__] condition.
30524         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30525         condition to just [__USE_ISOC99].
30526         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30527
30528 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30529
30530         [BZ #14200]
30531         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30532         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30533         defined.
30534         (_POSIX_V6_ILP32_OFF32): Likewise.
30535         (_XBS5_ILP32_OFF32): Likewise.
30536         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30537         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30538
30539 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30540
30541         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30542
30543         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30544         doubles __mpexp_twomm1.  Adjust usage.
30545         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30546         Remove.
30547
30548 2013-01-10  Andreas Schwab  <schwab@suse.de>
30549
30550         [BZ #14964]
30551         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30552         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30553
30554 2013-01-09  David S. Miller  <davem@davemloft.net>
30555
30556         [BZ #15003]
30557         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30558         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30559         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30560         (TCP_FASTOPEN): Define.
30561         (tcp_repair_opt): New structure.
30562         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30563         enum values.
30564         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30565         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30566         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30567         (tcp_cookie_transactions): New structure.
30568
30569 2013-01-09  Anton Blanchard  <anton@samba.org>
30570
30571         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30572         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30573         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30574         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30575
30576 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30577
30578         * include/features.h (__USE_ANSI): Remove.
30579
30580 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30581
30582         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30583
30584         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30585
30586 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30587
30588         * sysdeps/s390/fpu/libm-test-ulps: Update.
30589
30590         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30591
30592         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30593         (__acr): Likewise.
30594         (__cpy): Likewise.
30595         (norm): Likewise.
30596         (denorm): Likewise.
30597         (__mp_dbl): Likewise.
30598         (__dbl_mp): Likewise.
30599         (add_magnitudes): Likewise.
30600         (sub_magnitudes): Likewise.
30601         (__add): Likewise.
30602         (__sub): Likewise.
30603         (__mul): Likewise.
30604         (__inv): Likewise.
30605         (__dvd): Likewise.
30606         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30607         (__acr): Likewise.
30608         (__cpy): Likewise.
30609         (norm): Likewise.
30610         (denorm): Likewise.
30611         (__mp_dbl): Likewise.
30612         (__dbl_mp): Likewise.
30613         (add_magnitudes): Likewise.
30614         (sub_magnitudes): Likewise.
30615         (__add): Likewise.
30616         (__sub): Likewise.
30617         (__mul): Likewise.
30618         (__inv): Likewise.
30619         (__dvd): Likewise.
30620         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30621         (__acr): Likewise.
30622         (__cpy): Likewise.
30623         (norm): Likewise.
30624         (denorm): Likewise.
30625         (__mp_dbl): Likewise.
30626         (__dbl_mp): Likewise.
30627         (add_magnitudes): Likewise.
30628         (sub_magnitudes): Likewise.
30629         (__add): Likewise.
30630         (__sub): Likewise.
30631         (__mul): Likewise.
30632         (__inv): Likewise.
30633         (__dvd): Likewise.
30634
30635 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30636
30637         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30638         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30639         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30640         2 && __USE_EXTERN_INLINES]: Likewise.
30641
30642 2013-01-08  Andreas Jaeger  <aj@suse.de>
30643
30644         [BZ# 14985]
30645         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30646         Remove.
30647         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30648         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30649
30650 2013-01-07  Anton Blanchard  <anton@samba.org>
30651
30652         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30653         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30654         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30655         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30656         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30657         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30658         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30659         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30660         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30661         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30662         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30663         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30664         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30665         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30666         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30667         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30668         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30669         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30670         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30671         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30672         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30673         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30674         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30675         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30676         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30677         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30678         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30679         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30680         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30681         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30682         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30683         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30684         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30685         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30686         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30687         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30688         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30689         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30690         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30691         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30692         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30693         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30694         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30695
30696 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30697
30698         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30699         (__MALLOC_PMT): Likewise.
30700         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30701         [__GNUC__], only on [_LIBC].
30702         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30703         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30704         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30705         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30706         forward declaration.
30707         (realloc_hook_ini): Likewise.
30708         (memalign_hook_ini): Likewise.
30709         (__libc_memalign): Do not use __MALLOC_PMT in variable
30710         declaration.
30711         (__libc_valloc): Likewise.
30712         (__libc_pvalloc): Likewise.
30713         (__libc_calloc): Likewise.
30714         (__posix_memalign): Likewise.
30715
30716         [BZ #14996]
30717         * math/s_casinh.c: Include <float.h>.
30718         (__casinh): Do not do computation with squaring and square root
30719         for large arguments.
30720         * math/s_casinhf.c: Include <float.h>.
30721         (__casinhf): Do not do computation with squaring and square root
30722         for large arguments.
30723         * math/s_casinhl.c: Include <float.h>.
30724         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30725         (__casinhl): Do not do computation with squaring and square root
30726         for large arguments.
30727         * math/libm-test.inc (casin_test): Add more tests.
30728         (casinh_test): Likewise.
30729         * sysdeps/i386/fpu/libm-test-ulps: Update.
30730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30731
30732 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30733
30734         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30735         (__x86_64_raw_data_cache_size): Likewise.
30736         (__x86_64_data_cache_size_half): Likewise.
30737         (__x86_64_raw_data_cache_size_half): Likewise.
30738         (__x86_64_shared_cache_size): Likewise.
30739         (__x86_64_raw_shared_cache_size): Likewise.
30740         (__x86_64_shared_cache_size_half): Likewise.
30741         (__x86_64_raw_shared_cache_size_half): Likewise.
30742         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30743         to ...
30744         (__x86_data_cache_size): This.
30745         (__x86_64_raw_data_cache_size): Renamed to ...
30746         (__x86_raw_data_cache_size): This.
30747         (__x86_64_data_cache_size_half): Renamed to ...
30748         (__x86_data_cache_size_half): This.
30749         (__x86_64_raw_data_cache_size_half): Renamed to ...
30750         (__x86_raw_data_cache_size_half): This.
30751         (__x86_64_shared_cache_size): Renamed to ...
30752         (__x86_shared_cache_size): This.
30753         (__x86_64_raw_shared_cache_size): Renamed to ...
30754         (__x86_raw_shared_cache_size): This.
30755         (__x86_64_shared_cache_size_half): Renamed to ...
30756         (__x86_shared_cache_size_half): This.
30757         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30758         (__x86_raw_shared_cache_size_half): This.
30759         * sysdeps/x86_64/memcpy.S: Updated.
30760         * sysdeps/x86_64/memset.S: Likewise.
30761         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30762         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30763         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30764
30765 2013-01-04  David S. Miller  <davem@davemloft.net>
30766
30767         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30768
30769 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30770
30771         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30772         1 to avoid redefinition warning.
30773         (__USE_GNU): Don't define.
30774         (init_signaling_nan): Protoize.
30775
30776         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30777
30778 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30779
30780         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30781         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30782         (__cpymn): Likewise.
30783         (norm): Remove commented code.
30784         (denorm): Likewise.
30785         (__mp_dbl): Likewise.
30786         (__inv): Likewise.
30787         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30788         (__cpymn): Likewise.
30789         (norm): Remove commented code.
30790         (denorm): Likewise.
30791         (__mp_dbl): Likewise.
30792         (__inv): Likewise.
30793
30794         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30795         mp_no value for 1.0 and 2.0.
30796         (norm): Use RADIXI instead of radixi.d.
30797         (denorm): Likewise.
30798         (__mul): Use 0.0 instead of zero.d.
30799         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30800         mp_no value for 1.0 and 2.0.
30801         (norm): Use RADIXI instead of radixi.d.
30802         (denorm): Likewise.
30803         (__mul): Use 0.0 instead of zero.d.
30804
30805 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30806
30807         [BZ #14994]
30808         * math/s_casinh.c (__casinh): Reduce finite argument to first
30809         quadrant then set signs of results at the end.
30810         * math/s_casinhf.c (__casinhf): Likewise.
30811         * math/s_casinhl.c (__casinhl): Likewise.
30812         * math/libm-test.inc (casin_test): Add more tests.
30813         (casinh_test): Likewise.
30814         * sysdeps/i386/fpu/libm-test-ulps: Update.
30815         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30816
30817 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30818
30819         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30820
30821         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30822
30823         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30824         declarations.
30825         (denorm): Likewise.
30826         (__mp_dbl): Likewise.
30827         (__inv): Likewise.
30828
30829         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30830         and adjust the header comment.
30831
30832         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30833         variable name from declaration.
30834
30835 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30836
30837         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30838         Initialize COMMON_CPUID_INDEX_7 element.
30839         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30840         (CPUID_RTM): Likewise.
30841         (HAS_RTM): Likewise.
30842         (COMMON_CPUID_INDEX_7): New enum.
30843
30844 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30845
30846         [BZ #14981]
30847         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30848         size is zero, record memory as freed.
30849
30850 2013-01-03  Andreas Jaeger  <aj@suse.de>
30851
30852         * po/ia.po: Add new Interlingua translation.
30853
30854 2012-01-03  Allan McRae  <allan@archlinux.org>
30855
30856         * locale/programs/localedef.c: Fix description of '--posix' flag.
30857
30858 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30859
30860         * NEWS: Update dates in second copyright notice.
30861         * README: Update copyright dates in example.
30862         * manual/libc.texinfo: Update copyright dates.
30863         * scripts/test-installation.pl: Update copyright date in --version
30864         output.
30865
30866         * hurd/ctty-input.c: Fix copyright notice formatting.
30867         * hurd/ctty-output.c: Likewise.
30868         * hurd/dtable.c: Likewise.
30869         * hurd/hurd-raise.c: Likewise.
30870         * hurd/hurdprio.c: Likewise.
30871         * hurd/msgportdemux.c: Likewise.
30872         * misc/sys/file.h: Likewise.
30873         * misc/sys/ioctl.h: Likewise.
30874         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30875         * sysdeps/mach/hurd/chdir.c: Likewise.
30876         * sysdeps/mach/hurd/fchdir.c: Likewise.
30877         * sysdeps/mach/hurd/rename.c: Likewise.
30878         * sysdeps/mach/hurd/rmdir.c: Likewise.
30879         * sysdeps/mach/hurd/seekdir.c: Likewise.
30880         * sysdeps/mach/hurd/setsid.c: Likewise.
30881         * sysdeps/posix/wait3.c: Likewise.
30882
30883         * All files with FSF copyright notices: Update copyright dates
30884         using scripts/update-copyrights.
30885         * intl/plural.c: Regenerated.
30886         * locale/programs/charmap-kw.h: Likewise.
30887         * locale/programs/locfile-kw.h: Likewise.
30888
30889 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30890
30891         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30892         four values.
30893
30894         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30895         calculation loop and add branch prediction.
30896
30897         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30898         check access beyond bounds of m1np.
30899
30900         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30901         MPTWO.
30902         (__inv): Remove local variable MPTWO to use the global
30903         constant.
30904         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30905         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30906         variable MPTWO.
30907         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30908         MP3HALFS static const.
30909
30910 2013-01-01  David S. Miller  <davem@davemloft.net>
30911
30912         * po/ca.po: Update from translation team.
30913
30914 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30915
30916         * scripts/update-copyrights: New file.
30917         * Makeconfig: Reformat copyright notice.
30918         * ctype/ctype.h: Likewise.
30919         * debug/swprintf_chk.c: Likewise.
30920         * elf/dl-cache.c: Likewise.
30921         * elf/dl-debug.c: Likewise.
30922         * elf/dl-object.c: Likewise.
30923         * grp/initgroups.c: Likewise.
30924         * hurd/Makefile: Likewise.
30925         * hurd/hurd/signal.h: Likewise.
30926         * hurd/hurdfault.c: Likewise.
30927         * hurd/hurdioctl.c: Likewise.
30928         * hurd/hurdlookup.c: Likewise.
30929         * hurd/intr-msg.c: Likewise.
30930         * iconv/gconv_open.c: Likewise.
30931         * libio/swprintf.c: Likewise.
30932         * locale/lc-ctype.c: Likewise.
30933         * locale/nl_langinfo.c: Likewise.
30934         * mach/Machrules: Likewise.
30935         * mach/Makefile: Likewise.
30936         * malloc/obstack.h: Likewise.
30937         * manual/Makefile: Likewise.
30938         * manual/tsort.awk: Likewise.
30939         * misc/bits/stab.def: Likewise.
30940         * nis/nis_print_group_entry.c: Likewise.
30941         * nis/nis_table.c: Likewise.
30942         * nis/nss_compat/compat-pwd.c: Likewise.
30943         * nis/nss_compat/compat-spwd.c: Likewise.
30944         * po/Makefile: Likewise.
30945         * posix/fnmatch.c: Likewise.
30946         * posix/regex.h: Likewise.
30947         * resolv/Makefile: Likewise.
30948         * resolv/nss_dns/dns-network.c: Likewise.
30949         * resolv/res_hconf.c: Likewise.
30950         * scripts/gen-sorted.awk: Likewise.
30951         * soft-fp/soft-fp.h: Likewise.
30952         * stdio-common/printf.h: Likewise.
30953         * stdlib/monetary.h: Likewise.
30954         * stdlib/random.c: Likewise.
30955         * stdlib/random_r.c: Likewise.
30956         * sysdeps/generic/Makefile: Likewise.
30957         * sysdeps/gnu/Makefile: Likewise.
30958         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30959         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30960         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30961         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30962         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30963         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30964         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30965         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30966         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30967         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30968         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30969         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30970         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30971         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30972         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30973         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30974         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30975         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30976         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30977         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30978         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30979         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30980         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30981         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30982         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30983         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30984         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30985         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30986         * sysdeps/mach/hurd/errnos.awk: Likewise.
30987         * sysdeps/mach/hurd/fork.c: Likewise.
30988         * sysdeps/mach/hurd/getcwd.c: Likewise.
30989         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30990         * sysdeps/mach/hurd/mmap.c: Likewise.
30991         * sysdeps/mach/hurd/utimes.c: Likewise.
30992         * sysdeps/mach/hurd/xmknod.c: Likewise.
30993         * sysdeps/posix/profil.c: Likewise.
30994         * sysdeps/posix/readdir_r.c: Likewise.
30995         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30996         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30997         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30998         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30999         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31000         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31001         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31002         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31003         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31004         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31005         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31006         * sysdeps/pthread/lio_listio.c: Likewise.
31007         * sysdeps/sparc/dl-procinfo.h: Likewise.
31008         * sysdeps/unix/i386/sysdep.S: Likewise.
31009         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31010         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31011         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31012         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31014         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31015         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31016         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31017         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31018         * sysdeps/wordsize-32/divdi3.c: Likewise.
31019         * time/sys/time.h: Likewise.
31020         * wcsmbs/Makefile: Likewise.
31021
31022 2013-01-01  David S. Miller  <davem@davemloft.net>
31023
31024         * po/fr.po: Update from translation team.
31025
31026         * catgets/gencat.c: Update copyright year.
31027         * csu/version.c: Likewise.
31028         * debug/catchsegv.sh: Likewise.
31029         * debug/pcprofiledump.c: Likewise.
31030         * debug/xtrace.sh: Likewise.
31031         * elf/ldconfig.c: Likewise.
31032         * elf/ldd.bash.in: Likewise.
31033         * elf/pldd.c: Likewise.
31034         * elf/sotruss.ksh: Likewise.
31035         * elf/sprof.c: Likewise.
31036         * iconv/iconv_prog.c: Likewise.
31037         * iconv/iconvconfig.c: Likewise.
31038         * locale/programs/locale.c: Likewise.
31039         * locale/programs/localedef.c: Likewise.
31040         * login/programs/pt_chown.c: Likewise.
31041         * malloc/memusage.sh: Likewise.
31042         * malloc/memusagestat.c: Likewise.
31043         * malloc/mtrace.pl: Likewise.
31044         * nscd/nscd.c: Likewise.
31045         * nss/getent.c: Likewise.
31046         * nss/makedb.c: Likewise.
31047         * posix/getconf.c: Likewise.
31048
31049 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31050
31051         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31052         numbers.
31053
31054 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31055
31056         * math/bits/mathcalls.h (modf): Use __nonnull.
31057
31058 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31059
31060         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31061         (split): Use macro CN instead of the bare value.
31062         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31063         could be used.
31064         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31065         instead of the bare value.
31066         (power1): Likewise.
31067
31068 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31069
31070         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31071         __ATAN_TWOM.
31072         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31073
31074         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31075         their values.
31076         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31077         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31078         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31079         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31080
31081 2012-12-28  Andreas Jaeger  <aj@suse.de>
31082
31083         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31084         values are from Linux 3.7.
31085
31086         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31087         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31088
31089 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31090
31091         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31092         TRUE case.
31093
31094         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31095         (norm): Likewise.
31096         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31097         variables with preprocessor constants.
31098         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31099         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31100         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31101
31102 2012-12-27  Bruno Haible  <bruno@clisp.org>
31103
31104         [BZ #14317]
31105         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31106         only if needed.
31107
31108 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31109
31110         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31111         and use variable directly.
31112         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31113
31114         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31115         MPONE.
31116         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31117         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31118         variable MPONE.
31119         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31120         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31121         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31122         include directive.  Remove local variable MPONE.
31123         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31124         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31125         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31126
31127 2012-12-25  David S. Miller  <davem@davemloft.net>
31128
31129         * version.h (RELEASE): Set to "development".
31130         (VERSION): Set to "2.17.90".
31131         * NEWS: Add 2.18 section.
31132
31133 2012-12-21  David S. Miller  <davem@davemloft.net>
31134
31135         * po/hr.po: Update from translation team.
31136
31137 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31138
31139         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31140
31141 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31142
31143         * NEWS:  Mention new memcpy for MIPS.
31144
31145 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31146
31147         * manual/contrib.texi (Contributors): Spelling correction.
31148
31149 2012-12-15  David S. Miller  <davem@davemloft.net>
31150
31151         * po/ru.po: Update from translation team.
31152
31153 2012-12-13  David S. Miller  <davem@davemloft.net>
31154
31155         * NEWS: Mention IFUNC testsuite enhancements.
31156
31157         * po/pl.po: Update from translation team.
31158         * po/bg.po: Likewise.
31159
31160         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31161         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31162
31163 2012-12-11  David S. Miller  <davem@davemloft.net>
31164
31165         * po/sv.po: Update from translation team.
31166
31167         * po/vi.po: Update from translation team.
31168
31169         * po/cs.po: Update from translation team.
31170
31171         * po/de.po: Update from translation team.
31172         * po/eo.po: Likewise.
31173         * po/nl.po: Likewise.
31174
31175 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31176
31177         [BZ #14246]
31178         * manual/argp.texi (Argp Helper Functions): Move node to follow
31179         Argp Parsing State.
31180
31181         [BZ #14872]
31182         * manual/conf.texi (Limits on File System Capacity): Mention if
31183         terminating null is included in the max size.
31184
31185 2012-12-10  Andreas Jaeger  <aj@suse.de>
31186
31187         * po/cs.po: Update from translation team.
31188
31189 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31190
31191         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31192         void pointer and cast to uintptr_t.
31193         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31194         path.
31195         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31196         * sysdeps/s390/s390-64/memset.S: Likewise.
31197
31198 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31199
31200         [BZ #14833]
31201         * menual/message.texi (Message Translation): Fix typos.
31202         (Helper programs for gettext): Likewise.
31203
31204 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31205
31206         [BZ #14898]
31207         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31208         Change to -1.
31209
31210 2012-12-07  David S. Miller  <davem@davemloft.net>
31211
31212         * po/libc.pot: Update.
31213
31214 2012-12-07  Richard Henderson  <rth@redhat.com>
31215
31216         [BZ #10114]
31217         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31218         normal/normal case to before the switch.
31219         (_FP_DIV): Likewise.
31220
31221 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31222             Mike Frysinger  <vapier@gentoo.org>
31223
31224         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31225         check for __NR_fadvise64_64.
31226
31227 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31228
31229         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31230         0, not just to plain "0" as a statement.
31231         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31232         with cw.
31233
31234 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31235
31236         * NEWS: Use sourceware.org in Bugzilla URL.
31237
31238 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31239
31240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31241         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31242
31243         * stdio-common/tst-put-error.c (do_test): Add newline to the
31244         padded test to ensure flush.
31245
31246 2012-12-05  Jeff Law  <law@redhat.com>
31247
31248         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31249
31250 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31251
31252         * README: Don't refer to ports add-on as distributed separately.
31253         Mention AArch64 in list of systems supported in the ports add-on.
31254
31255         * LICENSES: Add more non-FSF copyright and license notices.
31256
31257         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31258         ((unused)).
31259
31260         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31261
31262         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31263         10000 as width of padded output.
31264
31265 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31266
31267         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31268
31269         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31270         variable LX with __attribute__ ((unused)).
31271         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31272         Likewise.
31273         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31274         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31275         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31276         with __attribute__ ((unused)).
31277
31278 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31279
31280         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31281
31282 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31283
31284         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31285         (CFLAGS-nldbl-acos.c): New variable.
31286         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31287         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31288         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31289         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31290         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31291         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31292         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31293         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31294         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31295         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31296         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31297         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31298         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31299         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31300         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31301         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31302         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31303         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31304         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31305         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31306         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31307         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31308         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31309         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31310         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31311         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31312         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31313         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31314         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31315         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31316         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31317         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31318         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31319         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31320         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31321         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31322         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31323         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31324         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31325         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31326         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31327         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31328         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31329         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31330         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31331         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31332         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31333         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31334         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31335         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31336         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31337         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31338         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31339         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31340         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31341         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31342         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31343         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31344         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31345         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31346         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31347         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31348         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31349         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31350         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31351         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31352         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31353         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31354         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31355         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31356         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31357         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31358         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31359         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31360         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31361         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31362         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31363         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31364         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31365         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31366         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31367         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31368         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31369         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31370         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31371         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31372         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31373         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31374         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31375         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31376         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31377         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31378         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31379         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31380         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31381         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31382         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31383
31384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31385         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31386
31387         [BZ #14914]
31388         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31389         whole low double instead of just low 47 bits when splitting values
31390         into two parts.
31391
31392 2012-12-03  Allan McRae  <allan@archlinux.org>
31393
31394         * manual/stdio.texi (Predefined Printf Handlers): Remove
31395         @hsep and @vsep usage.
31396
31397 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31398
31399         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31400         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31401
31402 2012-12-03  Jeff Law  <law@redhat.com>
31403
31404         * time/sys/time.h (settimeofday): Do not mark TV argument
31405         as __nonnull.
31406
31407 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31408
31409         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31410         when currently writing and seek to current position when not.
31411         * libio/Makefile (tests): Remove bug-fclose1.
31412         * libio/bug-fclose1.c: Delete.
31413
31414 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31415
31416         * manual/arith.texi (feenableexcept): Fix typo.
31417         (fedisableexcept): Likewise.
31418
31419 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31420
31421         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31422         second, differently-typed declaration, rather than a cast.
31423
31424 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31425
31426         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31427         * include/rpc/svc.h: ... here.
31428
31429 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31430
31431         [BZ #13013]
31432         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31433         depending n and resplen2 to catch cases where answer
31434         equals answerp2.
31435
31436 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31437
31438         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31439         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31440
31441 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31442
31443         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31444
31445 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31446
31447         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31448
31449 2012-11-28  Jeff Law  <law@redhat.com>
31450
31451         [BZ #13761]
31452         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31453         dataset_temporary.  Track alloca usage into alloca_used.
31454         If dataset is large allocate and release it via malloc/free.
31455
31456 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31457
31458         [BZ #14197]
31459         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31460
31461 2012-11-28  David S. Miller  <davem@davemloft.net>
31462
31463         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31464
31465 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31466
31467         [BZ #14803]
31468         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31469         of pi/2 rounded to nearest to 64 bits.
31470         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31471         nearest to 64 bits.
31472         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31473         bits.
31474
31475 2012-11-28  Jeff Law <law@redhat.com>
31476             Martin Osvald <mosvald@redhat.com>
31477
31478         [BZ #14889]
31479         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31480         * sunrpc/svc.c: Include time.h.
31481         (__svc_accept_failed): New function.
31482         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31483         any reason other than EINTR, call __svc_accept_failed.
31484         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31485         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31486
31487 2012-11-28  Andreas Schwab  <schwab@suse.de>
31488
31489         * scripts/abilist.awk: Also handle indirect functions in .opd
31490         section.
31491
31492 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31493
31494         [BZ #13881]
31495         * sysdeps/x86/fpu/powl_helper.c: New file.
31496         * sysdeps/x86/fpu/Makefile: Likewise.
31497         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31498         (p3): New object.
31499         (__ieee754_powl): Use __powl_helper for finite arguments except
31500         integer exponents below 8.
31501         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31502         (p3): New object.
31503         (__ieee754_powl): Use __powl_helper for finite arguments except
31504         integer exponents below 8.
31505         * math/libm-test.inc (pow_test): Add more tests and enable some
31506         previously disabled tests.
31507         * sysdeps/i386/fpu/libm-test-ulps: Update.
31508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31509
31510 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31511             Carlos O'Donell  <carlos_odonell@mentor.com>
31512
31513         * nss/makedb.c (is_prime): Assert that input is odd and greater
31514         than 4.  Note that fact in a comment too.
31515         (next_prime): Add 4 to input.
31516
31517 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31518
31519         [BZ #11741]
31520         * libio/Makefile (tests): Add test case tst-fwrite-error.
31521         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31522         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31523         * libio/tst-fwrite-error.c: New test case.
31524
31525 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31526
31527         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31528         before casting to void *.
31529         * include/libc-internal.h (__pointer_type): New macro.
31530         (__integer_if_pointer_type_sub): Likewise.
31531         (__integer_if_pointer_type): Likewise.
31532         (cast_to_integer): Likewise.
31533         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31534         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31535         before casting to atomic64_t.
31536         (atomic_exchange_acq): Likewise.
31537         (__arch_exchange_and_add_body): Likewise.
31538         (__arch_add_body): Likewise.
31539         (atomic_add_negative): Likewise.
31540         (atomic_add_zero): Likewise.
31541
31542 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31543
31544         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31545         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31546         (add_fdes): Likewise.
31547         (linear_search_fdes): Likewise.
31548         (binary_search_unencoded_fdes): Likewise.
31549
31550 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31551
31552         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31553
31554 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31555
31556         * configure.in: Autodetect C++ header directories.
31557         * configure: Regenerated.
31558
31559 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31560
31561         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31562
31563 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31564
31565         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31566
31567 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31568
31569         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31570         LDBL_MANT_DIG == 106]: Disable some tests.
31571         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31572         Likewise.
31573         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31574         Likewise.
31575
31576         [BZ #14871]
31577         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31578         input for small inputs.  Return +/- pi/2 for large inputs.
31579         * math/libm-test.inc (atan_test): Add more tests.
31580
31581         * sysdeps/generic/unwind-dw2-fde-glibc.c
31582         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31583         __attribute__ ((unused)).
31584
31585         [BZ #14645]
31586         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31587         x * y if x and y are nonzero and z is zero.
31588
31589         [BZ #14811]
31590         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31591         nonzero exponents with absolute value below 0x1p-117 to +/-
31592         0x1p-117.
31593
31594         [BZ #14869]
31595         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31596         up arguments below 2**-450, not just those below 2**-500.
31597         * math/libm-test.inc (hypot_test): Add another test.
31598
31599         [BZ #14868]
31600         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31601         Return a+b for ratio over 2**120, not 2**60.
31602         * math/libm-test.inc (hypot_test): Add another test.
31603
31604         * math/libm-test.inc (clog_test): Use
31605         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31606         (clog10_test): Likewise.
31607
31608         [BZ #6778]
31609         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31610
31611 2012-11-22  Andreas Schwab  <schwab@suse.de>
31612
31613         * sysdeps/i386/fpu/libm-test-ulps: Update.
31614
31615 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31616
31617         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31618         printf output with newline.
31619
31620 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31621
31622         [BZ #14865]
31623         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31624         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31625         -z nodlopen, -z initfirst and -z execstack support.
31626         * configure: Regenerated.
31627
31628         * elf/elf.h (DF_1_NODIRECT): New macro.
31629         (DF_1_IGNMULDEF): Likewise.
31630         (DF_1_NOKSYMS): Likewise.
31631         (DF_1_NOHDR): Likewise.
31632         (DF_1_EDITED): Likewise.
31633         (DF_1_NORELOC): Likewise.
31634         (DF_1_SYMINTPOSE): Likewise.
31635         (DF_1_GLOBAUDIT): Likewise.
31636         (DF_1_SINGLETON): Likewise.
31637         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31638         DT_1_SUPPORTED_MASK bits.
31639         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31640
31641 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31642
31643         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31644
31645 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31646
31647         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31648         macro.
31649
31650         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31651         (sendmmsg): Move declarations...
31652         * socket/sys/socket.h: ... here.
31653         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31654         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31655         include it from...
31656         * socket/recvmmsg.c: ... this new file.
31657         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31658         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31659         definition of __sendmmsg hidden.
31660         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31661         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31662         Move ENOSYS stub into and include it from...
31663         * socket/sendmmsg.c: ... this new file.
31664         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31665         (sysdep_routines): Move recvmmsg and sendmmsg...
31666         * socket/Makefile (routines): ... here.
31667         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31668         (GLIBC_PRIVATE): Add __sendmmsg.
31669         * include/sys/socket.h (__sendmmsg): Add declarations.
31670         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31671         sendmmsg.
31672
31673 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31674
31675         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31676         variable I1 with __attribute__ ((unused)).
31677         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31678
31679 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31680
31681         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31682         DUMMY variables with __attribute__ ((unused)).
31683
31684         * bits/byteswap.h: Include <bits/types.h>.
31685         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31686
31687 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31688
31689         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31690         string_t.  Do not manually set errno.
31691         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31692         length with __strnlen.  Make sure to both set errno and return it on
31693         failure.
31694
31695 2012-11-19  David S. Miller  <davem@davemloft.net>
31696
31697         With help from Joseph Myers.
31698         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31699         very large arguments properly.
31700         * math/libm-test.inc (atan_test): New tests.
31701         (atan2_test): New tests.
31702         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31703         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31704
31705 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31706
31707         [BZ #14856]
31708         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31709         Define to 3.
31710
31711         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31712         [POSIX] (EADDRNOTAVAIL): Likewise.
31713         [POSIX] (EAFNOSUPPORT): Likewise.
31714         [POSIX] (EALREADY): Likewise.
31715         [POSIX] (ECONNABORTED): Likewise.
31716         [POSIX] (ECONNREFUSED): Likewise.
31717         [POSIX] (ECONNRESET): Likewise.
31718         [POSIX] (EDESTADDRREQ): Likewise.
31719         [POSIX] (EDQUOT): Likewise.
31720         [POSIX] (EHOSTUNREACH): Likewise.
31721         [POSIX] (EIDRM): Likewise.
31722         [POSIX] (EISCONN): Likewise.
31723         [POSIX] (ELOOP): Likewise.
31724         [POSIX] (EMULTIHOP): Likewise.
31725         [POSIX] (ENETDOWN): Likewise.
31726         [POSIX] (ENETUNREACH): Likewise.
31727         [POSIX] (ENOBUFS): Likewise.
31728         [POSIX] (ENODATA): Likewise.
31729         [POSIX] (ENOLINK): Likewise.
31730         [POSIX] (ENOMSG): Likewise.
31731         [POSIX] (ENOPROTOOPT): Likewise.
31732         [POSIX] (ENOSR): Likewise.
31733         [POSIX] (ENOSTR): Likewise.
31734         [POSIX] (ENOTCONN): Likewise.
31735         [POSIX] (ENOTSOCK): Likewise.
31736         [POSIX] (EOPNOTSUPP): Likewise.
31737         [POSIX] (EOVERFLOW): Likewise.
31738         [POSIX] (EPROTO): Likewise.
31739         [POSIX] (EPROTONOSUPPORT): Likewise.
31740         [POSIX] (EPROTOTYPE): Likewise.
31741         [POSIX] (ESTALE): Likewise.
31742         [POSIX] (ETIME): Likewise.
31743         [POSIX] (ETXTBSY): Likewise.
31744         [POSIX] (EWOULDBLOCK): Likewise.
31745         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31746         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31747         [POSIX] (SEEK_CUR): Likewise.
31748         [POSIX] (SEEK_END): Likewise.
31749         [POSIX || UNIX98] (mode_t): Do not require.
31750         [POSIX] (off_t): Likewise.
31751         [POSIX] (pid_t): Likewise.
31752         [POSIX] (sys/stat.h): Do not allow header.
31753         [POSIX] (unistd.h): Likewise.
31754         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31755         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31756         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31757         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31758         require.
31759         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31760         sigevent): Specify elements.
31761         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31762         entry.
31763         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31764         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31765
31766         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31767         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31768         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31769         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31770         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31771         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31772         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31773         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31774         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31775         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31776         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31777         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31778         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31779         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31780         Likewise.
31781         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31782         Likewise.
31783         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31784         Likewise.
31785         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31786         Likewise.
31787         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31788         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31789         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31790         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31791         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31792         Specify lower bound on value.
31793         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31794         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31795         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31796         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31797         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31798         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31799         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31800         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31801         value.
31802         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31803         as optional.
31804         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31805         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31806         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31807         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31808         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31809         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31810         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31811         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31812         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31813         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31814         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31815         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31816         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31817         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31818         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31819         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31820         entry.
31821         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31822         optional.
31823         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31824         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31825         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31826         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31827         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31828         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31829         Likewise.
31830         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31831         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31832         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31833         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31834         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31835         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31836         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31837         as optional.
31838         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31839         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31840         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31841         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31842         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31843         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31844         specify as optional.
31845         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31846         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31847         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31848         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31849         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31850         [XPG3] (NL_LANGMAX): Likewise.
31851         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31852         [POSIX || XPG3] (NL_NMAX): Likewise.
31853         [POSIX || XPG3] (NL_SETMAX): Likewise.
31854         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31855         [XPG3] (NZERO): Likewise.
31856         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31857         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31858         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31859         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31860         (REG_ERANGE): Expect.
31861         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31862         optional-constant.
31863         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31864         Use (void) in prototype.
31865         [POSIX] (*_t): Allow.
31866         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31867         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31868         (WRDE_BADVAL): Expect.
31869
31870         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31871         expect.
31872         [XPG3 || XPG4] (O_RSYNC): Likewise.
31873         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31874         Likewise.
31875         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31876         [XPG3 || XPG4] (sigqueue): Likewise.
31877         [XPG3 || XPG4] (sigtimedwait): Likewise.
31878         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31879         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31880         [XPG3 || XPG4] (vsnprintf): Likewise.
31881         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31882         Likewise.
31883         [XPG3 || XPG4] (blksize_t): Likewise.
31884         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31885         Likewise.
31886         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31887         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31888         [XPG3 || XPG4] (struct itimerspec): Likewise.
31889         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31890         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31891         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31892         [XPG3 || XPG4] (clockid_t): Likewise.
31893         [XPG3 || XPG4] (timer_t): Likewise.
31894         [XPG3 || XPG4] (clock_getres): Likewise.
31895         [XPG3 || XPG4] (clock_gettime): Likewise.
31896         [XPG3 || XPG4] (clock_settime): Likewise.
31897         [XPG3 || XPG4] (nanosleep): Likewise.
31898         [XPG3 || XPG4] (timer_create): Likewise.
31899         [XPG3 || XPG4] (timer_delete): Likewise.
31900         [XPG3 || XPG4] (timer_gettime): Likewise.
31901         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31902         [XPG3 || XPG4] (timer_settime): Likewise.
31903         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31904         [XPG3 || XPG4] (getlogin_r): Likewise.
31905         [XPG3 || XPG4] (pread): Likewise.
31906         [XPG3 || XPG4] (pthread_atfork): Likewise.
31907         [XPG3 || XPG4] (pwrite): Likewise.
31908
31909         [BZ #14835]
31910         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31911         <bits/siginfo.h>.
31912
31913 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31914
31915         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31916         finalizing MALLSTREAM.
31917
31918         * sysdeps/mach/hurd/syncfs.c: New file.
31919
31920 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31921
31922         [BZ #14719]
31923         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31924         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31925         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31926         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31927         (_nss_dns_gethostbyname4_r): Likewise.
31928         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31929         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31930
31931 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31932
31933         [BZ #13763]
31934         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31935
31936 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31937
31938         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31939         * elf/cache.c (print_entry): Print ",AArch64" for
31940         FLAG_AARCH64_LIB64
31941
31942         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31943         * elf/cache.c (print_entry): Print ",hard-float" for
31944         FLAG_ARM_LIBHF.
31945
31946 2012-11-18  David S. Miller  <davem@davemloft.net>
31947
31948         With help from Joseph Myers.
31949         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31950         cutoff to 2**-13.
31951         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31952         cutoff to 2**-25.
31953         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31954         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31955         small.
31956         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31957         * math/libm-test.inc (y0_test): New tests.
31958         (y1_test): New tests.
31959         * sysdeps/i386/fpu/libm-test-ulps: Update.
31960         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31961         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31962
31963 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31964
31965         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31966         64-bit targets.
31967         * configure: Regenerated.
31968
31969 2012-11-17  David S. Miller  <davem@davemloft.net>
31970
31971         [BZ #14811]
31972         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31973         nonzero exponents with absolute value below 0x1p-128 to +/-
31974         0x1p-128.
31975
31976 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31977
31978         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31979
31980         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31981
31982         * posix/getconf-speclist.c: New file.
31983         * posix/posix-envs.def: Likewise.
31984         * posix/confstr.c (START_ENV_GROUP): New macro.
31985         (END_ENV_GROUP): Likewise.
31986         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31987         (KNOWN_PRESENT_ENV_STRING): Likewise.
31988         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31989         (UNKNOWN_ENVIRONMENT): Likewise.
31990         (confstr): Include posix-envs.def instead of handling
31991         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31992         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31993         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31994         (END_ENV_GROUP): Likewise.
31995         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31996         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31997         (UNKNOWN_ENVIRONMENT): Likewise.
31998         (__sysconf): Include posix-envs.def instead of handling associated
31999         cases directly here.
32000         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32001         preprocessing getconf-speclist.c rather than running getconf or
32002         generating empty file.
32003
32004 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32005
32006         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32007
32008 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32009
32010         [BZ #14672]
32011         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32012
32013 2012-11-16  David S. Miller  <davem@davemloft.net>
32014
32015         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32016         smaller than LDBL_EPSILON/2.0L, just return xm1.
32017
32018 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32019
32020         * elf/tst-array1.c (init): Set constructor priority to 1000.
32021         (fini): Set destructor priority to 1000.
32022         * elf/tst-array2dep.c: Likewise.
32023
32024 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32025
32026         [BZ #11741]
32027         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32028         (_IO_new_file_xsputn): Also return EOF if none of the input
32029         data was written when overflow failed.
32030         * libio/iopadn.c (_IO_padn): Likewise.
32031         * libio/iowpadn.c (_IO_wpadn): Likewise.
32032         * stdio-common/tst-put-error.c: Add copyright notice.
32033         (do_test): Add case for printing padded string.
32034         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32035         _IO_padn returned error.
32036         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32037         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32038         return EOF.
32039
32040 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32041
32042         * libio/libioP.h: Add comment note that the references to C++
32043         bits are now obsolete.
32044
32045 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32046
32047         * math/libm-test.inc (check_complex): Use asprintf.
32048
32049 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32050
32051         * debug/pcprofiledump.c (print_version): Update copyright year.
32052         * malloc/memusagestat.c (print_version): Likewise.
32053
32054 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32055
32056         [BZ #14831]
32057         * elf/Makefile (tests): Add tst-audit8.
32058         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32059         ($(objpfx)tst-audit8.out): New target.
32060         (tst-audit8-ENV): New variable.
32061         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32062         audit if l_reloc_result is NULL.
32063         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32064         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32065         * elf/tst-audit8.c: New file.
32066
32067 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32068
32069         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32070         * misc/Makefile (CFLAGS-select.c): Define.
32071         * posix/Makefile (CFLAGS-pause.c): Define.
32072
32073 2012-11-13  David S. Miller  <davem@davemloft.net>
32074
32075         * crypt/Makefile: Move test targets after toplevel Rules
32076         inclusion.  Grab any necessary sysdep routines when linking.
32077         * crypt/md5.c (md5_process_block): Remove define, we will always
32078         name it __md5_process_block.
32079         (md5_finish_ctx): Update md5_process_block call.
32080         (md5_stream): Likewise.
32081         (md5_process_bytes): Likewise.
32082         (md5_process_block): Rename to __md5_process_block and move to ...
32083         * crypt/md5-block.c: ... here.
32084         * crypt/sha256.c (sha256_process_block): Move to ...
32085         * crypt/sha256-block.c: ... here.
32086         * crypt/sha512.c (sha512_process_block): Move to ...
32087         * crypt/sha512-block.c: ... here.
32088         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32089         path.
32090         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32091         * sysdeps/sparc/sparc64/multiarch/Makefile
32092         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32093         crypt subdir.
32094         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32095         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32096         multiarch changes.
32097         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32098         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32099         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32100         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32101         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32102         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32103         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32104         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32105         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32106         file.
32107         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32108         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32109         file.
32110         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32111
32112 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32113
32114         * timezone/tzselect.ksh: Update from tzcode git revision
32115         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32116         * timezone/zdump.c: Likewise.
32117         * timezone/zic.c: Likewise.
32118         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32119         in TZVERSION setting, not $(PKGVERSION).
32120         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32121         REPORT_BUGS_TO settings.
32122
32123         [BZ #14838]
32124         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32125         macro.
32126
32127 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32128
32129         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32130         detection to immediately after _FP_ROUND().
32131         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32132         bits are 0.
32133
32134 2012-11-11  David S. Miller  <davem@davemloft.net>
32135
32136         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32137         inttypes.h
32138         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32139         __close rather than their public counterparts.
32140
32141 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32142
32143         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32144         file.
32145         [UNIX98] (sem_timedwait): Do not expect.
32146         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32147         [XPG4 || UNIX98] (sockatmark): Do not expect.
32148         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32149         (clock_getcpuclockid): Do not expect.
32150         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32151         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32152         Do not expect.
32153         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32154         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32155         [UNIX98] (vwscanf): Likewise.
32156         [UNIX98] (vswscanf): Likewise.
32157
32158 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32159
32160         * timezone/version.h: Remove file.
32161         * timezone/README: Do not refer to version.h.
32162         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32163         $(objpfx)version.h.
32164         ($(objpfx)zdump.o): Likewise.
32165         ($(objpfx)version.h): New target.
32166
32167         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32168         2012i.
32169         * timezone/README: Don't mention modification to tzselect.ksh.
32170         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32171         work on unmodified tzselect.ksh.  Substitute version numbers in
32172         tzselect.ksh.
32173
32174         * Makefile (format-me): Remove.
32175         (INSTALL): Adjust indentation.  Use commands directly instead of
32176         using $(format-me).
32177
32178         * aclocal.m4 (ACX_PKGVERSION): New macro.
32179         (ACX_BUGURL): Likewise.
32180         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32181         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32182         (REPORT_BUGS_TO): Likewise.
32183         * configure: Regenerated.
32184         * config.h.in (PKGVERSION): New macro.
32185         (REPORT_BUGS_TO): Likewise.
32186         * config.make.in (PKGVERSION): New variable.
32187         (PKGVERSION_TEXI): Likewise.
32188         (REPORT_BUGS_TO): Likewise.
32189         (REPORT_BUGS_TEXI): Likewise.
32190         * Makefile (format-me): Use -I$(common-objpfx)manual.
32191         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32192         ($(common-objpfx)manual/%): New target.
32193         (manual/%): Remove target.
32194         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32195         (print_version): Use PKGVERSION.
32196         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32197         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32198         and REPORT_BUGS_TO.
32199         ($(objpfx)xtrace): Likewise.
32200         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32201         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32202         (print_version): Use PKGVERSION.
32203         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32204         (do_version): Use PKGVERSION.
32205         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32206         REPORT_BUGS_TO.
32207         (common-ldd-rewrite): Likewise.
32208         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32209         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32210         (print_version): Use PKGVERSION.
32211         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32212         * elf/pldd.c (argp_program_bug_address): Remove variable.
32213         (more_help): New function.
32214         (argp): Use more_help.
32215         (print_version): Use PKGVERSION.
32216         * elf/sln.c (main): Use PKGVERSION.
32217         (usage): Use REPORT_BUGS_TO.
32218         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32219         (top level): Use PKGVERSION.
32220         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32221         (print_version): Use PKGVERSION.
32222         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32223         (print_version): Use PKGVERSION.
32224         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32225         (print_version): Use PKGVERSION.
32226         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32227         (print_version): Use PKGVERSION.
32228         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32229         (print_version): Use PKGVERSION.
32230         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32231         (print_version): Use PKGVERSION.
32232         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32233         and BUGURL.
32234         ($(objpfx)memusage): Likewise.
32235         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32236         (do_version): Use PKGVERSION.
32237         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32238         (print_version): Use PKGVERSION.
32239         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32240         ($PKGVERSION): New variable.
32241         ($REPORT_BUGS_TO): Likewise.
32242         (usage): Use $REPORT_BUGS_TO.
32243         (top level): Use $PKGVERSION.
32244         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32245         ($(objpfx)pkgvers.texi): New rule.
32246         ($(objpfx)stamp-pkgvers): Likewise.
32247         * manual/install.texi: Include pkgvers.texi.
32248         (--with-pkgversion): Document new configure option.
32249         (--with-bugurl): Likewise.
32250         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32251         than necessarily for this particular distribution.  Use
32252         REPORT_BUGS_TO for where to report bugs.
32253         * INSTALL: Regenerated.
32254         * manual/libc.texinfo: Include pkgvers.texi.
32255         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32256         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32257         (print_version): Use PKGVERSION.
32258         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32259         (print_version): Use PKGVERSION.
32260         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32261         (print_version): Use PKGVERSION.
32262         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32263         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32264         macro.
32265         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32266         (print_version): Use PKGVERSION.
32267         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32268         (print_version): Use PKGVERSION.
32269         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32270         and PKGVERSION.
32271
32272         * timezone/checktab.awk: Update from tzcode 2012i.
32273         * timezone/ialloc.c: Likewise.
32274         * timezone/private.h: Likewise.
32275         * timezone/scheck.c: Likewise.
32276         * timezone/tzfile.h: Likewise.
32277         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32278         (TZVERSION): Hardcode tzcode version number.
32279         * timezone/zdump.c: Update from tzcode 2012i.
32280         * timezone/zic.c: Likewise.
32281         * timezone/version.h: New file.
32282         * timezone/README: Describe version.h.  Update upstream location.
32283
32284         [BZ #14824]
32285         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32286         (mktemp): Enable declaration.
32287         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32288         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32289         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32290         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32291         Likewise.
32292         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32293         Likewise.
32294         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32295         Likewise.
32296         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32297         Likewise.
32298         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32299         Likewise.
32300         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32301         Likewise.
32302
32303         [BZ #14821]
32304         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32305         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32306         for copies of such integer values.
32307         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32308         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32309
32310 2012-11-09  Andreas Jaeger  <aj@suse.de>
32311
32312         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32313         definitions and declarations that are provided by
32314         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32315
32316 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32317
32318         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32319         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32320         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32321         definition.
32322
32323 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32324
32325         * elf/elf.h: Update comment before AArch64 relocations.
32326
32327 2012-11-07  David S. Miller  <davem@davemloft.net>
32328
32329         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32330         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32331         (__start_context): Declare.
32332         (__makecontext_ret): Delete.
32333         (__makecontext): Hook up __start_context instead of
32334         __makecontext_ret.
32335         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32336         (sysdep_routines): Add __start_context when in stdlib.
32337
32338 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32339
32340         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32341         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32342         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32343         hardcoded "nm".
32344         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32345         (READELF): New variable.  Use it instead of hardcoded "readelf".
32346
32347 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32348
32349         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32350         * sysdeps/x86/Makefile: Here.
32351         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32352         * sysdeps/x86/tst-xmmymm.sh: This.
32353
32354 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32355
32356         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32357         expectations.
32358         [UNIX98] (pthread_barrier_t): Do not expect.
32359         [UNIX98] (pthread_barrierattr_t): Likewise.
32360         [UNIX98] (pthread_spinlock_t): Likewise.
32361         [UNIX98] (pthread_barrier_destroy): Likewise.
32362         [UNIX98] (pthread_barrier_init): Likewise.
32363         [UNIX98] (pthread_barrier_wait): Likewise.
32364         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32365         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32366         [UNIX98] (pthread_barrierattr_init): Likewise.
32367         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32368         [UNIX98] (pthread_getcpuclockid): Likewise.
32369         [UNIX98] (pthread_mutex_timedlock): Likewise.
32370         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32371         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32372         [UNIX98] (pthread_sigmask): Likewise.
32373         [UNIX98] (pthread_spin_destroy): Likewise.
32374         [UNIX98] (pthread_spin_init): Likewise.
32375         [UNIX98] (pthread_spin_lock): Likewise.
32376         [UNIX98] (pthread_spin_trylock): Likewise.
32377         [UNIX98] (pthread_spin_unlock): Likewise.
32378         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32379         Do not expect.
32380         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32381         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32382         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32383         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32384         [XPG3 || XPG4] (pthread_key_t): Likewise.
32385         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32386         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32387         [XPG3 || XPG4] (pthread_once_t): Likewise.
32388         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32389         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32390         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32391         [XPG3 || XPG4] (pthread_t): Likewise.
32392
32393         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32394         not expect.
32395         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32396
32397         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32398         Change function return type to int.
32399
32400         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32401         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32402         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32403         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32404         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32405         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32406         [!POSIX] (posix_madvise): Likewise.
32407         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32408         && !UNIX98].
32409         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32410         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32411         (mode_t): Likewise.
32412         (posix_mem_offset): Likewise.
32413         (posix_typed_mem_get_info): Likewise.
32414         (posix_typed_mem_open): Likewise.
32415
32416         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32417         Change condition to [XOPEN2K8].
32418
32419         * conform/conformtest.pl: Preprocess allow-header data with -x c
32420         instead of from stdin.
32421         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32422         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32423         [C99-based standards] (cerfc): Likewise.
32424         [C99-based standards] (cexp2): Likewise.
32425         [C99-based standards] (cexpm1): Likewise.
32426         [C99-based standards] (clog10): Likewise.
32427         [C99-based standards] (clog1p): Likewise.
32428         [C99-based standards] (clog2): Likewise.
32429         [C99-based standards] (clgamma): Likewise.
32430         [C99-based standards] (ctgamma): Likewise.
32431         [C99-based standards] (cerff): Likewise.
32432         [C99-based standards] (cerfcf): Likewise.
32433         [C99-based standards] (cexp2f): Likewise.
32434         [C99-based standards] (cexpm1f): Likewise.
32435         [C99-based standards] (clog10f): Likewise.
32436         [C99-based standards] (clog1pf): Likewise.
32437         [C99-based standards] (clog2f): Likewise.
32438         [C99-based standards] (clgammaf): Likewise.
32439         [C99-based standards] (ctgammaf): Likewise.
32440         [C99-based standards] (cerfl): Likewise.
32441         [C99-based standards] (cerfcl): Likewise.
32442         [C99-based standards] (cexp2l): Likewise.
32443         [C99-based standards] (cexpm1l): Likewise.
32444         [C99-based standards] (clog10l): Likewise.
32445         [C99-based standards] (clog1pl): Likewise.
32446         [C99-based standards] (clog2l): Likewise.
32447         [C99-based standards] (clgammal): Likewise.
32448         [C99-based standards] (ctgammal): Likewise.
32449         * conform/data/inttypes.h-data [C99-based standards]: Include
32450         stdint.h-data.  Remove all expectations for stdint.h contents.
32451         [C99-based standards] (PRI*): Do not allow.
32452         [C99-based standards] (SCN*): Likewise.
32453         [C99-based standards] (*_t): Likewise.
32454         [C99-based-standards] (PRId8): Expect macro.
32455         [C99-based-standards] (PRIi8): Likewise.
32456         [C99-based-standards] (PRIo8): Likewise.
32457         [C99-based-standards] (PRIu8): Likewise.
32458         [C99-based-standards] (PRIx8): Likewise.
32459         [C99-based-standards] (PRIX8): Likewise.
32460         [C99-based-standards] (SCNd8): Likewise.
32461         [C99-based-standards] (SCNi8): Likewise.
32462         [C99-based-standards] (SCNo8): Likewise.
32463         [C99-based-standards] (SCNu8): Likewise.
32464         [C99-based-standards] (SCNx8): Likewise.
32465         [C99-based-standards] (PRIdLEAST8): Likewise.
32466         [C99-based-standards] (PRIiLEAST8): Likewise.
32467         [C99-based-standards] (PRIoLEAST8): Likewise.
32468         [C99-based-standards] (PRIuLEAST8): Likewise.
32469         [C99-based-standards] (PRIxLEAST8): Likewise.
32470         [C99-based-standards] (PRIXLEAST8): Likewise.
32471         [C99-based-standards] (SCNdLEAST8): Likewise.
32472         [C99-based-standards] (SCNiLEAST8): Likewise.
32473         [C99-based-standards] (SCNoLEAST8): Likewise.
32474         [C99-based-standards] (SCNuLEAST8): Likewise.
32475         [C99-based-standards] (SCNxLEAST8): Likewise.
32476         [C99-based-standards] (PRIdFAST8): Likewise.
32477         [C99-based-standards] (PRIiFAST8): Likewise.
32478         [C99-based-standards] (PRIoFAST8): Likewise.
32479         [C99-based-standards] (PRIuFAST8): Likewise.
32480         [C99-based-standards] (PRIxFAST8): Likewise.
32481         [C99-based-standards] (PRIXFAST8): Likewise.
32482         [C99-based-standards] (SCNdFAST8): Likewise.
32483         [C99-based-standards] (SCNiFAST8): Likewise.
32484         [C99-based-standards] (SCNoFAST8): Likewise.
32485         [C99-based-standards] (SCNuFAST8): Likewise.
32486         [C99-based-standards] (SCNxFAST8): Likewise.
32487         [C99-based-standards] (PRId16): Likewise.
32488         [C99-based-standards] (PRIi16): Likewise.
32489         [C99-based-standards] (PRIo16): Likewise.
32490         [C99-based-standards] (PRIu16): Likewise.
32491         [C99-based-standards] (PRIx16): Likewise.
32492         [C99-based-standards] (PRIX16): Likewise.
32493         [C99-based-standards] (SCNd16): Likewise.
32494         [C99-based-standards] (SCNi16): Likewise.
32495         [C99-based-standards] (SCNo16): Likewise.
32496         [C99-based-standards] (SCNu16): Likewise.
32497         [C99-based-standards] (SCNx16): Likewise.
32498         [C99-based-standards] (PRIdLEAST16): Likewise.
32499         [C99-based-standards] (PRIiLEAST16): Likewise.
32500         [C99-based-standards] (PRIoLEAST16): Likewise.
32501         [C99-based-standards] (PRIuLEAST16): Likewise.
32502         [C99-based-standards] (PRIxLEAST16): Likewise.
32503         [C99-based-standards] (PRIXLEAST16): Likewise.
32504         [C99-based-standards] (SCNdLEAST16): Likewise.
32505         [C99-based-standards] (SCNiLEAST16): Likewise.
32506         [C99-based-standards] (SCNoLEAST16): Likewise.
32507         [C99-based-standards] (SCNuLEAST16): Likewise.
32508         [C99-based-standards] (SCNxLEAST16): Likewise.
32509         [C99-based-standards] (PRIdFAST16): Likewise.
32510         [C99-based-standards] (PRIiFAST16): Likewise.
32511         [C99-based-standards] (PRIoFAST16): Likewise.
32512         [C99-based-standards] (PRIuFAST16): Likewise.
32513         [C99-based-standards] (PRIxFAST16): Likewise.
32514         [C99-based-standards] (PRIXFAST16): Likewise.
32515         [C99-based-standards] (SCNdFAST16): Likewise.
32516         [C99-based-standards] (SCNiFAST16): Likewise.
32517         [C99-based-standards] (SCNoFAST16): Likewise.
32518         [C99-based-standards] (SCNuFAST16): Likewise.
32519         [C99-based-standards] (SCNxFAST16): Likewise.
32520         [C99-based-standards] (PRId32): Likewise.
32521         [C99-based-standards] (PRIi32): Likewise.
32522         [C99-based-standards] (PRIo32): Likewise.
32523         [C99-based-standards] (PRIu32): Likewise.
32524         [C99-based-standards] (PRIx32): Likewise.
32525         [C99-based-standards] (PRIX32): Likewise.
32526         [C99-based-standards] (SCNd32): Likewise.
32527         [C99-based-standards] (SCNi32): Likewise.
32528         [C99-based-standards] (SCNo32): Likewise.
32529         [C99-based-standards] (SCNu32): Likewise.
32530         [C99-based-standards] (SCNx32): Likewise.
32531         [C99-based-standards] (PRIdLEAST32): Likewise.
32532         [C99-based-standards] (PRIiLEAST32): Likewise.
32533         [C99-based-standards] (PRIoLEAST32): Likewise.
32534         [C99-based-standards] (PRIuLEAST32): Likewise.
32535         [C99-based-standards] (PRIxLEAST32): Likewise.
32536         [C99-based-standards] (PRIXLEAST32): Likewise.
32537         [C99-based-standards] (SCNdLEAST32): Likewise.
32538         [C99-based-standards] (SCNiLEAST32): Likewise.
32539         [C99-based-standards] (SCNoLEAST32): Likewise.
32540         [C99-based-standards] (SCNuLEAST32): Likewise.
32541         [C99-based-standards] (SCNxLEAST32): Likewise.
32542         [C99-based-standards] (PRIdFAST32): Likewise.
32543         [C99-based-standards] (PRIiFAST32): Likewise.
32544         [C99-based-standards] (PRIoFAST32): Likewise.
32545         [C99-based-standards] (PRIuFAST32): Likewise.
32546         [C99-based-standards] (PRIxFAST32): Likewise.
32547         [C99-based-standards] (PRIXFAST32): Likewise.
32548         [C99-based-standards] (SCNdFAST32): Likewise.
32549         [C99-based-standards] (SCNiFAST32): Likewise.
32550         [C99-based-standards] (SCNoFAST32): Likewise.
32551         [C99-based-standards] (SCNuFAST32): Likewise.
32552         [C99-based-standards] (SCNxFAST32): Likewise.
32553         [C99-based-standards] (PRId64): Likewise.
32554         [C99-based-standards] (PRIi64): Likewise.
32555         [C99-based-standards] (PRIo64): Likewise.
32556         [C99-based-standards] (PRIu64): Likewise.
32557         [C99-based-standards] (PRIx64): Likewise.
32558         [C99-based-standards] (PRIX64): Likewise.
32559         [C99-based-standards] (SCNd64): Likewise.
32560         [C99-based-standards] (SCNi64): Likewise.
32561         [C99-based-standards] (SCNo64): Likewise.
32562         [C99-based-standards] (SCNu64): Likewise.
32563         [C99-based-standards] (SCNx64): Likewise.
32564         [C99-based-standards] (PRIdLEAST64): Likewise.
32565         [C99-based-standards] (PRIiLEAST64): Likewise.
32566         [C99-based-standards] (PRIoLEAST64): Likewise.
32567         [C99-based-standards] (PRIuLEAST64): Likewise.
32568         [C99-based-standards] (PRIxLEAST64): Likewise.
32569         [C99-based-standards] (PRIXLEAST64): Likewise.
32570         [C99-based-standards] (SCNdLEAST64): Likewise.
32571         [C99-based-standards] (SCNiLEAST64): Likewise.
32572         [C99-based-standards] (SCNoLEAST64): Likewise.
32573         [C99-based-standards] (SCNuLEAST64): Likewise.
32574         [C99-based-standards] (SCNxLEAST64): Likewise.
32575         [C99-based-standards] (PRIdFAST64): Likewise.
32576         [C99-based-standards] (PRIiFAST64): Likewise.
32577         [C99-based-standards] (PRIoFAST64): Likewise.
32578         [C99-based-standards] (PRIuFAST64): Likewise.
32579         [C99-based-standards] (PRIxFAST64): Likewise.
32580         [C99-based-standards] (PRIXFAST64): Likewise.
32581         [C99-based-standards] (SCNdFAST64): Likewise.
32582         [C99-based-standards] (SCNiFAST64): Likewise.
32583         [C99-based-standards] (SCNoFAST64): Likewise.
32584         [C99-based-standards] (SCNuFAST64): Likewise.
32585         [C99-based-standards] (SCNxFAST64): Likewise.
32586         [C99-based-standards] (PRIdMAX): Likewise.
32587         [C99-based-standards] (PRIiMAX): Likewise.
32588         [C99-based-standards] (PRIoMAX): Likewise.
32589         [C99-based-standards] (PRIuMAX): Likewise.
32590         [C99-based-standards] (PRIxMAX): Likewise.
32591         [C99-based-standards] (PRIXMAX): Likewise.
32592         [C99-based-standards] (SCNdMAX): Likewise.
32593         [C99-based-standards] (SCNiMAX): Likewise.
32594         [C99-based-standards] (SCNoMAX): Likewise.
32595         [C99-based-standards] (SCNuMAX): Likewise.
32596         [C99-based-standards] (SCNxMAX): Likewise.
32597         [C99-based-standards] (PRIdPTR): Likewise.
32598         [C99-based-standards] (PRIiPTR): Likewise.
32599         [C99-based-standards] (PRIoPTR): Likewise.
32600         [C99-based-standards] (PRIuPTR): Likewise.
32601         [C99-based-standards] (PRIxPTR): Likewise.
32602         [C99-based-standards] (PRIXPTR): Likewise.
32603         [C99-based-standards] (SCNdPTR): Likewise.
32604         [C99-based-standards] (SCNiPTR): Likewise.
32605         [C99-based-standards] (SCNoPTR): Likewise.
32606         [C99-based-standards] (SCNuPTR): Likewise.
32607         [C99-based-standards] (SCNxPTR): Likewise.
32608         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32609         allow.
32610         * conform/data/stdint.h-data: Update comments to clarify
32611         requirements.
32612         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32613         type.
32614         [C99-based standards] (INT8_MAX): Likewise.
32615         [C99-based standards] (INT16_MIN): Likewise.
32616         [C99-based standards] (INT16_MAX): Likewise.
32617         [C99-based standards] (INT32_MIN): Likewise.
32618         [C99-based standards] (INT32_MAX): Likewise.
32619         [C99-based standards] (INT64_MIN): Likewise.
32620         [C99-based standards] (INT64_MAX): Likewise.
32621         [C99-based standards] (UINT8_MAX): Likewise.
32622         [C99-based standards] (UINT16_MAX): Likewise.
32623         [C99-based standards] (UINT32_MAX): Likewise.
32624         [C99-based standards] (UINT64_MAX): Likewise.
32625         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32626         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32627         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32628         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32629         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32630         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32631         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32632         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32633         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32634         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32635         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32636         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32637         [C99-based standards] (INT_FAST8_MIN): Likewise.
32638         [C99-based standards] (INT_FAST8_MAX): Likewise.
32639         [C99-based standards] (INT_FAST16_MIN): Likewise.
32640         [C99-based standards] (INT_FAST16_MAX): Likewise.
32641         [C99-based standards] (INT_FAST32_MIN): Likewise.
32642         [C99-based standards] (INT_FAST32_MAX): Likewise.
32643         [C99-based standards] (INT_FAST64_MIN): Likewise.
32644         [C99-based standards] (INT_FAST64_MAX): Likewise.
32645         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32646         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32647         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32648         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32649         [C99-based standards] (INTPTR_MIN): Likewise.
32650         [C99-based standards] (INTPTR_MAX): Likewise.
32651         [C99-based standards] (UINTPTR_MAX): Likewise.
32652         [C99-based standards] (INTMAX_MIN): Likewise.
32653         [C99-based standards] (INTMAX_MAX): Likewise.
32654         [C99-based standards] (UINTMAX_MAX): Likewise.
32655         [C99-based standards] (PTRDIFF_MIN): Likewise.
32656         [C99-based standards] (PTRDIFF_MAX): Likewise.
32657         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32658         [C99-based standards] (SIZE_MAX): Likewise.
32659         [C99-based standards] (WCHAR_MAX): Likewise.
32660         [C99-based standards] (WINT_MAX): Likewise.
32661         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32662         constraint on value.
32663         [C99-based standards] (WCHAR_MIN): Likewise.
32664         [C99-based standards] (WINT_MIN): Likewise.
32665         [C99-based standards] (*_t): Allow.
32666         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32667         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32668         Include math.h-data and complex.h-data.  Remove all expectations
32669         of math.h and complex.h contents.
32670         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32671         at end of line.
32672         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32673         (struct tm): Expect tag.
32674         [C99-based-standards] (wcstof): Expect function.
32675         [C99-based-standards] (wcstold): Likewise.
32676         [C99-based-standards] (wcstoll): Likewise.
32677         [C99-based-standards] (wcstoull): Likewise.
32678         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32679         macro-int-constant.  Specify type.
32680         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32681         constraint on value.
32682         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32683         Specify type.
32684         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32685         Specify value.
32686         [ISO C standards]: Do not allow headers.
32687         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32688         wcs[abcdefghijklmnopqrstuvwxyz]*.
32689         [ISO C standards] (*_t): Do not allow.
32690         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32691         Expect function.
32692         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32693         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32694         Specify type.
32695         [ISO C standards]: Do not allow headers.
32696         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32697         is[abcdefghijklmnopqrstuvwxyz]*.
32698         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32699         to[abcdefghijklmnopqrstuvwxyz]*.
32700         [ISO C standards] (*_t): Do not allow.
32701         * conform/data/stdalign.h-data: New file.
32702         * conform/data/stdbool.h-data: Likewise.
32703         * conform/data/stdnoreturn.h-data: Likewise.
32704
32705 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32706
32707         [BZ #14815]
32708         * manual/filesys.texi (Directory Entries): Typo fix.
32709         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32710
32711 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32712
32713         * elf/elf.h (EM_AARCH64): New macro.
32714         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32715         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32716         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32717         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32718         (R_AARCH64_TLSDESC): Likewise.
32719         (NT_ARM_TLS): Likewise.
32720         (NT_ARM_HW_BREAK): Likewise.
32721         (NT_ARM_HW_WATCH): Likewise.
32722
32723 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32724
32725         [BZ #14811]
32726         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32727         (__ieee754_powl): Saturate nonzero exponents with absolute value
32728         below 0x1p-79 to +/- 0x1p-79.
32729         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32730         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32731         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32732         nonzero exponents with absolute value below 0x1p-32 to +/-
32733         0x1p-32.
32734         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32735         (__ieee754_powl): Saturate nonzero exponents with absolute value
32736         below 0x1p-79 to +/- 0x1p-79.
32737         * math/libm-test.inc (pow_test): Add more tests.
32738
32739 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32740
32741         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32742         _dl_s390_cap_flags with kernel. Increase string length.
32743         (_dl_s390_platforms): Add z196 and zEC12.
32744
32745 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32746
32747         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32748         Change XOPEN21K to XOPEN2K.
32749
32750 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32751
32752         * string/memmove.c: Use memcpy when possible.
32753
32754 2012-11-06  Andreas Jaeger  <aj@suse.de>
32755
32756         * po/eo.po: Update from translation team.
32757
32758 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32759
32760         [BZ #14793]
32761         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32762         exponent and small x and y exponents, scale x or y up.  Increase
32763         by 2 the exponent used in scaling up.
32764         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32765         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32766         * math/libm-test.inc (fma_test): Add more tests.
32767         (fma_test_towardzero): Likewise.
32768         (fma_test_downward): Likewise.
32769         (fma_test_upward): Likewise.
32770
32771 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32772
32773         [BZ #14805]
32774         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32775         fenv_t *.
32776
32777         [BZ #14801]
32778         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32779         namespace for names of struct fields.
32780         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32781         fenv_t fields.
32782         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32783         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32784
32785 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32786
32787         [BZ #3665]
32788         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32789
32790 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32791
32792         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32793         PTR_DEMANGLE.
32794
32795         [BZ #5246]
32796         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32797         PTR_DEMANGLE.
32798
32799 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32800
32801         [BZ #14797]
32802         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32803         definitely overflow as x * y not x * y + z.
32804         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32805         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32806         * math/libm-test.inc (fma_test): Add more tests.
32807         (fma_test_towardzero): Likewise.
32808         (fma_test_downward): Likewise.
32809         (fma_test_upward): Likewise.
32810
32811 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32812
32813         [BZ #157]
32814
32815         * include/stub-tag.h: Remove file.
32816         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32817         '#include' of it.
32818         * manual/maint.texi (Porting): Don't reference it.
32819         * Makerules ($(objpfx)stubs): Likewise.
32820         * dirent/closedir.c: Don't include <stub-tag.h>.
32821         * dirent/dirfd.c: Likewise.
32822         * dirent/fdopendir.c: Likewise.
32823         * dirent/getdents.c: Likewise.
32824         * dirent/getdents64.c: Likewise.
32825         * dirent/opendir.c: Likewise.
32826         * dirent/readdir.c: Likewise.
32827         * dirent/readdir64.c: Likewise.
32828         * dirent/readdir64_r.c: Likewise.
32829         * dirent/readdir_r.c: Likewise.
32830         * dirent/rewinddir.c: Likewise.
32831         * dirent/seekdir.c: Likewise.
32832         * dirent/telldir.c: Likewise.
32833         * gmon/profil.c: Likewise.
32834         * grp/setgroups.c: Likewise.
32835         * inet/if_index.c: Likewise.
32836         * io/access.c: Likewise.
32837         * io/chdir.c: Likewise.
32838         * io/chmod.c: Likewise.
32839         * io/chown.c: Likewise.
32840         * io/close.c: Likewise.
32841         * io/dup.c: Likewise.
32842         * io/dup2.c: Likewise.
32843         * io/dup3.c: Likewise.
32844         * io/euidaccess.c: Likewise.
32845         * io/faccessat.c: Likewise.
32846         * io/fchdir.c: Likewise.
32847         * io/fchmod.c: Likewise.
32848         * io/fchmodat.c: Likewise.
32849         * io/fchown.c: Likewise.
32850         * io/fchownat.c: Likewise.
32851         * io/fcntl.c: Likewise.
32852         * io/flock.c: Likewise.
32853         * io/fstatfs.c: Likewise.
32854         * io/fstatfs64.c: Likewise.
32855         * io/fstatvfs.c: Likewise.
32856         * io/fstatvfs64.c: Likewise.
32857         * io/futimens.c: Likewise.
32858         * io/fxstat.c: Likewise.
32859         * io/fxstat64.c: Likewise.
32860         * io/fxstatat.c: Likewise.
32861         * io/fxstatat64.c: Likewise.
32862         * io/getcwd.c: Likewise.
32863         * io/isatty.c: Likewise.
32864         * io/lchmod.c: Likewise.
32865         * io/lchown.c: Likewise.
32866         * io/link.c: Likewise.
32867         * io/linkat.c: Likewise.
32868         * io/lseek.c: Likewise.
32869         * io/lseek64.c: Likewise.
32870         * io/lxstat64.c: Likewise.
32871         * io/mkdir.c: Likewise.
32872         * io/mkdirat.c: Likewise.
32873         * io/mkfifo.c: Likewise.
32874         * io/mkfifoat.c: Likewise.
32875         * io/open.c: Likewise.
32876         * io/open64.c: Likewise.
32877         * io/openat.c: Likewise.
32878         * io/openat64.c: Likewise.
32879         * io/pipe.c: Likewise.
32880         * io/pipe2.c: Likewise.
32881         * io/poll.c: Likewise.
32882         * io/posix_fadvise.c: Likewise.
32883         * io/posix_fadvise64.c: Likewise.
32884         * io/posix_fallocate.c: Likewise.
32885         * io/posix_fallocate64.c: Likewise.
32886         * io/read.c: Likewise.
32887         * io/readlink.c: Likewise.
32888         * io/readlinkat.c: Likewise.
32889         * io/rmdir.c: Likewise.
32890         * io/sendfile.c: Likewise.
32891         * io/sendfile64.c: Likewise.
32892         * io/statfs.c: Likewise.
32893         * io/statfs64.c: Likewise.
32894         * io/statvfs.c: Likewise.
32895         * io/statvfs64.c: Likewise.
32896         * io/symlink.c: Likewise.
32897         * io/symlinkat.c: Likewise.
32898         * io/ttyname.c: Likewise.
32899         * io/ttyname_r.c: Likewise.
32900         * io/umask.c: Likewise.
32901         * io/unlink.c: Likewise.
32902         * io/unlinkat.c: Likewise.
32903         * io/utime.c: Likewise.
32904         * io/utimensat.c: Likewise.
32905         * io/write.c: Likewise.
32906         * io/xmknod.c: Likewise.
32907         * io/xmknodat.c: Likewise.
32908         * io/xstat.c: Likewise.
32909         * io/xstat64.c: Likewise.
32910         * login/getpt.c: Likewise.
32911         * login/grantpt.c: Likewise.
32912         * login/unlockpt.c: Likewise.
32913         * math/e_acoshl.c: Likewise.
32914         * math/e_acosl.c: Likewise.
32915         * math/e_asinl.c: Likewise.
32916         * math/e_atan2l.c: Likewise.
32917         * math/e_atanhl.c: Likewise.
32918         * math/e_coshl.c: Likewise.
32919         * math/e_expl.c: Likewise.
32920         * math/e_fmodl.c: Likewise.
32921         * math/e_gammal_r.c: Likewise.
32922         * math/e_hypotl.c: Likewise.
32923         * math/e_j0l.c: Likewise.
32924         * math/e_j1l.c: Likewise.
32925         * math/e_jnl.c: Likewise.
32926         * math/e_lgammal_r.c: Likewise.
32927         * math/e_log10l.c: Likewise.
32928         * math/e_log2l.c: Likewise.
32929         * math/e_logl.c: Likewise.
32930         * math/e_powl.c: Likewise.
32931         * math/e_rem_pio2l.c: Likewise.
32932         * math/e_sinhl.c: Likewise.
32933         * math/e_sqrtl.c: Likewise.
32934         * math/fclrexcpt.c: Likewise.
32935         * math/fedisblxcpt.c: Likewise.
32936         * math/feenablxcpt.c: Likewise.
32937         * math/fegetenv.c: Likewise.
32938         * math/fegetexcept.c: Likewise.
32939         * math/fegetround.c: Likewise.
32940         * math/feholdexcpt.c: Likewise.
32941         * math/fesetenv.c: Likewise.
32942         * math/fesetround.c: Likewise.
32943         * math/feupdateenv.c: Likewise.
32944         * math/fgetexcptflg.c: Likewise.
32945         * math/fraiseexcpt.c: Likewise.
32946         * math/fsetexcptflg.c: Likewise.
32947         * math/ftestexcept.c: Likewise.
32948         * math/k_cosl.c: Likewise.
32949         * math/k_rem_pio2l.c: Likewise.
32950         * math/k_sinl.c: Likewise.
32951         * math/k_tanl.c: Likewise.
32952         * math/s_asinhl.c: Likewise.
32953         * math/s_atanl.c: Likewise.
32954         * math/s_cbrtl.c: Likewise.
32955         * math/s_erfl.c: Likewise.
32956         * math/s_expm1l.c: Likewise.
32957         * math/s_log1pl.c: Likewise.
32958         * math/s_tanhl.c: Likewise.
32959         * misc/acct.c: Likewise.
32960         * misc/brk.c: Likewise.
32961         * misc/chflags.c: Likewise.
32962         * misc/chroot.c: Likewise.
32963         * misc/fchflags.c: Likewise.
32964         * misc/fgetxattr.c: Likewise.
32965         * misc/flistxattr.c: Likewise.
32966         * misc/fremovexattr.c: Likewise.
32967         * misc/fsetxattr.c: Likewise.
32968         * misc/fsync.c: Likewise.
32969         * misc/ftruncate.c: Likewise.
32970         * misc/futimes.c: Likewise.
32971         * misc/futimesat.c: Likewise.
32972         * misc/getdomain.c: Likewise.
32973         * misc/getdtsz.c: Likewise.
32974         * misc/gethostid.c: Likewise.
32975         * misc/gethostname.c: Likewise.
32976         * misc/getloadavg.c: Likewise.
32977         * misc/getpagesize.c: Likewise.
32978         * misc/getsysstats.c: Likewise.
32979         * misc/getxattr.c: Likewise.
32980         * misc/gtty.c: Likewise.
32981         * misc/ioctl.c: Likewise.
32982         * misc/lgetxattr.c: Likewise.
32983         * misc/listxattr.c: Likewise.
32984         * misc/llistxattr.c: Likewise.
32985         * misc/lremovexattr.c: Likewise.
32986         * misc/lsetxattr.c: Likewise.
32987         * misc/lutimes.c: Likewise.
32988         * misc/madvise.c: Likewise.
32989         * misc/mincore.c: Likewise.
32990         * misc/mlock.c: Likewise.
32991         * misc/mlockall.c: Likewise.
32992         * misc/mmap.c: Likewise.
32993         * misc/mprotect.c: Likewise.
32994         * misc/msync.c: Likewise.
32995         * misc/munlock.c: Likewise.
32996         * misc/munlockall.c: Likewise.
32997         * misc/munmap.c: Likewise.
32998         * misc/preadv.c: Likewise.
32999         * misc/preadv64.c: Likewise.
33000         * misc/ptrace.c: Likewise.
33001         * misc/pwritev.c: Likewise.
33002         * misc/pwritev64.c: Likewise.
33003         * misc/readv.c: Likewise.
33004         * misc/reboot.c: Likewise.
33005         * misc/remap_file_pages.c: Likewise.
33006         * misc/removexattr.c: Likewise.
33007         * misc/revoke.c: Likewise.
33008         * misc/select.c: Likewise.
33009         * misc/setdomain.c: Likewise.
33010         * misc/setegid.c: Likewise.
33011         * misc/seteuid.c: Likewise.
33012         * misc/sethostid.c: Likewise.
33013         * misc/sethostname.c: Likewise.
33014         * misc/setregid.c: Likewise.
33015         * misc/setreuid.c: Likewise.
33016         * misc/setxattr.c: Likewise.
33017         * misc/sstk.c: Likewise.
33018         * misc/stty.c: Likewise.
33019         * misc/swapoff.c: Likewise.
33020         * misc/swapon.c: Likewise.
33021         * misc/sync.c: Likewise.
33022         * misc/syncfs.c: Likewise.
33023         * misc/syscall.c: Likewise.
33024         * misc/truncate.c: Likewise.
33025         * misc/ualarm.c: Likewise.
33026         * misc/usleep.c: Likewise.
33027         * misc/ustat.c: Likewise.
33028         * misc/utimes.c: Likewise.
33029         * misc/vhangup.c: Likewise.
33030         * misc/writev.c: Likewise.
33031         * posix/_exit.c: Likewise.
33032         * posix/alarm.c: Likewise.
33033         * posix/execve.c: Likewise.
33034         * posix/fexecve.c: Likewise.
33035         * posix/fork.c: Likewise.
33036         * posix/fpathconf.c: Likewise.
33037         * posix/getaddrinfo.c: Likewise.
33038         * posix/getegid.c: Likewise.
33039         * posix/geteuid.c: Likewise.
33040         * posix/getgid.c: Likewise.
33041         * posix/getgroups.c: Likewise.
33042         * posix/getlogin.c: Likewise.
33043         * posix/getlogin_r.c: Likewise.
33044         * posix/getpgid.c: Likewise.
33045         * posix/getpid.c: Likewise.
33046         * posix/getppid.c: Likewise.
33047         * posix/getresgid.c: Likewise.
33048         * posix/getresuid.c: Likewise.
33049         * posix/getsid.c: Likewise.
33050         * posix/getuid.c: Likewise.
33051         * posix/glob64.c: Likewise.
33052         * posix/nanosleep.c: Likewise.
33053         * posix/pathconf.c: Likewise.
33054         * posix/pause.c: Likewise.
33055         * posix/posix_madvise.c: Likewise.
33056         * posix/pread.c: Likewise.
33057         * posix/pread64.c: Likewise.
33058         * posix/pwrite.c: Likewise.
33059         * posix/pwrite64.c: Likewise.
33060         * posix/sched_getaffinity.c: Likewise.
33061         * posix/sched_getp.c: Likewise.
33062         * posix/sched_gets.c: Likewise.
33063         * posix/sched_primax.c: Likewise.
33064         * posix/sched_primin.c: Likewise.
33065         * posix/sched_rr_gi.c: Likewise.
33066         * posix/sched_setaffinity.c: Likewise.
33067         * posix/sched_setp.c: Likewise.
33068         * posix/sched_sets.c: Likewise.
33069         * posix/sched_yield.c: Likewise.
33070         * posix/setgid.c: Likewise.
33071         * posix/setlogin.c: Likewise.
33072         * posix/setpgid.c: Likewise.
33073         * posix/setresgid.c: Likewise.
33074         * posix/setresuid.c: Likewise.
33075         * posix/setsid.c: Likewise.
33076         * posix/setuid.c: Likewise.
33077         * posix/sleep.c: Likewise.
33078         * posix/spawni.c: Likewise.
33079         * posix/sysconf.c: Likewise.
33080         * posix/times.c: Likewise.
33081         * posix/wait.c: Likewise.
33082         * posix/wait3.c: Likewise.
33083         * posix/wait4.c: Likewise.
33084         * posix/waitpid.c: Likewise.
33085         * resolv/gai_sigqueue.c: Likewise.
33086         * resource/getpriority.c: Likewise.
33087         * resource/getrlimit.c: Likewise.
33088         * resource/getrusage.c: Likewise.
33089         * resource/nice.c: Likewise.
33090         * resource/setpriority.c: Likewise.
33091         * resource/setrlimit.c: Likewise.
33092         * resource/ulimit.c: Likewise.
33093         * rt/aio_cancel.c: Likewise.
33094         * rt/aio_fsync.c: Likewise.
33095         * rt/aio_read.c: Likewise.
33096         * rt/aio_sigqueue.c: Likewise.
33097         * rt/aio_suspend.c: Likewise.
33098         * rt/aio_write.c: Likewise.
33099         * rt/clock_getres.c: Likewise.
33100         * rt/clock_gettime.c: Likewise.
33101         * rt/clock_nanosleep.c: Likewise.
33102         * rt/clock_settime.c: Likewise.
33103         * rt/lio_listio.c: Likewise.
33104         * rt/mq_close.c: Likewise.
33105         * rt/mq_getattr.c: Likewise.
33106         * rt/mq_notify.c: Likewise.
33107         * rt/mq_open.c: Likewise.
33108         * rt/mq_receive.c: Likewise.
33109         * rt/mq_send.c: Likewise.
33110         * rt/mq_setattr.c: Likewise.
33111         * rt/mq_timedreceive.c: Likewise.
33112         * rt/mq_timedsend.c: Likewise.
33113         * rt/mq_unlink.c: Likewise.
33114         * rt/shm_open.c: Likewise.
33115         * rt/shm_unlink.c: Likewise.
33116         * rt/timer_create.c: Likewise.
33117         * rt/timer_delete.c: Likewise.
33118         * rt/timer_getoverr.c: Likewise.
33119         * rt/timer_gettime.c: Likewise.
33120         * rt/timer_settime.c: Likewise.
33121         * setjmp/__longjmp.c: Likewise.
33122         * setjmp/setjmp.c: Likewise.
33123         * signal/kill.c: Likewise.
33124         * signal/killpg.c: Likewise.
33125         * signal/raise.c: Likewise.
33126         * signal/sigaction.c: Likewise.
33127         * signal/sigaltstack.c: Likewise.
33128         * signal/sigblock.c: Likewise.
33129         * signal/sigignore.c: Likewise.
33130         * signal/sigintr.c: Likewise.
33131         * signal/signal.c: Likewise.
33132         * signal/sigpause.c: Likewise.
33133         * signal/sigpending.c: Likewise.
33134         * signal/sigqueue.c: Likewise.
33135         * signal/sigreturn.c: Likewise.
33136         * signal/sigset.c: Likewise.
33137         * signal/sigsetmask.c: Likewise.
33138         * signal/sigstack.c: Likewise.
33139         * signal/sigsuspend.c: Likewise.
33140         * signal/sigtimedwait.c: Likewise.
33141         * signal/sigvec.c: Likewise.
33142         * signal/sigwait.c: Likewise.
33143         * signal/sigwaitinfo.c: Likewise.
33144         * signal/sysv_signal.c: Likewise.
33145         * socket/accept.c: Likewise.
33146         * socket/accept4.c: Likewise.
33147         * socket/bind.c: Likewise.
33148         * socket/connect.c: Likewise.
33149         * socket/getpeername.c: Likewise.
33150         * socket/getsockname.c: Likewise.
33151         * socket/getsockopt.c: Likewise.
33152         * socket/isfdtype.c: Likewise.
33153         * socket/listen.c: Likewise.
33154         * socket/recv.c: Likewise.
33155         * socket/recvfrom.c: Likewise.
33156         * socket/recvmsg.c: Likewise.
33157         * socket/send.c: Likewise.
33158         * socket/sendmsg.c: Likewise.
33159         * socket/sendto.c: Likewise.
33160         * socket/setsockopt.c: Likewise.
33161         * socket/shutdown.c: Likewise.
33162         * socket/sockatmark.c: Likewise.
33163         * socket/socket.c: Likewise.
33164         * socket/socketpair.c: Likewise.
33165         * stdio-common/ctermid.c: Likewise.
33166         * stdio-common/cuserid.c: Likewise.
33167         * stdio-common/remove.c: Likewise.
33168         * stdio-common/rename.c: Likewise.
33169         * stdio-common/renameat.c: Likewise.
33170         * stdio-common/tempname.c: Likewise.
33171         * stdlib/getcontext.c: Likewise.
33172         * stdlib/makecontext.c: Likewise.
33173         * stdlib/setcontext.c: Likewise.
33174         * stdlib/swapcontext.c: Likewise.
33175         * stdlib/system.c: Likewise.
33176         * streams/fattach.c: Likewise.
33177         * streams/fdetach.c: Likewise.
33178         * streams/getmsg.c: Likewise.
33179         * streams/getpmsg.c: Likewise.
33180         * streams/putmsg.c: Likewise.
33181         * streams/putpmsg.c: Likewise.
33182         * sysdeps/unix/bsd/getpt.c: Likewise.
33183         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33184         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33185         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33187         Likewise.
33188         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33189         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33190         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33191         * sysvipc/msgctl.c: Likewise.
33192         * sysvipc/msgget.c: Likewise.
33193         * sysvipc/msgrcv.c: Likewise.
33194         * sysvipc/msgsnd.c: Likewise.
33195         * sysvipc/semctl.c: Likewise.
33196         * sysvipc/semget.c: Likewise.
33197         * sysvipc/semop.c: Likewise.
33198         * sysvipc/semtimedop.c: Likewise.
33199         * sysvipc/shmat.c: Likewise.
33200         * sysvipc/shmctl.c: Likewise.
33201         * sysvipc/shmdt.c: Likewise.
33202         * sysvipc/shmget.c: Likewise.
33203         * termios/tcdrain.c: Likewise.
33204         * termios/tcflow.c: Likewise.
33205         * termios/tcflush.c: Likewise.
33206         * termios/tcgetattr.c: Likewise.
33207         * termios/tcgetpgrp.c: Likewise.
33208         * termios/tcsendbrk.c: Likewise.
33209         * termios/tcsetattr.c: Likewise.
33210         * termios/tcsetpgrp.c: Likewise.
33211         * time/adjtime.c: Likewise.
33212         * time/clock.c: Likewise.
33213         * time/getitimer.c: Likewise.
33214         * time/gettimeofday.c: Likewise.
33215         * time/setitimer.c: Likewise.
33216         * time/settimeofday.c: Likewise.
33217         * time/stime.c: Likewise.
33218         * time/time.c: Likewise.
33219
33220 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33221
33222         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33223         /usr/old/bin.
33224
33225         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33226         instead of spaces.
33227         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33228
33229 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33230
33231         [BZ #14796]
33232         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33233         FE_TONEAREST before applying Dekker multiplication and Knuth
33234         addition.  Clear inexact exceptions and check for exact zero
33235         results afterwards.
33236         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33237         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33238         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33239         * math/libm-test.inc (fma_test): Add more tests.
33240         (fma_test_towardzero): Likewise.
33241         (fma_test_downward): Likewise.
33242         (fma_test_upward): Likewise.
33243         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33244         function.
33245         (libc_fesetround): New macro.
33246         (libc_fesetroundf): Likewise.
33247         (libc_fesetroundl): Likewise.
33248         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33249         function.
33250         (libc_fesetround_387): Likewise.
33251         (libc_fesetroundf): New macro.
33252         (libc_fesetround): Likewise.
33253         (libc_fesetroundl): Likewise.
33254         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33255         function.
33256         (libc_fesetroundf): New macro.
33257         (libc_fesetround): Likewise.
33258         (libc_fesetroundl): Likewise.
33259         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33260         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33261         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33262         libm_hidden_ver.
33263         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33264         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33265         libm_hidden_def.
33266         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33267         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33268         libm_hidden_ver.
33269         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33270         libm_hidden_def.
33271
33272         [BZ #3439]
33273         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33274         integer constant usable in #if and use that to give value to enum
33275         constant.
33276         (FE_DIVBYZERO): Likewise.
33277         (FE_UNDERFLOW): Likewise.
33278         (FE_OVERFLOW): Likewise.
33279         (FE_INVALID): Likewise.
33280         (FE_INVALID_SNAN): Likewise.
33281         (FE_INVALID_ISI): Likewise.
33282         (FE_INVALID_IDI): Likewise.
33283         (FE_INVALID_ZDZ): Likewise.
33284         (FE_INVALID_IMZ): Likewise.
33285         (FE_INVALID_COMPARE): Likewise.
33286         (FE_INVALID_SOFTWARE): Likewise.
33287         (FE_INVALID_SQRT): Likewise.
33288         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33289         (FE_TONEAREST): Likewise.
33290         (FE_TOWARDZERO): Likewise.
33291         (FE_UPWARD): Likewise.
33292         (FE_DOWNWARD): Likewise.
33293         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33294         (FE_DIVBYZERO): Likewise.
33295         (FE_OVERFLOW): Likewise.
33296         (FE_UNDERFLOW): Likewise.
33297         (FE_INEXACT): Likewise.
33298         (FE_TONEAREST): Likewise.
33299         (FE_DOWNWARD): Likewise.
33300         (FE_UPWARD): Likewise.
33301         (FE_TOWARDZERO): Likewise.
33302         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33303         (FE_UNDERFLOW): Likewise.
33304         (FE_OVERFLOW): Likewise.
33305         (FE_DIVBYZERO): Likewise.
33306         (FE_INVALID): Likewise.
33307         (FE_TONEAREST): Likewise.
33308         (FE_TOWARDZERO): Likewise.
33309         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33310         (FE_OVERFLOW): Likewise.
33311         (FE_UNDERFLOW): Likewise.
33312         (FE_DIVBYZERO): Likewise.
33313         (FE_INEXACT): Likewise.
33314         (FE_TONEAREST): Likewise.
33315         (FE_TOWARDZERO): Likewise.
33316         (FE_UPWARD): Likewise.
33317         (FE_DOWNWARD): Likewise.
33318         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33319         (FE_DIVBYZERO): Likewise.
33320         (FE_OVERFLOW): Likewise.
33321         (FE_UNDERFLOW): Likewise.
33322         (FE_INEXACT): Likewise.
33323         (FE_TONEAREST): Likewise.
33324         (FE_DOWNWARD): Likewise.
33325         (FE_UPWARD): Likewise.
33326         (FE_TOWARDZERO): Likewise.
33327
33328 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33329
33330         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33331
33332 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33333
33334         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33335         commands.  Quote $PWD.
33336         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33337         -x" by "export".
33338         (remove_newlines): Remove.
33339
33340 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33341
33342         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33343         * stdlib/stdlib.h (atof): Moved to ...
33344         * include/bits/stdlib-float.h: Here.  New file.
33345         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33346         * stdlib/bits/stdlib-float.h: New file.
33347         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33348         -mno-sse -mno-mmx.
33349         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33350         <xmmintrin.h>.
33351
33352 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33353
33354         * conform/conformtest.pl (@headers): Add fenv.h.
33355         * conform/data/fenv.h-data: New file.
33356         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33357         include of <math/fenv.h>.
33358
33359         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33360         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33361         && !UNIX98].  Enables tests for XOPEN2K8.
33362         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33363         POSIX2008]: Likewise.
33364
33365         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33366         (struct rusage): Do not expect type or its members.
33367
33368         [BZ #3439]
33369         * math/math.h (FP_NAN): Define macro to integer constant usable in
33370         #if and use that to give value to enum constant.
33371         (FP_INFINITE): Likewise.
33372         (FP_ZERO): Likewise.
33373         (FP_SUBNORMAL): Likewise.
33374         (FP_NORMAL): Likewise.
33375
33376 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33377
33378         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33379         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33380         arguments.
33381
33382 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33383
33384         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33385         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33386         autoconf-time if not.
33387         * configure.in: Remove AC_PREREQ.
33388
33389 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33390
33391         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33392         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33393         of the internal implementation.
33394
33395 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33396
33397         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33398         except include of <misc/sys/syslog.h>.
33399
33400 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33401
33402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33403         function returns with a NULL context exit with zero.
33404
33405 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33406
33407         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33408
33409 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33410
33411         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33412         (run_program_cmd): This.
33413         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33414         (tst_langinfo): New variable.  Use it.
33415
33416 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33417
33418         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33419         floating point opcodes.
33420
33421 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33422
33423         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33424         variable.
33425
33426         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33427
33428         * sysdeps/mach/hurd/powerpc: Remove directory.
33429         * sysdeps/mach/powerpc: Likewise.
33430
33431 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33432
33433         * scripts/check-local-headers.sh: Ignore c++ headers.
33434
33435 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33436
33437         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33438         __libc_cleanup_region_start argument.
33439
33440 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33441
33442         [BZ #14784]
33443         [BZ #14785]
33444         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33445         x * y using scaling, not as x * y + z.
33446         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33447         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33448         * math/libm-test.inc (fma_test): Add more tests.
33449         (fma_test_towardzero): Likewise.
33450         (fma_test_downward): Likewise.
33451         (fma_test_upward): Likewise.
33452
33453 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33454
33455         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33456
33457 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33458
33459         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33460         New variable.
33461
33462 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33463
33464         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33465
33466 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33467
33468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33469         Fix sort order.
33470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33471         Likewise.
33472
33473 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33474
33475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33476         Fix the order of the list for glibc 2.17.
33477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33478         Likewise.
33479
33480 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33481
33482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33483
33484 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33485
33486         [BZ #14610]
33487         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33488         for low part of x being zero before using __atanl (y).
33489         * math/libm-test.inc (atan2_test): Add another test.
33490
33491         * manual/install.texi (Configuring and compiling): Document
33492         general use of test-wrapper and test-wrapper-env.
33493         * INSTALL: Regenerated.
33494
33495         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33496         (__fma): Do not extract and scale down low bits on after-rounding
33497         systems when result rounded to normal precision would have normal
33498         exponent.
33499         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33500         (__fmal): Do not extract and scale down low bits on after-rounding
33501         systems when result rounded to normal precision would have normal
33502         exponent.
33503         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33504         (__fmal): Do not extract and scale down low bits on after-rounding
33505         systems when result rounded to normal precision would have normal
33506         exponent.
33507         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33508         macro.
33509         (fma_test): Add more tests.
33510         (fma_test_towardzero): Likewise.
33511         (fma_test_downward): Likewise.
33512         (fma_test_upward): Likewise.
33513
33514 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33515
33516         * sysdeps/i386/tininess.h: Renamed to ...
33517         * sysdeps/x86/tininess.h: This.
33518         * sysdeps/x86_64/tininess.h: Removed.
33519
33520 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33521
33522         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33523         input.  Use $(build-program-cmd).
33524         ($(objpfx)tst-array1-static.out): Likewise.
33525         ($(objpfx)tst-array2.out): Likewise.
33526         ($(objpfx)tst-array3.out): Likewise.
33527         ($(objpfx)tst-array4.out): Likewise.
33528         ($(objpfx)tst-array5.out): Likewise.
33529         ($(objpfx)tst-array5-static.out): Likewise.
33530
33531 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33532
33533         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33534         if defined.
33535
33536         * nss/nsswitch.h (nss_interface_function): Provide new
33537         macro for use with NSS functions.
33538         * grp/initgroups.c: Use new macro.
33539         * nss/getXXbyYY.c: Likewise.
33540         * nss/getXXbyYY_r.c: Likewise.
33541         * nss/getXXent.c: Likewise.
33542         * nss/getXXent_r.c: Likewise.
33543         * sysdeps/posix/getaddrinfo.c: Likewise.
33544
33545 2012-10-30  Andreas Jaeger  <aj@suse.de>
33546
33547         * po/ru.po: Update Russion translation from translation project.
33548
33549 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33550
33551         [BZ #14152]
33552         [BZ #14783]
33553         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33554         result and shift together with sticky bit instead of replicating
33555         round-to-nearest rounding.
33556         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33557         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33558         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33559         missing underflow exceptions.
33560         (fma_test_towardzero): Add more tests.
33561         (fma_test_downward): Likewise.
33562         (fma_test_upward): Likewise.
33563
33564         [BZ #14047]
33565         * sysdeps/generic/tininess.h: New file.
33566         * sysdeps/i386/tininess.h: Likewise.
33567         * sysdeps/sh/tininess.h: Likewise.
33568         * sysdeps/x86_64/tininess.h: Likewise.
33569         * stdlib/tst-strtod-underflow.c: Likewise.
33570         * stdlib/tst-tininess.c: Likewise.
33571         * stdlib/strtod_l.c: Include <tininess.h>.
33572         (round_and_return): Do not set errno for exact underflow cases.
33573         Force an underflow exception when setting errno for underflow.
33574         Determine underflow based on rounding to normal precision if
33575         TININESS_AFTER_ROUNDING.
33576         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33577         ERANGE for exact underflow cases.
33578         * stdlib/Makefile (tests): Add tst-tininess and
33579         tst-strtod-underflow.
33580         ($(objpfx)tst-tininess): Use $(link-libm).
33581         ($(objpfx)tst-strtod-underflow): Likewise.
33582
33583 2012-10-30  Andreas Jaeger  <aj@suse.de>
33584
33585         [BZ#14767]
33586         * elf/Makefile (tests): Remove conditional for have-initfini-array
33587         since this is now always required and the variable does not exist
33588         anymore.
33589         (tests-static): Likewise.
33590         (modules-names): Likewise.
33591
33592         * po/eo.po: Add Esperanto translation from translation project.
33593
33594         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33595         merged with constructor/destructor.
33596         (init_array): Likewise.
33597         * elf/tst-array2dep.c (fini_array): Likewise.
33598         (init_array): Likewise.
33599
33600 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33601
33602         * manual/message.texi: Delete @cartouche tags.
33603
33604 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33605
33606         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33607         EOPNOTSUPP.
33608         * sysdeps/mach/hurd/fsync.c: Likewise.
33609
33610         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33611         [_POSIX_REALTIME_SIGNALS]: Change condition to
33612         [_POSIX_REALTIME_SIGNALS > 0].
33613
33614 2012-10-27  Andreas Jaeger  <aj@suse.de>
33615
33616         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33617         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33618         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33619         [__WORDSIZE != 64]: Likewise.
33620
33621 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33622
33623         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33624         *  iconvdata/tst-tables.sh: Likewise.
33625
33626 2012-10-25  David S. Miller  <davem@davemloft.net>
33627
33628         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33629         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33630         of strtoull.
33631
33632         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33633         ifunc-impl-list.c
33634         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33635         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33636         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33637         file.
33638
33639 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33640
33641         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33642         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33643         __getdirentries.
33644
33645 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33646             Jim Blandy  <jimb@codesourcery.com>
33647
33648         * scripts/cross-test-ssh.sh: New file.
33649         * manual/install.texi (Configuring and compiling): Document use of
33650         cross-test-ssh.sh.
33651         * INSTALL: Regenerated.
33652
33653 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33654
33655         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33656         EOPNOTSUPP.
33657
33658 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33659
33660         * Makeconfig (run-program-prefix): Fix comment.
33661
33662 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33663             Jim Blandy  <jimb@codesourcery.com>
33664
33665         * Makeconfig (test-wrapper): New variable,
33666         (test-wrapper-env): Likewise.
33667         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33668         (run-built-tests): Define to yes.
33669         (run-program-prefix): Use $(test-wrapper).
33670         (built-program-cmd): Likewise.
33671         * Rules (make-test-out): Use $(test-wrapper-env) and
33672         $(host-built-program-cmd).
33673         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33674         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33675         tst-pathopt.sh.
33676         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33677         $(test-wrapper-env) to tst-rtld-load-self.sh.
33678         ($(objpfx)order2.out): Use $(test-wrapper).
33679         ($(objpfx)tst-initorder.out): Likewise.
33680         ($(objpfx)tst-initorder2.out): Likewise.
33681         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33682         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33683         (test_wrapper_env): New variable.  Use it to run ld.so.
33684         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33685         Use it to run ld.so.
33686         (test_wrapper_env): Likewise.
33687         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33688         $(test-wrapper) to run-iconv-test.sh.
33689         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33690         (ICONV): Use $test_wrapper.
33691         * posix/Makefile ($(objpfx)globtest.out): Pass
33692         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33693         globtest.sh, not $(run-program-prefix).
33694         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33695         (test_wrapper): Likewise.
33696         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33697         set together with run_via_rtld_prefix.
33698         (run_program_prefix): Define in terms of test_wrapper and
33699         run_via_rtld_prefix.
33700
33701 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33702
33703         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33704         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33705         Targets removed.
33706
33707         [BZ #14743]
33708         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33709         Declare __clock_getres, __clock_gettime, __clock_settime,
33710         __clock_nanosleep, and __clock_getcpuclockid.
33711         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33712         Remove librt_hidden_def (clock_gettime).
33713         * sysdeps/unix/clock_gettime.c: Likewise.
33714         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33715         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33716         * rt/clock_getres.c: Define __clock_getres as an alias.
33717         * sysdeps/posix/clock_getres.c: Likewise.
33718         * rt/clock_settime.c: Define __clock_settime as an alias.
33719         * sysdeps/unix/clock_settime.c: Likewise.
33720         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33721         * sysdeps/unix/clock_nanosleep.c: Likewise.
33722         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33723         * rt/clock-compat.c: New file.
33724         * rt/Makefile (librt-routines): Add clock-compat and move
33725         $(clock-routines) to ...
33726         (routines): ... here, new variable.
33727         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33728         Don't add get_clockfreq here.
33729         * rt/Versions (libc: GLIBC_2.17): New version set.
33730         Add clock_* symbols here.
33731         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33732         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33733         (GLIBC_2.17): Add clock_* symbols.
33734         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33735         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33736         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33738         Likewise.
33739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33740         Likewise.
33741         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33742         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33743         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33744         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33745         * NEWS: Mention the move.
33746
33747         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33748         Use __open, __read, __close rather than their public counterparts.
33749         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33750         (__get_clockfreq_via_cpuinfo): Likewise.
33751         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33752         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33753
33754         * config.h.in (HAVE_IFUNC): New #undef.
33755         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33756         was successful.
33757         * configure: Regenerated.
33758
33759 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33760
33761         * configure.in: Move READELF check to start of file.
33762         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33763         libc_cv_asm_gnu_indirect_function in the process.
33764         * configure: Regenerated.
33765
33766 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33767
33768         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33769         send the output to /dev/null.
33770         (libc_cv_cc_with_libunwind): Likewise.
33771         (libc_cv_as_noexecstack): Likewise.
33772         * configure: Regenerate.
33773
33774 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33775
33776         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33777
33778         * posix/globtest.sh (TMPDIR): Do not set.
33779         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33780         (testout): Likewise.
33781
33782 2012-10-24  Andreas Jaeger  <aj@suse.de>
33783
33784         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33785         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33786         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33787         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33788         posix_fadvise64, posix_fallocate64.
33789
33790         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33791         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33792         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33793         Likewise.
33794         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33795         Likewise.
33796         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33797
33798         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33799         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33800         <bits/fcntl-linux.h>.
33801         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33802
33803         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33804         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33805         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33806         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33807         [__WORDSIZE != 64]: Likewise.
33808
33809 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33810
33811         * Makeconfig (run-built-tests): New variable.
33812         * Rules [$(cross-compiling) = yes]: Change condition to
33813         [$(run-built-tests) = no].
33814         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33815         to [$(run-built-tests) = yes].
33816         * elf/Makefile [$(cross-compiling) = no]: Likewise
33817         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33818         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33819         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33820         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33821         * io/Makefile [$(cross-compiling) = no]: Likewise.
33822         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33823         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33824         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33825         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33826         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33827         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33828         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33829         * string/Makefile [$(cross-compiling) = no]: Likewise.
33830
33831         * posix/Makefile ($(objpfx)globtest.out): Pass
33832         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33833         $(rtld-installed-name).
33834         * posix/globtest.sh (elf_objpfx): Remove variable.
33835         (rtld_installed_name): Likewise.
33836         (library_path): Likewise.
33837         (run_program_prefix): New variable.  Use for running globtest
33838         binary.
33839
33840 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33841             Joseph Myers  <joseph@codesourcery.com>
33842
33843         * Makeconfig (host-built-program-cmd): New variable.
33844         * elf/Makefile (tst-stackguard1-ARGS): Use
33845         $(host-built-program-cmd).
33846         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33847         (tst-spawn-ARGS): Likewise.
33848         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33849
33850 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33851             Jim Blandy  <jimb@codesourcery.com>
33852
33853         * Makeconfig (run-via-rtld-prefix): New variable.
33854         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33855         (built-program-cmd): Likewise.
33856
33857 2012-10-22  Andreas Jaeger  <aj@suse.de>
33858
33859         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33860         __O_RSYNC if it exists, otherwise to O_SYNC.
33861
33862 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33863             Joseph Myers  <joseph@codesourcery.com>
33864
33865         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33866         /dev/null.
33867         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33868         from /dev/null
33869         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33870         /dev/null.
33871
33872 2012-10-22  Andreas Jaeger  <aj@suse.de>
33873
33874         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33875         Define always.
33876         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33877
33878         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33879         bits/fcntl-linux.h.
33880
33881         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33882         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33883
33884         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33885         to __O_LARGEFILE.
33886         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33887         to __O_LARGEFILE.
33888
33889 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33890             Joseph Myers  <joseph@codesourcery.com>
33891
33892         * config.make.in (NM): New variable.
33893
33894 2012-10-21  Andreas Jaeger  <aj@suse.de>
33895
33896         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33897         definitions and declarations that are provided by
33898         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33899
33900 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33901
33902         [BZ #14683]
33903         * elf/Makefile (tests-static): Add tst-leaks1-static.
33904         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33905         ($(objpfx)tst-leaks1-static): New rule.
33906         ($(objpfx)tst-leaks1-static-mem): Likewise.
33907         (tst-leaks1-static-ENV): New macro.
33908         * elf/dl-open.c (dl_open_worker): Check the main application
33909         only if SHARED is defined.
33910         * elf/tst-leaks1-static.c: New file.
33911
33912 2012-10-20  Andreas Jaeger  <aj@suse.de>
33913
33914         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33915         generic values for Linux.
33916         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33917         and declarations that are provided by <bits/fcntl-linux.h> and
33918         include <bits/fcntl-linux.h>.
33919         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33920         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33921
33922 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33923
33924         * io/fcntl.h: Move include of <bits/types.h> to the top and
33925         include it unconditionally.
33926
33927 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33928
33929         * wcsmbs/Makefile (tests-ifunc): New variable.
33930         (tests): Add $(tests-ifunc).
33931         * wcsmbs/test-wcschr-ifunc.c: New file.
33932         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33933         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33934         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33935         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33936         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33937
33938         * string/Makefile (tests-ifunc): New variable.
33939         (tests): Add $(tests-ifunc).
33940         * string/test-memccpy.c (TEST_NAME): New macro.
33941         * string/test-memchr.c (TEST_NAME): Likewise.
33942         * string/test-memcmp.c (TEST_NAME): Likewise.
33943         * string/test-memcpy.c (TEST_NAME): Likewise.
33944         * string/test-memmem.c (TEST_NAME): Likewise.
33945         * string/test-memmove.c (TEST_NAME): Likewise.
33946         * string/test-memset.c (TEST_NAME): Likewise.
33947         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33948         * string/test-stpcpy.c (TEST_NAME): Likewise.
33949         * string/test-stpncpy.c (TEST_NAME): Likewise.
33950         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33951         * string/test-strcasestr.c (TEST_NAME): Likewise.
33952         * string/test-strcat.c (TEST_NAME): Likewise.
33953         * string/test-strchr.c (TEST_NAME): Likewise.
33954         * string/test-strcmp.c(TEST_NAME): Likewise.
33955         * string/test-strcpy.c (TEST_NAME): Likewise.
33956         * string/test-strcspn.c (TEST_NAME): Likewise.
33957         * string/test-strlen.c (TEST_NAME): Likewise.
33958         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33959         * string/test-strncmp.c (TEST_NAME): Likewise.
33960         * string/test-strncpy.c (TEST_NAME): Likewise.
33961         * string/test-strnlen.c (TEST_NAME): Likewise.
33962         * string/test-strpbrk.c (TEST_NAME): Likewise.
33963         * string/test-strrchr.c (TEST_NAME): Likewise.
33964         * string/test-strspn.c (TEST_NAME): Likewise.
33965         * string/test-strstr.c (TEST_NAME): Likewise.
33966         * string/test-bcopy-ifunc.c: New file.
33967         * string/test-bzero-ifunc.c: Likewise.
33968         * string/test-memccpy-ifunc.c: Likewise.
33969         * string/test-memchr-ifunc.c: Likewise.
33970         * string/test-memcmp-ifunc.c: Likewise.
33971         * string/test-memcpy-ifunc.c: Likewise.
33972         * string/test-memmem-ifunc.c: Likewise.
33973         * string/test-memmove-ifunc.c: Likewise.
33974         * string/test-mempcpy-ifunc.c: Likewise.
33975         * string/test-memset-ifunc.c: Likewise.
33976         * string/test-rawmemchr-ifunc.c: Likewise.
33977         * string/test-stpcpy-ifunc.c: Likewise.
33978         * string/test-stpncpy-ifunc.c: Likewise.
33979         * string/test-strcasecmp-ifunc.c: Likewise.
33980         * string/test-strcasestr-ifunc.c: Likewise.
33981         * string/test-strcat-ifunc.c: Likewise.
33982         * string/test-strchr-ifunc.c: Likewise.
33983         * string/test-strchrnul-ifunc.c: Likewise.
33984         * string/test-strcmp-ifunc.c: Likewise.
33985         * string/test-strcpy-ifunc.c: Likewise.
33986         * string/test-strcspn-ifunc.c: Likewise.
33987         * string/test-strlen-ifunc.c: Likewise.
33988         * string/test-strncasecmp-ifunc.c: Likewise.
33989         * string/test-strncat-ifunc.c: Likewise.
33990         * string/test-strncmp-ifunc.c: Likewise.
33991         * string/test-strncpy-ifunc.c: Likewise.
33992         * string/test-strnlen-ifunc.c: Likewise.
33993         * string/test-strpbrk-ifunc.c: Likewise.
33994         * string/test-strrchr-ifunc.c: Likewise.
33995         * string/test-strspn-ifunc.c: Likewise.
33996         * string/test-strstr-ifunc.c: Likewise.
33997
33998         * debug/Makefile (tests-ifunc): New variable.
33999         (tests): Add $(tests-ifunc).
34000         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34001         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34002         * debug/test-stpcpy_chk-ifunc.c: New file.
34003         * debug/test-strcpy_chk-ifunc.c: Likewise.
34004
34005 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34006
34007         [BZ #13601]
34008         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34009         header is not read in.
34010
34011 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34012
34013         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34014         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34015         directly.  Pass built executable to script as
34016         $(built-program-cmd).
34017         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34018         $testprogram without using LD_LIBRARY_PATH and $ldso.
34019
34020         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34021         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34022         $(rtld-installed-name).
34023         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34024         (rtld_installed_name): Likewise.
34025         (library_path): Likewise.
34026         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34027         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34028         $(run-program-prefix) to tst-tables.sh.
34029         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34030         it to run tst-table-from and tst-table-to.
34031         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34032         Pass it to tst-table.sh.
34033         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34034         $(run-program-prefix) to tst-gettext.sh.
34035         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34036         tst-translit.sh.
34037         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34038         tst-gettext2.sh.
34039         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34040         to run tst-gettext.
34041         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34042         to run tst-gettext2.
34043         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34044         to run tst-translit.
34045         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34046         $(run-program-prefix) to tst-mtrace.sh.
34047         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34048         to run tst-mtrace.
34049         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34050         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34051         $(rtld-installed-name).
34052         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34053         (rtld_installed_name): Likewise.
34054         (run_program_prefix): New variable.  Use it to run wordexp-test.
34055
34056         * Makeconfig (ARCH): Remove all definitions.
34057         (machine): Likewise.
34058         [ARCH]: Remove conditional code.
34059         [!objdir]: Give error.
34060         [!objdir] (objpfx): Remove.
34061         [!objdir] (common-objpfx): Likewise.
34062         [!objdir] (common-objdir): Likewise.
34063         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34064         AC_CONFIG_FILES call.
34065         * configure: Regenerated.
34066
34067         [BZ #13888]
34068         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34069         or TMPDIR.
34070         (testout): Likewise.
34071
34072         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34073         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34074         $(rtld-installed-name).
34075         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34076         (rtld_installed_name): Likwise.
34077         (runit): Remove function.
34078         (run_getconf): New variable,  Use it for running getconf binary.
34079
34080 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34081
34082         [BZ #14716]
34083         * string/test-memmem.c (check_result): New function.
34084         (do_one_test): Use it.
34085         (check1): New function.
34086         (test_main): Use it.
34087
34088 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34089
34090         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34091
34092 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34093
34094         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34095         (_G_LSEEK64): Likewise.
34096         (_G_MMAP64): Likewise.
34097         (_G_FSTAT64): Likewise.
34098         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34099         (_G_LSEEK64): Likewise.
34100         (_G_MMAP64): Likewise.
34101         (_G_FSTAT64): Likewise.
34102         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34103         unconditional.  Call __mmap64 directly.
34104         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34105         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34106         __lseek64 directly.
34107         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34108         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34109         __mmap64 directly.
34110         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34111         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34112         __lseek64 directly.
34113         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34114         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34115         __lseek64 directly.
34116         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34117         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34118         __lseek64 directly.
34119         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34120         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34121         __fxstat64 directly.
34122         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34123         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34124         unconditional.
34125         (freopen64) [!_G_OPEN64]: Remove conditional code.
34126         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34127         unconditional.
34128         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34129         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34130         unconditional.
34131         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34132         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34133         unconditional.
34134         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34135         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34136         unconditional.
34137         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34138         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34139         unconditional.
34140         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34141         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34142         unconditional.
34143         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34144         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34145         unconditional.
34146         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34147
34148 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34149
34150         [BZ #12140]
34151         * manual/memory.texi (Malloc Tunable Parameters): Add note
34152         about free list pointers overwriting some perturb bytes.
34153         Wording suggested by Roland McGrath.
34154
34155 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34156
34157         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34158         (lgamma_test): Likewise.
34159         (tgamma_test): Likewise.
34160
34161 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34162
34163         [BZ #14700]
34164         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34165         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34166
34167 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34168
34169         * NEWS: Mention BZ #14716.
34170         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34171         when removing AVAILABLE1_USES_J macro.
34172
34173 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34174
34175         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34176         (__bswap_64): __uint64_t for unsigned 64-bit int.
34177
34178 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34179
34180         * include/string.h (memmem): Declare libc hidden alias.
34181         * string/memmem.c (memmem): Define libc hidden alias.
34182         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34183         __read, __close instead of open, read, close.
34184
34185 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34186
34187         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34188         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34189         global and hidden.
34190         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34191         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34192         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34193         Likewise.
34194         (__rawmemchr_sse2): Likewise.
34195         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34196         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34197         (__strchr_sse2): Likewise.
34198         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34199         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34200         (__strcasecmp_sse2): Likewise.
34201         (__strncasecmp_sse2): Likewise.
34202         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34203         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34204         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34205         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34206         (__strrchr_sse2): Likewise.
34207         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34208         ifunc-impl-list.c.
34209         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34210         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34211         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34212         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34213         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34214         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34215         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34216         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34217         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34218         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34219         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34220         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34221         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34222         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34223         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34224         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34225         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34226         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34227         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34228         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34229         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34230         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34231         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34232         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34233         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34234         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34235         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34236         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34237         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34238         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34239
34240         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34241         global and hidden.
34242         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34243         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34244         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34245         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34246         Likewise.
34247         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34248         Likewise.
34249         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34250         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34251         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34252         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34253         ifunc-impl-list.c.
34254         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34255         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34256         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34257         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34258         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34259         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34260         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34261         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34262         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34263         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34264         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34265         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34266         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34267         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34268         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34269         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34270         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34271         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34272         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34273         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34274         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34275         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34276         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34277         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34278         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34279         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34280         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34281         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34282         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34283         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34284         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34285         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34286         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34287         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34288         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34289         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34290         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34291         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34292         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34293         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34294         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34295
34296         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34297         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34298         * include/ifunc-impl-list.h: New file.
34299         * misc/ifunc-impl-list.c: Likewise.
34300         * misc/Makefile (routines): Add ifunc-impl-list.
34301         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34302         * string/test-string.h: Include <ifunc-impl-list.h>.
34303         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34304         TEST_NAME]: New variables.
34305         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34306         are defined.
34307         (test_init): Call __libc_ifunc_impl_list to initialize
34308         func_list if TEST_IFUNC and TEST_NAME are defined.
34309
34310         * string/Makefile (strop-tests): Add bcopy and bzero.
34311         * string/test-bcopy.c: New file.
34312         * string/test-bzero.c: Likewise.
34313         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34314         defined.
34315         * string/test-memset.c: Support bzero test if TEST_BZERO is
34316         defined.
34317         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34318         __libc_memmove.
34319         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34320         __libc_memset.
34321         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34322         of memset.
34323
34324 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34325
34326         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34327         * configure: Regenerated.
34328
34329         * Makeconfig (+link-static-before-libc): Don't include
34330         $(link-static-libc).
34331
34332         * libio/libio.h (_IO_pos_t): Remove.
34333
34334 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34335
34336         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34337         McGrath.
34338
34339 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34340
34341         * crypt/crypt-entry.c: Include fips-private.h.
34342         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34343         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34344         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34345         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34346
34347 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34348
34349         * crypt/crypt-private.h: Include stdbool.h.
34350         (_ufc_setup_salt_r): Return bool.
34351         * crypt/crypt-entry.c: Include errno.h.
34352         (__crypt_r): Return NULL with EINVAL for bad salt.
34353         * crypt/crypt_util.c (bad_for_salt): New.
34354         (_ufc_setup_salt_r): Check that salt is long enough and within
34355         the specified alphabet.
34356         * crypt/badsalttest.c: New file.
34357         * crypt/Makefile (tests): Add it.
34358         ($(objpfx)badsalttest): New.
34359
34360 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34361
34362         * NEWS: Add entry for BZ #14602.
34363
34364 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34365
34366         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34367         type-generic.
34368         * math/libm-test.inc: Update comment listing what functions and
34369         macros are tested.
34370         (isgreater_test): New function.
34371         (isgreaterequal_test): Likewise.
34372         (isless_test): Likewise.
34373         (islessequal_test): Likewise.
34374         (islessgreater_test): Likewise.
34375         (isunordered_test): Likewise.
34376         (main): Call the new functions.
34377
34378 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34379
34380         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34381         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34382         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34383         * sysdeps/i386/configure: Regenerated.
34384         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34385         * sysdeps/mach/configure: Regenerated.
34386         * sysdeps/mach/hurd/configure: Regenerated.
34387         * sysdeps/powerpc/configure: Regenerated.
34388         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34389         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34390         * sysdeps/s390/s390-32/configure: Regenerated.
34391         * sysdeps/s390/s390-64/configure: Regenerated.
34392         * sysdeps/sh/configure: Regenerated.
34393         * sysdeps/sparc/configure: Regenerated.
34394         * sysdeps/unix/sysv/linux/configure: Regenerated.
34395         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34396         * sysdeps/x86_64/configure: Regenerated.
34397
34398         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34399         defined.  Don't check if MAP is NULL.
34400
34401 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34402
34403         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34404         (_G_stat64): Likewise.
34405         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34406         (_G_stat64): Likewise.
34407         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34408         instead of struct _G_stat64.
34409         * libio/fileops.c (mmap_remap_check): Likewise.
34410         (decide_maybe_mmap): Likewise.
34411         (_IO_new_file_seekoff): Likewise.
34412         (_IO_file_stat): Likewise.
34413         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34414         _G_off64_t.
34415         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34416         instead of struct _G_stat64.
34417         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34418
34419 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34420
34421         [BZ #14602]
34422         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34423         Replace with ...
34424         (CHECK_EOL): New macro.
34425         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34426         CHECK_EOL.
34427         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34428         Replace with CHECK_EOL.
34429         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34430         Replace with CHECK_EOL.
34431
34432 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34433
34434         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34435         type-generic.
34436         * math/libm-test.inc: Update comment listing what functions and
34437         macros are tested.
34438         (finite_test): New function.
34439         (isinf_test): Likewise.
34440         (isnan_test): Likewise.
34441         (fpclassify_test): Test subnormal input.
34442         (isfinite_test): Likewise.
34443         (isnormal_test): Likewise.
34444         (main): Call the new functions.
34445
34446 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34447
34448         [BZ #14660]
34449         * Makerules (%.dynsym): Force C locale when running
34450         $(OBJDUMP) --dynamic-syms.
34451
34452 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34453
34454         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34455         <stdint.h>.
34456
34457 2012-10-06  David S. Miller  <davem@davemloft.net>
34458
34459         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34460         upper 32-bits of the length value in %o2 since we use branch-on-register
34461         tests which consider the entire 64-bit register.
34462
34463 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34464
34465         * string/test-strstr.c (check2): Add a test for page boundary.
34466
34467 2012-10-05  David S. Miller  <davem@davemloft.net>
34468
34469         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34470         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34471         file.
34472         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34473         sysdep_routines.
34474         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34475         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34476         and bzero when HWCAP_SPARC_CRYPTO is present.
34477
34478 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34479
34480         [BZ #14602]
34481         * string/test-strstr.c (check2): New function.
34482         (test_main): Call check2.
34483
34484         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34485         and bug-strchr1.
34486         * string/bug-strcasestr1.c (do_test): Moved to ...
34487         * string/test-strcasestr.c (check1): Here.  New function.
34488         (do_one_test): Break out result checking code into ...
34489         (check_result): This.  New function.
34490         (do_one_test): Call check_result.
34491         (test_main): Call check1.
34492         * string/bug-strchr1.c (do_test): Moved to ...
34493         * string/test-strchr.c (check1): Here.  New function.
34494         (do_one_test): Break out result checking code into ...
34495         (check_result): This.  New function.
34496         (do_one_test): Call check_result.
34497         (test_main): Call check1.
34498         * string/bug-strstr1.c (main): Moved to ...
34499         * string/test-strstr.c (check1): Here.  New function.
34500         (do_one_test): Break out result checking code into ...
34501         (check_result): This.  New function.
34502         (do_one_test): Call check_result.
34503         (test_main): Call check1.
34504         * string/bug-strcasestr1.c: Removed.
34505         * string/bug-strchr1.c: Likewise.
34506         * string/bug-strstr1.c: Likewise.
34507
34508         * elf/Makefile (dl-routines): Add hwcaps.
34509         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34510         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34511         (_dl_important_hwcaps): Moved to ...
34512         * elf/dl-hwcaps.c: Here.  New file.
34513         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34514
34515         [BZ #14557]
34516         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34517         if IS_IN_rtld isn't defined.
34518
34519         * elf/dl-support.c (_dl_sysinfo_map): New.
34520         Include "get-dynamic-info.h" and "setup-vdso.h".
34521         (_dl_non_dynamic_init): Call setup_vdso.
34522         * elf/dynamic-link.h: Don't include <assert.h>.
34523         (elf_get_dynamic_info): Moved to ...
34524         * elf/get-dynamic-info.h: Here.  New file.
34525         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34526         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34527         * elf/setup-vdso.h: Here.  New file.
34528         * elf/rtld.c: Include "setup-vdso.h".
34529         (dl_main): Call setup_vdso.
34530
34531 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34532
34533         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34534         creal in comment listing functions tested.  List finite, isinf,
34535         isnan, isless, islessequal, isgreater, isgreaterequal,
34536         islessgreater, isunordered, lgamma_r and pow10 as functions and
34537         macros not tested.  Mention which functions not tested are aliases
34538         for other functions.  Fix typo.  Note that signs of NaNs are not
34539         tested.
34540
34541         * scripts/config.guess: Update from config.git.
34542         * scripts/config.sub: Likewise.
34543
34544 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34545
34546         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34547         * misc/madvise.c (madvise): Renamed to __madvise.
34548         Make madvise a weak alias.
34549         * include/sys/mman.h: Declare __madvise.
34550         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34551         * sysdeps/unix/syscalls.list
34552         (madvise): Make __madvise the strong name, and madvise a weak alias.
34553         * sysdeps/unix/sysv/linux/syscalls.list
34554         (madvise, mmap): Remove redundant entries.
34555         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34556         * malloc/malloc.c (mtrim): Likewise.
34557         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34558
34559 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34560
34561         * sysdeps/mach/hurd/dl-cache.c: File removed.
34562         * config.h.in (USE_LDCONFIG): New #undef.
34563         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34564         * configure: Regenerated.
34565         * elf/Makefile (dl-routines): Add dl-cache only under
34566         [$(use-ldconfig) = yes].
34567         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34568         cache on [USE_LDCONFIG].
34569         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34570         [USE_LDCONFIG].
34571         * elf/rtld.c (dl_main): Likewise.
34572
34573 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34574
34575         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34576         _SC_LEVEL4_CACHE_LINESIZE.
34577
34578 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34579
34580         * sysdeps/unix/bsd/confstr.h: File removed.
34581
34582 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34583
34584         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34585         sys/sdt-config.h.
34586
34587 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34588
34589         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34590         Make 'mapoff' field ElfW(Off) rather than off_t.
34591
34592 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34593
34594         * nscd/Makefile: Remove nscd-cflags and all its users.
34595         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34596         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34597
34598         [BZ #10631]
34599         * malloc.c (malloc_printerr): Clarify error message.
34600
34601 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34602
34603         [BZ #14648]
34604         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34605         Set bit_FMA_Usable if FMA is supported.
34606         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34607         macro.
34608         (bit_FMA4_Usable): Updated.
34609         (index_FMA_Usable): New macro.
34610         (CPUID_FMA): Likewise
34611         (HAS_FMA): Defined with bit_FMA_Usable.
34612
34613 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34614
34615         * bits/types.h (__swblk_t): Type removed.
34616         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34617         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34618         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34619         (__SWBLK_T_TYPE): Likewise.
34620         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34621         (__SWBLK_T_TYPE): Likewise.
34622         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34623         (__SWBLK_T_TYPE): Likewise.
34624         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34625         (__SWBLK_T_TYPE): Likewise.
34626
34627 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34628             Honza Horak <hhorak@redhat.com>
34629
34630         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34631         (xdr_mapname): Use YPMAXMAP as maxsize.
34632         (xdr_peername): Use YPMAXPEER as maxsize.
34633         (xdr_keydat): Use YPAXRECORD as maxsize.
34634         (xdr_valdat): Use YPMAXRECORD as maxsize.
34635
34636 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34637
34638         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34639
34640         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34641         * csu/init-first.c: ... here.
34642         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34643         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34644         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34645         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34646         * sysdeps/i386/init-first.c: File removed.
34647         * sysdeps/sh/init-first.c: File removed.
34648
34649 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34650
34651         [BZ #14645]
34652         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34653         if x * y might underflow to zero and z is zero.
34654         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34655         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34656         * math/libm-test.inc (min_subnorm_value): New variable.
34657         (fma_test): Add more tests.
34658         (fma_test_towardzero): Likewise.
34659         (fma_test_downward): Likewise
34660         (fma_test_upward): Likewise.
34661         (initialize): Set min_subnorm_value.
34662
34663 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34664
34665         [BZ #14638]
34666         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34667         0 + 0.
34668         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34669         mode for addition resulting in exact zero.
34670         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34671         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34672         exact 0 + 0.
34673         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34674         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34675         * math/libm-test.inc (fma_test): Add more tests.
34676         (fma_test_towardzero): New function.
34677         (fma_test_downward): Likewise.
34678         (fma_test_upward): Likewise.
34679         (main): Call the new functions.
34680
34681 2012-09-28  David S. Miller  <davem@davemloft.net>
34682
34683         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34684
34685 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34686
34687         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34688         instead of SIGALRM.
34689
34690         * sysdeps/gnu/_G_config.h: Moved to ...
34691         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34692         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34693         * sysdeps/generic/_G_config.h: ... here.
34694
34695         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34696
34697         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34698
34699         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34700         Conditionalize target on [libnss_test1.so-version].
34701
34702         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34703
34704         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34705         (elfobjdir): Move out of conditionals.
34706
34707         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34708         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34709         (__nss_lookup_function): Conditionalize label remove_from_tree on
34710         [!DO_STATIC_NSS || SHARED], matching its only use.
34711
34712 2012-09-28  David S. Miller  <davem@davemloft.net>
34713
34714         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34715         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34716         file.
34717         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34718         sysdep_routines.
34719         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34720         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34721         when HWCAP_SPARC_CRYPTO is present.
34722
34723 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34724
34725         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34726
34727 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34728
34729         [BZ #6530]
34730         * stdio-common/vfprintf.c (process_string_arg): Revert
34731         2000-07-22 change.
34732
34733 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34734
34735         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34736         for testcase.
34737         * stdio-common/tst-sprintf.c: Include <locale.h>
34738         (main): Test sprintf's handling of incomplete multibyte
34739         characters.
34740
34741 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34742
34743         * elf/dl-runtime.c (VERSYMIDX): Removed.
34744         * elf/dl-version.c (VERSYMIDX): Likewise.
34745         * elf/do-rel.h (VERSYMIDX): Likewise.
34746         (VALIDX): Likewise.
34747         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34748         * elf/rtld.c (VALIDX): Likewise.
34749         (ADDRIDX): Likewise.
34750         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34751         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34752         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34753         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34754         (VALIDX): Likewise.
34755         (ADDRIDX): Likewise.
34756
34757 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34758
34759         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34760
34761 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34762
34763         [BZ #11438]
34764         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34765         to global scope.
34766         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34767         addresses are in the same scope as 192.0.2/24.
34768         * posix/gai.conf: Document new scope table defaults.
34769
34770 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34771
34772         [BZ #5298]
34773         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34774         for ftell.  Compute offsets from write pointers instead.
34775         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34776
34777 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34778
34779         [BZ #14543]
34780         * libio/Makefile (tests): New test case tst-fseek.
34781         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34782         combination works in wide mode.
34783         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34784         state when the external buffer state changes.
34785
34786 2012-09-27  David S. Miller  <davem@davemloft.net>
34787
34788         [BZ #14376]
34789         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34790         pass reloc->r_addend in as the 'high' argument to
34791         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34792
34793         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34794
34795 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34796
34797         * rt/tst-aio2.c: Include <pthread.h>.
34798         * rt/tst-aio3.c: Likewise.
34799
34800 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34801
34802         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34803
34804 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34805
34806         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34807         contents on [SHARED].
34808
34809 2012-09-26  Marek Polacek  <polacek@redhat.com>
34810
34811         [BZ #14530]
34812         [BZ #13741]
34813         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34814         for C++ and GCC <4.3 as well as for non GCC compilers.
34815
34816 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34817
34818         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34819
34820 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34821
34822         * Makefile.in (all, install): Declare with .PHONY.
34823         Reported by Michael Hope <michael.hope@linaro.org>.
34824
34825 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34826
34827         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34828         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34829         system header.
34830         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34831         Likewise.
34832         (sydep_routines): Add the new and the internal functions.
34833         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34834         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34836         (GLIBC_2.17): Add the new function.
34837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34838         (GLIBC_2.17): Likewise.
34839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34840         (GLIBC_2.17): Likewise.
34841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34842         (GLIBC_2.17): Likewise.
34843         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34844
34845 2012-09-25  Alan Modra  <amodra@gmail.com>
34846
34847         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34848         Add release barrier before setting once_control to say
34849         initialisation is done.  Add hints on lwarx.  Use macro in
34850         place of isync.
34851         (clear_once_control): Add release barrier.
34852
34853 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34854
34855         [BZ #13629]
34856         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34857         specially.
34858         * math/s_clog10.c (__clog10): Likewise.
34859         * math/s_clog10f.c (__clog10f): Likewise.
34860         * math/s_clog10l.c (__clog10l): Likewise.
34861         * math/s_clogf.c (__clogf): Likewise.
34862         * math/s_clogl.c (__clogl): Likewise.
34863         * math/Makefile (libm-calls): Add x2y2m1.
34864         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34865         (__x2y2m1): Likewise.
34866         (__x2y2m1l): Likewise.
34867         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34868         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34869         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34870         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34871         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34872         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34873         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34874         * sysdeps/i386/fpu/libm-test-ulps: Update.
34875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34876
34877         [BZ #14621]
34878         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34879         int as type of variable DEPTH.
34880         (glob): Use size_t instead of int as type of variables NEWCOUNT
34881         and OLD_PATHC.
34882
34883 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34884
34885         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34886         Add s_sincosf-sse2.
34887         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34888         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34889         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34890         macros for using routine as __sincosf_ia32.
34891         Use macro for function declaration and weak_alias.
34892         * sysdeps/i386/fpu/libm-test-ulps: Update.
34893
34894         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34895         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34896
34897         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34898         subnormal argument.
34899         * math/s_cexpf.c (__cexpf): Likewise.
34900         * math/s_csinf.c (__csinf): Likewise.
34901         * math/s_csinhf.c (__csinhf): Likewise.
34902         * math/s_ctanf.c (__ctanf): Likewise.
34903         * math/s_ctanhf.c (__ctanhf): Likewise.
34904         * math/s_ccosh.c (__ccoshf): Likewise.
34905         * math/s_cexp.c (__cexpl): Likewise.
34906         * math/s_csin.c (__csin): Likewise.
34907         * math/s_csinh.c (__csinh): Likewise.
34908         * math/s_ctan.c (__ctan): Likewise.
34909         * math/s_ctanh.c (ctanh): Likewise.
34910         * math/s_ccoshl.c (__ccoshl): Likewise.
34911         * math/s_cexpl.c (__cexpl): Likewise.
34912         * math/s_csinl.c (__csinl): Likewise.
34913         * math/s_csinhl.c (__csinhl): Likewise.
34914         * math/s_ctanl.c (__ctanl): Likewise.
34915         * math/s_ctanhl.c (__ctanhl): Likewise.
34916
34917 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34918
34919         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34920         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34921         (_IO_off_t): Define to __off_t, not _G_off_t.
34922         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34923         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34924         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34925         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34926         type of __dummy and __dummy2 fields.
34927         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34928         (_G_ssize_t): Likewise.
34929         (_G_off_t): Likewise.
34930         (_G_pid_t): Likewise.
34931         (_G_uid_t): Likewise.
34932         (_G_wchar_t): Likewise.
34933         (_G_wint_t): Likewise.
34934         * sysdeps/gnu/_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/mach/hurd/_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
34949 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34950
34951         * malloc/arena.c: Include malloc-sysdep.h.
34952         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34953         is sufficient to shrink the heap or an unmap is needed.
34954         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34955         new function check_may_shrink_heap.
34956         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34957         new function check_may_shrink_heap.
34958
34959 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34960
34961         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34962         comments.
34963
34964 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34965
34966         * catgets/test-gencat.sh: Add "set -e".
34967         * elf/tst-pathopt.sh: Likewise.
34968         * grp/tst_fgetgrent.sh: Likewise.
34969         * iconvdata/run-iconv-test.sh: Likewise.
34970         * intl/tst-gettext.sh: Likewise.
34971         * intl/tst-gettext2.sh: Likewise.
34972         * intl/tst-gettext4.sh: Likewise.
34973         * intl/tst-gettext6.sh: Likewise.
34974         * intl/tst-translit.sh: Likewise.
34975         * io/ftwtest-sh: Likewise.
34976         * libio/test-freopen.sh: Likewise.
34977         * malloc/tst-mtrace.sh: Likewise.
34978         * posix/globtest.sh: Likewise.
34979         * posix/tst-getconf.sh: Likewise.
34980         * posix/wordexp-tst.sh: Likewise.
34981         * stdio-common/tst-printf.sh: Likewise.
34982         * stdio-common/tst-unbputc.sh: Likewise.
34983         * stdlib/tst-fmtmsg.sh: Likewise.
34984         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34985         * catgets/Makefile: Do not specify -e option when running
34986         testsuite shell scripts.
34987         * elf/Makefile: Likewise.
34988         * grp/Makefile: Likewise.
34989         * iconvdata/Makefile: Likewise.
34990         * intl/Makefile: Likewise.
34991         * io/Makefile: Likewise.
34992         * libio/Makefile: Likewise.
34993         * malloc/Makefile: Likewise.
34994         * posix/Makefile: Likewise.
34995         * stdio-common/Makefile: Likewise.
34996         * stdlib/Makefile: Likewise.
34997         * sysdeps/x86_64/Makefile: Likewise.
34998
34999         * io/ftwtest-sh: Add copyright header.
35000         * posix/globtest.sh: Likewise.
35001         * posix/tst-getconf.sh: Likewise.
35002         * posix/wordexp-tst.sh: Likewise.
35003         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35004
35005 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35006
35007         [BZ #13679]
35008         * Makeconfig (+link): Defined as $(+link-static) if
35009         $(build-shared) isn't yes.
35010         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35011         isn't yes.
35012         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35013
35014         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35015
35016         [BZ #14562]
35017         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35018         new chunk size with MALLOC_ALIGN_MASK.
35019
35020 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35021
35022         [BZ #5044]
35023         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35024         <rounding-mode.h>.
35025         (__printf_fphex): Determine rounding using get_rounding_mode and
35026         round_away.
35027         * stdio-common/tst-printf-round.c (struct hex_test): New
35028         structure.
35029         (hex_tests): New variable.
35030         (test_hex_in_one_mode): New function.
35031         (do_test): Also run tests for hex float output.
35032
35033 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35034
35035         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35036         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35037         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35038         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35039         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35040         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35041         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35042         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35043
35044 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35045
35046         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35047         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35048         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35049         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35050
35051 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35052
35053         [BZ #14579]
35054         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35055         mode only.
35056         * elf/tst-rtld-load-self.sh: New test.
35057         * elf/Makefile: Run it.
35058
35059 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35060
35061         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35062         (tst-writev-ENV): Remove.
35063         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35064
35065 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35066
35067         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35068
35069 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35070
35071         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35072         unconditional.
35073         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35074         Likewise.
35075         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35076         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35077         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35078         Likewise.
35079
35080 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35081
35082         [BZ #14587]
35083         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35084         * config.make.in (have-cpp-asm-debuginfo): Removed.
35085         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35086         * configure: Regenerated.
35087
35088 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35089
35090         [BZ #5044]
35091         * stdio-common/printf_fp.c: Include <stdbool.h> and
35092         <rounding-mode.h>.
35093         (___printf_fp): Determine rounding using get_rounding_mode and
35094         round_away.
35095         * stdio-common/tst-printf-round.c: New file.
35096         * stdio-common/Makefile (tests): Add tst-printf-round.
35097         (link-libm): New variable.
35098         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35099
35100 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35101
35102         [BZ #14576]
35103         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35104         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35105         Likewise.
35106         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35107         Likewise.
35108
35109 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35110
35111         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35112         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35113         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35114         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35115
35116 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35117
35118         [BZ #14518]
35119         * include/rounding-mode.h: New file.
35120         * sysdeps/generic/get-rounding-mode.h: Likewise.
35121         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35122         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35123         (MAX_VALUE): New macro.
35124         (MIN_VALUE): Likewise.
35125         (overflow_value): New function.
35126         (underflow_value): Likewise.
35127         (round_and_return): Use overflow_value and underflow_value to
35128         determine return values in overflow and underflow cases.  Use
35129         round_away to determine rounding depending on rounding mode.
35130         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35131         determine return values in overflow and underflow cases.
35132         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35133         (struct test_results): New structure.
35134         (struct test): Use struct test_results to store expected results
35135         for all rounding modes.
35136         (TEST): Include expected results for all rounding modes.
35137         (test_in_one_mode): New function.
35138         (do_test): Use test_in_one_mode to compute and check results.
35139         Check results for all rounding modes.
35140         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35141         $(link-libm).
35142
35143 2012-12-09  Allan McRae  <allan@archlinux.org>
35144
35145         * sysdeps/i386/fpu/libm-test-ulps: Update
35146
35147 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35148
35149         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35150         (_G_int32_t): Likewise.
35151         (_G_uint16_t): Likewise.
35152         (_G_uint32_t): Likewise.
35153         (_G_HAVE_BOOL): Likewise.
35154         (_G_HAVE_ATEXIT): Likewise.
35155         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35156         (_G_HAVE_IO_FILE_OPEN): Likewise.
35157         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35158         (_G_int32_t): Likewise.
35159         (_G_uint16_t): Likewise.
35160         (_G_uint32_t): Likewise.
35161         (_G_HAVE_BOOL): Likewise.
35162         (_G_HAVE_ATEXIT): Likewise.
35163         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35164         (_G_HAVE_IO_FILE_OPEN): Likewise.
35165         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35166         (_G_int32_t): Likewise.
35167         (_G_uint16_t): Likewise.
35168         (_G_uint32_t): Likewise.
35169         (_G_HAVE_BOOL): Likewise.
35170         (_G_HAVE_ATEXIT): Likewise.
35171         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35172         (_G_HAVE_IO_FILE_OPEN): Likewise.
35173
35174 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35175
35176         * csu/libc-tls.c: Update copyright years.
35177
35178 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35179
35180         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35181         [!_G_USING_THUNKS]: Remove conditional code.
35182         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35183         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35184
35185         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35186         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35187         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35188         (_G_VTABLE_LABEL_PREFIX): Likewise.
35189         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35190         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35191         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35192         (_G_VTABLE_LABEL_PREFIX): Likewise.
35193         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35194         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35195         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35196         (_G_VTABLE_LABEL_PREFIX): Likewise.
35197         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35198
35199 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35200
35201         * libio/Makefile: Include ../Makeconfig before tests.
35202         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35203         only if $(build-shared) is yes.
35204
35205         * iconv/gconv_db.c: Update copyright years.
35206
35207 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35208
35209         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35210         unwind info if defined PIC. Fix special cases description.
35211         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35212
35213         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35214         DP_HI_MASK entry.
35215         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35216
35217 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35218
35219         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35220
35221         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35222         is NULL.
35223
35224         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35225         (LDLIBS-tst-chk4): This.
35226         (LDFLAGS-tst-chk5): Renamed to ...
35227         (LDLIBS-tst-chk5): This.
35228         (LDFLAGS-tst-chk6): Renamed to ...
35229         (LDLIBS-tst-chk6): This.
35230         (LDFLAGS-tst-lfschk4): Renamed to ...
35231         (LDLIBS-tst-lfschk4): This.
35232         (LDFLAGS-tst-lfschk5): Renamed to ...
35233         (LDLIBS-tst-lfschk5): This.
35234         (LDFLAGS-tst-lfschk6): Renamed to ...
35235         (LDLIBS-tst-lfschk6): This.
35236
35237         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35238         on $(common-objpfx)soversions.mk.
35239
35240 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35241
35242         [BZ #10014]
35243         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35244         example host name.
35245
35246 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35247
35248         * malloc/arena.c (arena_get_retry): New function that gets
35249         another arena for the caller to try its request on.
35250         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35251         current arena cannot fulfill the request.
35252         (__libc_memalign): Likewise.
35253         (__libc_memalign): Likewise.
35254         (__libc_pvalloc): Likewise.
35255         (__libc_calloc): Likewise.
35256
35257 2012-09-05  John Tobey  <john.tobey@gmail.com>
35258
35259         [BZ #13542]
35260         * manual/arith.texi (Operations on Complex): Fix description
35261         of carg branch cut.
35262
35263 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35264
35265         [BZ #10014]
35266         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35267         host name.
35268
35269         [BZ #10038]
35270         * manual/memory.texi (Memory): Make order of menu items match
35271         order of sections.
35272
35273 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35274
35275         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35276         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35277         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35278
35279 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35280
35281         * csu/libc-tls.c (static_dtv): Renamed to ...
35282         (_dl_static_dtv): This.  Make it global.
35283         (_dl_initial_dtv): Removed.
35284         (__libc_setup_tls): Updated.
35285         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35286         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35287         DL_INITIAL_DTV.
35288
35289 2012-09-06  Petr Machata  <pmachata@redhat.com>
35290
35291         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35292         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35293         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35294         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35295
35296 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35297
35298         [BZ #14545]
35299         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35300         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35301         freeing dtv[-1].
35302
35303 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35304
35305         [BZ #14544]
35306         * Makeconfig (link-static-before-libc): Replace $(+prector)
35307         with $(+prectorT).
35308         (link-static-after-libc): Replace $(+postctor) with
35309         $(+postctorT).
35310         (link-bounded): Replace $(+prector)/$(+postctor) with
35311         $(+prectorT)/$(+postctorT).
35312         (+prectorT): New macro.
35313         (+postctorT): Likewise.
35314
35315 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35316
35317         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35318         (round_str): Handle values above the maximum for IBM long double
35319         as inexact.
35320         * stdlib/tst-strtod-round.c (tests): Regenerated.
35321
35322 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35323
35324         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35325         assembler flag.
35326         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35327         zarch_nohighgprs around the zarch optimized routines.
35328         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35329         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35330         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35331         for zarch.
35332
35333 2012-09-05  David S. Miller  <davem@davemloft.net>
35334
35335         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35336
35337         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35338         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35339         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35340         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35341         entries.
35342
35343 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35344
35345         * malloc/arena.c: Fold copyright years.
35346         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35347
35348 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35349
35350         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35351
35352 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35353
35354         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35355
35356 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35357
35358         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35359         change internal state upon failure.
35360
35361 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35362
35363         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35364         * malloc/memusage.c (mmap): Likewise.
35365         (mmap64, mremap): Likewise.  Adjust name in comment.
35366
35367 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35368
35369         * libio/fileops.c: Fix typos in comments.
35370         * libio/oldfileops.c: Likewise.
35371         * libio/wfileops.c: Likewise.
35372
35373 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35374
35375         [BZ #1349]
35376         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35377         (tst-malloc-usable-ENV): Set environment for test case.
35378         * malloc/hooks.c (malloc_check_get_size): New function to get
35379         requested size.
35380         * malloc/malloc.c (musable): Use malloc_check_get_size.
35381         * malloc/tst-malloc-usable.c: New test case.
35382
35383 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35384
35385         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35386
35387 2012-09-05  Allan McRae  <allan@archlinux.org>
35388
35389         [BZ #13966]
35390         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35391         determine header location.
35392         * configure: Regenerated.
35393
35394 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35395
35396         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35397         float format.
35398         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35399         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35400         format.
35401         (test): Regenerate.
35402
35403 2012-09-04  David S. Miller  <davem@davemloft.net>
35404
35405         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35406         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35407         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35408
35409 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35410
35411         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35412         failures.
35413
35414         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35415
35416 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35417
35418         [BZ #9914]
35419         * libio/iogetdelim.c: Include <limits.h>.
35420         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35421         + len + 1 would overflow.
35422
35423 2012-09-03  Andreas Jaeger  <aj@suse.de>
35424
35425         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35426         * sysdeps/i386/fpu/libm-test-ulps: Update.
35427
35428 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35429
35430         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35431         Add s_sinf-sse2, s_conf-sse2.
35432
35433         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35434         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35435         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35436         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35437
35438         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35439         for using routine as __sinf_ia32.
35440         Use macro for function declaration and weak_alias.
35441         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35442         for using routine as __cosf_ia32.
35443         Use macro for function declaration and weak_alias.
35444
35445         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35446         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35447
35448         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35449         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35450         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35451
35452         * math/libm-test.inc (cos_test): Add more test cases.
35453         (sin_test): Likewise.
35454         (sincos_test): Likewise.
35455
35456 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35457
35458         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35459         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35460         hidden.
35461         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35462
35463 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35464
35465         [BZ #14538]
35466         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35467         first element of the GOT.
35468         (elf_machine_load_address): Return the difference between
35469         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35470
35471 2012-09-01  Allan McRae  <allan@archlinux.org>
35472
35473         [BZ #13412]
35474         * configure.in (AWK): Require gawk version 3.0 or later.
35475         * configure: Regenerated.
35476
35477 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35478
35479         * sysdeps/unix/sysv/linux/kernel-features.h
35480         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35481         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35482         [__NR_clock_getres]: Make code unconditional.
35483         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35484         (clock_getcpuclockid): Remove code left unreachable by removal of
35485         conditionals.
35486         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35487         code unconditional.
35488         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35489         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35490         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35491         Make code unconditional.
35492         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35493         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35494         * sysdeps/unix/sysv/linux/clock_settime.c
35495         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35496         conditional code.
35497         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35498         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35499
35500 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35501
35502         [BZ #14476]
35503         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35504         scripts/test-installation.pl.
35505
35506         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35507         and $ld_so_version if it is set.
35508
35509 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35510
35511         [BZ #14516]
35512         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35513         failure if reading from procfs failed.
35514         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35515
35516 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35517
35518         * sysdeps/unix/sysv/linux/kernel-features.h
35519         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35520         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35521         Remove conditional code.
35522         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35523         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35524         Remove conditional code.
35525         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35526         * sysdeps/unix/sysv/linux/i386/fxstat.c
35527         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35528         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35529         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35530         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35531         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35532         * sysdeps/unix/sysv/linux/i386/lxstat.c
35533         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35534         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35535         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35536         Remove conditional code.
35537         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35538         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35539         Remove conditional code.
35540         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35541         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35542         <kernel-features.h>.
35543         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35544         Remove.
35545         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35546         Remove conditional code.
35547         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35548         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35549         Remove conditional.
35550
35551 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35552
35553         [BZ #5400]
35554         * NEWS: Add fixed bug number.
35555
35556 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35557
35558         [BZ #14519]
35559         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35560         underflowing exponent in case of negative sign.
35561         * stdlib/tst-strtod-round-data: Add more tests.
35562         * stdlib/tst-strtod-round.c (tests): Regenerated.
35563
35564         [BZ #3479]
35565         * stdlib/strtod_l.c (NDIG): Remove.
35566         (HEXNDIG): Likewise.
35567         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35568         smallest representable value.
35569         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35570         lie within an exact representation of 1/2 ulp of the result.
35571         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35572         unconditionally.
35573         (TENS_P9_IDX): Define unconditionally.
35574         (TENS_P9_SIZE): Likewise.
35575         (TENS_P10_IDX): Likewise.
35576         (TENS_P10_SIZE): Likewise.
35577         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35578         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35579         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35580         entries for 10^2^13 and 10^2^14.
35581         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35582         (TENS_P13_IDX): Define.
35583         (TENS_P13_SIZE): Likewise.
35584         (TENS_P14_IDX): Likewise.
35585         (TENS_P14_SIZE): Likewise.
35586         (_fpioconst_pow10): Change array size to
35587         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35588         unconditional.
35589         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35590         1024]: Add entries for 10^2^13 and 10^2^14.
35591         [LAST_POW10 > _LAST_POW10]: Remove #error.
35592         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35593         (_fpioconst_pow10): Change array size to
35594         FPIOCONST_POW10_ARRAY_SIZE.
35595         * stdlib/gen-fpioconst.c: New file.
35596         * stdlib/gen-tst-strtod-round.c: Likewise.
35597         * stdlib/tst-strtod-round-data: Likewise.
35598         * stdlib/tst-strtod-round.c: Likewise.
35599         * stdlib/Makefile (tests): Add tst-strtod-round.
35600
35601         [BZ #14459]
35602         * stdlib/strtod_l.c: Include <stdint.h>.
35603         (NDEBUG): Do not define.
35604         (round_and_return): Change EXPONENT parameter to type intmax_t.
35605         Rearrange calculations to avoid internal overflow possibilities.
35606         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35607         Rearrange calculations to avoid internal overflow possibilities.
35608         Assert that number fits inside MPNSIZE limbs.
35609         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35610         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35611         calculations and add assertions to avoid internal overflow
35612         possibilities.  Add casts to avoid signed/unsigned operations.
35613         * stdlib/tst-strtod-overflow.c: New file.
35614         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35615
35616 2012-08-25  Marek Polacek  <polacek@redhat.com>
35617
35618         * time/time.h: Fix some typos in comments.
35619
35620 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35621
35622         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35623         * posix/tst-rfc3484-2.c: Likewise.
35624         * posix/tst-rfc3484-3.c: Likewise.
35625
35626 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35627
35628         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35629         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35630
35631 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35632
35633         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35634         #include of fxstatat64.c.
35635
35636 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35637
35638         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35639         * shadow/getspent_r.c: Likewise.
35640         * shadow/getspnam.c: Likewise.
35641         * shadow/getspnam_r.c: Likewise.
35642         * gshadow/getsgent.c: Likewise.
35643         * gshadow/getsgent_r.c: Likewise.
35644         * gshadow/getsgnam.c: Likewise.
35645         * gshadow/getsgnam_r.c: Likewise.
35646         * inet/getnetbyad.c: Likewise.
35647         * inet/getnetbyad_r.c: Likewise.
35648         * inet/getnetbynm.c: Likewise.
35649         * inet/getnetbynm_r.c: Likewise.
35650         * inet/getnetent.c: Likewise.
35651         * inet/getnetent_r.c: Likewise.
35652         * inet/getproto.c: Likewise.
35653         * inet/getproto_r.c: Likewise.
35654         * inet/getprtent.c: Likewise.
35655         * inet/getprtent_r.c: Likewise.
35656         * inet/getprtname.c: Likewise.
35657         * inet/getprtname_r.c: Likewise.
35658         * inet/getrpcbyname.c: Likewise.
35659         * inet/getrpcbyname_r.c: Likewise.
35660         * inet/getrpcbynumber.c: Likewise.
35661         * inet/getrpcbynumber_r.c: Likewise.
35662         * inet/getrpcent.c: Likewise.
35663         * inet/getrpcent_r.c: Likewise.
35664         * inet/getaliasent.c: Likewise.
35665         * inet/getaliasent_r.c: Likewise.
35666         * inet/getaliasname.c: Likewise.
35667         * inet/getaliasname_r.c: Likewise.
35668         * nscd/getgrgid_r.c: Likewise.
35669         * nscd/getgrnam_r.c: Likewise.
35670         * nscd/gethstbyad_r.c: Likewise.
35671         * nscd/gethstbynm3_r.c: Likewise.
35672         * nscd/getpwnam_r.c: Likewise.
35673         * nscd/getpwuid_r.c: Likewise.
35674         * nscd/getsrvbynm_r.c: Likewise.
35675         * nscd/getsrvbypt_r.c: Likewise.
35676         * nscd/gai.c: Likewise.
35677
35678         * configure.in (build_nscd): New substituted variable, set
35679         by --disable-build-nscd and defaults to $use_nscd.
35680         * configure: Regenerated.
35681         * config.make.in (build-nscd): New substituted variable.
35682         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35683         Change conditional to require [$(build-nscd) = yes] as well.
35684         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35685
35686         [BZ# 13696]
35687         * configure.in (use_nscd): New substituted variable, set by
35688         --disable-nscd.  If enabled, define USE_NSCD.
35689         * configure: Regenerated.
35690         * config.h.in: Add USE_NSCD.
35691         * config.make.in (use-nscd): New substituted variable.
35692         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35693         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35694         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35695         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35696         (CFLAGS-getgrnam_r.c): Likewise.
35697         (CFLAGS-initgroups.c): Likewise.
35698         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35699         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35700         Variables removed.
35701         * inet/getnetgrent_r.c
35702         (nscd_setnetgrent): New function, broken out of ...
35703         (setnetgrent): ... here.  Call it.
35704         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35705         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35706         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35707         * nscd/Makefile (routines, aux): Move definitions after include of
35708         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35709         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35710         Conditionalize on [USE_NSCD].
35711         (is_nscd, nscd_init_cb): Likewise.
35712         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35713         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35714         * nss/nss_db/db-init.c: Likewise.
35715         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35716         [USE_NSCD].
35717         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35718         (make_request): Use it.
35719         (cache_valid_p): New function.
35720         (__check_pf): Use it.
35721         * NEWS: Add item for --disable-nscd.
35722
35723 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35724
35725         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35726         to support sed >= 4.2.1-20-ga9bf076.
35727         * configure: Regenerated.
35728
35729 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35730
35731         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35732         Conditionalize whole body on [IREL].
35733
35734 2012-08-22  Jeff Law <law@redhat.com>
35735
35736         [BZ #14505]
35737         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35738         if the family is PF_UNSPEC.
35739
35740 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35741
35742         * Makerules (lib-version): Rename from V.
35743         (install-lib-nosubdir): Change V to lib-version.
35744
35745 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35746
35747         [BZ #14252]
35748         * powerpc32/power6/wcschr.c: New file.
35749         * powerpc32/power6/wcscpy.c: New file.
35750         * powerpc32/power6/wcsrchr.c: New file.
35751         * powerpc64/power6/wcschr.c: New file.
35752         * powerpc64/power6/wcscpy.c: New file.
35753         * powerpc64/power6/wcsrchr.c: New file.
35754
35755 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35756
35757         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35758         (two_way_short_needle): Use it.
35759         * string/strstr.c (AVAILABLE1_USES_J): Define.
35760         * string/strcasestr.c: Likewise.
35761
35762         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35763         array references.
35764         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35765
35766         [BZ #11607]
35767         * NEWS: Add an entry.
35768         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35769         define their defaults.
35770         (two_way_short_needle): Detect end-of-string on-the-fly.
35771         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35772         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35773         * string/bug-strcasestr1.c: New test.
35774         * string/Makefile: Run it.
35775
35776 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35777
35778         [BZ #11607]
35779         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35780         the first character.
35781
35782 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35783
35784         * csu/elf-init.c (__libc_csu_irel): Function removed.
35785         * csu/libc-start.c (apply_irel): New function.
35786         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35787
35788 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35789
35790         * sysdeps/unix/sysv/linux/kernel-features.h
35791         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35792         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35793         <kernel-features.h>.
35794         [__NR_fadvise64_64]: Make code unconditional.
35795         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35796         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35797         !__NR_fadvise64_64)]: Likewise.
35798         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35799         !__NR_fadvise64_64))]: Likewise.
35800         [__NR_fadvise64]: Make code unconditional.
35801         [!__NR_fadvise64]: Remove conditional code.
35802         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35803         <kernel-features.h>.
35804         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35805         unconditional.
35806         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35807         conditional code.
35808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35809         not include <kernel-features.h>.
35810         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35811         unconditional.
35812         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35813         conditional code.
35814         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35815         include <kernel-features.h>.
35816         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35817         unconditional.
35818         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35819         conditional code.
35820
35821 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35822
35823         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35824         slight instruction rearrangements per scrollpipe analysis.
35825         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35826
35827 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35828
35829         * manual/syslog.texi (syslog; vsyslog, closelog):
35830         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35831         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35832
35833         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35834         DSOCAPS to match condition on defining it.
35835
35836 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35837
35838         * sysdeps/unix/sysv/linux/kernel-features.h
35839         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35841         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35842         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35844         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35845         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35847         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35848         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35849
35850         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35851         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35852
35853         * sysdeps/unix/sysv/linux/kernel-features.h
35854         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35855         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35856         unconditional.
35857         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35858         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35859         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35860         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35861         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35862         Make code unconditional.
35863         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35864         (__mmap64) [!__NR_mmap2]: Likewise.
35865         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35866         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35867         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35868         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35869         [__NR_mmap2]: Make code unconditional.
35870         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35871         (__mmap64) [!__NR_mmap2]: Likewise.
35872
35873 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35874
35875         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35876
35877 2012-08-18  Andreas Jaeger  <aj@suse.de>
35878
35879         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35880
35881 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35882
35883         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35884         * include/unistd.h (__have_sock_cloexec): Likewise.
35885         (__have_pipe2): Likewise.
35886         (__have_dup3): Likewise.
35887
35888 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35889
35890         [BZ #9685]
35891         * include/unistd.h (__have_pipe2): Change define into an extern int.
35892         (__have_dup3): Likewise.
35893         * socket/have_sock_cloexec.c: Include fcntl.h.
35894         (__have_pipe2): New variable.
35895         (__have_dup3): Likewise.
35896
35897 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35898
35899         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35900
35901 2012-08-17  Marek Polacek  <polacek@redhat.com>
35902
35903         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35904         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35905
35906 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35907
35908         * configure.in: Add AC_SUBST for sysheaders.
35909         * configure: Regenerated.
35910         * config.make.in (sysheaders): New substituted variable.
35911
35912         * sysdeps/unix/mkfifo.c: Moved ...
35913         * sysdeps/posix/mkfifo.c: ... here.
35914         * sysdeps/unix/mkfifoat.c: Moved ...
35915         * sysdeps/posix/mkfifoat.c: ... here.
35916
35917         * sysdeps/unix/utime.c: Moved ...
35918         * sysdeps/posix/utime.c: ... here.
35919
35920         * sysdeps/unix/time.c: Moved ...
35921         * sysdeps/posix/time.c: ... here.
35922         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35923         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35924
35925         * sysdeps/unix/nice.c: Moved ...
35926         * sysdeps/posix/nice.c: ... here.
35927
35928         * sysdeps/unix/alarm.c: Moved ...
35929         * sysdeps/posix/alarm.c: ... here.
35930
35931         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35932
35933 2012-08-17  Jeff Law <law@redhat.com>
35934
35935         * intl/Makefile (codeset_mo): New variable.
35936         ($(codeset_mo)): New target.
35937         (tst-codeset.out): Depend on that.  Remove explicit rule.
35938         (tst-gettext3.out, tst-gettext5.out): Likewise.
35939         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35940         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35941         * intl/tst-codeset.sh: Remove.
35942         * intl/tst-gettext3.sh: Likewise.
35943         * intl/tst-gettext5.sh: Likewise.
35944
35945 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35946
35947         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35948         * sysdeps/unix/syscalls.list: ... here.
35949
35950         * sysdeps/posix/getaddrinfo.c
35951         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35952         (gaiconf_init, gaiconf_reload): Use them.
35953         [!_STATBUF_ST_NSEC]
35954         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35955         Define using time_t rather than struct timespec.
35956
35957         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35958         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35959         Macros removed.
35960         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35961         [!NO_THREADS].
35962         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35963         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35964         Likewise.
35965
35966         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35967         __libc_cleanup_push argument.
35968
35969         * bits/param.h: New file.
35970         * misc/sys/param.h: New file.
35971         * include/sys/param.h: New file.
35972         * misc/Makefile (headers): Add bits/param.h.
35973         * sysdeps/generic/sys/param.h: File removed.
35974         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35975         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35976         * sysdeps/mach/hurd/bits/param.h: New file.
35977         * sysdeps/mach/hurd/sys/param.h: File removed.
35978
35979         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35980         last change.
35981
35982         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35983         [_IO_MTSAFE_IO].
35984         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35985         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35986         New macros.
35987
35988         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35989         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35990         rather than -D_IO_MTSAFE_IO conditionally.
35991         * stdio-common/Makefile (CPPFLAGS): Likewise.
35992         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35993         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35994         Use $(libio-mtsafe).
35995         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35996         of -D_IO_MTSAFE_IO.
35997         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35998         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35999         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36000         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36001         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36002         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36003         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36004         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36005         (CFLAGS-fread_u_chk.c): Likewise.
36006         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36007         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36008         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36009         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36010         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36011         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36012         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36013         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36014         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36015
36016         * libio/Makefile: Test [$(libc-reentrant) = yes]
36017         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36018
36019         * Makeconfig
36020         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36021         * sysdeps/pthread/configure: File removed.
36022         * sysdeps/pthread/Makeconfig: New file.
36023         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36024         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36025
36026 2012-08-16  Gary Benson  <gbenson@redhat.com>
36027
36028         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36029         unmapping the first object in a namespace.
36030
36031 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36032
36033         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36034         (__internal_setnetgrent): ... this.  Add internal_function to
36035         definition.  Add libc_hidden_def.
36036         (setnetgrent): Update caller.
36037         (internal_endnetgrent): Renamed to ...
36038         (__internal_endnetgrent): ... this.  Add internal_function to
36039         definition.  Add libc_hidden_def.
36040         (endnetgrent): Update caller.
36041         (internal_getnetgrent_r): Renamed to ...
36042         (__internal_getnetgrent_r): ... this.  Add internal_function to
36043         definition.  Add libc_hidden_def.
36044         (__getnetgrent_r): Update caller.
36045         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36046
36047 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36048
36049         * stdlib/longlong.h: Update from GCC.
36050
36051 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36052
36053         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36054         on _QL, which is set by umul_ppmm but never used.
36055         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36056         variables, which are set by GMP macros but never used.
36057         * stdio-common/_itowa.c (_itowa): Likewise.
36058         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36059         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36060
36061 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36062
36063         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36064         struct La_sh_regs is not constant.
36065         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36066         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36067         and struct La_sparc64_regs are not constant.
36068
36069 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36070
36071         * sysdeps/unix/sysv/linux/kernel-features.h
36072         (__ASSUME_POSIX_TIMERS): Remove.
36073         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36074         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36075         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36076         Make code unconditional.
36077         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36078         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36079         Make code unconditional.
36080         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36081         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36082         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36083         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36084         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36085         Make code unconditional.
36086         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36087         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36088         (__libc_missing_posix_timers): Remove.
36089
36090 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36091
36092         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36093         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36094
36095         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36096
36097         * elf/dl-sym.c: Include <stdlib.h>.
36098
36099         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36100         constants, which avoids warnings in 32-bit builds.
36101
36102         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36103         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36104
36105         * misc/lseek.c: File moved to ...
36106         * io/lseek.c: ... here.
36107
36108         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36109
36110         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36111         shifting LEN more than 31 bits at once.
36112
36113 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36114
36115         [BZ #14195]
36116         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36117         segmentation fault for a case of two empty input strings.
36118         * string/test-strncasecmp.c (check1): Renamed to...
36119         (bz12205): ...this.
36120         (bz14195): Add new testcase for two empty input strings and N > 0.
36121         (test_main): Call new testcase, adapt for renamed function.
36122
36123 2012-08-15  Andreas Jaeger  <aj@suse.de>
36124
36125         [BZ #14090]
36126         * crypt/md5test2.c: New test, based on test supplied by Serge
36127         Belyshev <belyshev@depni.sinp.msu.ru>.
36128         * crypt/Makefile (xtests): Add md5test-giant..
36129         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36130
36131 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36132
36133         [BZ #14090]
36134         * crypt/md5.c (md5_process_block): Don't assume the buffer
36135         length is less than 2**32.
36136         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36137         length is less than 2**64.
36138
36139 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36140
36141         * string/str-two-way.h: Include <sys/param.h>.
36142         (MAX): Macro removed.
36143
36144         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36145         Move #define and #undef of memmove to just before and after
36146         including <string.h>.
36147
36148         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36149         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36150         and after including <string.h>.  Move declarations of
36151         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36152         to before #include "string/memmove.c".
36153
36154         * include/dirent.h: Declare __getdirentries.
36155
36156         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36157         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36158
36159 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36160
36161         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36162         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36163         * sysdeps/i386/configure: Regenerated.
36164         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36165         STABS_CURRENT_FILE, and STABS_FUN.
36166         (END): Remove call to STABS_FUN_END.
36167         (STABS_CURRENT_FILE1): Delete.
36168         (STABS_CURRENT_FILE): Likewise.
36169         (STABS_FUN): Likewise.
36170         (STABS_FUN_END): Likewise.
36171         (STABS_FUN2): Likewise.
36172         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36173         * sysdeps/x86_64/configure: Regenerated.
36174
36175 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36176
36177         * elf/dl-open.c: Include <atomic.h>.
36178         * elf/dl-lookup.c: Likewise.
36179
36180 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36181
36182         * sysdeps/unix/sysv/linux/kernel-features.h
36183         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36184         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36185         unconditionally.
36186         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36187         unconditionally.
36188         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36189         condition on __ASSUME_CLONE_THREAD_FLAGS.
36190
36191 2012-08-14  Andreas Jaeger  <aj@suse.de>
36192
36193         * sysdeps/i386/fpu/libm-test-ulps: Update.
36194
36195 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36196
36197         * include/atomic.h (atomic_exchange_and_add): Split into ...
36198         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36199         New atomic macros.
36200
36201 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36202
36203         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36204
36205 2012-08-13  Jeff Law <law@redhat.com>
36206
36207         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36208         null byte in the output string.
36209
36210 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36211
36212         * sysdeps/unix/sysv/linux/kernel-features.h
36213         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36214         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36215         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36216         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36217         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36218         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36219         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36220
36221 2012-08-09  Jeff Law <law@redhat.com>
36222
36223         [BZ #13939]
36224         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36225         When avoid_arena is set, don't retry in the that arena.  Pick the
36226         next one, whatever it might be.
36227         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36228         (arena_lock): Pass in new parameter to arena_get2.
36229         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36230         arena_get2.
36231         (__libc_malloc): Unify retrying after main arena failure with
36232         __libc_memalign version.
36233         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36234
36235 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36236
36237         [BZ #14166]
36238         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36239         to __redirect_strstr.
36240         (__strstr_sse42): Use typeof __redirect_strstr.
36241         (__strstr_ia32): Likewise.
36242         (__libc_strstr): New prototype.
36243         (strstr): Renamed to ...
36244         (__libc_strstr): This.
36245         (strstr): New strong alias of __libc_strstr.
36246         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36247         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36248         __redirect_time.
36249         Include <time.h>.
36250         (__libc_time): New prototype.
36251         (time_ifunc): Replace time with __libc_time.
36252         (time): New strong alias and hidden definition of __libc_time.
36253         (__GI_time): Remove strong alias.
36254         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36255         Include <stddef.h>.
36256         (memmove): Redefined to __redirect_memmove.
36257         (__memmove_sse2): Use typeof __redirect_memmove.
36258         (__memmove_ssse3): Likewise.
36259         (__memmove_ssse3_back): Likewise.
36260         (__libc_memmove): New prototype.
36261         (memmove): Renamed to ...
36262         (__libc_memmove): This.
36263         (memmove): New strong alias of __libc_memmove.
36264
36265 2012-08-08  Mark Salter  <msalter@redhat.com>
36266
36267         * elf/elf.h
36268         (R_MN10300_TLS_GD): Define.
36269         (R_MN10300_TLS_LD): Likewise.
36270         (R_MN10300_TLS_LDO): Likewise.
36271         (R_MN10300_TLS_GOTIE): Likewise.
36272         (R_MN10300_TLS_IE): Likewise.
36273         (R_MN10300_TLS_LE): Likewise.
36274         (R_MN10300_TLS_DTPMOD): Likewise.
36275         (R_MN10300_TLS_DTPOFF): Likewise.
36276         (R_MN10300_TLS_TPOFF): Likewise.
36277         (R_MN10300_SYM_DIFF): Likewise.
36278         (R_MN10300_ALIGN): Likewise.
36279         (R_MN10300_NUM): Update.
36280
36281 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36282
36283         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36284         Remove.
36285
36286 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36287
36288         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36289
36290         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36291         sysdeps/unix -> sysdeps/posix move.
36292         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36293
36294 2012-08-07      Allan McRae     <allan@archlinux.org>
36295
36296         [BZ #14303]
36297         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36298         (SUNOS_CPP): Likewise.
36299         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36300         not found.
36301         (open_input): Call CPP using execvp.
36302
36303 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36304
36305         * sysdeps/unix/sysv/linux/kernel-features.h
36306         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36307         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36308         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36309         (__ASSUME_WAITID_SYSCALL): Likewise.
36310         * sysdeps/unix/sysv/linux/dl-execstack.c
36311         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36312         code unconditional.
36313         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36314         conditional code.
36315         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36316         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36317         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36318         code.
36319         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36320         unconditional.
36321         [__ASSUME_WAITID_SYSCALL]: Likewise.
36322         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36323
36324 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36325
36326         * sysdeps/unix/closedir.c: Renamed to ...
36327         * sysdeps/posix/closedir.c: ... here.
36328         * sysdeps/unix/dirfd.c: Renamed to ...
36329         * sysdeps/posix/dirfd.c: ... here.
36330         * sysdeps/unix/dirstream.h: Renamed to ...
36331         * sysdeps/posix/dirstream.h: ... here.
36332         * sysdeps/unix/fdopendir.c: Renamed to ...
36333         * sysdeps/posix/fdopendir.c: ... here.
36334         * sysdeps/unix/opendir.c: Renamed to ...
36335         * sysdeps/posix/opendir.c: ... here.
36336         * sysdeps/unix/readdir.c: Renamed to ...
36337         * sysdeps/posix/readdir.c: ... here.
36338         * sysdeps/unix/readdir_r.c: Renamed to ...
36339         * sysdeps/posix/readdir_r.c: ... here.
36340         * sysdeps/unix/rewinddir.c: Renamed to ...
36341         * sysdeps/posix/rewinddir.c: ... here.
36342         * sysdeps/unix/seekdir.c: Renamed to ...
36343         * sysdeps/posix/seekdir.c: ... here.
36344         * sysdeps/unix/telldir.c: Renamed to ...
36345         * sysdeps/posix/telldir.c: ... here.
36346         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36347         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36348         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36349         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36350
36351         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36352         * bits/fcntl.h: ... here.
36353
36354         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36355         not 0.
36356         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36357         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36358         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36359         (struct flock): Move l_start, l_len to the beginning.
36360         Use __pid_t for l_pid.
36361         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36362         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36363         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36364         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36365         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36366         [__USE_LARGEFILE64] (struct flock64): New type.
36367         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36368
36369         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36370         * bits/dirent.h: ... here.
36371
36372         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36373         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36374
36375 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36376
36377         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36378         Change from 2.6.0 to 2.6.16.
36379         * sysdeps/unix/sysv/linux/configure: Regenerated.
36380         * sysdeps/unix/sysv/linux/kernel-features.h
36381         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36382         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36383         version.
36384         (__ASSUME_UTIMES): Likewise.
36385         (__ASSUME_CLONE_STOPPED): Remove.
36386         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36387         architectures, not kernel version.
36388         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36389         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36390         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36391         (__ASSUME_WAITID_SYSCALL): Likewise.
36392         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36393         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36394         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36395         refer to older versions.
36396
36397 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36398
36399         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36400         Define alphasort64 as an alias.
36401         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36402         Define versionsort64 as an alias.
36403         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36404         Define scandir64 as an alias.
36405         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36406         Define scandirat64 as an alias.
36407         * dirent/alphasort64.c (alphasort64):
36408         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36409         * dirent/versionsort64.c: Likewise.
36410         * dirent/scandir64.c: Likewise.
36411         * dirent/scandirat64.c: Likewise.
36412         * sysdeps/wordsize-64/alphasort.c: File removed.
36413         * sysdeps/wordsize-64/alphasort64.c: File removed.
36414         * sysdeps/wordsize-64/scandir.c: File removed.
36415         * sysdeps/wordsize-64/scandir64.c: File removed.
36416         * sysdeps/wordsize-64/scandirat.c: File removed.
36417         * sysdeps/wordsize-64/scandirat64.c: File removed.
36418         * sysdeps/wordsize-64/versionsort.c: File removed.
36419         * sysdeps/wordsize-64/versionsort64.c: File removed.
36420         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36421         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36422         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36423         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36424         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36425         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36426         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36427         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36428
36429         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36430         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36431         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36432         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36433         [defined __arch64__ || defined __sparcv9]
36434         (__INO_T_MATCHES_INO64_T): New macro.
36435         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36436         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36437         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36438         * sysdeps/unix/sysv/linux/bits/dirent.h
36439         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36440         (_DIRENT_MATCHES_DIRENT64): New macro.
36441
36442         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36443         Define lockf64 as an alias.
36444         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36445         Define fseeko64 as an alias.
36446         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36447         Define ftello64 as an alias.
36448         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36449         Define _IO_fgetpos64 and fgetpos64 as aliases.
36450         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36451         Define _IO_fsetpos64 and fsetpos64 as aliases.
36452         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36453         Conditionalize body on this.
36454         * libio/fseeko64.c: Likewise.
36455         * libio/ftello64.c: Likewise.
36456         * libio/iofgetpos64.c: Likewise.
36457         * libio/iofsetpos64.c: Likewise.
36458         * sysdeps/wordsize-64/lockf.c: File removed.
36459         * sysdeps/wordsize-64/lockf64.c: File removed.
36460         * sysdeps/wordsize-64/fseeko.c: File removed.
36461         * sysdeps/wordsize-64/fseeko64.c: File removed.
36462         * sysdeps/wordsize-64/ftello.c: File removed.
36463         * sysdeps/wordsize-64/ftello64.c: File removed.
36464         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36465         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36466         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36467         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36468         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36469         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36470         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36471         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36472         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36473         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36474         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36475         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36476         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36477         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36478
36479         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36480         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36481         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36482         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36483         [defined __arch64__ || defined __sparcv9]
36484         (__OFF_T_MATCHES_OFF64_T): New macro.
36485         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36486         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36487         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36488         (__OFF_T_MATCHES_OFF64_T): New macro.
36489
36490 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36491
36492         * stdlib/secure-getenv.c (__secure_getenv): Replace
36493         GLIBC_2_16 with GLIBC_2_17.
36494
36495 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36496
36497         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36498         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36499
36500 2012-08-03  David S. Miller  <davem@davemloft.net>
36501
36502         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36503
36504 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36505
36506         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36507         Remove.
36508         (__ASSUME_CORRECT_SI_PID): Likewise.
36509         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36510         (__ASSUME_TMPFS_NAME): Likewise.
36511         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36512         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36513         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36514         (HAVE_AUX_SECURE): Make definition unconditional.
36515         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36516         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36517
36518 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36519
36520         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36521         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36522         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36523         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36524         __eloop_threshold instead of SYMLOOP_MAX.
36525
36526         * sysdeps/generic/eloop-threshold.h: New file.
36527         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36528         of MAXSYMLINKS.
36529         * elf/chroot_canon.c (chroot_canon): Likewise.
36530
36531 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36532
36533         [BZ #13717]
36534         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36535         Change to 2.6.0 everywhere.
36536         * sysdeps/unix/sysv/linux/configure: Regenerated.
36537         * sysdeps/unix/sysv/linux/kernel-features.h
36538         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36539         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36540         kernel versions.
36541         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36542         (__ASSUME_FUTEX_REQUEUE): Remove.
36543         (__ASSUME_STATFS64): Define unconditionally.
36544         (__ASSUME_AT_SECURE): Likewise.
36545         (__ASSUME_CORRECT_SI_PID): Likewise.
36546         (__ASSUME_TGKILL): Define without depending on kernel version for
36547         i386.
36548         (__ASSUME_UTIMES): Likewise.
36549         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36550         kernel version.
36551         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36552         (__ASSUME_TMPFS_NAME): Likewise.
36553         * README: Update reference to Linux kernel versions.
36554
36555 2012-08-02  Marek Polacek  <polacek@redhat.com>
36556
36557         [BZ# 14150]
36558         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36559         libc_cv_asm_type_prefix with %.
36560         * configure: Regenerated.
36561         * include/libc-symbols.h: Remove comment about
36562         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36563         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36564         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36565         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36566         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36567         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36568         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36569         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36570         * elf/tst-unique2mod1.c: Likewise.
36571         * elf/tst-unique1mod2.c: Likewise.
36572         * elf/tst-unique1mod1.c: Likewise.
36573         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36574         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36575         Replace ASM_TYPE_DIRECTIVE with .type.
36576         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36577         * sysdeps/i386/sysdep.h: Likewise.
36578         * sysdeps/x86_64/sysdep.h: Likewise.
36579         * sysdeps/sh/sysdep.h: Likewise.
36580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36581         Do not define ASM_TYPE_DIRECTIVE.
36582         * sysdeps/powerpc/sysdep.h: Likewise.
36583         * sysdeps/powerpc/powerpc32/sysdep.h:
36584         Replace ASM_TYPE_DIRECTIVE with .type.
36585         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36586         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36587         * sysdeps/i386/fpu/e_powf.S: Likewise.
36588         * sysdeps/i386/fpu/e_expl.S: Likewise.
36589         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36590         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36591         * sysdeps/i386/fpu/e_pow.S: Likewise.
36592         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36593         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36594         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36595         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36596         * sysdeps/i386/fpu/e_log2.S: Likewise.
36597         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36598         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36599         * sysdeps/i386/fpu/e_powl.S: Likewise.
36600         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36601         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36602         * sysdeps/i386/fpu/e_logl.S: Likewise.
36603         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36604         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36605         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36606         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36607         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36608         * sysdeps/i386/fpu/e_log.S: Likewise.
36609         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36610         * sysdeps/i386/fpu/e_logf.S: Likewise.
36611         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36612         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36613         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36614         * sysdeps/i386/fpu/e_log10.S: Likewise.
36615         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36616         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36617         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36618         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36619         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36620         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36621         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36622         * sysdeps/i386/i686/strtok.S: Likewise.
36623         * sysdeps/i386/i386-mcount.S: Likewise.
36624         * sysdeps/i386/strtok.S: Likewise.
36625         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36626         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36627         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36628         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36629         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36630         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36631         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36632         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36633         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36634         * sysdeps/x86_64/_mcount.S: Likewise.
36635         * sysdeps/x86_64/strtok.S: Likewise.
36636         * sysdeps/sh/_mcount.S: Likewise.
36637
36638 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36639
36640         * libio/iofopen.c: Include <fcntl.h>.
36641         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36642         (_IO_fopen64, fopen64): Define as aliases.
36643         * libio/iofopen64.c: Include <fcntl.h>.
36644         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36645         Conditionalize body on this.
36646         * sysdeps/wordsize-64/iofopen.c: File removed.
36647         * sysdeps/wordsize-64/iofopen64.c: File removed.
36648
36649 2012-08-01  Marek Polacek  <polacek@redhat.com>
36650
36651         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36652         Use dlfcn directly instead of a variable.
36653         (binfmt-subdir): Do not define.
36654         (dlfcn): Likewise.
36655
36656 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36657
36658         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36659         Remove all definitions.
36660         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36661         <kernel-features.h>.
36662         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36663         (miss_F_GETOWN_EX): Remove all definitions.
36664         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36665         macro definition.
36666         [!__ASSUME_FCNTL64]: Remove conditional code.
36667         [__ASSUME_FCNTL64]: Make code unconditional.
36668         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36669         <kernel-features.h>.
36670         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36671         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36672         (lockf64) [__NR_fcntl64]: Make code unconditional.
36673         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36674
36675         * sysdeps/unix/sysv/linux/kernel-features.h
36676         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36677         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36678         Make code unconditional.
36679         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36680         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36682         [__NR_vfork]: Make code unconditional.
36683         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36684         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36686         [__NR_vfork]: Make code unconditional.
36687         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36688         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36689
36690 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36691
36692         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36693         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36694
36695         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36696         Define mkstemp64 as an alias.
36697         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36698         Define mkstemps64 as an alias.
36699         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36700         Define mkostemp64 as an alias.
36701         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36702         Define mkostemps64 as an alias.
36703         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36704         Conditionalize body on this.
36705         * misc/mkostemp64.c: Likewise.
36706         * misc/mkostemps64.c: Likewise.
36707         * misc/mkstemps64.c: Likewise.
36708         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36709         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36710         * sysdeps/wordsize-64/mkostemp.c: File removed.
36711         * sysdeps/wordsize-64/mkstemp.c: File removed.
36712         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36713         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36714         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36715         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36716
36717         [BZ #14138]
36718         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36719         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36720         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36721         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36722
36723         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36724         compat_symbol macros from <shlib-compat.h> rather than the underlying
36725         default_symbol_version and symbol_version macros, so that DEFAULT
36726         lines in shlib-versions are respected.
36727         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36728
36729 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36730
36731         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36732         Declare with warn_unused_result.
36733         (setgid, setregid, setegid, setresgid): Likewise.
36734         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36735         Likewise.
36736         * WUR-REPORT: Remove set*id functions.
36737
36738 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36739
36740         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36741
36742 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36743
36744         [BZ #10191]
36745         * include/sys/socket.h (__libc_accept, __libc_accept4):
36746         Add attribute_hidden.
36747         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36748
36749         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36750         use of PTR_MANGLE.
36751         * inet/getnetgrent_r.c (setup): Likewise.
36752
36753         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36754
36755 2012-07-31  David S. Miller  <davem@davemloft.net>
36756
36757         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36758
36759 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36760
36761         [BZ #13629]
36762         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36763         value between 1.0 and 2.0 and smaller part has absolute value less
36764         than 1.0.
36765         * math/s_clog10.c (__clog10): Likewise.
36766         * math/s_clog10f.c (__clog10f): Likewise.
36767         * math/s_clog10l.c (__clog10l): Likewise.
36768         * math/s_clogf.c (__clogf): Likewise.
36769         * math/s_clogl.c (__clogl): Likewise.
36770         * math/libm-test.inc (clog_test): Add more tests.
36771         (clog10_test): Likewise.
36772         * sysdeps/i386/fpu/libm-test-ulps: Update.
36773         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36774
36775 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36776
36777         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36778         Exit with zero in case no suitable GID is found, and write a
36779         message to standard error.
36780
36781 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36782
36783         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36784         rather than to 1.
36785         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36786         (MAXPATHLEN): Removed.
36787         (NOGROUP, NODEV): New macros.
36788         (setbit, clrbit, isset, isclr): New macros.
36789         (howmany, roundup, powerof2): New macros.
36790         (DEV_BSIZE): New macro.
36791
36792         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36793         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36794
36795         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36796         definition on [!__NO_LONG_DOUBLE_MATH].
36797
36798         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36799         PTR_MANGLE and PTR_DEMANGLE.
36800
36801         * socket/accept4.c (accept4): Rename to __libc_accept4.
36802         Define accept4 as a weak alias.
36803
36804         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36805         on [_DIRENT_HAVE_D_TYPE].
36806         * io/ftw.c (ftw_dir): Likewise.
36807
36808         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36809
36810         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36811
36812         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36813         Use the BSD numbers rather than the arbitrary ones we had.
36814         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36815         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36816         (SIGXCPU, SIGXFSZ): New macros.
36817         (_NSIG): Now 32.
36818
36819         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36820         initializer on [_LIBC_REENTRANT].
36821
36822         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36823         definitions inside [_POSIX_MAPPED_FILES].
36824
36825         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36826
36827         * dirent/opendir.c: Include <fcntl.h>.
36828
36829         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36830         (__libc_getspecific): Likewise.
36831         (__libc_key_create): Likewise.
36832
36833         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36834         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36835         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36836         (tmpfile64): Define as alias.
36837         * sysdeps/wordsize-64/tmpfile.c: File removed.
36838         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36839         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36840         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36841
36842         * stdio-common/vfscanf.c: Include <stdbool.h>.
36843         * nss/makedb.c: Likewise.
36844         * stdio-common/_i18n_number.h: Likewise.
36845         * argp/argp-help.c: Likewise.
36846         * posix/wordexp.c: Likewise.
36847         * sysdeps/posix/spawni.c: Likewise.
36848         * nss/nss_files/files-initgroups.c: Likewise.
36849         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36850         * nss/nss_files/files-initgroups.c: Likewise.
36851         * nss/nss_db/db-netgrp.c: Likewise.
36852         * nss/nss_db/db-initgroups.c: Likewise.
36853         * io/fchmodat.c: Include <sys/stat.h>.
36854
36855         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36856         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36857
36858         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36859         [HAVE_MMAP].
36860
36861         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36862         Add multiple inclusion protection.
36863
36864 2012-07-27  David S. Miller  <davem@davemloft.net>
36865
36866         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36867
36868 2012-07-27  Gary Benson  <gbenson@redhat.com>
36869
36870         [BZ #14298]
36871         * elf/rtld.c: Include <stap-probe.h>.
36872         (dl_main): Added static probes "init_start" and "init_complete".
36873         * elf/dl-load.c: Include <stap-probe.h>.
36874         (lose): Take new parameter "nsid".
36875         Added static probe "map_failed".
36876         (_dl_map_object_from_fd): Pass namespace id to lose.
36877         Added static probe "map_start".
36878         (open_verify): Pass namespace id to lose.
36879         * elf/dl-open.c: Include <stap-probe.h>.
36880         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36881         and "reloc_complete".
36882         * elf/dl-close.c: Include <stap-probe.h>.
36883         (_dl_close_worker): Added static probes "unmap_start" and
36884         "unmap_complete".
36885         * elf/rtld-debugger-interface.txt: New file documenting the above.
36886
36887 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36888
36889         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36890         rather than a string variable.
36891         * sunrpc/rpc_main.c (h_output): Likewise.
36892         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36893
36894 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36895
36896         * inet/check_native.c: New file.
36897
36898 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36899
36900         [BZ #13629]
36901         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36902         if larger part has absolute value 1.0.
36903         * math/s_clog10.c (__clog10): Likewise.
36904         * math/s_clog10f.c (__clog10f): Likewise.
36905         * math/s_clog10l.c (__clog10l): Likewise.
36906         * math/s_clogf.c (__clogf): Likewise.
36907         * math/s_clogl.c (__clogl): Likewise.
36908         * math/libm-test.inc (clog_test): Add more tests.
36909         (clog10_test): Likewise.
36910         * sysdeps/i386/fpu/libm-test-ulps: Update.
36911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36912
36913         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36914         (pltexit): Likewise.
36915         (La_regs): Likewise.
36916         (La_retval): Likewise.
36917         (int_retval): Likewise.
36918         Update #error for removed macros to refer only to definitions in
36919         tst-audit.h.
36920         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36921         macro.
36922         (pltexit): Likewise.
36923         (La_regs): Likewise.
36924         (La_retval): Likewise.
36925         (int_retval): Likewise.
36926         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36927         macro.
36928         (pltexit): Likewise.
36929         (La_regs): Likewise.
36930         (La_retval): Likewise.
36931         (int_retval): Likewise.
36932         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36933         macro.
36934         (pltexit): Likewise.
36935         (La_regs): Likewise.
36936         (La_retval): Likewise.
36937         (int_retval): Likewise.
36938         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36939         macro.
36940         (pltexit): Likewise.
36941         (La_regs): Likewise.
36942         (La_retval): Likewise.
36943         (int_retval): Likewise.
36944         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36945         macro.
36946         (pltexit): Likewise.
36947         (La_regs): Likewise.
36948         (La_retval): Likewise.
36949         (int_retval): Likewise.
36950         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36951         macro.
36952         (pltexit): Likewise.
36953         (La_regs): Likewise.
36954         (La_retval): Likewise.
36955         (int_retval): Likewise.
36956         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36957         macro definitions in tst-audit.h.
36958         * sysdeps/i386/tst-audit.h: New file.
36959         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36960         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36961         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36962         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36963         * sysdeps/sh/tst-audit.h: Likewise.
36964         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36965         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36966         * sysdeps/x86_64/tst-audit.h: Likewise.
36967
36968 2012-07-26  Andreas Jaeger  <aj@suse.de>
36969
36970         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36971         ptrace.
36972
36973         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36974         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36975         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36976         PTRACE_O_MASK.
36977         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36978         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36979         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36980
36981         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36982         value.
36983
36984         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36985         _sigsys.
36986         (si_call_addr, si_syscall, si_arch): Define new macro.
36987         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36988         _sigsys.
36989         (si_call_addr, si_syscall, si_arch): Define new marcro.
36990         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36991         _sigsys.
36992         (si_call_addr, si_syscall, si_arch): Define new macro.
36993         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36994         _sigsys.
36995         (si_call_addr, si_syscall, si_arch): Define new macro.
36996
36997 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36998
36999         [BZ #13717]
37000         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37001         Change to 2.4.21 where previously 2.4.1.
37002         * sysdeps/unix/sysv/linux/configure: Regenerated.
37003         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37004         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37005         Linux kernel version.
37006         (__ASSUME_STD_AUXV): Remove.
37007         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37008         kernel version.
37009         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37010         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37011         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37012         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37013         (__ASSUME_NETLINK_SUPPORT): Likewise.
37014         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37015         (__no_netlink_support): Remove conditional definition.
37016         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37017         Remove.
37018         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37019         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37020         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37021         (if_nameindex_ioctl): Remove.
37022         (if_nameindex_netlink): Do not handle __no_netlink_support.
37023         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37024         code.
37025         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37026         Remove conditional code.
37027         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37028         code.
37029         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37030         unconditional.
37031         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37032         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37033         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37034         Remove.
37035         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37036         [!__ASSUME_STD_AUXV]: Remove conditional code.
37037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37038         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37039         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37041         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37042         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37043         code.
37044         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37046         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37047         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37048         conditional code.
37049         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37051         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37052         code.
37053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37054         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37055         conditional code.
37056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37057         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37058         code unconditional.
37059         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37060         conditional code.
37061         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37062         unconditional.
37063         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37064         conditional code.
37065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37066         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37067         unconditional.
37068         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37069         conditional code.
37070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37071         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37072         code unconditional.
37073         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37074         conditional code.
37075         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37076         unconditional.
37077         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37078         conditional code.
37079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37080         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37081         code unconditional.
37082         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37083         conditional code.
37084         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37085         unconditional.
37086         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37087         conditional code.
37088
37089 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37090
37091         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37092         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37093         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37094         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37095         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37096         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37097         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37098         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37099         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37100         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37101         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37102         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37103         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37104         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37105         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37106         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37107         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37108         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37109         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37110         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37111         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37112         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37113         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37114
37115 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37116
37117         * Versions.def: Add GLIBC_2.17.
37118         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37119         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37120         Introduce __libc_secure_getenv.
37121         * stdlib/Versions (2.17): Add secure_getenv
37122         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37123         * stdlib/secure-getenv.c: Rename __secure_getenv to
37124         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37125         symbol __secure_getenv for GLIBC_2.0.
37126         * stdlib/tst-secure-getenv.c: New.
37127         * stdlib/Makefile (tests): Add testcase.
37128         * manual/startup.texi (Environment Access): Document
37129         secure_getenv.
37130         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37131         __libc_secure_getenv.
37132         * inet/ruserpass.c (ruserpass): Likewise.
37133         * malloc/mtrace.c (mtrace): Likewise.
37134         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37135         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37136         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37137         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37138         HAVE_SECURE_GETENV.
37139         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37140         __secure_getenv to __libc_secure_getenv.
37141         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37143         Likewise.
37144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37145         Likewise.
37146         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37147         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37148         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37149         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37150         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37151         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37152         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37153
37154 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37155
37156         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37157         (struct La_i86_retval): Likewise.
37158         (struct La_x86_64_regs): Likewise.
37159         (struct La_x86_64_retval): Likewise.
37160         (struct La_x32_regs): Likewise.
37161         (struct La_x32_retval): Likewise.
37162         (struct La_ppc32_regs): Likewise.
37163         (struct La_ppc32_retval): Likewise.
37164         (struct La_ppc64_regs): Likewise.
37165         (struct La_ppc64_retval): Likewise.
37166         (struct La_sh_regs): Likewise.
37167         (struct La_sh_retval): Likewise.
37168         (struct La_s390_32_regs): Likewise.
37169         (struct La_s390_32_retval): Likewise.
37170         (struct La_s390_64_regs): Likewise.
37171         (struct La_s390_64_retval): Likewise.
37172         (struct La_sparc32_regs): Likewise.
37173         (struct La_sparc32_retval): Likewise.
37174         (struct La_sparc64_regs): Likewise.
37175         (struct La_sparc64_retval): Likewise.
37176         (struct audit_ifaces): Remove architecture-specific pltenter and
37177         pltexit members.
37178         * sysdeps/i386/ldsodefs.h: New file.
37179         * sysdeps/powerpc/ldsodefs.h: Likewise.
37180         * sysdeps/s390/ldsodefs.h: Likewise.
37181         * sysdeps/sh/ldsodefs.h: Likewise.
37182         * sysdeps/sparc/ldsodefs.h: Likewise.
37183         * sysdeps/x86_64/ldsodefs.h: Likewise.
37184
37185 2012-07-25  Marek Polacek  <polacek@redhat.com>
37186
37187         [BZ #6808]
37188         * math/libm-test.inc (yn_test): Add another test.
37189         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37190         to ERANGE when the result is +-Inf.
37191         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37192         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37193         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37194         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37195
37196 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37197
37198         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37199         equal to 0.
37200         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37201         clock_t.
37202         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37203
37204 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37205
37206         * configure.in <sysdeps resolving>: Correct printing
37207         Implies_before.
37208         * configure: Regenerate.
37209
37210 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37211
37212         * math/w_ilogb.c: Include <limits.h>.
37213         * math/w_ilogbl.c: Likewise.
37214
37215 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37216
37217         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37218         va_copy.  Document allowing for unavailable va_copy only as
37219         pre-C99 compatibility.
37220         * manual/string.texi (Copying and Concatenation): Use va_copy
37221         instead of __va_copy in concat example.
37222
37223 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37224
37225         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37226         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37227         it if not null.
37228
37229         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37230         with O_NOLINK passed to __file_name_lookup.
37231
37232         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37233         with O_NOLINK passed to __file_name_lookup.
37234
37235         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37236         negative N or less than NGIDS.
37237
37238         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37239         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37240         enough.  Use memcpy instead of strncpy.
37241
37242 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37243
37244         * elf/Makefile (check-data): Remove.
37245         (localplt.data): New vpath directive.
37246         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37247         instead of $(check-data).
37248         * scripts/data/localplt-generic.data: Move to ...
37249         * sysdeps/generic/localplt.data: ... here.
37250         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37251         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37252         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37254         ... here.
37255         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37257         ... here.
37258         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37259         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37260         ... here.
37261         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37262         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37263         ... here.
37264         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37265         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37266         ... here.
37267         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37268         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37269         ... here.
37270
37271 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37272
37273         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37274         PPC32 and PPC64 files.
37275         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37276         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37277
37278 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37279
37280         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37281         __makecontext_ret to ...
37282         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37283         ... here and call exit if uc_link is NULL.  New file.
37284         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37285         __makecontext_ret.S.
37286         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37287         __makecontext_ret to ...
37288         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37289         ... here and call exit if uc_link is NULL.  New file.
37290         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37291         __makecontext_ret.S.
37292
37293 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37294
37295         * elf/elf.h (R_390_IRELATIVE): New definition.
37296         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37297         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37298         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37299         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37300         (elf_machine_lazy_rel): Likewise.
37301         * sysdeps/s390/dl-irel.h: New file.
37302         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37303         * sysdeps/s390/s390-64/memset.S: New asm code.
37304         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37305         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37306         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37307         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37308         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37309         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37310         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37311         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37312         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37313         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37314         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37315         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37316         * sysdeps/s390/s390-32/memset.S: New asm code.
37317         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37318
37319 2012-07-17  Marek Polacek  <polacek@redhat.com>
37320
37321         [BZ #14349]
37322         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37323         * sysdeps/s390/s390-64/configure.in: Likewise.
37324         * sysdeps/sparc/configure.in: Likewise.
37325         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37326         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37327         * sysdeps/i386/configure.in: Likewise.
37328         * sysdeps/x86_64/configure.in: Likewise.
37329         * sysdeps/sh/configure.in: Likewise.
37330         * sysdeps/s390/s390-32/configure: Regenerated.
37331         * sysdeps/s390/s390-64/configure: Likewise.
37332         * sysdeps/x86_64/configure: Likewise.
37333         * sysdeps/sh/configure: Likewise.
37334         * sysdeps/powerpc/powerpc64/configure: Likewise.
37335         * sysdeps/powerpc/powerpc32/configure: Likewise.
37336         * sysdeps/sparc/configure: Likwise.
37337         * sysdeps/i386/configure: Likewise.
37338
37339         * elf/dl-open.c: Comment fixes.
37340
37341 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37342
37343         * Makefile [CXX] (check-data): Remove.
37344         [CXX] (c++-types.data): New vpath directive.
37345         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37346         vpath.  Do not allow for C++ type data being missing.
37347         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37348         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37349         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37350         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37351         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37352         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37353         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37355         ... here.
37356         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37358         ... here.
37359         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37360         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37361         ... here.
37362         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37363         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37364         ... here.
37365         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37366         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37367         ... here.
37368         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37369         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37370         ... here.
37371         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37372         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37373         ... here.
37374         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37375         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37376
37377         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37378         definitions to architecture-specific files.
37379         (TLS_IE): Likewise.
37380         (TLS_LD): Likewise.
37381         (TLS_GD): Likewise.
37382         * sysdeps/i386/tls-macros.h: New file.
37383         * sysdeps/powerpc/tls-macros.h: Likewise.
37384         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37385         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37386         * sysdeps/sh/tls-macros.h: Likewise.
37387         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37388         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37389         * sysdeps/x86_64/tls-macros.h: Likewise.
37390
37391 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37392
37393         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37394         zero value for regular exit case.
37395
37396         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37397         (__start_context): Preserve zero value for regular exit case.
37398
37399 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37400             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37401
37402         * manual/setjmp.texi (setcontext): Clarify normal process
37403         termination when uc_link is the null pointer.
37404         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37405         exit call.
37406
37407 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37408
37409         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37410         preprocessor.  Test for each exception mask separately.
37411
37412 2012-07-16  Andreas Jaeger  <aj@suse.de>
37413
37414         * po/ru.po: Update from translation team.
37415
37416 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37417
37418         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37419         equal to 0.
37420         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37421         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37422         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37423         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37424         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37425
37426 2012-07-13  Andreas Jaeger  <aj@suse.de>
37427
37428         * po/fr.po: Update from translation team.
37429
37430 2012-07-12  Marek Polacek  <polacek@redhat.com>
37431
37432         [BZ #14173]
37433         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37434         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37435         loop condition.
37436
37437 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37438
37439         [BZ #13717]
37440         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37441         Change to 2.4.1 where previously 2.4.0.
37442         * sysdeps/unix/sysv/linux/configure: Regenerated.
37443         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37444         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37445         version.
37446         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37447         (__ASSUME_AT_CLKTCK): Remove.
37448         (__ASSUME_AT_PAGESIZE): Likewise.
37449         (__ASSUME_AT_XID): Likewise.
37450         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37451         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37452         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37453         unconditionally.
37454         (HAVE_AUX_PAGESIZE): Likewise.
37455         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37456         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37457         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37458
37459 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37460
37461         [BZ #14307]
37462         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37463         the temporary buffer used to invoke __gethostbyname2_r,
37464         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37465         host_data / struct gaih_addrtuple.
37466         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37467         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37468         header file nss/nsswitch.h.
37469         * nss/nsswitch.h (global scope): Add definition of implementation
37470         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37471         resolv/nss_dns/dns-host.c).
37472
37473 2012-07-11  Andreas Jaeger  <aj@suse.de>
37474
37475         * po/fr.po: Update from translation team.
37476
37477         * po/sv.po: Update from translation team
37478         * po/fr.po: Another update from translation team.
37479
37480 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37481
37482         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37483         for subnormals or multiply small sinh result by itself.
37484         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37485         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37486
37487 2012-07-11  David S. Miller  <davem@davemloft.net>
37488
37489         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37490
37491 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37492
37493         [BZ #14347]
37494         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37495         (INTERNAL_MARK): Shift it here.
37496
37497 2012-07-10  Marek Polacek  <polacek@redhat.com>
37498
37499         [BZ #14151]
37500         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37501         libc_cv_asm_global_directive with .globl.
37502         * configure: Regenerated.
37503         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37504         with .globl.
37505         * sysdeps/i386/configure: Regenerated.
37506         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37507         with .globl.
37508         * sysdeps/x86_64/configure: Regenerated.
37509         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37510         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37511         * elf/tst-unique2mod2.c: Likewise.
37512         * elf/tst-unique2mod1.c: Likewise.
37513         * elf/tst-unique1mod2.c: Likewise.
37514         * elf/tst-unique1mod1.c: Likewise.
37515         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37516         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37517         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37518         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37519         * sysdeps/mach/sysdep.h: Likewise.
37520         * sysdeps/i386/sysdep.h: Likewise.
37521         * sysdeps/i386/i386-mcount.S: Likewise.
37522         * sysdeps/x86_64/_mcount.S: Likewise.
37523         * sysdeps/x86_64/sysdep.h: Likewise.
37524         * sysdeps/sh/_mcount.S: Likewise.
37525         * sysdeps/sh/sysdep.h: Likewise.
37526         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37527         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37528         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37529         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37530         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37531         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37532         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37533         * locale/localeinfo.h: Likewise.
37534         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37535         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37536
37537 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37538
37539         [BZ #14336]
37540         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37541         system".
37542         * manual/message.texi (The Uniforum approach): Likewise.
37543         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37544         (glibc iconv Implementation): Likewise.
37545
37546 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37547
37548         [BZ #14337]
37549         * math/s_clog.c (__clog): Avoid scaling a value down where that
37550         could result in underflow.
37551         * math/s_clog10.c (__clog10): Likewise.
37552         * math/s_clog10f.c (__clog10f): Likewise.
37553         * math/s_clog10l.c (__clog10l): Likewise.
37554         * math/s_clogf.c (__clogf): Likewise.
37555         * math/s_clogl.c (__clogl): Likewise.
37556         * math/libm-test.inc (clog_test): Add more tests.
37557         (clog10_test): Likewise.
37558         * sysdeps/i386/fpu/libm-test-ulps: Update.
37559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37560
37561 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37562
37563         [BZ #14283]
37564         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37565         by 7 not 8 to examine high bit of fractional part.
37566
37567         [BZ #14042]
37568         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37569         for call to __mcount_internal.
37570         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37571         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37572         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37573
37574 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37575
37576         [BZ #14154]
37577         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37578         approximation for values within 0x1p-13f of an odd multiple of
37579         pi/4.
37580         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37581         exception.  Add more tests.
37582         * sysdeps/i386/fpu/libm-test-ulps: Update.
37583
37584         [BZ #6778]
37585         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37586         inputs and return -1 for them.  Do not check for +Inf in case not
37587         reachable for +Inf.
37588         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37589         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37590         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37591         and return -1 for them.  Do not check for +Inf in case not
37592         reachable for +Inf.
37593         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37594         define.
37595         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37596         and return -1 for them.  Do not check for +Inf in case not
37597         reachable for +Inf.
37598         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37599         spurious underflow.
37600         * sysdeps/i386/fpu/libm-test-ulps: Update.
37601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37602
37603 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37604
37605         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37606
37607 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37608
37609         [BZ #14157]
37610         [BZ #14331]
37611         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37612         could result in spurious underflow.  Scale down values above
37613         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37614         * math/s_csqrtf.c (__csqrtf): Likewise.
37615         * math/s_csqrtl.c (__csqrtl): Likewise.
37616         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37617         spurious underflow.
37618         * sysdeps/i386/fpu/libm-test-ulps: Update.
37619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37620
37621 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37622
37623         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37624         xopen-msg.sed.
37625         * catgets/xopen-msg.awk: New file.
37626         * catgets/xopen-msg.sed: Removed.
37627
37628         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37629         po2text.sed.
37630         * intl/po2test.awk: New file.
37631         * intl/po2test.sed: Removed.
37632
37633 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37634
37635         [BZ #14328]
37636         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37637         or multiply small sinh result by itself.
37638         * math/s_ctanf.c (__ctanf): Likewise.
37639         * math/s_ctanh.c (__ctanh): Likewise.
37640         * math/s_ctanhf.c (__ctanhf): Likewise.
37641         * math/s_ctanhl.c (__ctanhl): Likewise.
37642         * math/s_ctanl.c (__ctanl): Likewise.
37643         * math/libm-test.inc (ctan_test_tonearest): New function.
37644         (ctan_test_towardzero): Likewise.
37645         (ctan_test_downward): Likewise.
37646         (ctan_test_upward): Likewise.
37647         (ctanh_test_tonearest): Likewise.
37648         (ctanh_test_towardzero): Likewise.
37649         (ctanh_test_downward): Likewise.
37650         (ctanh_test_upward): Likewise.
37651         (main): Call these new functions.
37652         * sysdeps/i386/fpu/libm-test-ulps: Update.
37653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37654
37655 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37656
37657         * .gitignore: Delete /ports entry.
37658
37659 2012-07-03  Andreas Jaeger  <aj@suse.de>
37660
37661         * po/bg.po: Update from translation team.
37662         * po/cs.po: Likewise.
37663         * po/de.po: Likewise.
37664         * po/hr.po: Likewise.
37665         * po/nl.pl: Likewise.
37666         * po/pl.po: Likewise.
37667         * po/vi.po: Likewise.
37668
37669 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37670
37671         * Makeconfig [!+link] (+link-before-libc): New variable.
37672         [!+link] (+link-after-libc): Likewise.
37673         [!+link] (+link-tests): Likewise.
37674         [!+link] (+link): Define in terms of $(+link-before-libc) and
37675         $(+link-after-libc).
37676         [!+link-static] (+link-static-before-libc): New variable.
37677         [!+link-static] (+link-static-after-libc): Likewise.
37678         [!+link-static] (+link-static-tests): Likewise.
37679         [!+link-static] (+link-static): Define in terms of
37680         $(+link-static-before-libc) and $(+link-static-after-libc).
37681         [build-shared] (link-libc-before-gnulib): New variable.
37682         [build-shared] (link-libc-tests): Likewise.
37683         [build-shared] (link-libc): Define in terms of
37684         $(link-libc-before-gnulib).
37685         [!build-shared] (link-libc-tests): New variable.
37686         (link-libc-static-tests): New variable.
37687         [!gnulib] (gnulib-arch): New variable.
37688         [!gnulib] (gnulib-tests): Likewise.
37689         [!gnulib] (static-gnulib-arch): Likewise.
37690         [!gnulib] (static-gnulib-tests): Likewise.
37691         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37692         Define with "=" instead of ":=".
37693         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37694         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37695         * Rules (binaries-all-notests): New variable.
37696         (binaries-all-tests): Likewise.
37697         (binaries-static-notests): Likewise.
37698         (binaries-static-tests): Likewise.
37699         (binaries-all): Define using $(binaries-all-notests) and
37700         $(binaries-all-tests).
37701         (binaries-static): Define using $(binaries-static-notests) and
37702         $(binaries-static-tests).
37703         (binaries-shared-tests): New variable.
37704         (binaries-shared-notests): Likewise.
37705         (binaries-shared): Remove variable.
37706         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37707         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37708         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37709         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37710         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37711         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37712         * elf/Makefile (sln-modules): New variable.
37713         (extra-objs): Add $(sln-modules:=.o).
37714         (ldconfig-modules): Add static-stubs.
37715         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37716         * elf/static-stubs.c: New file.
37717
37718         [BZ #14283]
37719         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37720         by 7 not 8 to examine high bit of fractional part.  Use volatile
37721         variables when splitting into final array of floats if
37722         __FLT_EVAL_METHOD__ != 0.
37723         * math/libm-test.inc (cos_test): Add another test.
37724         (sin_test): Likewise.
37725         * sysdeps/i386/fpu/libm-test-ulps: Update.
37726
37727         [BZ #14273]
37728         * math/libm-test.inc (cosh_test): Add more tests.
37729
37730         * version.h (RELEASE): Set to "development".
37731         (VERSION): Set to "2.16.90".
37732
37733 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37734
37735         * NEWS: Update copyright. Remove last-updated date.
37736         Mention math library bug fixes and timezone data changes.
37737         * README: Mention GNU/Hurd, x32, and HPPA support status.
37738
37739 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37740
37741         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37742
37743 2012-06-27  Andreas Jaeger  <aj@suse.de>
37744
37745         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37746
37747 2012-06-25  Andreas Jaeger  <aj@suse.de>
37748
37749         * sysdeps/s390/fpu/libm-test-ulps: Update.
37750
37751 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37752             Thomas Schwinge  <thomas@codesourcery.com>
37753
37754         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37755         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37756         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37757         fanotify_mark.
37758
37759 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37760
37761         * sysdeps/mach/start.c: Remove file.
37762         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37763         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37764         * sysdeps/sh/init-first.c: Likewise.
37765
37766         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37767         registers for frame unwinding purposes, add CFI directives.
37768         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37769         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37770         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37771         Likewise.
37772
37773         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37774         __fortify_fail returning.
37775         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37776
37777         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37778         sysdeps/sh/____longjmp_chk.S.
37779         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37780         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37781         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37782         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37783
37784         * sysdeps/sh/abort-instr.h: New file.
37785         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37786         process in case exit returns.
37787
37788         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37789         initialize the GOT register before use.
37790
37791         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37792         calculation of ARGC > 4.
37793
37794         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37795         meaningful names to some local labels.
37796
37797 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37798             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37799
37800         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37801         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37802         (__arch_compare_and_exchange_val_16_acq): Likewise.
37803         (__arch_compare_and_exchange_val_32_acq): Likewise.
37804         (atomic_exchange_and_add): Fix gUSA sequence.
37805         (atomic_add): Likewise.
37806         (atomic_add_negative): Likewise.
37807         (atomic_add_zero): Likewise.
37808         (atomic_bit_test_set): Likewise.
37809
37810 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37811
37812         [BZ #13579]
37813         * include/link.h (struct link_map): Add l_free_initfini.
37814         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37815         l_initfini.
37816         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37817         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37818         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37819         set.
37820
37821 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37822
37823         * configure.in: Use AC_LANG_SOURCE.
37824         * configure: Regenerate.
37825
37826 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37827
37828         * configure.in (libc_cv_localstatedir): New substituted variable.
37829         * configure: Regenerated.
37830         * config.make.in (localstatedir): New variable, substituted from
37831         libc_cv_localstatedir.
37832         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37833         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37834         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37835         * sysdeps/gnu/configure: Regenerated.
37836
37837 2012-06-21  Jeff Law  <law@redhat.com>
37838
37839         [BZ #14277]
37840         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37841         free.  Simplify list management for _LIBC case.
37842
37843 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37844
37845         [BZ #14273]
37846         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37847         Clear sign bit of 64-bit integer value before comparing against
37848         overflow value.
37849
37850         * sysdeps/mach/configure: Regenerated.
37851
37852 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37853
37854         [BZ #14278]
37855         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37856
37857 2012-06-21  Jeff Law  <law@redhat.com>
37858
37859         [BZ #13882]
37860         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37861         uint16_t for elements in the "seen" array to avoid char overflows.
37862         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37863         * elf/dl-open.c (dl_open_worker): Likewise.
37864
37865 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37866
37867         * scripts/list-sources.sh: Scan PORTS for translations.
37868         * po/libc.pot: Regenerated.
37869
37870 2012-06-21  Andreas Jaeger  <aj@suse.de>
37871
37872         [BZ #12194]
37873         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37874         warning.
37875         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37876         * bits/byteswap-16.h (__bswap_16): Likewise.
37877         * bits/byteswap.h (__bswap_constant_16): Likewise.
37878
37879 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37880
37881         [BZ #14117]
37882         * sysdeps/i386/fpu_control.h: Removed.
37883         * sysdeps/x86_64/fpu_control.h: Moved to ...
37884         * sysdeps/x86/fpu_control.h: Here.
37885
37886         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37887         (_FPU_SETCW): Likewise.
37888
37889 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37890
37891         [BZ #14117]
37892         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37893         * sysdeps/x86/fpu/bits/mathinline.h: This.
37894         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37895
37896         [BZ #14050]
37897         [BZ #14117]
37898         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37899         functions if __x86_64__ is defined.
37900
37901 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37902
37903         * string/endian.h: Add !__ASSEMBLER__ condition for including
37904         conversion interfaces.
37905
37906 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37907
37908         [BZ #14241]
37909         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37910         of ABS(x) in calculating zero to negative powers other than odd
37911         integers.
37912         * math/libm-test.inc (pow_test): Add more tests.
37913
37914 2012-06-15  Andreas Jaeger  <aj@suse.de>
37915
37916         * manual/contrib.texi (Contributors): Update entry of Liubov
37917         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37918         Machado Filho.
37919
37920 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37921
37922         * string/string.h: Add __wur to GNU version of strerror_r.
37923
37924 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37925
37926         [BZ #14229]
37927         * string/Makefile (tests): Add tst-strtok_r.
37928         * string/tst-strtok_r.c: New file.
37929         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37930         RAX_LP/RDX_LP on SAVE_PTR.
37931
37932 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37933
37934         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37935
37936 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37937
37938         * libm_test.inc (csqrt_test): Allow more spurious underflow
37939         exceptions.
37940         (j0_test): Likewise.
37941         (j1_test): Likewise.
37942         (y0_test): Likewise.
37943         (y1_test): Likewise.
37944
37945 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37946
37947         * po/Makefile (libc.pot): Use UTF-8 charset.
37948
37949 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37950
37951         [BZ #14210]
37952         Suppress sign-conversion warning from FD_SET.
37953         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37954         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37955         not unsigned long int.
37956         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37957
37958 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37959
37960         [BZ #14050]
37961         [BZ #14117]
37962         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37963         __extern_always_inline instead of __extern_inline.
37964         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37965         (__signbit): Likewise.
37966         (__signbitl): Support C++ namespace.
37967         (lrintf): New inline function.
37968         (lrint): Likewise.
37969         (llrintf): Likewise.
37970         (llrint): Likewise.
37971         (fmaxf): Likewise.
37972         (fmax): Likewise.
37973         (fminf): Likewise.
37974         (fmin): Likewise.
37975         (rint): Likewise.
37976         (rintf): Likewise.
37977         (ceil): Likewise.
37978         (ceilf): Likewise.
37979         (floor): Likewise.
37980         (floorf): Likewise.
37981         (nearbyint): Likewise.
37982         (nearbyintf): Likewise.
37983
37984 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37985
37986         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37987         non-default versions.
37988
37989 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37990
37991         [BZ #14218]
37992         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37993
37994 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37995
37996         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37997         (FE_UPWARD, FE_DOWNWARD): Don't define.
37998         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37999         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38000
38001         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38002         reading it.
38003         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38004         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38005
38006 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38007
38008         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38009         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38010         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38011         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38012
38013 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38014
38015         [BZ #14117]
38016         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38017         * sysdeps/i386/fpu/Implies: New file.
38018         * sysdeps/x86_64/fpu/Implies: Likewise.
38019         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38020         * sysdeps/x86/fpu/bits/fenv.h: This.
38021
38022         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38023         __SSE_MATH__.
38024
38025 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38026
38027         [BZ #14134]
38028         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38029         character 0xffff that matches the last element of the
38030         conversion table.
38031
38032 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38033
38034         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38035         fmodl commit.
38036
38037 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38038
38039         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38040         values higher than 25.6283.
38041
38042 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38043
38044         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38045         subnormal exponent extraction and add some __builtin_expect.
38046         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38047         Fix for subnormal mantissa calculation.
38048
38049 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38050
38051         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38052         cpu2 is -1 and errno is not ENOSYS.
38053
38054 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38055
38056         [BZ #14117]
38057         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38058         * sysdeps/x86/bits/string.h: This.
38059         * sysdeps/x86_64/bits/string.h: Removed.
38060
38061         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38062         if not compiling for x86-64, but compiling for >= i486.
38063
38064         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38065         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38066
38067         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38068         New macro from Linux kernel 3.4.0.
38069         (FP_XSTATE_MAGIC2): Likewise.
38070         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38071         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38072         (struct _fpx_sw_bytes): New struct.
38073         (struct _xsave_hdr): Likewise.
38074         (struct _ymmh_state): Likewise.
38075         (struct _xstate): Likewise.
38076
38077         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38078         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38079         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38080         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38081         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38082         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38083
38084         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38085         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38086         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38087         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38088         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38089         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38090
38091 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38092
38093         [BZ #13743]
38094         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38095         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38096         (sysdep_headers): Include sys/platform/ppc.h.
38097         * sysdeps/powerpc/test-gettimebase.c: Test for
38098         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38099         * manual/Makefile (appendices): Include platform.texi.
38100         * manual/contrib.texi (Contributors): Update @node pointers.
38101         * manual/maint.texi (Maintenance): Likewise.
38102         (Platform): New node.
38103         * manual/platform.texi: New file.  Document the new features.
38104
38105 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38106             Jakub Jelinek  <jakub@redhat.com>
38107
38108         [BZ #14188]
38109         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38110         where __builtin_expect is unavailable.
38111
38112 2012-06-03  David S. Miller  <davem@davemloft.net>
38113
38114         * stdlib/longlong.h: Updated from GCC.
38115
38116 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38117
38118         [BZ #14042]
38119         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38120         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38121         __mcount_internal.
38122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38123         (GLIBC_2.16): Likewise.
38124
38125 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38126
38127         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38128
38129 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38130
38131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38132         (default-abi): New variable.
38133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38134         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38135         variable.
38136         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38137         Likewise.
38138         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38139         Likewise.
38140         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38141         Likewise.
38142
38143         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38144         definition.  Document in comment.
38145
38146 2012-06-01  David S. Miller  <davem@davemloft.net>
38147
38148         * stdlib/longlong.h: Updated from GCC.
38149
38150 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38151
38152         [BZ #14117]
38153         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38154         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38155         sys/debugreg.h sys/io.h here.
38156         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38157         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38158         sys/io.h.
38159         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38160         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38161         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38162         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38163         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38164         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38165
38166         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38167         Define only if __x86_64__ is defined.
38168
38169 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38170
38171         [BZ #14048]
38172         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38173         Use int64_t for variable i.
38174         * math/libm-test.inc (fmod_test): Add more tests.
38175
38176         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38177         z computation is not scheduled after fetestexcept.
38178         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38179         Use math_force_eval instead of asm to ensure calculation scheduled
38180         before exception test.
38181         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38182         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38183
38184 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38185
38186         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38187         computation is not scheduled after fetestexcept.
38188
38189 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38190
38191         [BZ #14117]
38192         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38193         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38194
38195 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38196
38197         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38198         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38199
38200 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38201
38202         [BZ #14117]
38203         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38204         <bits/wordsize.h>.
38205         (__WCHAR_MIN): Support __WORDSIZE == 64.
38206         (__WCHAR_MAX): Likewise.
38207
38208         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38209         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38210
38211         [BZ #14183]
38212         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38213         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38214
38215         [BZ #14117]
38216         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38217         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38218
38219         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38220         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38221
38222         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38223         Defined to 1 if __x86_64__ isn't defined.
38224         (_STAT_VER_LINUX_OLD): New.
38225         (st_atime): Remove duplicate.
38226         (st_mtime): Likewise.
38227         (st_ctime): Likewise.
38228
38229 2012-05-31  David S. Miller  <davem@davemloft.net>
38230
38231         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38232         entries.
38233
38234 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38235
38236         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38237         gen-libm-test.pl.
38238
38239         [BZ #14132]
38240         * elf/dl-reloc.c: Include <_itoa.h>.
38241         (_dl_reloc_bad_type): Remove use of INTUSE.
38242         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38243         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38244         * stdio-common/psiginfo.c (psiginfo): Likewise.
38245         * stdio-common/psignal.c (psignal): Likewise.
38246         * string/strsignal.c (strsignal): Likewise.
38247         * include/signal.h (_sys_siglist): Declare hidden proto.
38248         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38249         INTVARDEF with libc_hidden_data_def.
38250         * stdio-common/itoa-udigits.c: Likewise.
38251         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38252         (_itoa_lower_digits_internal): Remove declaration.
38253         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38254         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38255         (_sys_sigabbrev_internal): Remove aliases.
38256         (_sys_siglist): Define hidden alias.
38257
38258 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38259
38260         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38261         bits/sysctl.h.
38262
38263 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38264
38265         [BZ #14117]
38266         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38267         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38268
38269         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38270         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38271         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38272         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38273         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38274         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38275
38276         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38277         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38278         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38279
38280         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38281         with __addr.
38282         (insw): Likewise.
38283         (insl): Likewise.
38284         (outsb): Likewise.
38285         (outsw): Likewise.
38286         (outsl): Likewise.
38287
38288         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38289         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38290         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38291
38292         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38293         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38294         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38295         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38296         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38297         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38298
38299         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38300         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38301
38302         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38303         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38304
38305         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38306         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38307         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38308
38309         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38310         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38311         to ...
38312         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38313
38314         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38315         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38316         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38317
38318         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38319         for x86-64.
38320         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38321
38322 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38323
38324         * math/math.h (M_El): Use two more decimal places.
38325         (M_LOG2El): Likewise.
38326         (M_LOG10El): Likewise.
38327         (M_LN2l): Likewise.
38328         (M_LN10l): Likewise.
38329         (M_PIl): Likewise.
38330         (M_PI_2l): Likewise.
38331         (M_PI_4l): Likewise.
38332         (M_1_PIl): Likewise.
38333         (M_2_PIl): Likewise.
38334         (M_2_SQRTPIl): Likewise.
38335         (M_SQRT2l): Likewise.
38336         (M_SQRT1_2l): Likewise.
38337
38338 2012-05-31  David S. Miller  <davem@davemloft.net>
38339
38340         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38341         values between float registers.
38342         * sysdeps/sparc/sparc64/memset.S: Likewise.
38343         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38344
38345 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38346
38347         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38348         -D_FORTIFY_SOURCE=1.
38349         (CPPFLAGS-tst-longjmp_chk.c): Define.
38350         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38351         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38352         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38353         CFLAGS-tst-wchar-h.c.
38354
38355 2012-05-31  Marek Polacek  <polacek@redhat.com>
38356
38357         [BZ #14132]
38358         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38359         __endmntent_internal): Remove declaration.
38360         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38361         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38362         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38363
38364 2012-05-30  David S. Miller  <davem@davemloft.net>
38365
38366         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38367         (___Q_simulate_exceptions): Use real FP ops rather than writing
38368         into the %fsr.
38369         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38370         Likewise.
38371
38372 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38373
38374         [BZ #14117]
38375         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38376         * sysdeps/x86/bits/xtitypes.h: This.
38377
38378         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38379         * sysdeps/x86/bits/wordsize.h: This.
38380
38381         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38382         * sysdeps/x86/bits/huge_vall.h: This.
38383
38384         * sysdeps/i386/bits/select.h: Removed.
38385         * sysdeps/x86_64/bits/select.h: Renamed to ...
38386         * sysdeps/x86/bits/select.h: This.
38387
38388         * sysdeps/i386/bits/setjmp.h: Removed.
38389         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38390         * sysdeps/x86/bits/setjmp.h: This.
38391
38392         * sysdeps/i386/bits/mathdef.h: Removed.
38393         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38394         * sysdeps/x86/bits/mathdef.h: This.
38395
38396 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38397
38398         [BZ #14132]
38399         * include/sys/socket.h (__connect_internal)
38400         (__libc_sa_len_internal): Remove declaration.
38401         (__connect, __libc_sa_len): Declare hidden_proto.
38402         (SA_LEN): Remove use of INTUSE.
38403         * socket/connect.c: Add libc_hidden_def.
38404         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38405         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38406         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38407         alias.
38408         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38409         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38410         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38411         of adding _internal alias.
38412
38413 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38414
38415         [BZ #14117]
38416         * sysdeps/i386/bits/link.h: Removed.
38417         * sysdeps/i386/bits/linkmap.h: Likewise.
38418         * sysdeps/x86_64/bits/link.h: Renamed to ...
38419         * sysdeps/x86/bits/link.h: This.
38420         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38421         * sysdeps/x86/bits/linkmap.h: This.
38422
38423         * sysdeps/i386/bits/endian.h: Removed.
38424         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38425         * sysdeps/x86/bits/endian.h: This.
38426
38427         * sysdeps/i386/bits/byteswap.h: Removed.
38428         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38429         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38430         * sysdeps/x86/bits/byteswap.h: This.
38431         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38432         * sysdeps/x86/bits/byteswap-16.h: This.
38433         * sysdeps/i386/Implies: Add x86.
38434         * sysdeps/x86_64/Implies: Likewise.
38435
38436 2012-05-30  David S. Miller  <davem@davemloft.net>
38437
38438         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38439         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38440         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38441         (FP_TRAPPING_EXCEPTIONS): Define.
38442         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38443         (FP_TRAPPING_EXCEPTIONS): Define.
38444         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38445         subnormals only when inexact has been signalled or underflow
38446         exceptions are enabled.
38447         (_FP_PACK_CANONICAL): Likewise.
38448
38449 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38450
38451         [BZ #14183]
38452         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38453         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38454
38455 2012-05-30  Richard Henderson  <rth@twiddle.net>
38456
38457         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38458         with #ifndef NOT_IN_libc.
38459
38460         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38461         marked to avoid plt entry.
38462
38463 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38464
38465         [BZ #14112]
38466         * Makeconfig (default-abi): New macro.
38467         (abi-includes): Likewise.
38468         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38469         $(abi-$(default-abi)-lib-soname) for soname if defined.
38470         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38471         abi-variants.
38472         * Makefile (installed-stubs): Likewise.
38473         * include/stubs-biarch.h: Removed.
38474         * scripts/lib-names.awk: Only handle one library at a time.
38475         * scripts/soversions.awk: Remove WORDSIZE support.
38476         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38477         entries.
38478         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38479         Removed.
38480         (syscall-list-default-condition): Likewise.
38481         (syscall-list-default-condition): Likewise.
38482         (syscall-list-includes): Likewise.
38483         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38484         syscall-list-* with abi-*.  Handle undefined abi-variants.
38485         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38486         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38487         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38488         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38489         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38490         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38491         Removed.
38492         (syscall-list-32-options): Likewise.
38493         (syscall-list-32-condition): Likewise.
38494         (syscall-list-64-options): Likewise.
38495         (syscall-list-64-condition): Likewise.
38496         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38497         macro.
38498         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38499         Renamed to ...
38500         (abi-*): This.
38501         (abi-64-ld-soname): New macro.
38502         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38503         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38504         Renamed to ...
38505         (abi-*): This.
38506         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38507         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38508
38509 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38510
38511         * sysdeps/unix/sysv/linux/kernel-features.h
38512         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38513         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38514         include <kernel-features.h>.
38515         [!__NR_ftruncate64]: Remove conditional code.
38516         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38517         [__NR_ftruncate64]: Make code unconditional.
38518         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38519         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38520         include <kernel-features.h>.
38521         [!__NR_ftruncate64]: Remove conditional code.
38522         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38523         [__NR_ftruncate64]: Make code unconditional.
38524         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38526         include <kernel-features.h>.
38527         [!__NR_ftruncate64]: Remove conditional code.
38528         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38529         [__NR_ftruncate64]: Make code unconditional.
38530         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38532         include <kernel-features.h>.
38533         [!__NR_ftruncate64]: Remove conditional code.
38534         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38535         [__NR_ftruncate64]: Make code unconditional.
38536         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38537
38538         * configure.in (libc_cv_fpie): Weaken to a compile test using
38539         LIBC_TRY_CC_OPTION.
38540         * configure: Regenerated.
38541
38542 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38543
38544         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38545         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38546         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38547         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38548         Refreshed.
38549         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38550         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38551         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38552         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38553         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38554         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38555         Refreshed.
38556
38557 2012-05-27  David S. Miller  <davem@davemloft.net>
38558
38559         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38560         (___Q_zero): New.
38561         (__Q_simulate_exceptions): Return void.  Change to simulate
38562         exceptions by writing into the %fsr.
38563         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38564         (__Qp_handle_exceptions): Likewise.
38565         (numbers): Delete.
38566         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38567         __Qp_handle_exceptions.
38568         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38569         __Qp_handle_exceptions.
38570         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38571         as unused and give dummy FP_RND_NEAREST initializer.
38572         (FP_INHIBIT_RESULTS): Define.
38573         (___Q_simulate_exceptions): Update declaration.
38574         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38575         formatting.
38576         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38577         as unused and give dummy FP_RND_NEAREST initializer.
38578         (__Qp_handle_exceptions): Update declaration.
38579         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38580         formatting.
38581
38582 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38583
38584         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38585         the temporary FPU control word.
38586         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38587         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38588         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38589         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38590         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38591         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38592         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38593         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38594         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38595         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38596         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38597
38598 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38599
38600         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38601         fields.
38602
38603 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38604
38605         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38606         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38607         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38608         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38609         Likewise.
38610         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38611         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38612         Likewise.
38613
38614 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38615
38616         * po/h.po: Update from translation team.
38617
38618 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38619
38620         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38621
38622         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38623         handling of denormals.
38624         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38625         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38626         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38627         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38628         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38629         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38630         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38631         Likewise.
38632
38633 2012-05-26  Marek Polacek  <polacek@redhat.com>
38634
38635         [BZ #14152]
38636         * math/libm-test.inc (fma_test): Don't always expect underflow
38637         exception.
38638
38639 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38640
38641         [BZ #12416]
38642         * elf/tst-execstack.c: Include stackinfo.h.
38643         (do_test): Adjust test case to ensure that pthread_getattr_np
38644         behaviour remains the same after marking stack executable.
38645
38646 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38647
38648         * sysdeps/unix/sysv/linux/kernel-features.h
38649         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38650         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38651         kernel-features.h.
38652         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38653         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38654         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38655         kernel-features.h.
38656         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38657         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38658
38659 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38660
38661         * configure.in: Define the default includes to being none.
38662         * configure: Regenerated.
38663
38664 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38665
38666         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38667         * sysdeps/x86_64/setjmp.S: Likewise.
38668         * sysdeps/i386/bsd-setjmp.S: Likewise.
38669         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38670         * sysdeps/i386/setjmp.S: Likewise.
38671         * sysdeps/i386/__longjmp.S: Likewise.
38672         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38673         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38674
38675         * include/stap-probe.h: New file.
38676         * configure.in: Handle --enable-systemtap.
38677         * configure: Regenerated.
38678         * config.h.in (USE_STAP_PROBE): New #undef.
38679         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38680         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38681         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38682
38683 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38684
38685         [BZ #13717]
38686         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38687         to 2.4.0 where earlier.
38688         * sysdeps/unix/sysv/linux/configure: Regenerated.
38689         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38690         <kernel-features.h>.
38691         [__ASSUME_32BITUIDS]: Make code unconditional.
38692         [!__ASSUME_32BITUIDS]: Remove conditional code.
38693         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38694         <kernel-features.h>.
38695         [__ASSUME_32BITUIDS]: Make code unconditional.
38696         [!__ASSUME_32BITUIDS]: Remove conditional code.
38697         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38698         [__ASSUME_32BITUIDS]: Make code unconditional.
38699         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38700         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.c: Do not include
38705         <kernel-features.h>.
38706         [__ASSUME_32BITUIDS]: Make code unconditional.
38707         [!__ASSUME_32BITUIDS]: Remove conditional code.
38708         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38709         <kernel-features.h>.
38710         [__ASSUME_32BITUIDS]: Make code unconditional.
38711         [!__ASSUME_32BITUIDS]: Remove conditional code.
38712         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38713         <kernel-features.h>.
38714         [__ASSUME_32BITUIDS]: Make code unconditional.
38715         [!__ASSUME_32BITUIDS]: Remove conditional code.
38716         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38717         <kernel-features.h>.
38718         [__ASSUME_32BITUIDS]: Make code unconditional.
38719         [!__ASSUME_32BITUIDS]: Remove conditional code.
38720         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38721         <kernel-features.h>.
38722         [__ASSUME_32BITUIDS]: Make code unconditional.
38723         [!__ASSUME_32BITUIDS]: Remove conditional code.
38724         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38725         <kernel-features.h>.
38726         [__ASSUME_32BITUIDS]: Make code unconditional.
38727         [!__ASSUME_32BITUIDS]: Remove conditional code.
38728         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38729         <kernel-features.h>.
38730         [__ASSUME_32BITUIDS]: Make code unconditional.
38731         [!__ASSUME_32BITUIDS]: Remove conditional code.
38732         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38733         <kernel-features.h>.
38734         [__ASSUME_32BITUIDS]: Make code unconditional.
38735         [!__ASSUME_32BITUIDS]: Remove conditional code.
38736         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38737         <kernel-features.h>.
38738         [__ASSUME_32BITUIDS]: Make code unconditional.
38739         [!__ASSUME_32BITUIDS]: Remove conditional code.
38740         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38741         <kernel-features.h>.
38742         [__NR_setresgid] (__setresgid): Do not declare.
38743         [__ASSUME_32BITUIDS]: Make code unconditional.
38744         [!__ASSUME_32BITUIDS]: Remove conditional code.
38745         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38746         <kernel-features.h>.
38747         [__NR_setresuid] (__setresuid): Do not declare.
38748         [__ASSUME_32BITUIDS]: Make code unconditional.
38749         [!__ASSUME_32BITUIDS]: Remove conditional code.
38750         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38751         <kernel-features.h>.
38752         [__ASSUME_32BITUIDS]: Make code unconditional.
38753         [!__ASSUME_32BITUIDS]: Remove conditional code.
38754         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38755         <kernel-features.h>.
38756         [__ASSUME_32BITUIDS]: Make code unconditional.
38757         [!__ASSUME_32BITUIDS]: Remove conditional code.
38758         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38759         <kernel-features.h>.
38760         [__ASSUME_32BITUIDS]: Make code unconditional.
38761         [!__ASSUME_32BITUIDS]: Remove conditional code.
38762         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38763         <kernel-features.h>.
38764         [__ASSUME_32BITUIDS]: Make code unconditional.
38765         [!__ASSUME_32BITUIDS]: Remove conditional code.
38766         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38767         <kernel-features.h>.
38768         [__ASSUME_32BITUIDS]: Make code unconditional.
38769         [!__ASSUME_32BITUIDS]: Remove conditional code.
38770         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38771         <kernel-features.h>.
38772         [__ASSUME_32BITUIDS]: Make code unconditional.
38773         [!__ASSUME_32BITUIDS]: Remove conditional code.
38774         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38775         <kernel-features.h>.
38776         [__ASSUME_32BITUIDS]: Make code unconditional.
38777         [!__ASSUME_32BITUIDS]: Remove conditional code.
38778         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38779         <kernel-features.h>.
38780         [__ASSUME_32BITUIDS]: Make code unconditional.
38781         [!__ASSUME_32BITUIDS]: Remove conditional code.
38782         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38783         <kernel-features.h>.
38784         [__ASSUME_32BITUIDS]: Make code unconditional.
38785         [!__ASSUME_32BITUIDS]: Remove conditional code.
38786         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38787         <kernel-features.h>.
38788         [__ASSUME_32BITUIDS]: Make code unconditional.
38789         [!__ASSUME_32BITUIDS]: Remove conditional code.
38790         * sysdeps/unix/sysv/linux/kernel-features.h
38791         (__ASSUME_SETRESUID_SYSCALL): Remove.
38792         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38793         (__ASSUME_32BITUIDS): Likewise.
38794         (__ASSUME_LDT_WORKS): Likewise.
38795         (__ASSUME_O_DIRECTORY): Likewise.
38796         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38797         architecture but not kernel version.
38798         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38799         (__ASSUME_MMAP2_SYSCALL): Likewise.
38800         (__ASSUME_STAT64_SYSCALL): Likewise.
38801         (__ASSUME_IPC64): Likewise.
38802         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38803         <kernel-features.h>.
38804         [__ASSUME_32BITUIDS]: Make code unconditional.
38805         [!__ASSUME_32BITUIDS]: Remove conditional code.
38806         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38807         <kernel-features.h>.
38808         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38809         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38810         132096]: Remove conditional code.
38811         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38812         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38813         <kernel-features.h>.
38814         [__ASSUME_32BITUIDS]: Make code unconditional.
38815         [!__ASSUME_32BITUIDS]: Remove conditional code.
38816         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38817         <kernel-features.h>.
38818         [__ASSUME_32BITUIDS]: Make code unconditional.
38819         [!__ASSUME_32BITUIDS]: Remove conditional code.
38820         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38821         <kernel-features.h>.
38822         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38823         unconditional.
38824         (__setresgid): Do not declare.
38825         [__ASSUME_32BITUIDS]: Make code unconditional.
38826         [!__ASSUME_32BITUIDS]: Remove conditional code.
38827         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38828         <kernel-features.h>.
38829         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38830         unconditional.
38831         (__setresuid): Do not declare.
38832         [__ASSUME_32BITUIDS]: Make code unconditional.
38833         [!__ASSUME_32BITUIDS]: Remove conditional code.
38834         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38835         <kernel-features.h>.
38836         [__ASSUME_32BITUIDS]: Make code unconditional.
38837         [!__ASSUME_32BITUIDS]: Remove conditional code.
38838         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38839         <kernel-features.h>.
38840         [__ASSUME_32BITUIDS]: Make code unconditional.
38841         [!__ASSUME_32BITUIDS]: Remove conditional code.
38842
38843 2012-05-25  Richard Henderson  <rth@twiddle.net>
38844
38845         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38846         dl_hwcap to ifunc resolver.
38847         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38848         elf_ifunc_invoke.
38849         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38850         dl_hwcap to ifunc resolver.
38851         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38852
38853 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38854
38855         [BZ #14153]
38856         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38857         for |x| <= 2**-26, not 2**-57.
38858         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38859         exception.
38860
38861 2012-05-24  Jeff Law  <law@redhat.com>
38862
38863         * stdio-common/Makefile (tests): Add bug25.
38864         * stdio-common/bug25.c: New test.
38865
38866 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38867
38868         [BZ #13576]
38869         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38870         multiple of MALLOC_ALIGNMENT in size.
38871         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38872
38873 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38874
38875         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38876         Require >= 256.
38877         (FILENAME_MAX): Use macro-int-constant.
38878         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38879         (_IOFBF): Use macro-int-constant.
38880         (_IOLBF): Likewise.
38881         (_IONBF): Likewise.
38882         (SEEK_CUR): Likewise.
38883         (SEEK_END): Likewise.
38884         (SEEK_SET): Likewise.
38885         (TMP_MAX): Likewise.
38886         (EOF): Use macro-int-constant.  Require < 0.
38887         (NULL): Use macro-constant.  Require == 0.
38888         (stdin): Require type to be FILE *.
38889         (stdout): Likewise.
38890         (stderr): Likewise.
38891         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38892         macro-int-constant.
38893         (EXIT_SUCCESS): Likewise.
38894         (NULL): Use macro-constant.  Require == 0.
38895         (RAND_MAX): Use macro-int-constant.
38896         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38897         [C99-based standards] (strtof): Require function.
38898         [C99-based standards] (strtold): Likewise.
38899         [C99-based standards] (strtoll): Likewise.
38900         [C99-based standards] (strtoull): Likewise.
38901         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38902         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38903         [ISO || ISO99 || ISO11] (math.h): Likewise.
38904         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38905         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38906         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38907
38908 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38909
38910         [BZ #14132]
38911         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38912         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38913         * intl/dgettext.c (DCGETTEXT): Likewise.
38914         * intl/gettext.c (DCGETTEXT): Likewise.
38915         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38916         * posix/regex_internal.h (gettext): Likewise.
38917         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38918         Remove declaration.
38919         * include/argz.h (__argz_count_internal)
38920         (__argz_stringify_internal): Remove declaration.
38921         (__argz_count, __argz_stringify): Declare hidden proto.
38922         * intl/dcgettext.c: Remove use of INTDEF.
38923         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38924         * string/argz-stringify.c: Likewise.
38925         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38926         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38927         Declare hidden proto.
38928         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38929         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38930         Declare hidden proto.
38931         * include/stdio.h (__asprintf_internal): Don't declare.
38932         (__asprintf): Don't define as macro.  Declare hidden proto.
38933         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38934         (__fsetlocking): Declare hidden proto.
38935         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38936         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38937         hidden proto.
38938         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38939         (_IO_setlinebuf): Remove use of INTUSE.
38940         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38941         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38942         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38943         Remove declaration.
38944         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38945         (_IO_do_flush): Remove use of INTUSE.
38946         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38947         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38948         (_IO_adjust_column, _IO_least_wmarker)
38949         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38950         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38951         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38952         (_IO_default_doallocate, _IO_wdefault_doallocate)
38953         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38954         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38955         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38956         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38957         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38958         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38959         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38960         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38961         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38962         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38963         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38964         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38965         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38966         proto.
38967         (_IO_flush_all_internal, _IO_adjust_column_internal)
38968         (_IO_default_uflow_internal, _IO_default_finish_internal)
38969         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38970         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38971         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38972         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38973         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38974         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38975         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38976         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38977         (_IO_file_close_internal, _IO_file_close_it_internal)
38978         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38979         (_IO_file_init_internal, _IO_file_attach_internal)
38980         (_IO_file_fopen_internal, _IO_file_read_internal)
38981         (_IO_file_sync_internal, _IO_file_seek_internal)
38982         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38983         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38984         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38985         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38986         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38987         (_IO_list_all_internal, _IO_link_in_internal)
38988         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38989         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38990         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38991         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38992         (_IO_do_write_internal, _IO_padn_internal)
38993         (_IO_getline_info_internal, _IO_getline_internal)
38994         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38995         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38996         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38997         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38998         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38999         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39000         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39001         with libc_hidden_ver, remove use of INTUSE.
39002         * libio/genops.c: Likewise.
39003         * libio/freopen.c: Likewise.
39004         * libio/freopen64.c: Likewise.
39005         * libio/iofclose.c: Likewise.
39006         * libio/iofdopen.c: Likewise.
39007         * libio/iofflush.c: Likewise.
39008         * libio/iofflush_u.c: Likewise.
39009         * libio/iofgets.c: Likewise.
39010         * libio/iofgets_u.c: Likewise.
39011         * libio/iofopen.c: Likewise.
39012         * libio/iofopncook.c: Likewise.
39013         * libio/iofread.c: Likewise.
39014         * libio/iofread_u.c: Likewise.
39015         * libio/ioftell.c: Likewise.
39016         * libio/iofwrite.c: Likewise.
39017         * libio/iogetline.c: Likewise.
39018         * libio/iogets.c: Likewise.
39019         * libio/iogetwline.c: Likewise.
39020         * libio/iopadn.c: Likewise.
39021         * libio/iopopen.c: Likewise.
39022         * libio/ioseekoff.c: Likewise.
39023         * libio/ioseekpos.c: Likewise.
39024         * libio/iosetbuffer.c: Likewise.
39025         * libio/iosetvbuf.c: Likewise.
39026         * libio/ioungetc.c: Likewise.
39027         * libio/ioungetwc.c: Likewise.
39028         * libio/iovdprintf.c: Likewise.
39029         * libio/iovsprintf.c: Likewise.
39030         * libio/iovsscanf.c: Likewise.
39031         * libio/memstream.c: Likewise.
39032         * libio/obprintf.c: Likewise.
39033         * libio/oldfileops.c: Likewise.
39034         * libio/oldiofclose.c: Likewise.
39035         * libio/oldiofdopen.c: Likewise.
39036         * libio/oldiofopen.c: Likewise.
39037         * libio/oldiopopen.c: Likewise.
39038         * libio/oldstdfiles.c: Likewise.
39039         * libio/putc.c: Likewise.
39040         * libio/setbuf.c: Likewise.
39041         * libio/setlinebuf.c: Likewise.
39042         * libio/stdfiles.c: Likewise.
39043         * libio/strops.c: Likewise.
39044         * libio/vasprintf.c: Likewise.
39045         * libio/vscanf.c: Likewise.
39046         * libio/vsnprintf.c: Likewise.
39047         * libio/vswprintf.c: Likewise.
39048         * libio/wfiledoalloc.c: Likewise.
39049         * libio/wfileops.c: Likewise.
39050         * libio/wgenops.c: Likewise.
39051         * libio/wmemstream.c: Likewise.
39052         * libio/wstrops.c: Likewise.
39053         * libio/__fpurge.c: Likewise.
39054         * libio/__fsetlocking.c: Likewise.
39055         * assert/assert.c: Likewise.
39056         * debug/fgets_chk.c: Likewise.
39057         * debug/fgets_u_chk.c: Likewise.
39058         * debug/fread_chk.c: Likewise.
39059         * debug/fread_u_chk.c: Likewise.
39060         * debug/gets_chk.c: Likewise.
39061         * debug/obprintf_chk.c: Likewise.
39062         * debug/vasprintf_chk.c: Likewise.
39063         * debug/vdprintf_chk.c: Likewise.
39064         * debug/vsnprintf_chk.c: Likewise.
39065         * debug/vsprintf_chk.c: Likewise.
39066         * malloc/mtrace.c: Likewise.
39067         * misc/error.c: Likewise.
39068         * misc/syslog.c: Likewise.
39069         * stdio-common/asprintf.c: Likewise.
39070         * stdio-common/fxprintf.c: Likewise.
39071         * stdio-common/getw.c: Likewise.
39072         * stdio-common/isoc99_fscanf.c: Likewise.
39073         * stdio-common/isoc99_scanf.c: Likewise.
39074         * stdio-common/isoc99_vfscanf.c: Likewise.
39075         * stdio-common/isoc99_vscanf.c: Likewise.
39076         * stdio-common/isoc99_vsscanf.c: Likewise.
39077         * stdio-common/printf-prs.c: Likewise.
39078         * stdio-common/printf_fp.c: Likewise.
39079         * stdio-common/printf_fphex.c: Likewise.
39080         * stdio-common/printf_size.c: Likewise.
39081         * stdio-common/putw.c: Likewise.
39082         * stdio-common/scanf.c: Likewise.
39083         * stdio-common/sprintf.c: Likewise.
39084         * stdio-common/tmpfile.c: Likewise.
39085         * stdio-common/vfprintf.c: Likewise.
39086         * stdio-common/vfscanf.c: Likewise.
39087         * stdlib/strfmon_l.c: Likewise.
39088         * sunrpc/openchild.c: Likewise.
39089         * sunrpc/xdr_stdio.c: Likewise.
39090         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39091         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39092
39093 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39094
39095         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39096
39097         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39098         in the third column, to generate for the shared library an IFUNC
39099         that uses _dl_vdso_vsym.
39100         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39101         * Makeconfig (object-suffixes-noshared): New variable.
39102
39103         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39104         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39105         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39106         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39107
39108         [BZ #14132]
39109         * include/sys/time.h (__gettimeofday): Remove macro.
39110         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39111         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39112         Remove INTDEF.
39113         (__gettimeofday): Add libc_hidden_def.
39114         (gettimeofday): Add libc_hidden_weak.
39115         * sysdeps/mach/gettimeofday.c: Likewise.
39116         * sysdeps/posix/gettimeofday.c: Likewise.
39117         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39118         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39119         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39120         (__gettimeofday_internal): Remove strong_alias.
39121         (__gettimeofday): Add libc_hidden_def.
39122         (gettimeofday): Add libc_hidden_weak.
39123         * sysdeps/unix/syscalls.list (gettimeofday):
39124         Remove __gettimeofday_internal alias.
39125
39126 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39127             H.J. Lu  <hongjiu.lu@intel.com>
39128
39129         [BZ #12495]
39130         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39131         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39132         (largebin_index_32_big): New.
39133         (largebin_index): Use it for 16-byte alignment.
39134         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39135         correction with front_misalign.
39136
39137 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39138
39139         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39140         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39141         Likewise.
39142         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39143         Likewise.
39144         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39145         Likewise.
39146         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39147         Likewise.
39148         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39149         Likewise.
39150         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39151         Likewise.
39152         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39153         Likewise.
39154         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39155         Likewise.
39156         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39157         Likewise.
39158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39159         Likewise.
39160         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39161         Likewise.
39162         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39163         Likewise.
39164
39165         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39166         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39167
39168 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39169
39170         [BZ #10846]
39171         [BZ #14036]
39172         * math/libm-test.inc (exp_test): Add test from bug 14036.
39173         (pow_test): Add test from bug 10846.
39174
39175         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39176         and other flags.
39177         (special_function): Do not include flags in test name.
39178         (parse_args): Likewise.
39179         * sysdeps/i386/fpu/libm-test-ulps: Update.
39180         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39181         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39182         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39184
39185         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39186         exceptions.
39187         * math/libm-test.inc ("Philosophy"): Update comment about
39188         exception testing.
39189         (UNDERFLOW_EXCEPTION): New macro.
39190         (UNDERFLOW_EXCEPTION_OK): Likewise.
39191         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39192         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39193         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39194         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39195         (INVALID_EXCEPTION_OK): Update value.
39196         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39197         (OVERFLOW_EXCEPTION_OK): Likewise.
39198         (IGNORE_ZERO_INF_SIGN): Likewise.
39199         (test_exceptions): Handle underflow exceptions.
39200         (acos_test): Update for underflow exception expectations.
39201         (cexp_test): Likewise.
39202         (clog_test): Likewise.
39203         (clog10_test): Likewise.
39204         (csqrt_test): Likewise.
39205         (ctan_test): Likewise.
39206         (ctanh_test): Likewise.
39207         (exp_test): Likewise.
39208         (exp10_test): Likewise.
39209         (exp2_test): Likewise.
39210         (expm1_test): Likewise.
39211         (fma_test): Likewise.
39212         (j0_test): Likewise.
39213         (jn_test): Likewise.
39214         (nexttoward_test): Likewise.
39215         (pow_test): Likewise.
39216         (scalbn_test): Likewise.
39217         (scalbln_test): Likewise.
39218         (tan_test): Likewise.
39219         (y1_test): Likewise.
39220         * sysdeps/i386/fpu/libm-test-ulps: Update.
39221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39222
39223 2012-05-23  David S. Miller  <davem@davemloft.net>
39224
39225         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39226         (__libc_sigaction): Remove unused local variables.
39227
39228 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39229
39230         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39231
39232 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39233
39234         mktime: avoid signed integer overflow
39235         * time/mktime.c (__mktime_internal): Do not mishandle the case
39236         where diff == INT_MIN.
39237
39238         mktime: simplify computation of average
39239         * time/mktime.c (ranged_convert): Use new time_t_avg function
39240         instead of rolling our own (probably-slower) code.
39241
39242         mktime: do not assume signed right shift propagates sign bit
39243         * time/mktime.c (isdst_differ): New static function.
39244         (__mktime_internal): No need to normalize tm_isdst now.
39245         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39246         tm_isdst values.
39247
39248         mktime: merge another wrapv change from gnulib
39249         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39250         from some compilers.
39251
39252         mktime: remove incorrect attempt at unusual arithmetics
39253         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39254         The code didn't really work on such machines anyway.
39255         (TYPE_MINIMUM): Assume two's complement.
39256         (twos_complement_arithmetic): Verify that long_int and time_t
39257         are two's complement (or unsigned, in the latter case).
39258
39259         mktime: check signed shifts on long_int and time_t, too
39260         * time/mktime.c (SHR): Check that shifts work as desired
39261         on the types long_int and time_t too, as SHR is used on
39262         such types.
39263
39264         mktime: do not assume 'long' is wide enough
39265         * time/mktime.c (verify): Move decl up.
39266         (long_int): New type.
39267         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39268         to remove assumption in the code that 'long' is wide enough to
39269         store year values.  This assumption is not true on x32 and on
39270         some non-glibc platforms.
39271
39272         mktime: merge wrapv change from gnulib
39273         * time/mktime.c (WRAPV): New macro.
39274         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39275         (guess_time_tm, __mktime_internal): Do not assume that signed
39276         integer overflow wraps around; modern compilers generate code
39277         where this assumption is no longer valid.
39278
39279 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39280
39281         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39282         Replace "jmp L(pseudo_end)" with "ret".
39283         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39284         Likewise.
39285
39286 2012-05-23  Andreas Jaeger  <aj@suse.de>
39287
39288         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39289         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39290
39291 2012-05-23  Andreas Jaeger  <aj@suse.de>
39292             Maximilian Attems  <max@stro.at>
39293
39294         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39295         New macros.
39296
39297 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39298
39299         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39300         code so that pseudo_end is just ret and the stack pointer is
39301         correct also for static library in error case.
39302
39303 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39304
39305         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39306         move to syscalls.list.
39307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39311
39312         * manual/install.texi (Running make install): Do not mention Linux
39313         kernel version for which pt_chown is not needed.
39314         (Linux): Do not mention problems with nscd with 2.0 kernels.
39315         * INSTALL: Regenerated.
39316
39317 2012-05-23  Andreas Jaeger  <aj@suse.de>
39318
39319         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39320         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39321         macro.
39322         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39323         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39324         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39325         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39326         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39327         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39328         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39329         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39330         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39331         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39332         * sysdeps/unix/sysv/linux/bits/in.h
39333         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39334
39335 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39336
39337         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39338         (PREPARE_VERSION): Just use assert instead, it will be elided
39339         under [NDEBUG] anyway.
39340
39341 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39342
39343         * sysdeps/unix/sysv/linux/Makefile: Include
39344         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39345         (sysdep_routines): Remove sysctl.
39346         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39347         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39348         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39349         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39350         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39351
39352 2012-05-22  Andreas Jaeger  <aj@suse.de>
39353
39354         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39355         that pseudo_end is just ret and the stack pointer is correct also
39356         for static library in error case.
39357
39358 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39359
39360         [BZ #14122]
39361         * nss/nsswitch.c (defconfig_entries): New variable.
39362         (__nss_database_lookup): Don't leak defconfig entries.
39363         (nss_parse_service_list): Don't leak on error paths.
39364         (free_database_entries): New function.
39365         (free_defconfig): New function.
39366         (free_mem): Move common code to free_database_entries.
39367
39368 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39369
39370         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39371         Add arch_prctl.
39372         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39373
39374         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39375         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39376         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39377         New macro.
39378         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39379         (INTERNAL_SYSCALL_TYPES): Likewise.
39380         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39381         (LOAD_REGS_TYPES_[1-6]): Likewise.
39382         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39383         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39384
39385 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39386
39387         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39388         copysignl for GLIBC_2_0.
39389         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39390         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39391         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39392         logbl for GLIBC_2_0.
39393         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39394         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39395
39396 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39397
39398         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39399         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39400
39401         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39402         Use "neg %eax".
39403
39404         * time/mktime.c: Update copyright years.
39405
39406 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39407
39408         mktime: merge comment-quoting-style change from gnulib
39409         * time/mktime.c: Quote 'like this' in comments.
39410         The GNU coding standards suggest that we no longer quote `like this',
39411         as "`" and "'" are typically rendered asymmetrically nowadays.
39412         The typical gnulib style is to quote 'like this' when quoting
39413         code, and "like this" when quoting English.
39414
39415         * time/mktime.c (compile-command): Add "-I.".
39416
39417         mktime: merge mktime-internal.h change from gnulib
39418         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39419
39420         mktime: merge time_r change from gnulib
39421         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39422
39423         mktime: merge DEBUG change from gnulib
39424         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39425         case system <time.h> has a #define.
39426
39427         mktime: merge <sys/types.h> change from gnulib
39428         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39429         since <time.t> is now guaranteed to define time_t.
39430
39431         mktime: merge HAVE_CONFIG_H change from gnulib
39432         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39433
39434 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39435
39436         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39437         Use "neg %eax".
39438
39439         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39440         __rlim_t cast.
39441         (struct rusage): Use anonymous union to pad each field to
39442         __syscall_slong_t.
39443
39444 2012-05-21  David S. Miller  <davem@davemloft.net>
39445
39446         * Makefules (o-iterator): Remove .s cases.
39447         (compile-command.s): Delete.
39448         (COMPILE.s): Delete.
39449         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39450
39451 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39452
39453         * configure.in (libc_cv_predef_stack_protector): Only consider
39454         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39455         * configure: Regenerated.
39456
39457 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39458
39459         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39460         New macro.  Use R*LP on int and pointer.
39461         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39462         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39463         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39464         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39465
39466         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39467         [__WORDSIZE_TIME64_COMPAT32] instead of
39468         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39469         (struct utmp): Likewise.
39470         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39471         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39472         Renamed to ...
39473         (__WORDSIZE_TIME64_COMPAT32): This.
39474         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39475         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39476         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39477         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39478         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39479         (__WORDSIZE_TIME64_COMPAT32): New macro.
39480
39481 2012-05-21  Andreas Jaeger  <aj@suse.de>
39482
39483         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39484         only if [SHARED]. Add prototype for __wcschr_ia32.
39485
39486 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39487
39488         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39489         of %rbp unmolested in the jmp_buf while mangling the low bits.
39490         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39491         unmolested high bits of %rbp while demangling the low bits.
39492         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39493
39494 2012-05-21  Andreas Jaeger  <aj@suse.de>
39495
39496         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39497         * sunrpc/svc_simple.c: Use it for registerrpc.
39498         * sunrpc/xcrypt.c: Use it for passwd2des.
39499
39500         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39501
39502 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39503
39504         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39505         Don't define if [__SYSCALL_WORDSIZE != 32].
39506         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39507         New macro.
39508
39509 2012-05-21  Bruno Haible  <bruno@clisp.org>
39510             Andreas Jaeger  <aj@suse.de>
39511
39512         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39513         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39514         inptr and inend for must_buffer_ch.
39515         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39516         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39517         * stdio-common/Makefile (tests): Remove bug15.
39518         (bug15-ENV): Remove macro.
39519         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39520         anymore.
39521
39522 2012-05-19  Andreas Jaeger  <aj@suse.de>
39523             Roland McGrath  <roland@hack.frob.com>
39524
39525         * manual/contrib.texi: Completely rewritten. It contains now an
39526         alphabetical list of contributors and their contributions.
39527
39528 2012-05-21  Richard Henderson  <rth@twiddle.net>
39529
39530         * misc/getauxval.c (__getauxval): Use unsigned long int.
39531         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39532         (getauxval): Use unsigned long int.
39533
39534 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39535
39536         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39537
39538 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39539
39540         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39541         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39542         __alignof__ (long double).
39543
39544 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39545
39546         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39547
39548 2012-05-20  Richard Henderson  <rth@twiddle.net>
39549
39550         * misc/getauxval.c: New file.
39551         * misc/sys/auxv.h: New file.
39552         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39553         (routines): Add getauxval.
39554         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39555         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39556         * elf/dl-sysdep.c (_dl_auxv): Remove.
39557         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39558         * elf/dl-support.c (_dl_auxv): New variable.
39559         (_dl_aux_init): Initialize it.
39560         * manual/startup.texi (Auxiliary Vector): New node.
39561         * sysdeps/generic/bits/hwcap.h: New file.
39562         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39563         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39564         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39565         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39566         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39567         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39569         Update.
39570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39571         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39573         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39574         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39575         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39576         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39577         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39578
39579 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39580
39581         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39582
39583 2012-05-19  David S. Miller  <davem@davemloft.net>
39584
39585         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39586
39587 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39588
39589         [BZ #14123]
39590         * math/s_ccosh.c: Include <float.h>
39591         (__ccosh): Avoid internal overflow calculating sinh and cosh
39592         values before multiplying by sin and cos values.
39593         * math/s_ccoshf.c: Likewise.
39594         * math/s_ccoshl.c: Likewise.
39595         * math/s_csin.c: Likewise.
39596         * math/s_csinf.c: Likewise.
39597         * math/s_csinl.c: Likewise.
39598         * math/s_csinh.c: Likewise.
39599         * math/s_csinhf.c: Likewise.
39600         * math/s_csinhl.c: Likewise.
39601         * math/libm-test.inc (ccos_test): Add more tests.
39602         (ccosh_test): Likewise.
39603         (csin_test): Likewise.
39604         (csinh_test): Likewise.
39605         * sysdeps/i386/fpu/libm-test-ulps: Update.
39606         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39607
39608 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39609
39610         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39611         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39612
39613         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39614
39615 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39616
39617         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39618         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39619         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39620         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39621         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39622         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39623         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39624         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39625         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39626         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39627         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39628         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39629         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39630         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39631         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39632         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39633         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39634         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39635         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39636         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39637         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39638         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39639         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39640         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39641         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39642         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39643         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39644         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39645         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39646         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39647         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39648
39649 2012-05-18  Andreas Jaeger  <aj@suse.de>
39650
39651         * csu/.gitignore: Delete.
39652
39653 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39654
39655         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39656         (timex): Use __syscall_slong_t.
39657
39658 2012-05-18  Andreas Jaeger  <aj@suse.de>
39659             Carlos O'Donell  <carlos_odonell@mentor.com>
39660
39661         * manual/install.texi (Configuring and compiling): Update
39662         description about files modified in the source directory.
39663         * INSTALL: Regenerated.
39664
39665 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39666
39667         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39668         value.  Use "or" to set return value to -1.
39669         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39670         negate return value.
39671
39672 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39673
39674         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39675         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39676         failure if the compiler has Graphite support disabled.
39677         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39678         Likewise.
39679         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39680         (CFLAGS-memmove.c): Likewise.
39681         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39682         Likewise.
39683
39684 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39685
39686         * sysdeps/x86_64/x32/_itoa.h: New file.
39687
39688         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39689         getdents system call only if kernel and user dirents have the
39690         same d_ino and d_off.
39691
39692         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39693         LLONG_MAX != LONG_MAX.
39694         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39695         (_fitoa_word): Likewise.
39696
39697         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39698         years.
39699         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39700         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39701         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39702
39703         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39704         include <bits/wordsize.h>.  Check __x86_64__ instead of
39705         __WORDSIZE.
39706         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39707         if __x86_64__ is defined.  Use anonymous union on fpstate.
39708
39709         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39710         anonymous union.
39711
39712 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39713
39714         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39715         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39716         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39717         Refer to _rtld_local_ro instead of _rtld_global_ro.
39718         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39719         Likewise.
39720         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39721         Likewise.
39722         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39723         Likewise.
39724         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39725         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39726         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39727
39728         * sysdeps/powerpc/powerpc32/dl-machine.c
39729         (__elf_machine_runtime_setup) [PROF]: Don't reference
39730         _dl_prof_resolve.
39731
39732 2012-05-18  Andreas Jaeger  <aj@suse.de>
39733
39734         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39735         function only available for GCCs before 3.4 since GCC 3.4
39736         introduced a builtin.
39737         (lrint): Likewise.
39738         (llrintf): Likewise.
39739         (llrint): Likewise.
39740         (fmaxf): Likewise.
39741         (fmax): Likewise.
39742         (fminf): Likewise.
39743         (fmin): Likewise.
39744         (rint): Likewise.
39745         (rintf): Likewise.
39746         (nearbyint): Likewise.
39747         (nearbyintf): Likewise.
39748         (ceil): Likewise.
39749         (ceilf): Likewise.
39750         (floor): Likewise.
39751         (floorf): Likewise.
39752
39753 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39754
39755         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39756         on both fields and cast pointer to __syscall_ulong_t.
39757
39758         * bits/types.h (__fsword_t): New type.
39759         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39760         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39761         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39762         (__FSWORD_T_TYPE): Likewise.
39763         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39764         (__FSWORD_T_TYPE): Likewise.
39765         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39766         (__FSWORD_T_TYPE): Likewise.
39767         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39768         (__FSWORD_T_TYPE): Likewise.
39769         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39770         __SWORD_TYPE with __fsword_t.
39771         (statfs64): Likewise.
39772
39773 2012-05-17  David S. Miller  <davem@davemloft.net>
39774
39775         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39776
39777 2012-05-17  Andreas Jaeger  <aj@suse.de>
39778
39779         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39780         warning.
39781
39782 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39783
39784         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39785
39786 2012-05-17  Andreas Jaeger  <aj@suse.de>
39787
39788         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39789         when it is used.
39790
39791 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39792
39793         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39794
39795 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39796
39797         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39798         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39799
39800 2012-05-17  Andreas Jaeger  <aj@suse.de>
39801             Carlos O'Donell  <carlos_odonell@mentor.com>
39802
39803         [BZ #14059]
39804         * sysdeps/x86_64/multiarch/init-arch.h
39805         (bit_YMM_Usable): Rename to...
39806         (bit_AVX_Usable): ... this.
39807         (bit_FMA4_Usable): New macro.
39808         (bit_XMM_state): New macro.
39809         (bit_YMM_state): New macro.
39810         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39811         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39812         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39813         (CPUID_OSXSAVE): New macro.
39814         (CPUID_AVX): New macro.
39815         (CPUID_FMA4): New macro.
39816         (index_YMM_Usable): Rename to...
39817         (index_AVX_Usable): ... this.
39818         (HAS_AVX): Use HAS_ARCH_FEATURE.
39819         (HAS_FMA4): Likewise.
39820         (HAS_YMM_USABLE): Remove.
39821         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39822         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39823         are present.
39824         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39825         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39826         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39827         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39828         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39829
39830 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39831
39832         * math/libm-test.c: Support platforms without multiple rounding modes.
39833         * math/bug-nextafter.c: Support platforms without FP exceptions.
39834         * math/bug-nexttoward.c: Likewise.
39835         * math/test-fenv.c: Likewise.
39836         * math/test-misc.c: Likewise.
39837         * stdlib/bug-getcontext.c: Likewise.
39838
39839 2012-05-17  Andreas Jaeger  <aj@suse.de>
39840
39841         * manual/examples/search.c (critter_cmp): Change signature to
39842         avoid warnings.
39843         * manual/string.texi (Collation Functions): Likewise.
39844
39845 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39846
39847         * bits/types.h: Fold copyright years.
39848         * bits/typesizes.h: Likewise.
39849         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39850         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39851         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39852         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39853         * time/time.h: Likewise.
39854
39855 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39856
39857         [BZ #208]
39858         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39859         in instead of returning them.  Return void.
39860         (__libc_mallinfo): Accumulate over all arenas.
39861         (__malloc_stats): Adjust for change in int_mallinfo interface.
39862
39863 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39864
39865         [BZ #10375]
39866         * configure.in (NM): Add AC_CHECK_TOOL for it.
39867         (libc_extra_cflags): New substituted variable.
39868         Check for -fstack-protector being used implicitly.
39869         * configure: Regenerated.
39870         * config.make.in (config-extra-cflags): New variable,
39871         gets @libc_extra_cflags@.
39872         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39873
39874         [BZ #10375]
39875         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39876         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39877         * configure: Regenerated.
39878         * config.make.in (CPPUNDEFS): New substituted variable.
39879         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39880         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39881         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39882
39883 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39884
39885         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39886         (mq_attr): Use __syscall_slong_t.
39887
39888 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39889
39890         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39891         Check __x86_64__ instead of __WORDSIZE.
39892         (_STAT_VER_LINUX): Likewise.
39893         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39894         __syscall_ulong_t and __syscall_slong_t.
39895         (stat64): Likewise.
39896
39897 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39898
39899         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39900
39901 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39902
39903         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39904
39905 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39906
39907         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39908         __syscall_ulong_t.
39909
39910         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39911         include <bits/wordsize.h>.  Check __x86_64__ instead of
39912         __WORDSIZE.
39913         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39914         defined.
39915         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39916
39917         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39918         include <bits/wordsize.h>.  Check __x86_64__ instead of
39919         __WORDSIZE.
39920         (user_regs_struct): Use "__extension__ unsigned long long"
39921         instead of "unsigned long" if __x86_64__ is defined.
39922         (user): Likewise.  Pad after pointer field if __ILP32__ is
39923         defined.
39924
39925 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39926
39927         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39928         versions 5 to 9.
39929         * configure: Regenerated.
39930         * manual/install.texi (texinfo): Increase version requirement to
39931         4.5 or later.
39932         * INSTALL: Regenerated.
39933
39934         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39935
39936 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39937
39938         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39939
39940         * sysdeps/x86_64/x32/ffs.c: New file.
39941
39942         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39943         __syscall_ulong_t.
39944         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39945         defined.  Use __syscall_ulong_t.
39946         (shminfo): Use __syscall_ulong_t.
39947         (shm_info): Likewise.
39948
39949         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39950         __syscall_ulong_t.
39951
39952         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39953         <bits/wordsize.h>.
39954         (msgqnum_t): Use __syscall_ulong_t.
39955         (msglen_t): Likewise.
39956         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39957         __syscall_ulong_t.
39958
39959         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39960         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39961
39962         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39963
39964         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39965         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39966
39967         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39968         __syscall_slong_t.
39969
39970         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39971         include <bits/wordsize.h>.  Check __x86_64__ instead of
39972         __WORDSIZE.
39973
39974         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39975         "unsigned long long int" if __x86_64__ is defined.
39976         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39977
39978         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39979         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39980         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39981
39982         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39983         <stdint.h>.
39984         (GET_PC): Cast to uintptr_t first.
39985         (GET_FRAME): Likewise.
39986         (GET_STACK): Likewise.
39987
39988         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39989         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39990         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39991         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39992         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39993         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39994         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39995         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39996         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39997         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39998         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39999         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40000         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40001         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40002         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40003         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40004         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40005         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40006         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40007         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40008         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40009         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40010         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40011         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40012         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40013         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40014         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40015         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40016         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40017
40018 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40019
40020         * Makerules (+depfiles): Also collect depfiles from .oS in
40021         $(extra-objs).
40022         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40023         .oS, $(libnldbl-routines)).
40024
40025         * Makerules (native-compile-mkdep-flags): Define.
40026         * sunrpc/Makefile (extra-objs): Add $(addprefix
40027         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40028         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40029         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40030         calling $(make-target-directory).
40031
40032 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40033
40034         * bits/types.h (__snseconds_t): Removed.
40035         * time/time.h (struct timespec): Replace __snseconds_t with
40036         __syscall_slong_t.
40037         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40038         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40039         Likewise.
40040         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40041         (__SNSECONDS_T_TYPE): Likewise.
40042         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40043         (__SNSECONDS_T_TYPE): Likewise.
40044         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40045         (__SNSECONDS_T_TYPE): Likewise.
40046
40047 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40048
40049         * sysdeps/mach/hurd/bits/typesizes.h
40050         (__SYSCALL_SLONG_TYPE): New macro.
40051         (__SYSCALL_ULONG_TYPE): Likewise.
40052
40053 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40054
40055         * bits/types.h (__syscall_slong_t): New type.
40056         (__syscall_ulong_t): Likewise.
40057
40058         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40059         (__SYSCALL_ULONG_TYPE): Likewise.
40060         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40061         (__SYSCALL_SLONG_TYPE): Likewise.
40062         (__SYSCALL_ULONG_TYPE): Likewise.
40063         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40064         (__SYSCALL_SLONG_TYPE): Likewise.
40065         (__SYSCALL_ULONG_TYPE): Likewise.
40066         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40067         (__SYSCALL_SLONG_TYPE): Likewise.
40068         (__SYSCALL_ULONG_TYPE): Likewise.
40069
40070 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40071
40072         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40073         Add sigaltstack-offsets.sym.
40074         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40075         <sigaltstack-offsets.h>.
40076         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40077         longjmp_msg pointer.
40078         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40079         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40080         signal stack.
40081         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40082
40083 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40084
40085         * elf/stackguard-macros.h: Remove file.
40086         * sysdeps/generic/stackguard-macros.h: New file.
40087         * sysdeps/i386/stackguard-macros.h: Likewise.
40088         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40089         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40090         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40091         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40092         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40093         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40094         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40095         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40096         <elf/stackguard-macros.h>.
40097
40098         [BZ #14109]
40099         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40100         __aligned__ in attribute.
40101         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40102         (gregset_t): Likewise.
40103
40104 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40105
40106         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40107         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40108         * sysdeps/x86_64/x32/Implies-after: New file.
40109
40110 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40111
40112         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40113         and access return value for _dl_profile_fixup.  Use R10_LP to
40114         load frame size.
40115
40116 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40117
40118         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40119
40120 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40121
40122         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40123         * sysdeps/x86_64/x32/sysdep.h: New file.
40124
40125 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40126
40127         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40128         * sysdeps/x86_64/setjmp.S: Likewise.
40129
40130 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40131
40132         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40133         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40134         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40135         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40136         remove unused global constant.
40137
40138 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40139
40140         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40141         include of <not-cancel.h>.
40142
40143 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40144
40145         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40146
40147 2012-05-15  Jeff Law  <law@redhat.com>
40148             Andreas Jaeger  <aj@suse.de>
40149
40150         [BZ #13594]
40151         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40152         out from...
40153         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40154         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40155         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40156         code changing __hst_map_handle.map.
40157
40158 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40159
40160         * configure.in (sysnames): Look for Implies-before and Implies-after
40161         files.
40162         * configure: Regenerated.
40163
40164 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40165
40166         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40167         8-byte data alignment with LP_SIZE alignment.
40168
40169 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40170
40171         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40172         into R10_LP.
40173
40174 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40175
40176         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40177
40178 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40179
40180         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40181         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40182         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40183         Likewise.
40184         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40185
40186 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40187
40188         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40189         (stackinfo_sub_sp): Likewise.
40190
40191 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40192
40193         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40194         RAX_LP.
40195
40196 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40197
40198         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40199         into R*_LP.
40200
40201 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40202
40203         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40204         sizes into R*_LP.
40205
40206 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40207
40208         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40209
40210 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40211
40212         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40213         into R11_LP and load __x86_64_shared_cache_size_half into
40214         R8_LP.
40215
40216 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40217
40218         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40219         R8_LP.
40220
40221 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40222
40223         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40224         logb for POWER7.
40225         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40226         logbf for POWER7.
40227         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40228         logbl for POWER7.
40229         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40230         powerpc32/power7/fpu/s_logb.c via #include.
40231         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40232         powerpc32/power7/fpu/s_logbf.c via #include.
40233         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40234         powerpc32/power7/fpu/s_logbl.c via #include.
40235
40236 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40237
40238         * README.libm: Remove file.
40239
40240 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40241
40242         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40243         count for x32.  Use R*_LP and omit operand-size suffix.
40244
40245 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40246
40247         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40248         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40249         * sysdeps/x86_64/x32/shlib-versions: New file.
40250
40251 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40252
40253         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40254         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40255         Use _dl_fatal_printf instead.
40256
40257 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40258
40259         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40260         set if not set by the user.  Do not allow for being unset.
40261         * sysdeps/unix/sysv/linux/configure: Regenerated.
40262
40263 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40264
40265         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40266         the `q' suffix from lea and replace .quad with ASM_ADDR.
40267
40268 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40269
40270         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40271         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40272         instead of $17.
40273         (PTR_DEMANGLE): Likewise.
40274
40275 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40276
40277         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40278         (LP_OP): Likewise.
40279         (ASM_ADDR): Likewise.
40280         (RAX_LP): Likewise.
40281         (RBP_LP): Likewise.
40282         (RBX_LP): Likewise.
40283         (RCX_LP): Likewise.
40284         (RDI_LP): Likewise.
40285         (RSI_LP): Likewise.
40286         (RSP_LP): Likewise.
40287         (R8_LP): Likewise.
40288         (R9_LP): Likewise.
40289         (R10_LP): Likewise.
40290         (R10_LP): Likewise.
40291         (R11_LP): Likewise.
40292         (R12_LP): Likewise.
40293         (R13_LP): Likewise.
40294         (R14_LP): Likewise.
40295         (R15_LP): Likewise.
40296
40297 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40298
40299         * sysdeps/x86_64/x32/dl-machine.h: New file.
40300
40301 2012-05-14  Andreas Jaeger  <aj@suse.de>
40302
40303         * manual/Makefile (subdir): Remove export of subdir.
40304         (all): Remove target.
40305         (.PHONY): Remove all from list.
40306         (mkinstalldirs): Remove.
40307         (.PHONY): Remove installdirs from list.
40308         ($(inst_infodir)/libc.info): Use make-target-directory.
40309         (installdirs): Remove.
40310         (subdir_%): Remove.
40311         (glibc-targets): Remove.
40312         (lib): Remove.
40313         (stubs): Remove.
40314         ($(objpfx)stubs ../po/manual.pot): Remove.
40315         ($(objpfx)stamp%): Remove.
40316         (make-target-directory): Remove.
40317         (subdir_install): Remove.
40318         (routines): Remove.
40319         (aux): Remove.
40320         (sources): Remove.
40321         (objects): Remove.
40322         (headers): Remove.
40323
40324         [BZ #13750]
40325         * manual/.gitignore: Remove, it's not needed anymore.
40326         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40327         all files in it.
40328         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40329         directory.
40330         (texis): Renamed to $(objpfx)texis.
40331         (texis-path): New, contains path to generated files.
40332         (chapters.%): Use texis-path for complete path, add extra argument
40333         libc-texinfo.sh.
40334         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40335         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40336         (summary,texi, stamp-summary): Use complete path of
40337         files. Generate files in build dir.
40338         (dir-add.texi): Build in build dir.
40339         (libm-err.texi,stamp-libm-err): Likewise.
40340         (version.texi, stamp-version): Likewise.
40341         (.%c.texi): Likewise.
40342         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40343         (mostlyclean): Remove target.
40344         (realclean): Remove target.
40345         (generated): Add new variable with contents from mostlyclean and
40346         realclean, remove entries duplicated in common-mostlyclean, add
40347         stamp-libm-err and stamp-version.
40348         (generated-dirs): Add libc directory.
40349         ($(inst_infodir)/libc.info): Install files from build dir.
40350
40351         * manual/install.texi (Configuring and compiling): Adjust since
40352         the info files are not part of the tar ball anymore.
40353
40354 2012-05-14  Andreas Jaeger  <aj@suse.de>
40355
40356         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40357         variable.
40358
40359 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40360
40361         [BZ #13717]
40362         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40363         to 2.2.0 where earlier.
40364         * sysdeps/unix/sysv/linux/configure: Regenerated.
40365         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40366         Remove conditional code.
40367         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40368         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40369         Remove conditional code.
40370         [!__NR_lchown]: Likewise.
40371         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40372         [__NR_lchown]: Likewise.
40373         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40374         comment referencing __ASSUME_LCHOWN_SYSCALL.
40375         * sysdeps/unix/sysv/linux/i386/sigaction.c
40376         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40377         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40378         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40379         Remove conditional code.
40380         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40381         (__protocol_available): Remove #if 0 code.
40382         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40383         conditional code.
40384         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40385         * sysdeps/unix/sysv/linux/kernel-features.h
40386         (__ASSUME_GETCWD_SYSCALL): Don't define.
40387         (__ASSUME_REALTIME_SIGNALS): Likewise.
40388         (__ASSUME_PREAD_SYSCALL): Likewise.
40389         (__ASSUME_PWRITE_SYSCALL): Likewise.
40390         (__ASSUME_POLL_SYSCALL): Likewise.
40391         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40392         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40393         non-SPARC.
40394         (__ASSUME_SIOCGIFNAME): Don't define.
40395         (__ASSUME_MSG_NOSIGNAL): Likewise.
40396         (__ASSUME_SENDFILE): Define unconditionally.
40397         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40398         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40399         conditional code.
40400         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40401         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40402         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40403         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40404         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40405         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40406         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40408         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40409         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40411         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40412         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40414         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40415         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40417         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40418         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40420         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40421         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40423         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40424         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40426         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40427         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40429         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40430         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40431         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40432         Remove conditional code.
40433         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40434         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40435         Remove conditional code.
40436         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40437         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40438         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40439         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40440         Remove conditional code.
40441         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40442         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40443         Remove conditional code.
40444         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40445         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40446         Remove conditional code.
40447         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40448         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40449         Remove conditional code.
40450         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40451         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40452         Remove conditional code.
40453         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40454         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40455         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40456         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40457         * sysdeps/unix/sysv/linux/sigaction.c
40458         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40459         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40460         * sysdeps/unix/sysv/linux/sigpending.c
40461         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40462         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40463         * sysdeps/unix/sysv/linux/sigprocmask.c
40464         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40465         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40466         * sysdeps/unix/sysv/linux/sigsuspend.c
40467         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40468         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40469         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40470         (__libc_missing_rt_sigs): Remove.
40471         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40472         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40473         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40474         Remove conditional code.
40475         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40476         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40477         return 1.
40478         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40479         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40480         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40481         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40482
40483 2012-05-14  Andreas Jaeger  <aj@suse.de>
40484
40485         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40486         it's not used in glibc.
40487         (__coshm1): Likewise.
40488         (__acosh1p): Likewise.
40489         (__sgn): Likewise.
40490
40491         * manual/string.texi (Copying and Concatenation): Add missing
40492         variable in concat example.
40493         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40494
40495 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40496
40497         [BZ #14103]
40498         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40499         __builtin_clzl with __builtin_clzll.
40500
40501 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40502
40503         [BZ #14104]
40504         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40505         libc_freeres_ptr.
40506
40507 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40508
40509         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40510         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40511         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40512         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40513
40514 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40515
40516         * NEWS: Update ia64 info.
40517
40518 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40519
40520         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40521         used as bcopy.
40522
40523 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40524
40525         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40526         * sysdeps/unix/syscalls.list (dup3): Likewise.
40527         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40528         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40529
40530 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40531
40532         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40533         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40534
40535 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40536
40537         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40538         thread pointer.
40539         (TLS_IE): Use mov/add instead of movq/addq to load thread
40540         pointer.
40541         (TLS_GD_PREFIX): New.
40542         (TLS_GD): Use it.
40543
40544 2012-05-11  David S. Miller  <davem@davemloft.net>
40545
40546         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40547         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40548         (_FPU_SETCW): Likewise.
40549
40550 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40551
40552         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40553         is 32-byte aligned.
40554
40555 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40556
40557         [BZ #11837]
40558         * iconvdata/gb18030.c: Update tables.
40559         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40560         characters specially.
40561         (BODY for TO_LOOP): Add encoding of missing ranges.
40562
40563 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40564
40565         [BZ #13673]
40566         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40567         * sysdeps/mach/hurd/dup3.c: Likewise.
40568         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40569         * sysdeps/powerpc/memmove.c:: Likewise.
40570
40571 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40572
40573         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40574         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40575
40576 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40577
40578         * elf/elf.h (R_X86_64_RELATIVE64): New.
40579         (R_X86_64_NUM): Updated.
40580         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40581         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40582         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40583         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40584         tst-quad1pie tst-quad2pie
40585         (modules-names): Add tst-quadmod1 tst-quadmod2.
40586         ($(objpfx)tst-quad1): New dependency.
40587         ($(objpfx)tst-quad2): Likewise.
40588         ($(objpfx)tst-quad1pie): Likewise.
40589         ($(objpfx)tst-quad2pie): Likewise.
40590         * sysdeps/x86_64/tst-quad1.c: New file.
40591         * sysdeps/x86_64/tst-quad1pie.c: New file.
40592         * sysdeps/x86_64/tst-quad2.c: Likewise.
40593         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40594         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40595         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40596         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40597         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40598
40599 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40600
40601         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40602         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40603         * streams/stropts.h (t_scalar_t): Define type.
40604
40605         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40606         (_PATH_PRESERVE): Set to "/var/lib".
40607         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40608
40609         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40610         instead of int.
40611
40612         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40613         if __dir_mkfile succeeded.
40614
40615         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40616         checking for _hurd_dtablesize.  Unlock it right after having
40617         finished _hurd_dtable allocation.
40618
40619 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40620
40621         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40622         * sysdeps/mach/hurd/configure: Regenerated.
40623         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40624         special-casing to...
40625         * sysdeps/gnu/configure.in: ... this new file.
40626         * sysdeps/unix/sysv/linux/configure: Regenerated.
40627         * sysdeps/gnu/configure: New generated file.
40628
40629         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40630         for Linux: use nsec instead of usec, as well as:
40631         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40632         members of type struct timespec.
40633         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40634         New macros.
40635         (struct stat64): Likewise.
40636         (_STATBUF_ST_NSEC): New macro.
40637         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40638
40639         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40640         __strtoul_internal rather than strtoul.
40641
40642 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40643
40644         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40645         and reject them.
40646
40647 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40648
40649         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40650         which preserves existing values.
40651         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40652
40653 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40654
40655         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40656         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40657         greater than FD_SETSIZE.
40658
40659 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40660
40661         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40662         allocated, call __vm_protect to finish enabling the existing space, and
40663         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40664         allocate the remainder.
40665
40666 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40667
40668         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40669         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40670
40671 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40672
40673         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40674         sysdeps/mach/hurd/readlink.c.
40675
40676         * posix/tst-sysconf.c (posix_options): Only use
40677         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40678         _POSIX_SYNCHRONIZED_IO when they are defined
40679         * sysdeps/mach/hurd/bits/posix_opt.h:
40680         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40681         (_XOPEN_REALTIME): Undefine macro.
40682         (_XOPEN_REALTIME_THREADS): Undefine macro.
40683         (_XOPEN_SHM): Undefine macro.
40684         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40685         macro to -1.
40686         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40687         macro to -1.
40688         (_POSIX_ASYNC_IO): Undefine macro.
40689         (_POSIX_PRIORITIZED_IO): Undefine macro.
40690         (_POSIX_SPIN_LOCKS): Define macro to -1.
40691
40692         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40693         SA_NODEFER, SA_RESETHAND.
40694         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40695         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40696         F_DUPFD_CLOEXEC.
40697
40698 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40699
40700         * elf/Makefile (pldd-modules): Define unconditionally.
40701
40702 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40703
40704         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40705
40706 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40707
40708         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40709         Return ENOENT when name is empty.
40710         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40711
40712 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40713
40714         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40715
40716         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40717
40718 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40719
40720         Fix mlock in all cases except non-readable pages.
40721         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40722         instead of VM_PROT_ALL as parameter to __vm_wire function.
40723
40724         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40725         (__mkdir): When path is `/', just fail with EEXIST.
40726         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40727
40728 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40729
40730         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40731         <sys/uio.h> (for writev).
40732         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40733         and <sys/param.h> (for MIN).
40734
40735 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40736
40737         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40738         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40739         if interrupted.
40740
40741 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40742
40743         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40744         Depend on against $(link-rpcuserlibs).
40745
40746 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40747
40748         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40749         (__libc_stack_end): Do not use attribute_relro.
40750         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40751         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40752         to libthread-provided value.
40753         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40754         attribute_relro.
40755
40756 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40757
40758         [BZ #3748]
40759         * bits/libc-lock.h (__libc_once_get): New macro.
40760         * sysdeps/mach/bits/libc-lock.h: Likewise.
40761         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40762         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40763         instead of using implementation details.
40764
40765         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40766         * libio/freopen.c: Likewise.
40767         * libio/freopen64.c: Likewise.
40768         * misc/syslog.c: Likewise.
40769         * nscd/connections.c: Likewise.
40770         * nscd/netgroupcache.c: Likewise.
40771         * sysdeps/posix/getcwd.c: Likewise.
40772
40773 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40774
40775         * math/w_ilogbf.c: Add #include <limits.h>.
40776
40777 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40778
40779         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40780         path instead of returning without unlocking.
40781
40782         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40783         immediate-write ioctls.
40784         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40785
40786 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40787
40788         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40789         __builtin_frame_address instead of making assumptions about the
40790         location of the return address relative to DATA.  Force early load of
40791         the return address.
40792         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40793         __builtin_frame_address.
40794
40795         dup3 for GNU Hurd.
40796         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40797         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40798         implement dup3 and do some further code clean-ups.
40799         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40800         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40801
40802 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40803
40804         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40805
40806         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40807         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40808         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40809         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40810         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40811         d->port.lock.
40812
40813         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40814         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40815         when handler == SIG_ERR, not when handler != SIG_ERR.
40816
40817 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40818
40819         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40820         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40821         definitions.
40822
40823         accept4 for GNU Hurd.
40824         * include/sys/socket.h (__libc_accept4): New prototype.
40825         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40826         to implement __libc_accept4.
40827         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40828         __libc_accept4.
40829         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40830
40831         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40832         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40833         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40834         signal-defines.sym.
40835
40836 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40837
40838         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40839
40840 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40841
40842         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40843         assertion on O_CLOEXEC flag.
40844         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40845         * hurd/intern-fd.c: Likewise.
40846         * hurd/port2fd.c: Likewise.
40847
40848 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40849
40850         [BZ #3906]
40851         * bits/in.h (IPV6_PKTINFO): Define new macro.
40852         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40853
40854 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40855
40856         [BZ #13954]
40857         [BZ #13955]
40858         [BZ #13956]
40859         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40860         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40861         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40862         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40863         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40864         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40865         * math/libm-test.inc (logb_test) : Additional logb tests.
40866
40867 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40868             Andreas Jaeger  <aj@suse.de>
40869
40870         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40871         * configure: Regenerated.
40872         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40873         * config.make.in (link-obsolete-rpc): New substituted variable.
40874         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40875         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40876         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40877         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40878         so that libc.a contains the symbols.
40879         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40880         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40881         * sunrpc/auth_none.c: Likewise.
40882         * sunrpc/auth_unix.c: Likewise.
40883         * sunrpc/authdes_prot.c: Likewise.
40884         * sunrpc/authuxprot.c: Likewise.
40885         * sunrpc/clnt_gen.c: Likewise.
40886         * sunrpc/clnt_perr.c: Likewise.
40887         * sunrpc/clnt_raw.c: Likewise.
40888         * sunrpc/clnt_simp.c: Likewise.
40889         * sunrpc/clnt_tcp.c: Likewise.
40890         * sunrpc/clnt_udp.c: Likewise.
40891         * sunrpc/clnt_unix.c: Likewise.
40892         * sunrpc/des_crypt.c: Likewise.
40893         * sunrpc/des_soft.c: Likewise.
40894         * sunrpc/get_myaddr.c: Likewise.
40895         * sunrpc/key_call.c: Likewise.
40896         * sunrpc/key_prot.c: Likewise.
40897         * sunrpc/netname.c: Likewise.
40898         * sunrpc/pm_getmaps.c: Likewise.
40899         * sunrpc/pm_getport.c: Likewise.
40900         * sunrpc/pmap_clnt.c: Likewise.
40901         * sunrpc/pmap_prot.c: Likewise.
40902         * sunrpc/pmap_prot2.c: Likewise.
40903         * sunrpc/pmap_rmt.c: Likewise.
40904         * sunrpc/publickey.c: Likewise.
40905         * sunrpc/rpc_cmsg.c: Likewise.
40906         * sunrpc/rpc_common.c: Likewise.
40907         * sunrpc/rpc_dtable.c: Likewise.
40908         * sunrpc/rpc_prot.c: Likewise.
40909         * sunrpc/rpc_thread.c: Likewise.
40910         * sunrpc/rtime.c: Likewise.
40911         * sunrpc/svc.c: Likewise.
40912         * sunrpc/svc_auth.c: Likewise.
40913         * sunrpc/svc_raw.c: Likewise.
40914         * sunrpc/svc_run.c: Likewise.
40915         * sunrpc/svc_tcp.c: Likewise.
40916         * sunrpc/svc_udp.c: Likewise.
40917         * sunrpc/svc_unix.c: Likewise.
40918         * sunrpc/svcauth_des.c: Likewise.
40919         * sunrpc/xcrypt.c: Likewise.
40920         * sunrpc/xdr.c: Likewise.
40921         * sunrpc/xdr_array.c: Likewise.
40922         * sunrpc/xdr_float.c: Likewise.
40923         * sunrpc/xdr_intXX_t.c: Likewise.
40924         * sunrpc/xdr_mem.c: Likewise.
40925         * sunrpc/xdr_rec.c: Likewise.
40926         * sunrpc/xdr_ref.c: Likewise.
40927         * sunrpc/xdr_sizeof.c: Likewise.
40928         * sunrpc/xdr_stdio.c: Likewise.
40929
40930 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40931
40932         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40933         change.  Update copyright years.
40934
40935 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40936
40937         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40938
40939 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40940             Joseph Myers  <joseph@codesourcery.com>
40941             Paul Pluzhnikov  <ppluzhnikov@google.com>
40942
40943         [BZ #14012]
40944         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40945         requiring rpcgen.
40946         [cross-compiling] (extra-libs): Likewise.
40947         [cross-compiling] (extra-libs-others): Likewise.
40948         [cross-compiling] (librpcsvc-routines): Likewise.
40949         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40950         [cross-compiling] (omit-deps): Likewise.
40951         (sunrpc-CPPFLAGS): New variable.
40952         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40953         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40954         (cross-rpcgen-objs): New variable.
40955         (extra-objs): Append $(cross-rpcgen-objs).
40956         ($(cross-rpcgen-objs)): New rule.
40957         ($(objpfx)cross-rpcgen): Likewise.
40958         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40959         comment.
40960         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40961         ($(objpfx)x%.stmp): Likewise.
40962         * sunrpc/proto.h [IS_IN_build] (_): Define.
40963         [IS_IN_build] (_libc_intl_domainname): Likewise.
40964
40965 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40966
40967         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40968         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40969         and R_X86_64_TPOFF64.
40970
40971 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40972
40973         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40974         sysdeps/unix/sysv/syscalls.list.
40975         (stime): Likewise.
40976         (utime): Likewise.
40977         * sysdeps/unix/sysv/syscalls.list: Remove file.
40978
40979 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40980
40981         [BZ #3440]
40982         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40983         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40984         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40985         (__LC_IDENTIFICATION): Make these macros useful in #if
40986         expressions, as required by C99.
40987
40988 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40989
40990         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40991         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40992         after this.
40993
40994 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40995
40996         * stdlib/longlong.h: Updated from GCC.
40997
40998 2012-05-09  Andreas Jaeger  <aj@suse.de>
40999
41000         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41001         default is first entry.
41002         (run_mode): Set type.
41003         (main): Remove informal message about syslog.
41004         (options): Fix typo.
41005
41006         [BZ #14053]
41007         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41008         to asm.
41009         (lrint): Likewise.
41010         (llrintf): Likewise.
41011         (llrint): Likewise.
41012         (rint): Likewise.
41013         (rintf): Likewise.
41014         (nearbyint): Likewise.
41015         (nearbyintf): Likewise.
41016
41017 2012-05-09  Andreas Jaeger  <aj@suse.de>
41018             Pedro Alves  <palves@redhat.com>
41019
41020         * nscd/nscd.c (run_mode): Use enum.
41021         (main): Cleanup coding style issue.
41022
41023 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41024             Andreas Jaeger  <aj@suse.de>
41025
41026         * nscd/nscd.c (go_background): Replaced with...
41027         (run_mode): ... this.
41028         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41029         (options): Add -F --foreground.
41030         (main): Implement it.
41031         (parse_opt): Parse it.
41032
41033 2012-05-09  Andreas Jaeger  <aj@suse.de>
41034
41035         [BZ #14083]
41036         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41037         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41038         -Wconversion warning.
41039         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41040         Likewise.
41041
41042 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41043
41044         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41045         == 0.
41046         (LC_ALL): Use macro-int-constant.
41047         (LC_COLLATE): Likewise.
41048         (LC_CTYPE): Likewise.
41049         (LC_MESSAGES): Likewise.
41050         (LC_MONETARY): Likewise.
41051         (LC_NUMERIC): Likewise.
41052         (LC_TIME): Likewise.
41053         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41054         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41055         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41056         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41057         Specify type.
41058         [C99-based standards] (float_t): Expect type.
41059         [C99-based standards] (double_t): Expect type.
41060         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41061         type.
41062         [C99-based standards] (HUGE_VALL): Likewise.
41063         [C99-based standards] (INFINITY): Likewise.
41064         [C99-based standards] (NAN): Likewise.
41065         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41066         [C99-based standards] (FP_NAN): Likewise.
41067         [C99-based standards] (FP_NORMAL): Likewise.
41068         [C99-based standards] (FP_SUBNORMAL): Likewise.
41069         [C99-based standards] (FP_ZERO): Likewise.
41070         [C99-based standards] (FP_FAST_FMA): Use
41071         optional-macro-int-constant.  Specify type.  Require == 1.
41072         [C99-based standards] (FP_FAST_FMAF): Likewise.
41073         [C99-based standards] (FP_FAST_FMAL): Likewise.
41074         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41075         [C99-based standards] (FP_ILOGBNAN): Likewise.
41076         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41077         Specify type.
41078         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41079         [C99-based standards] (math_errhandling): Specify type.
41080         [ISO99 || ISO11] (signgam): Do not allow.
41081         [non-C99-based standards] (copysignf): Do not allow.
41082         [non-C99-based standards] (exp2f): Likewise.
41083         [non-C99-based standards] (log2f): Likewise.
41084         [non-C99-based standards] (modff): Allow.
41085         [non-C99-based standards] (erff): Do not allow.
41086         [non-C99-based standards] (erfcf): Likewise.
41087         [non-C99-based standards] (gammaf): Likewise.
41088         [non-C99-based standards] (hypotf): Likewise.
41089         [non-C99-based standards] (j0f): Likewise.
41090         [non-C99-based standards] (j1f): Likewise.
41091         [non-C99-based standards] (jnf): Likewise.
41092         [non-C99-based standards] (lgammaf): Likewise.
41093         [non-C99-based standards] (tgammaf): Likewise.
41094         [non-C99-based standards] (y0f): Likewise.
41095         [non-C99-based standards] (y1f): Likewise.
41096         [non-C99-based standards] (ynf): Likewise.
41097         [non-C99-based standards] (isnanf): Likewise.
41098         [non-C99-based standards] (acoshf): Likewise.
41099         [non-C99-based standards] (asinhf): Likewise.
41100         [non-C99-based standards] (atanhf): Likewise.
41101         [non-C99-based standards] (cbrtf): Likewise.
41102         [non-C99-based standards] (expm1f): Likewise.
41103         [non-C99-based standards] (ilogbf): Likewise.
41104         [non-C99-based standards] (log1pf): Likewise.
41105         [non-C99-based standards] (logbf): Likewise.
41106         [non-C99-based standards] (nextafterf): Likewise.
41107         [non-C99-based standards] (remainderf): Likewise.
41108         [non-C99-based standards] (rintf): Likewise.
41109         [non-C99-based standards] (scalbf): Likewise.
41110         [non-C99-based standards] (copysignl): Likewise.
41111         [non-C99-based standards] (exp2l): Likewise.
41112         [non-C99-based standards] (log2l): Likewise.
41113         [non-C99-based standards] (modfl): Allow.
41114         [non-C99-based standards] (erfl): Do not allow.
41115         [non-C99-based standards] (erfcl): Likewise.
41116         [non-C99-based standards] (gammal): Likewise.
41117         [non-C99-based standards] (hypotl): Likewise.
41118         [non-C99-based standards] (j0l): Likewise.
41119         [non-C99-based standards] (j1l): Likewise.
41120         [non-C99-based standards] (jnl): Likewise.
41121         [non-C99-based standards] (lgammal): Likewise.
41122         [non-C99-based standards] (tgammal): Likewise.
41123         [non-C99-based standards] (y0l): Likewise.
41124         [non-C99-based standards] (y1l): Likewise.
41125         [non-C99-based standards] (ynl): Likewise.
41126         [non-C99-based standards] (isnanl): Likewise.
41127         [non-C99-based standards] (acoshl): Likewise.
41128         [non-C99-based standards] (asinhl): Likewise.
41129         [non-C99-based standards] (atanhl): Likewise.
41130         [non-C99-based standards] (cbrtl): Likewise.
41131         [non-C99-based standards] (expm1l): Likewise.
41132         [non-C99-based standards] (ilogbl): Likewise.
41133         [non-C99-based standards] (log1pl): Likewise.
41134         [non-C99-based standards] (logbl): Likewise.
41135         [non-C99-based standards] (nextafterl): Likewise.
41136         [non-C99-based standards] (remainderl): Likewise.
41137         [non-C99-based standards] (rintl): Likewise.
41138         [non-C99-based standards] (scalbl): Likewise.
41139         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41140         [non-C99-based standards] (FP_*): Do not allow.
41141         [C99-based standards] (FP_*): Change to
41142         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41143         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41144         allow.
41145         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41146         (SIG_ERR): Likewise.
41147         [X/Open-based standards] (SIG_HOLD): Likewise.
41148         (SIG_IGN): Likewise.
41149         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41150         positive value.
41151         (SIGFPE): Likewise.
41152         (SIGILL): Likewise.
41153         (SIGINT): Likewise.
41154         (SIGSEGV): Likewise.
41155         (SIGTER): Likewise.
41156         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41157         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41158         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41159         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41160         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41161         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41162         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41163         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41164         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41165         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41166         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41167         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41168         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41169         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41170         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41171         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41172         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41173         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41174         [X/Open-based standards] (SIGTRAP): Likewise.
41175         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41176         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41177         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41178         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41179         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41180         allow.
41181
41182 2012-05-08  Ian Wienand  <ianw@vmware.com>
41183
41184         [BZ #14080]
41185         * time/tzset.c (__tzset_parse_tz): Update default rules for
41186         daylight time changes in the Energy Policy Act of 2005.
41187
41188 2012-05-09  Andreas Jaeger  <aj@suse.de>
41189
41190         [BZ #13983]
41191         * elf/ldconfig.c (parse_conf): Change string to make clear that
41192         ldconfig only issued a warning if ld.so.conf does not exist.
41193
41194 2012-05-08  David S. Miller  <davem@davemloft.net>
41195
41196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41197         movxtod instead of popping the value on the stack.
41198
41199         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41200
41201 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41202
41203         * config.h.in: Add HAVE_ARM_PCS_VFP.
41204
41205 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41206
41207         [BZ #13979]
41208         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41209         checking but the checks are disabled for any reason.
41210
41211 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41212
41213         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41214         and ELF64_R_TYPE with ELFW(R_TYPE).
41215
41216 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41217
41218         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41219         (ulimit): Likewise.
41220
41221         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41222         (settimeofday): Likewise.
41223
41224 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41225
41226         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41227         a struct th_u2 inside the union, and move tu_block/tu_code into
41228         a new th_u3 union of tu_block/tu_code inside of that.  Move
41229         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41230         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41231         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41232         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41233         (th_stuff): Change to th_u1.tu_stuff.
41234         (th_data): Define.
41235         (th_msg): Change to th_u1.th_u2.tu_data.
41236
41237 2012-05-07  David S. Miller  <davem@davemloft.net>
41238
41239         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41240
41241         [BZ #14074]
41242         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41243         (SETUP_PIC_REG): Use it.
41244         (SETUP_PIC_REG_LEAF): Use it.
41245
41246 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41247
41248         [BZ #13885]
41249         [BZ #13923]
41250         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41251         USE_AS_EXPM1L.
41252         (EXPL_FINITE): Likewise.
41253         (FLDLOG): Likewise.
41254         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41255         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41256         e_expl.S.
41257         * sysdeps/x86_64/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/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41263         e_expl.S.
41264         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41265         test of -max_value argument for long double.
41266         * sysdeps/i386/fpu/libm-test-ulps: Update.
41267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41268
41269 2012-05-06  David S. Miller  <davem@davemloft.net>
41270
41271         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41272         quad soft-float symbols whose references which are compiler
41273         generated.
41274         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41275
41276 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41277
41278         [BZ #13884]
41279         [BZ #13914]
41280         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41281         USE_AS_EXP10L.
41282         (EXPL_FINITE): Likewise.
41283         (FLDLOG): Likewise.
41284         (c0): Likewise.
41285         (c1): Likewise.
41286         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41287         Adjust comments for base varying.
41288         (__expl_finite): Change alias to EXPL_FINITE.
41289         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41290         e_expl.S.
41291         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41292         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41293         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41294         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41295         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41296         USE_AS_EXP10L.
41297         (EXPL_FINITE): Likewise.
41298         (FLDLOG): Likewise.
41299         (c0): Likewise.
41300         (c1): Likewise.
41301         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41302         Adjust comments for base varying.
41303         (__expl_finite): Change alias to EXPL_FINITE.
41304         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41305         tests for bugs.
41306         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41307
41308         [BZ #14064]
41309         * math/libm-test.inc (check_float_internal): Correct ulp
41310         calculation for subnormal expected results.
41311
41312 2012-05-06  Andreas Jaeger  <aj@suse.de>
41313
41314         * Makeconfig (+math-flags): New, set to -frounding-math.
41315         (+cflags): Add +math-flags so that all of glibc gets compiled with
41316         it.
41317
41318         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41319
41320 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41321
41322         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41323         Disable one test.
41324
41325         [BZ #13787]
41326         [BZ #13922]
41327         [BZ #14036]
41328         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41329         (__ieee754_expl): Allow for and saturate large arguments.
41330         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41331         (u_threshold): Likewise.
41332         (__exp): Call __ieee754_exp before checking for overflow and
41333         underflow.
41334         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41335         (u_threshold): Likewise.
41336         (__expf): Call __ieee754_expf before checking for overflow and
41337         underflow.
41338         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41339         (u_threshold): Likewise.
41340         (__expl): Call __ieee754_expl before checking for overflow and
41341         underflow.
41342         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41343         (__ieee754_expl): Allow for and saturate large arguments.
41344         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41345         missing overflow exception on overflow.
41346         (expm1_test): Do not allow missing overflow exception on overflow.
41347
41348         * sysdeps/i386/fpu/e_expl.c: Move to ...
41349         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41350         rather than using inline asm.
41351         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41352         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41353         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41354
41355         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41356         (nice): Likewise.
41357         (poll): Likewise.
41358         (signal): Likewise.
41359         (time): Likewise.
41360         (times): Likewise.
41361
41362 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41363
41364         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41365         sysdeps/unix/common/syscalls.list.
41366         (fchmod): Likewise.
41367         (fchown): Likewise.
41368         (ftruncate): Likewise.
41369         (getrusage): Likewise.
41370         (gettimeofday): Likewise.
41371         (setpgid): Likewise.
41372         (setregid): Likewise.
41373         (setreuid): Likewise.
41374         (sigaction): Likewise.
41375         (truncate): Likewise.
41376         (vhangup): Likewise.
41377         * sysdeps/unix/common/syscalls.list: Remove file.
41378         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41379         * sysdeps/unix/sysv/linux/Implies: Likewise.
41380
41381 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41382
41383         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41384         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41385         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41386         Moved to ...
41387         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41388         Here.
41389         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41390         to ...
41391         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41392         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41393         to ...
41394         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41395         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41396         to ...
41397         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41398         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41399         to ...
41400         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41401         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41402         to ...
41403         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41404         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41405         to ...
41406         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41407         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41408         to ...
41409         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41410         Here.
41411         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41412         to ...
41413         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41414         Here.
41415         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41416         to ...
41417         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41418         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41419         Moved to ...
41420         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41421         Here.
41422         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41423         to ...
41424         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41425
41426 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41427
41428         * sysdeps/unix/common/bits/dirent.h: Remove file.
41429         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41430
41431         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41432         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41433         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41434         * sysdeps/unix/bsd/isatty.c: Likewise.
41435         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41436         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41437         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41438
41439 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41440
41441         [BZ #13563]
41442         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41443         long double comparison inaccuracies.
41444         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41445         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41446
41447 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41448
41449         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41450         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41451
41452 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41453
41454         [BZ #14049]
41455         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41456         nonzero digits before rounding a hex value.
41457         * stdlib/tst-strtod.c (tests): Add another test.
41458
41459 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41460
41461         * sysdeps/s390/fpu/libm-test-ulps: Update.
41462
41463 2012-05-03  Andreas Jaeger  <aj@suse.de>
41464
41465         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41466         does not get optimized out.
41467         (malloc_opt_barrier): New.
41468
41469 2012-05-03  Andreas Jaeger  <aj@suse.de>
41470             Roland McGrath  <roland@hack.frob.com>
41471
41472         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41473         intermediate file deletion.
41474         (generated): Add .symlist files.
41475
41476 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41477
41478         [BZ #13775]
41479         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41480         Redirect under this condition.
41481         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41482         [__USE_GNU] (__dprintf_chk): Not under this condition.
41483         [__USE_GNU] (__vdprintf_chk): Likewise.
41484         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41485         under this condition.
41486         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41487         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41488         [__USE_XOPEN2K8] (vdprintf): Likewise.
41489         [__USE_GNU] (__dprintf_chk): Not under this condition.
41490         [__USE_GNU] (__vdprintf_chk): Likewise.
41491         [__USE_GNU] (dprintf): Likewise.
41492         [__USE_GNU] (vdprintf): Likewise.
41493
41494 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41495
41496         * elf/Makefile (common-generated): Set this instead of generated for
41497         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41498         $(all-built-dso)-derived lists.
41499
41500 2012-05-03  Andreas Jaeger  <aj@suse.de>
41501
41502         * sysdeps/i386/fpu/libm-test-ulps: Update.
41503
41504         * FAQ: Removed.
41505         * FAQ.in: Likewise.
41506         * scripts/gen-FAQ.pl: Likewise.
41507         * manual/install.texi (Installation): Point to online location of
41508         FAQ.
41509         * Makefile (files-for-dist): Remove FAQ.
41510         (FAQ): Remove.
41511
41512 2012-05-02  Allan McRae  <allan@archlinux.org>
41513
41514         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41515         (LDFLAGS-reldepmod5.so): Likewise.
41516         (LDFLAGS-reldep6mod1.so): Likewise.
41517         (LDFLAGS-reldep6mod4.so): Likewise.
41518         (LDFLAGS-reldep8mod3.so): Likewise.
41519         (LDFLAGS-unload4mod1.so): Likewise.
41520         (LDFLAGS-unload4mod2.so): Likewise.
41521         (LDFLAGS-tst-initorder): Likewise.
41522         (LDFLAGS-tst-initordera2.so): Likewise.
41523         (LDFLAGS-tst-initordera3.so): Likewise.
41524         (LDFLAGS-tst-initordera4.so): Likewise.
41525         (LDFLAGS-tst-initorderb2.so): Likewise.
41526         (LDFLAGS-noload): Likewise.
41527         (LDFLAGS-next): Likewise.
41528         (LDFLAGS-order2mod1.so): Likewise.
41529         (LDFLAGS-order2mod2.so): Likewise.
41530         (LDFLAGS-tst-initorder2): Likewise.
41531         (LDFLAGS-tst-initorder2a.so): Likewise.
41532         (LDFLAGS-tst-initorder2b.so): Likewise.
41533         (LDFLAGS-tst-initorder2c.so): Likewise.
41534         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41535
41536 2012-05-02  David S. Miller  <davem@davemloft.net>
41537
41538         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41539
41540 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41541
41542         [BZ #14055]
41543         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41544
41545 2012-05-02  Andreas Jaeger  <aj@suse.de>
41546
41547         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41548         since we manipulate rounding mode.
41549         (CPPFLAGS-test-idouble.c): Likewise.
41550         (CPPFLAGS-test-ifloat.c): Likewise.
41551         (CFLAGS-test-ldouble.c): Likewise.
41552         (CFLAGS-test-double.c): Likewise.
41553         (CFLAGS-test-float.c): Likewise.
41554         (CFLAGS-test-misc.c): Likewise.
41555         (CFLAGS-test-test-fenv.c): Likewise.
41556
41557 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41558
41559         [BZ #2550]
41560         [BZ #2570]
41561         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41562         comparisons to determine direction to adjust input.
41563
41564 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41565
41566         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41567         output to the target.
41568
41569         * scripts/localplt.awk: New file.
41570         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41571         (check-localplt-CFLAGS): Variable removed.
41572         ($(all-built-dso:=.jmprel)): New static pattern rule.
41573         (generated): Add those targets.
41574         (localplt-built-dso): New variable.
41575         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41576
41577         * elf/check-localplt.c: File removed.
41578
41579         * scripts/check-execstack.awk: New file.
41580         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41581         (check-execstack-CFLAGS): Variable removed.
41582         ($(objpfx)check-execstack.h): Target removed.
41583         ($(objpfx)execstack-default): New target.
41584         (generated): Add that instead of check-execstack.h.
41585         ($(all-built-dso:=.phdr)): New static pattern rule.
41586         (generated): Add those targets.
41587         * elf/check-execstack.c: File removed.
41588
41589         * scripts/check-textrel.awk: New file.
41590         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41591         (check-textrel-CFLAGS): Variable removed.
41592         (all-built-dso): Use := to define.o
41593         ($(all-built-dso:=.dyn)): New static pattern rule.
41594         (generated): Add those targets.
41595         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41596         * config.make.in (READELF): New substituted variable.
41597         * elf/check-textrel.c: File removed.
41598
41599 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41600
41601         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41602         allow.
41603         * conform/data/ctype.h-data [C99-based standards] (isblank):
41604         Expect function.
41605         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41606         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41607         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41608         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41609         Specify type.  Require positive value.
41610         (EILSEQ): Likewise.
41611         (ERANGE): Likewise.
41612         [ISO || POSIX] (EILSEQ): Do not expect.
41613         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41614         Specify type.  Require positive value.
41615         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41616         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41617         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41618         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41619         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41620         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41621         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41622         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41623         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41624         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41625         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41626         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41627         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41628         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41629         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41630         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41631         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41632         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41633         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41634         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41635         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41636         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41637         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41638         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41639         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41640         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41641         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41642         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41643         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41644         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41645         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41646         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41647         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41648         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41649         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41650         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41651         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41652         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41653         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41654         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41655         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41656         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41657         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41658         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41659         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41660         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41661         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41662         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41663         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41664         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41665         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41666         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41667         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41668         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41669         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41670         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41671         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41672         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41673         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41674         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41675         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41676         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41677         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41678         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41679         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41680         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41681         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41682         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41683         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41684         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41685         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41686         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41687         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41688         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41689         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41690         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41691         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41692         Require >= 2.
41693         (FLT_ROUNDS): Expect as macro, not constant.
41694         (FLT_MANT_DIG): Use macro-int-constant.
41695         (DBL_MANT_DIG): Likewise.
41696         (LDBL_MANT_DIG): Likewise.
41697         (FLT_DIG): Likewise.
41698         (DBL_DIG): Likewise.
41699         (LDBL_DIG): Likewise.
41700         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41701         (DBL_MIN_EXP): Likewise.
41702         (LDBL_MIN_EXP): Likewise.
41703         (FLT_MAX_EXP): Use macro-int-constant.
41704         (DBL_MAX_EXP): Likewise.
41705         (LDBL_MAX_EXP): Likewise.
41706         (FLT_MAX_10_EXP): Likewise.
41707         (DBL_MAX_10_EXP): Likewise.
41708         (LDBL_MAX_10_EXP): Likewise.
41709         (FLT_MAX): Use macro-constant.
41710         (DBL_MAX): Likewise.
41711         (LDBL_MAX): Likewise.
41712         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41713         (DBL_EPSILON): Likewise.
41714         (LDBL_EPSILON): Likewise.
41715         (FLT_MIN): Likewise.
41716         (DBL_MIN): Likewise.
41717         (LDBL_MIN): Likewise.
41718         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41719         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41720         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41721         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41722         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41723         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41724         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41725         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41726         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41727         [ISO11] (FLT_TRUE_MIN): Likewise.
41728         [ISO11] (LDBL_TRUE_MIN): Likewise.
41729         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41730         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41731         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41732         (SCHAR_MAX): Likewise.
41733         (UCHAR_MAX): Likewise.
41734         (CHAR_MIN): Likewise.
41735         (CHAR_MAX): Likewise.
41736         (MB_LEN_MAX): Use macro-int-constant.
41737         (SHRT_MIN): Use macro-int-constant.  Specify type.
41738         (SHRT_MAX): Likewise.
41739         (USHRT_MAX): Likewise.
41740         (INT_MAX): Likewise.
41741         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41742         bound negative.
41743         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41744         bound with "U".
41745         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41746         bound with "L".
41747         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41748         bound negative.  Suffix upper bound with "L".
41749         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41750         bound with "UL".
41751         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41752         Specify type.
41753         [C99-based standards] (LLONG_MAX): Likewise.
41754         [C99-based standards] (ULLONG_MAX): Likewise.
41755         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41756         == 0.
41757         [ISO11] (max_align_t): Require type.
41758         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41759
41760         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41761         from $CFLAGS, without defining away __attribute__ calls.
41762         (checknamespace): Use $CFLAGS_namespace.
41763
41764         * conform/conformtest.pl (@keywords): Only include C99 keywords
41765         for standards based on C99 or C11.
41766
41767         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41768         Disable tests.
41769         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41770         UNIX98]: Likewise.
41771
41772         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41773         usability of symbols in #if.
41774
41775         * conform/conformtest.pl: If macro or constant types start
41776         "promoted:", expect the symbol to be of the following type
41777         promoted by the integer promotions.
41778
41779         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41780         in one place.  Also handle "macro-constant".
41781
41782         * conform/conformtest.pl: Only accept expected macro values with
41783         "==".  Parse all "macro" lines in one place.
41784         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41785
41786         * conform/conformtest.pl: Handle braced types on "constant" lines
41787         instead of handling "typed-constant".
41788         * conform/data/signal.h-data: Use "constant" instead of
41789         "typed-constant".
41790
41791         * conform/conformtest.pl: Handle "optional-" at start of lines in
41792         one place rather than duplicating several cases.  Handle each
41793         format of "macro" line with initial "optional-".
41794
41795         * conform/conformtest.pl: Only accept expected constant or
41796         optional-constant values with "==".  Parse all "constant" lines in
41797         one place.  Parse all "optional-constant" lines in one place.
41798         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41799         * conform/data/fmtmsg.h-data: Likewise.
41800         * conform/data/netinet/in.h-data: Likewise.
41801         * conform/data/tar.h-data: Likewise.
41802         * conform/data/limits.h-data: Use "==" form on "constant" and
41803         "optional-constant" lines.
41804
41805         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41806         Use -std=c99 for XOPEN2K.
41807         (@knownproblems): Remove.
41808         (newtoken): Don't check %isknown.
41809
41810         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41811         Do not expect macro.
41812         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41813         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41814         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41815         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41816         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41817         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41818         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41819         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41820         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41821         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41822         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41823         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41824         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41825         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41826         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41827         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41828         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41829         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41830         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41831         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41832         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41833         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41834         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41835         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41836         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41837         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41838         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41839         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41840         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41841         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41842         [XPG3] (acosh): Likewise.
41843         [XPG3] (asinh): Likewise.
41844         [XPG3] (atanh): Likewise.
41845         [XPG3] (cbrt): Likewise.
41846         [XPG3] (expm1): Likewise.
41847         [XPG3] (ilogb): Likewise.
41848         [XPG3] (log1p): Likewise.
41849         [XPG3] (logb): Likewise.
41850         [XPG3] (nextafter): Likewise.
41851         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41852         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41853         [XPG3] (remainder): Likewise.
41854         [XPG3] (rint): Likewise.
41855         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41856         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41857         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41858         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41859         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41860         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41861         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41862         [UNIX98 || XOPEN2K] (scalb): Expect.
41863         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41864         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41865         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41866         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41867         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41868         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41869         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41870         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41871         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41872         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41873         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41874         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41875         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41876         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41877         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41878         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41879         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41880         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41881         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41882         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41883         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41884         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41885         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41886         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41887         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41888         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41889         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41890         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41891         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41892         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41893         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41894         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41895         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41896         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41897         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41898         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41899         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41900         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41901         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41902         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41903         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41904         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41905         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41906         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41907         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41908         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41909         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41910         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41911         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41912         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41913         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41914         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41915         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41916         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41917         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41918         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41919         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41920         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41921         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41922         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41923         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41924         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41925         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41926         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41927         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41928         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41929         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41930         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41931         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41932         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41933         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41934         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41935         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41936         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41937         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41938         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41940         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41941         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41953         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41954         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41955         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41958         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41959         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41964         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41966         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41968         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41969         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41970         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41971         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41972         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41973         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41974         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41975         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41976         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41979         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42000
42001         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42002         _XOPEN_SOURCE_EXTENDED for XPG4.
42003
42004         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42005
42006         * Makeconfig (localtime): Remove variable.
42007         (inst_localtime-file): Likewise.
42008
42009 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42010
42011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42012         Update.
42013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42014         Update.
42015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42016         Update.
42017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42018         Update.
42019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42020         Update.
42021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42022         Update.
42023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42024         Update.
42025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42026         Update.
42027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42028         Update.
42029
42030 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42031
42032         [BZ #2550]
42033         [BZ #2570]
42034         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42035         comparisons to determine direction to adjust input.
42036         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42037         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42038         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42039         Likewise.
42040         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42041         Likewise.
42042         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42043         Likewise.
42044         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42045         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42046         Likewise.
42047         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42048         Likewise.
42049         * math/libm-test.inc (nexttoward_test): Add more tests.
42050
42051 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42052
42053         [BZ #14040]
42054         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42055         in version GLIBC_2.1, not GLIBC_2.0.
42056         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42057         Likewise.
42058
42059 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42060
42061         [BZ #13942]
42062         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42063         (1 - x) * (1 + x).
42064         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42065         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42066         * math/libm-test.inc (acos_test): Add more tests.
42067         (asin_test): Likewise.
42068         * sysdeps/i386/fpu/libm-test-ulps: Update.
42069         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42070
42071         [BZ #14034]
42072         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42073         of square root.
42074         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42075         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42076         * math/libm-test.inc (acos_test_tonearest): New function.
42077         (acos_test_towardzero): Likewise.
42078         (acos_test_downward): Likewise.
42079         (acos_test_upward): Likewise.
42080         (asin_test_tonearest): Likewise.
42081         (asin_test_towardzero): Likewise.
42082         (asin_test_downward): Likewise.
42083         (asin_test_upward): Likewise.
42084         (main): Call the new functions.
42085         * sysdeps/i386/fpu/libm-test-ulps: Update.
42086         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42087
42088         [BZ #13884]
42089         [BZ #13924]
42090         * math/e_exp10.c: Include <float.h>.
42091         (__ieee754_exp10): Handle underflow here rather than multiplying
42092         large negative argument by M_LN10.
42093         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42094         of __ieee754_expf.
42095         * math/e_exp10l.c: Include <float.h>.
42096         (__ieee754_exp10l): Handle underflow here rather than multiplying
42097         large negative argument by M_LN10l.
42098         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42099         spurious overflow exception on underflow.
42100
42101 2012-04-29  Marek Polacek  <polacek@redhat.com>
42102
42103         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42104         (__fortify_function): New macro.
42105         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42106         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42107         __extern_always_inline.
42108         * libio/bits/stdio2.h: Likewise.
42109         * libio/bits/stdio.h: Likewise.
42110         * string/string.h: Likewise.
42111         * string/bits/string3.h: Likewise.
42112         * include/stdio.h: Likewise.
42113         * stdlib/bits/stdlib.h: Likewise.
42114         * stdlib/stdlib.h: Likewise.
42115         * rt/bits/mqueue2.h: Likewise.
42116         * rt/mqueue.h: Likewise.
42117         * posix/bits/unistd.h: Likewise.
42118         * posix/unistd.h: Likewise.
42119         * io/bits/poll2.h: Likewise.
42120         * io/bits/fcntl2.h: Likewise.
42121         * io/fcntl.h: Likewise.
42122         * io/sys/poll.h: Likewise.
42123         * misc/bits/syslog.h: Likewise.
42124         * misc/bits/syslog-ldbl.h: Likewise.
42125         * misc/sys/syslog.h: Likewise.
42126         * socket/bits/socket2.h: Likewise.
42127         * socket/sys/socket.h: Likewise.
42128         * debug/tst-chk1.c: Likewise.
42129         * wcsmbs/bits/wchar2.h: Likewise.
42130         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42131         * wcsmbs/wchar.h: Likewise.
42132
42133 2012-04-29  Andreas Jaeger  <aj@suse.de>
42134
42135         * Makerules (tests): Remove enable-check-abi protection.
42136         (check-abi-warn): Remove.
42137         (check-abi-%): Remove check-abi-warn usage.
42138
42139         * configure.in: Remove check-abi configure option.
42140         * configure: Regenerated.
42141         * config.make.in (enable-check-abi): Remove.
42142
42143 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42144
42145         [BZ #14033]
42146         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42147         double functions to double *_finite functions.
42148
42149         [BZ #13941]
42150         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42151         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42152         LDBL_MIN_EXP.
42153         * stdio-common/Makefile (tests): Add tst-sprintf3.
42154         * stdio-common/tst-sprintf3.c: New file.
42155
42156         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42157         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42158
42159 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42160
42161         * conform/conformtest.pl: Remove duplicate typed-constant
42162         handling.
42163
42164 2012-04-28  David S. Miller  <davem@davemloft.net>
42165
42166         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42167         (check-abi-%): Remove AWK script prerequisite and explicit
42168         abilist directory.
42169         (check-abi): Rewrite to just diff the symlist with the abilist.
42170         (config-tls, config-abi-config): Delete, no longer used.
42171         (update-abi-%): Remove AWK script and explicit abilist directory.
42172         (update-abi): Rewrite to simply compare and conditionally copy the
42173         symlist and the sysdep abilist file.  Remove update-abi-config
42174         checks.
42175         * abilist/ld.abilist: Remove.
42176         * abilist/libBrokenLocale.abilist: Remove.
42177         * abilist/libanl.abilist: Remove.
42178         * abilist/libcrypt.abilist: Remove.
42179         * abilist/libdl.abilist: Remove.
42180         * abilist/librt.abilist: Remove.
42181         * abilist/libthread_db.abilist: Remove.
42182         * abilist/libutil.abilist: Remove.
42183         * scripts/extract-abilist.awk: Remove.
42184         * scripts/merge-abilist.awk: Remove.
42185         * sysdeps/generic/libcidn.abilist: New file.
42186         * sysdeps/generic/libnss_compat.abilist: New file.
42187         * sysdeps/generic/libnss_db.abilist: New file.
42188         * sysdeps/generic/libnss_dns.abilist: New file.
42189         * sysdeps/generic/libnss_files.abilist: New file.
42190         * sysdeps/generic/libnss_hesiod.abilist: New file.
42191         * sysdeps/generic/libnss_nis.abilist: New file.
42192         * sysdeps/generic/libnss_nisplus.abilist: New file.
42193         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42194         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42195         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42196         file.
42197         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42198         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42199         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42200         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42201         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42202         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42203         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42204         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42205         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42206         file.
42207         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42208         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42209         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42210         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42211         file.
42212         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42213         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42214         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42215         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42216         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42217         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42218         file.
42219         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42220         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42221         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42222         file.
42223         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42224         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42225         New file.
42226         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42227         New file.
42228         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42229         New file.
42230         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42231         New file.
42232         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42233         New file.
42234         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42235         New file.
42236         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42237         New file.
42238         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42239         New file.
42240         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42241         New file.
42242         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42243         New file.
42244         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42245         New file.
42246         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42247         New file.
42248         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42249         New file.
42250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42251         file.
42252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42253         New file.
42254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42255         New file.
42256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42257         file.
42258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42259         New file.
42260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42261         New file.
42262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42263         file.
42264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42265         New file.
42266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42267         New file.
42268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42269         New file.
42270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42271         New file.
42272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42273         New file.
42274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42275         New file.
42276         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42277         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42278         file.
42279         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42280         New file.
42281         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42282         file.
42283         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42284         file.
42285         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42286         file.
42287         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42288         file.
42289         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42290         file.
42291         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42292         New file.
42293         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42294         file.
42295         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42296         file.
42297         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42298         New file.
42299         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42300         file.
42301         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42302         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42303         file.
42304         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42305         New file.
42306         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42307         file.
42308         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42309         file.
42310         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42311         file.
42312         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42313         file.
42314         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42315         file.
42316         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42317         New file.
42318         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42319         file.
42320         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42321         file.
42322         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42323         New file.
42324         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42325         file.
42326         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42327         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42328         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42329         file.
42330         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42331         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42332         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42333         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42334         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42335         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42336         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42337         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42338         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42339         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42340         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42341         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42342         file.
42343         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42344         New file.
42345         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42346         file.
42347         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42348         file.
42349         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42350         file.
42351         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42352         file.
42353         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42354         file.
42355         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42356         New file.
42357         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42358         New file.
42359         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42360         file.
42361         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42362         New file.
42363         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42364         file.
42365         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42366         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42367         file.
42368         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42369         New file.
42370         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42371         file.
42372         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42373         file.
42374         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42375         file.
42376         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42377         file.
42378         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42379         file.
42380         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42381         New file.
42382         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42383         New file.
42384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42385         file.
42386         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42387         New file.
42388         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42389         file.
42390
42391 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42392
42393         * conform/conformtest.pl: Fix typo in handling typed-constant from
42394         allow-header.
42395
42396 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42397
42398         * README: Cut down references to pre-2.6 Linux kernels and
42399         Linuxthreads.  Update lists of configurations in libc and ports
42400         and sort alphabetically.  Say "or newer" with Linux kernel version
42401         requirements.
42402
42403         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42404
42405 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42406
42407         [BZ #887]
42408         * math/libm-test.inc (logb_test_downward): New test to expose
42409         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42410         rounding mode.
42411
42412 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42413
42414         [BZ #14027]
42415         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42416         to be done.
42417         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42418         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42419
42420 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42421
42422         * sysdeps/unix/i386/brk.S: Remove file.
42423         * sysdeps/unix/i386/dl-brk.S: Likewise.
42424         * sysdeps/unix/i386/pipe.S: Likewise.
42425         * sysdeps/unix/i386/sigreturn.S: Likewise.
42426         * sysdeps/unix/i386/syscall.S: Likewise.
42427         * sysdeps/unix/i386/vfork.S: Likewise.
42428         * sysdeps/unix/i386/wait.S: Likewise.
42429
42430         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42431         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42432
42433         * configure.in (arm*-none*): Do not allow without
42434         --enable-hacker-mode.
42435         (netbsd*): Remove case setting base_os.
42436         (386bsd*): Likewise.
42437         (freebsd*): Likewise.
42438         (bsdi*): Likewise.
42439         (osf*): Likewise.
42440         (sunos*): Likewise.
42441         (ultrix*): Likewise.
42442         (newsos*): Likewise.
42443         (dynix*): Likewise.
42444         (*bsd*): Likewise.
42445         (sysv*): Likewise.
42446         (isc*): Likewise.
42447         (esix*): Likewise.
42448         (sco*): Likewise.
42449         (minix*): Likewise.
42450         (irix4*): Likewise.
42451         (irix6*): Likewise.
42452         (solaris[2-9]*): Likewise.
42453         (none): Likewise.
42454         * configure: Regenerated.
42455
42456 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42457
42458         [BZ #11521]
42459         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42460         overflow or cancellation in calculating denominator.
42461         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42462         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42463         down expression to avoid unexpected rounding in newer GCCs.
42464         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42465
42466 2012-04-26  David S. Miller  <davem@davemloft.net>
42467
42468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42469         long-double compat symbols.
42470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42475         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42476         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42477         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42478         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42479         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42480         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42481         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42482         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42483
42484 2012-04-25  David S. Miller  <davem@davemloft.net>
42485
42486         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42487         HWCAP_* values only after the memory barriers have been defined.
42488         (atomic_full_barrier): Define.
42489         (atomic_read_barrier): Define.
42490         (atomic_write_barrier): Define.
42491
42492 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42493
42494         * shlib-versions: Add libgcc_s version information.
42495         * sysdeps/generic/libgcc_s.h: Remove.
42496         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42497         libgcc_s.h.
42498         * sysdeps/gnu/unwind-resume.c: Likewise.
42499         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42500
42501 2012-04-25  David S. Miller  <davem@davemloft.net>
42502
42503         * sysdeps/unix/sparc/brk.S: Delete.
42504         * sysdeps/unix/sparc/dl-brk.S: Delete.
42505         * sysdeps/unix/sparc/pipe.S: Delete.
42506         * sysdeps/unix/sparc/sysdep.S: Delete.
42507         * sysdeps/unix/sparc/sysdep.h: Delete.
42508         * sysdeps/unix/sparc/vfork.S: Delete.
42509         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42510         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42511         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42512         (ret_ERRVAL, r0, r1, MOVE): Define.
42513         (JUMPTARGET): Remove.
42514         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42515         sysdeps/unix/sparc/sysdep.h
42516         (ENTRY, END): Remove.
42517         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42518
42519 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42520
42521         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42522         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42523         -DIS_IN_build.
42524
42525         * timezone/README: Update upstream location and email address for
42526         tzcode and tzdata.
42527         * timezone/zdump.c: Update from tzcode 2012b.
42528         * timezone/zic.c: Likewise.
42529
42530         * configure.in (libc_cv_as_needed): Remove test.
42531         * configure: Regenerated.
42532         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42533         conditional definition.
42534         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42535         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42536         * config.make.in (have-as-needed): Remove variable.
42537
42538 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42539             Paul Pluzhnikov  <ppluzhnikov@google.com>
42540
42541         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42542         strings correctly.
42543
42544 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42545
42546         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42547         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42548         * sysdeps/sh/strlen.S: Likewise.
42549
42550 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42551
42552         * sysdeps/unix/fork.S: Remove file.
42553         * sysdeps/unix/i386/fork.S: Likewise.
42554         * sysdeps/unix/sparc/fork.S: Likewise.
42555
42556         * sysdeps/unix/system.c: Remove file.
42557         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42558
42559         * sysdeps/unix/getegid.S: Remove file.
42560         * sysdeps/unix/geteuid.S: Likewise.
42561
42562 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42563
42564         * scripts/check-localplt.awk: New file.
42565         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42566         of diff.
42567         * scripts/data/localplt-generic.data: Add a comment.
42568
42569         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42570         NODE when __dir_mkfile failed.
42571         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42572         Reported by Ludovic Courtès <ludo@gnu.org>.
42573
42574 2012-04-24  Andreas Jaeger  <aj@suse.de>
42575
42576         * Makerules (common-clean): Also remove gen-as-const-headers
42577         files.
42578
42579 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42580
42581         * Makerules (native-compile): Do not change working directory for
42582         build.  Use $(OUTPUT_OPTION) in command.
42583         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42584
42585 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42586
42587         [BZ #13886]
42588         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42589         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42590         * math/libm-test.inc (floor_test): Add more tests.
42591         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42592
42593 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42594
42595         * sysdeps/unix/getdents.c: Remove file.
42596         * sysdeps/unix/sysv/getdents.c: Likewise.
42597         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42598
42599         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42600         sysdeps/unix/mman/syscalls.list.
42601         (mmap): Likewise.
42602         (mprotect): Likewise.
42603         (msync): Likewise.
42604         (munmap): Likewise.
42605         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42606         * sysdeps/unix/mman/syscalls.list: Remove.
42607         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42608
42609         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42610         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42611         * configure: Regenerated.
42612         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42613         $(libgcc_s_suffix).
42614         * config.make.in (libgcc_s_suffix): Remove variable.
42615
42616 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42617
42618         * sysdeps/unix/sysv/gethostname.c: Move to ...
42619         * sysdeps/posix/gethostname.c: ... here.
42620
42621         * sysdeps/unix/execve.S: Remove file.
42622
42623         * sysdeps/unix/_exit.S: Remove file.
42624
42625 2012-04-23  Andreas Jaeger  <aj@suse.de>
42626
42627         [BZ #13739]
42628         * manual/Makefile: Remove make dist support, there's no
42629         need for a stand-alone documentation tar ball.
42630         (TEXI2DVI): Define always, it's not in Makeconfig.
42631         (dist): Removed.
42632         (tar-it): Removed.
42633         (edition): Removed.
42634         (glibc-doc-$(edition).tar): Removed
42635         (%.Z): Removed.
42636         (%.gz): Removed.
42637         (%.uu): Removed.
42638         (ETAGS): Remove, it's in Makeconfig.
42639         (move-if-change): Remove, it's in Makeconfig.
42640
42641 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42642
42643         [BZ #13970]
42644         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42645         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42646         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42647         (strtod_l, strtof_l, strtold_l): Remove __wur.
42648         It is not necessarily an error to ignore strtol's return value.
42649         One can reliably look at the stored endptr to decide whether
42650         the number had valid syntax.
42651
42652 2012-04-21  Andreas Jaeger  <aj@suse.de>
42653
42654         [BZ #13739]
42655         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42656
42657 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42658
42659         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42660         * sysdeps/unix/sysv/Versions: Remove file.
42661
42662 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42663
42664         [BZ #13927]
42665         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42666
42667 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42668
42669         [BZ #7064]
42670         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42671         version from __vm86.
42672
42673 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42674
42675         * sysdeps/unix/common/lxstat.c: Remove file.
42676         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42677
42678         * sysdeps/unix/sysv/Makefile: Remove file.
42679
42680         * sysdeps/unix/sysv/direct.h: Remove file.
42681
42682         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42683         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42684         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42685         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42686         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42687         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42688         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42689
42690         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42691
42692         * sysdeps/unix/xmknod.c: Remove file.
42693         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42694
42695         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42696
42697         * sysdeps/unix/sysv/i386/time.S: Remove file.
42698
42699         * sysdeps/unix/fxstat.c: Remove file.
42700         * sysdeps/unix/xstat.c: Likewise.
42701         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42702
42703         * sysdeps/unix/sysv/sigaction.c: Remove file.
42704
42705         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42706         (sysdep_headers): Remove variable.
42707         [termio.h not in sysdep_headers] (generated): Likewise.
42708         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42709         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42710         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42711         * sysdeps/unix/sysv/tcflow.c: Likewise.
42712         * sysdeps/unix/sysv/tcflush.c: Likewise.
42713         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42714         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42715         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42716         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42717         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42718
42719         * sysdeps/unix/siglist.c: Remove file.
42720
42721         * sysdeps/unix/getppid.S: Remove file.
42722
42723         * sysdeps/unix/mkdir.c: Remove file.
42724         * sysdeps/unix/rmdir.c: Likewise.
42725
42726 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42727
42728         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42729         ERR_MAX value.
42730         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42731         errlist-compat value.
42732
42733 2012-04-18  David S. Miller  <davem@davemloft.net>
42734
42735         * sysdeps/generic/memcopy.h (reg_char): Delete.
42736         * debug/strcat_chk.c: Use char, not reg_char.
42737         * debug/strcpy_chk.c: Likewise.
42738         * debug/strncat_chk.c: Likewise.
42739         * debug/strncpy_chk.c: Likewise.
42740         * string/memchr.c: Likewise.
42741         * string/memrchr.c: Likewise.
42742         * string/rawmemchr.c: Likewise.
42743         * string/strcat.c: Likewise.
42744         * string/strchr.c: Likewise.
42745         * string/strchrnul.c: Likewise.
42746         * string/strcmp.c: Likewise.
42747         * string/strcpy.c: Likewise.
42748         * string/strncat.c: Likewise.
42749         * string/strncmp.c: Likewise.
42750         * string/strncpy.c: Likewise.
42751
42752 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42753
42754         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42755         __builtin_memcopy is called when src and dest ranges are known to not
42756         overlap.
42757
42758 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42759
42760         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42761         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42762         fwd_align_merge macro call.
42763         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42764         bwd_align_merge macro call.
42765         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42766
42767 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42768
42769         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42770         bwd_align_merge macros.
42771         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42772         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42773         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42774
42775 2012-04-18  David S. Miller  <davem@davemloft.net>
42776
42777         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42778
42779 2012-04-18  Andreas Jaeger  <aj@suse.de>
42780
42781         [BZ# 6794]
42782         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42783         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42784         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42785
42786         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42787         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42788         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42789
42790         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42791         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42792         Adjust for changed ldbl-128 files.
42793
42794         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42795         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42796         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42797
42798 2012-04-17  David S. Miller  <davem@davemloft.net>
42799
42800         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42801
42802 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42803
42804         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42805         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42806         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42807         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42808         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42809         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42810
42811 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42812
42813         [BZ #6794]
42814         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42815         * math/libm-test.inc: Add ilogb errno and exception tests.
42816         * math/w_ilogb.c: New file: ilogb wrapper.
42817         * math/w_ilogbf.c: New file: ilogbf wrapper.
42818         * math/w_ilogbl.c: New file: ilogbl wrapper.
42819         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42820         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42821         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42822         exception being thrown with 0.0 as argument.
42823         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42824         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42825         exception being thrown with 0.0 as argument.
42826         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42827         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42828         exception being thrown with 0.0 as argument.
42829         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42830         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42831         exception being thrown with 0.0 as argument.
42832         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42833         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42834         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42835         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42836         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42837         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42838         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42839         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42840         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42841
42842 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42843
42844         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42845         with altivec.
42846
42847 2012-04-16  Marek Polacek  <polacek@redhat.com>
42848
42849         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42850
42851 2012-04-16  Marek Polacek  <polacek@redhat.com>
42852
42853         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42854         operands of fdivp instruction.
42855
42856 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42857
42858         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42859         * elf/tst-auditmod3b.c: Likewise.
42860         * elf/tst-auditmod4b.c: Likewise.
42861         * elf/tst-auditmod5b.c: Likewise.
42862         * elf/tst-auditmod6b.c: Likewise.
42863         * elf/tst-auditmod6c.c: Likewise.
42864         * elf/tst-auditmod7b.c: Likewise.
42865         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42866         * sysdeps/x86_64/preconfigure.in: Likewise.
42867         * sysdeps/x86_64/preconfigure: Regenerated.
42868
42869 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42870
42871         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42872         __ILP32__.
42873
42874 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42875
42876         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42877         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42878
42879 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42880
42881         [BZ #13973]
42882         * locale/iso-639.def: Fix gl language name. Spotted by
42883         Yaron Shahrabani.
42884
42885 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42886
42887         [BZ #2074]
42888         * libio/libio.h (__io_write_fn): Update comment.
42889
42890 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42891
42892         [BZ #2074]
42893         * stdio.texi (Hook Functions): The user provided writer function
42894         is not allowed to return -1.
42895
42896 2012-04-11  David S. Miller  <davem@davemloft.net>
42897
42898         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42899
42900 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42901
42902         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42903         Add a leading slash to rtkaio.
42904
42905 2012-04-11  Jim Meyering  <meyering@redhat.com>
42906
42907         [BZ #11959]
42908         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42909         It is not necessarily an error to ignore fwrite's return
42910         value.  One can reliably use ferror to test for errors after
42911         the fact.
42912
42913 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42914
42915         * bits/types.h (__snseconds_t): New type.
42916         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42917
42918         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42919         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42920         (__SNSECONDS_T_TYPE): Likewise.
42921         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42922         (__SNSECONDS_T_TYPE): Likewise.
42923         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42924         (__SNSECONDS_T_TYPE): Likewise.
42925
42926 2012-04-10  Andreas Jaeger  <aj@suse.de>
42927
42928         [BZ #2636]
42929         * manual/time.texi (Processor Time): Return type of times is
42930         elapsed real time since an arbitrary point in the past.
42931         (CPU Time): Move CLK_TCK from here...
42932         (Processor Time): ...to here.  Correct description.
42933         * manual/conf.texi (Constants for Sysconf): Correct description of
42934         _SC_CLK_TCK.
42935
42936 2012-04-10  David S. Miller  <davem@davemloft.net>
42937
42938         [BZ #13967]
42939         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42940         where the is a gap between DT_REL(A) and DT_JMPREL.
42941
42942 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42943
42944         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42945         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42946         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42947
42948 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42949
42950         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42951         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42952         (dl_main): Handle --inhibit-cache.
42953         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42954         _dl_inhibit_cache.
42955         * elf/dl-load.c (_dl_map_object): Use it.
42956         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42957
42958 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42959
42960         [BZ #13872]
42961         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42962         (__ieee754_powl): Saturate large exponents rather than testing for
42963         overflow of y*log2(x).
42964         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42965         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42966         exceptions.
42967
42968         [BZ #11521]
42969         * math/s_ctan.c: Include <float.h>.
42970         (__ctan): Avoid internal overflow or cancellation in calculating
42971         denominator.
42972         * math/s_ctanf.c: Likewise.
42973         * math/s_ctanl.c: Likewise.
42974         * math/s_ctanh.c: Likewise.
42975         * math/s_ctanhf.c: Likewise.
42976         * math/s_ctanhl.c: Likewise.
42977         * math/libm-test.inc (ctan_test): Add more tests.
42978         (ctanh_test): Likewise.
42979         * sysdeps/i386/fpu/libm-test-ulps: Update.
42980         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42981
42982 2012-04-09  Andreas Jaeger  <aj@suse.de>
42983
42984         [BZ #6894]
42985         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42986         is an optional BSD extension.
42987
42988         [BZ #10254]
42989         * manual/stdio.texi (Opening Streams): Document additional fopen
42990         parameters.
42991
42992 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42993
42994         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42995         %eax without telling the compiler.
42996
42997 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42998
42999         [BZ # 13963]
43000         * manual/install.texi: Use sourceware.org.
43001
43002 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43003
43004         [BZ #13873]
43005         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43006         (__ieee754_pow): Generate overflow and underflow using huge*huge
43007         and tiny*tiny rather than just returning constant infinity or zero
43008         for large exponents.
43009         * math/libm-test.inc (pow_test): Require overflow exceptions for
43010         applicable cases of large exponents.
43011
43012         [BZ #706]
43013         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43014         (__ieee754_pow): Use iterative multiplication algorithm only for
43015         integer exponents with absolute value below 1024.  Check for odd
43016         integer exponents when using algorithm for real exponents.
43017         * math/libm-test.inc (pow_test): Add more tests.
43018         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43019
43020 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43021
43022         [BZ #13705]
43023         * math/libm-test.inc (exp_test): Do not allow overflow exception
43024         on underflow test.
43025
43026 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43027
43028         [BZ #13705]
43029         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43030         instead of __kernel_standard_f.
43031
43032 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43033
43034         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43035         * sysdeps/x86_64/memset_chk.S: Likewise.
43036
43037 2012-04-08  Andreas Jaeger  <aj@suse.de>
43038
43039         [BZ #10153]
43040         * manual/startup.texi (Environment Access): Describe return value
43041         for putenv and setenv.
43042
43043         [BZ #6895]
43044         * manual/filesys.texi (Directory Entries): Add description for
43045         DT_LNK.
43046
43047         [BZ #6890]
43048         * manual/filesys.texi (Directory Entries): Clarify that it's file
43049         system not operating system in the description of DT_UNKNOWN.
43050
43051         [BZ #6578]
43052         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43053
43054 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43055
43056         [BZ #6649]
43057         * manual/llio.texi (Opening and Closing Files): Add cross
43058         reference to explain mode argument.
43059
43060 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43061
43062         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43063         * sysdeps/x86_64/memset_chk.S: Likewise.
43064
43065 2012-04-07  David S. Miller  <davem@davemloft.net>
43066
43067         * elf/elf.h (R_SPARC_WDISP10): Define.
43068         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43069         R_SPARC_SIZE32.
43070         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43071         R_SPARC_SIZE64 and R_SPARC_H34.
43072
43073 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43074
43075         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43076         conditions and remove no longer applicable assertion.
43077
43078 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43079
43080         * bits/byteswap.h: Include <features.h>.
43081         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43082         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43083
43084 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43085
43086         * bits/byteswap.h (__bswap_16): Removed.
43087         Include <bits/byteswap-16.h> to get __bswap_16.
43088         * sysdeps/i386/bits/byteswap.h: Likewise.
43089         * sysdeps/s390/bits/byteswap.h: Likewise.
43090         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43091         * bits/byteswap-16.h: New file.
43092         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43093         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43094         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43095         * string/Makefile (headers): Add bits/byteswap-16.h.
43096
43097 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43098
43099         [BZ #13895]
43100         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43101         extra indirection.
43102         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43103         * nss/tst-nss-static.c: New.
43104
43105 2012-04-06  Robert Millan  <rmh@gnu.org>
43106
43107         [BZ #6486]
43108         * manual/llio.texi (File Position Primitive): lseek
43109         refers to WHENCE when it really means OFFSET.
43110
43111 2012-04-06  Andreas Jaeger  <aj@suse.de>
43112
43113         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43114         strncmp declarations.
43115
43116         * abilist/libc.abilist: Add __poll and __ppoll.
43117
43118 2012-04-05  David S. Miller  <davem@davemloft.net>
43119
43120         * scripts/check-local-headers.sh: Accept a host triplet in the
43121         path matched by the exclude regexp.
43122
43123         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43124         definition.
43125         * sysdeps/powerpc/powerpc32/dl-machine.h
43126         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43127         * sysdeps/s390/s390-32/dl-machine.h
43128         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43129         * sysdeps/sparc/sparc32/dl-machine.h
43130         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43131         * sysdeps/sparc/sparc64/dl-machine.h
43132         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43133
43134         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43135         lazy binding.
43136         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43137         undefined symbol errors.
43138
43139         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43140         DT_NEEDED entries.
43141
43142 2012-04-05  Michael Matz  <matz@suse.de>
43143
43144         [BZ #13592]
43145         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43146
43147 2012-04-05  Andreas Jaeger  <aj@suse.de>
43148
43149         [BZ #13908]
43150         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43151         comment.
43152
43153 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43154
43155         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43156         which ROUND is no valid rounding mode.
43157
43158 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43159
43160         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43161         read again.
43162         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43163
43164 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43165
43166         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43167         an exception using FPU order intentionally.
43168
43169 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43170
43171         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43172         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43173         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43174         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43175
43176 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43177
43178         [BZ #12340]
43179         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43180         EINVAL when BUFLEN is too smal.
43181
43182 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43183
43184         [BZ #13553]
43185         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43186         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43187
43188 2012-04-03  Andreas Jaeger  <aj@suse.de>
43189
43190         [BZ #13938]
43191         * manual/setjmp.texi (System V contexts): Fix sentence.
43192
43193         [BZ #13926]
43194         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43195         New macro for this case.
43196         [!__GNUC__] (__bswap_64): New inline function for this case.
43197         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43198         * bits/byteswap.h: Likewise.
43199         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43200         ull, guard with __GLIBC_HAVE_LONG_LONG.
43201
43202         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43203         __GLIBC_HAVE_LONG_LONG.
43204
43205         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43206         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43207
43208 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43209
43210         [BZ #13691]
43211         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43212         inptr and inend, rather than using last_ch.
43213
43214 2012-04-02  David S. Miller  <davem@davemloft.net>
43215
43216         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43217         * stdio-common/printf-parse.h (read_int): Change return type to
43218         'int', return -1 on INT_MAX overflow.
43219         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43220         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43221         overflows INT_MAX.  Check for overflow of in-format-string precision
43222         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43223         SIZE_MAX not INT_MAX for integer overflow test.
43224         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43225         skip the construct in the format string but do not record anything.
43226         * stdio-common/bug22.c: Adjust to test both width/prevision
43227         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43228         explicitly for proper errno values.
43229
43230 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43231
43232         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43233         CHAR_MAX.
43234         * string/test-strcmp.c [! WIDE]: Likewise.
43235         * time/tst-mktime2.c: Likewise for INT_MAX.
43236         * string/test-string.h: #include <sys/param.h> for MIN.
43237
43238         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43239         * sysdeps/i386/init-first.c (init): Likewise.
43240         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43241         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43242         * sysdeps/sh/init-first.c (init): Likewise.
43243
43244 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43245
43246         * po/ru.po: Update from translation team.
43247         * po/vi.po: Likewise.
43248
43249 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43250
43251         * resolv/nss_dns/dns-host.c: Merge copyright years.
43252
43253 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43254
43255         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43256         Optimize memcpy with prefetch if
43257         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43258         src, dst pointers have unequal 16 byte alignments.
43259
43260 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43261
43262         [BZ #13928]
43263         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43264         from a CNAME entry and return the minimum ttl for the query.
43265         (gaih_getanswer_slice): Likewise.
43266
43267 2012-03-30  Jeff Law  <law@redhat.com>
43268
43269         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43270         due to long keys.
43271         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43272         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43273
43274         * resolv/nss_dns/dns-host.c: Update copyright year.
43275
43276 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43277
43278         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43279         requests to save a system call.  Fix check that all bytes are sent.
43280
43281         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43282         comments for sendmmsg.
43283
43284 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43285
43286         [BZ #13691]
43287         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43288         with only 1 character between 0x0041 and 0x01b0.
43289         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43290         * wcsmbs/tst-mbsnrtowcs.c: New file.
43291
43292 2012-03-29  David S. Miller  <davem@davemloft.net>
43293
43294         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43295         small copies by hand.
43296
43297 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43298
43299         [BZ #13761]
43300         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43301         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43302         group memberships.
43303
43304 2012-03-28  David S. Miller  <davem@davemloft.net>
43305
43306         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43307         that branches into memcpy.
43308         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43309         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43310         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43311         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43312         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43313         bits.
43314         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43315         implementation too.
43316         * sysdeps/sparc/mempcpy.S: New file.
43317
43318         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43319         the IFUNC routine in the libc case.
43320         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43321
43322         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43323         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43324         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43325         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43326         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43327         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43328         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43329         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43330
43331         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43332         loop to 256 bytes instead of 64 bytes and fix test signedness.
43333
43334         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43335         * sysdeps/sparc/sparc32/Makefile: rather than here...
43336         * sysdeps/sparc/sparc64/Makefile: and here.
43337
43338 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43339
43340         * malloc/mallocbug.c: Avoid warnings about unused variables.
43341
43342 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43343
43344         [BZ #13760]
43345         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43346         in the right place. Discard and retry query if response is
43347         larger than input buffer size.
43348
43349 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43350
43351         [BZ #369]
43352         [BZ #2678]
43353         [BZ #3866]
43354         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43355         x for large integer exponent.
43356         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43357         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43358         sign of result as needed afterwards.
43359         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43360         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43361         result for underflowing pow the same as for overflow.
43362         (__kernel_standard_l): Handle powl overflow and underflow here
43363         rather than calling __kernel_standard.
43364         * math/libm-test.inc (pow_test): Add more tests.
43365
43366         [BZ #3868]
43367         [BZ #13879]
43368         [BZ #13910]
43369         [BZ #13911]
43370         [BZ #13912]
43371         [BZ #13913]
43372         [BZ #13915]
43373         [BZ #13916]
43374         [BZ #13917]
43375         [BZ #13918]
43376         [BZ #13919]
43377         [BZ #13920]
43378         [BZ #13921]
43379         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43380         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43381         (__kernel_standard_l): New function.
43382         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43383         __kernel_standard.
43384         * math/w_acosl.c (__acosl): Likewise.
43385         * math/w_asinl.c (__asinl): Likewise.
43386         * math/w_atan2l.c (__atan2l): Likewise.
43387         * math/w_atanhl.c (__atanhl): Likewise.
43388         * math/w_coshl.c (__coshl): Likewise.
43389         * math/w_exp10l.c (__exp10l): Likewise.
43390         * math/w_exp2l.c (__exp2l): Likewise.
43391         * math/w_fmodl.c (__fmodl): Likewise.
43392         * math/w_hypotl.c (__hypotl): Likewise.
43393         * math/w_j0l.c (__j0l, __y0l): Likewise.
43394         * math/w_j1l.c (__j1l, __y1l): Likewise.
43395         * math/w_jnl.c (__jnl, __ynl): Likewise.
43396         * math/w_lgammal.c (__lgammal): Likewise.
43397         * math/w_log10l.c (__log10l): Likewise.
43398         * math/w_log2l.c (__log2l): Likewise.
43399         * math/w_logl.c (__logl): Likewise.
43400         * math/w_powl.c (__powl): Likewise.
43401         * math/w_remainderl.c (__remainderl): Likewise.
43402         * math/w_scalbl.c (sysv_scalbl): Likewise.
43403         * math/w_sinhl.c (__sinhl): Likewise.
43404         * math/w_sqrtl.c (__sqrtl): Likewise.
43405         * math/w_tgammal.c (__tgammal): Likewise.
43406         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43407         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43408         * math/libm-test.inc (acos_test): Add more tests.
43409         (acosh_test): Likewise.
43410         (asin_test): Likewise.
43411         (atanh_test): Likewise.
43412         (exp_test): Likewise.
43413         (exp10_test): Likewise.
43414         (exp2_test): Likewise.
43415         (expm1_test): Likewise.
43416         (lgamma_test): Likewise.
43417         (log_test): Likewise.
43418         (log10_test): Likewise.
43419         (log1p_test): Likewise.
43420         (log2_test): Likewise.
43421         (pow_test): Do not allow some spurious overflow exceptions.
43422         (sqrt_test): Add more tests.
43423         (tgamma_test): Likewise.
43424         (y0_test): Likewise.
43425         (y1_test): Likewise.
43426         (yn_test): Likewise.
43427
43428 2012-03-27  Anton Blanchard  <anton@samba.org>
43429
43430         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43431         MAP_HUGETLB.
43432         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43433         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43434         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43435
43436 2012-03-27  David S. Miller  <davem@davemloft.net>
43437
43438         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43439
43440         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43441         have-as-vis3 check.
43442
43443 2012-03-27  Andreas Jaeger  <aj@suse.de>
43444
43445         * sysdeps/x86_64/elf/configure.in: Moved to ...
43446         * sysdeps/x86_64/configure.in: ... here.
43447         * sysdeps/x86_64/elf/start.S: Moved to ...
43448         * sysdeps/x86_64/start.S: ... here.
43449         * sysdeps/x86_64/elf/configure: Delete.
43450
43451         * sysdeps/x86_64/configure.in: Merge contents from
43452         sysdeps/i386/configure.in (without i686 check).
43453
43454         * sysdeps/i386/elf/Versions: Merge into ...
43455         * sysdeps/i386/Versions: ... this.
43456         * sysdeps/i386/elf/Versions: Delete file.
43457         * sysdeps/i386/elf/start.S: Moved to ...
43458         * sysdeps/i386/start.S: ...here.
43459         * sysdeps/i386/elf/configure.in: Merge into...
43460         * sysdeps/i386/configure.in: ...here.
43461         * sysdeps/i386/elf/configure.in: Delete file.
43462         * sysdeps/i386/elf/configure: Delete file.
43463
43464         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43465         * debug/backtracesyms.c: ... here.
43466         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43467         * debug/backtracesymsfd.c: ... here.
43468         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43469         * sysdeps/generic/ifunc-sel.h: ... here.
43470
43471         * sysdeps/unix/i386/start.c: Delete file.
43472         * sysdeps/unix/sparc/start.c: Delete file.
43473         * sysdeps/unix/start.c: Delete file.
43474
43475         * sysdeps/sh/elf/configure.in: Moved to ...
43476         * sysdeps/sh/configure.in: ... here.
43477         * sysdeps/sh/elf/start.S: Moved to ...
43478         * sysdeps/sh/start.S: ... here.
43479         * sysdeps/sh/elf/configure: Delete file.
43480
43481         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43482         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43483         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43484         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43485         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43486         * sysdeps/powerpc/powerpc64/start.S: here.
43487         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43488         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43489         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43490         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43491         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43492
43493         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43494         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43495         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43496         * sysdeps/powerpc/powerpc32/start.S: ... here.
43497         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43498         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43499         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43500
43501         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43502         * sysdeps/powerpc/ifunc-sel.h: ... here.
43503         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43504         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43505
43506         * sysdeps/sparc/elf/configure.in: Moved to ...
43507         * sysdeps/sparc/configure.in: ... here.
43508         * sysdeps/sparc/elf/configure: Delete file.
43509         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43510         * sysdeps/sparc/sparc32/start.S: ... here.
43511         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43512         * sysdeps/sparc/sparc64/start.S: ... here.
43513         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43514         * sysdeps/sparc/sparc32/Makefile: ... this.
43515         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43516         * sysdeps/sparc/sparc64/Makefile: ... this.
43517
43518         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43519         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43520         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43521         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43522         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43523         * sysdeps/s390/s390-32/setjmp.S: ... here.
43524         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43525         * sysdeps/s390/s390-32/configure.in: ... here.
43526         * sysdeps/s390/s390-32/elf/configure: Delete file.
43527         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43528         * sysdeps/s390/s390-32/start.S: ... here.
43529
43530         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43531         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43532         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43533         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43534         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43535         * sysdeps/s390/s390-64/setjmp.S: ... here.
43536         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43537         * sysdeps/s390/s390-64/configure.in: ... here
43538         * sysdeps/s390/s390-64/elf/configure: Delete file.
43539         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43540         * sysdeps/s390/s390-64/start.S: ... here.
43541         * sysdeps/s390/s390-64/elf/configure: Delete.
43542
43543         * configure.in: Remove support for elf directories in sysdeps.
43544
43545         * configure: Regenerated.
43546         * sysdeps/i386/configure: Regenerated.
43547         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43548         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43549         * sysdeps/s390/s390-32/configure: Regenerated.
43550         * sysdeps/s390/s390-64/configure: Regenerated.
43551         * sysdeps/sh/configure: Regenerated.
43552         * sysdeps/sparc/configure: Regenerated.
43553         * sysdeps/x86_64/configure: Regenerated.
43554
43555 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43556
43557         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43558
43559         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43560         denormal result into account.
43561
43562 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43563
43564         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43565         Reported by Allan McRae <allan@archlinux.org>.
43566
43567 2012-03-23  Jeff Law  <law@redhat.com>
43568
43569         * nss/getnssent.c (__nss_getent): Fix typo.
43570
43571 2012-03-23  David S. Miller  <davem@davemloft.net>
43572
43573         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43574
43575 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43576
43577         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43578         to pad to uint64_t for each field.
43579         (dl_tls_index): Replace unsigned long with uint64_t.
43580
43581 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43582         Paul Pluzhnikov  <ppluzhnikov@google.com>
43583
43584         [BZ #6528]
43585         * grp/Makefile (otherlibs): Don't set it.
43586         * inet/Makefile (otherlibs): Likewise.
43587         * login/Makefile (otherlibs): Likewise.
43588         * nscd/Makefile (otherlibs): Likewise.
43589         * posix/Makefile (otherlibs): Likewise.
43590         * pwd/Makefile (otherlibs): Likewise.
43591         * rt/Makefile (otherlibs): Likewise.
43592         * sunrpc/Makefile (otherlibs): Likewise.
43593         * nss/Makefile (otherlibs): Likewise.
43594         Add libnss_files to routines and static-only-routines.
43595         ($(objpfx)getent): Remove rule.
43596         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43597         static-only-routines.
43598
43599 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43600
43601         [BZ #13892]
43602         * math/s_cexp.c: Include <float.h>.
43603         (__cexp): Handle exp result overflowing not necessarily
43604         overflowing both real and imaginary parts of result.
43605         * math/s_cexpf.c: Likewise.
43606         * math/s_cexpl.c: Likewise.
43607         * math/libm-test.inc (cexp_test): Add more tests.
43608         * sysdeps/i386/fpu/libm-test-ulps: Update.
43609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43610
43611 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43612
43613         * include/link.h (ELFW): New macro.
43614         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43615         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43616
43617 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43618
43619         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43620         with uint64_t.
43621
43622 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43623
43624         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43625         declaration.
43626         (struct La_x32_retval): Likewise.
43627
43628 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43629
43630         * sysdeps/x86_64/preconfigure.in: New file.
43631         * sysdeps/x86_64/preconfigure: New generated file.
43632
43633 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43634
43635         [BZ #13824]
43636         * math/e_exp2l.c: Include <float.h>.
43637         (__ieee754_exp2l): Handle overflow and underflow cases
43638         separately.  Only pass fractional part of argument to
43639         __ieee754_expl.
43640         * math/libm-test.inc (exp2_test): Add more tests.
43641
43642         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43643         negating x to take absolute value.
43644         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43645         Likewise.
43646         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43647         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43648         Likewise.
43649         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43650         computing low part if x was negated.
43651         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43652
43653 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43654
43655         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43656         la_x32_gnu_pltexit.
43657         (pltexit): Cast int_retval to ptrdiff_t.
43658         * elf/tst-auditmod3b.c: Likewise.
43659         * elf/tst-auditmod4b.c: Likewise.
43660         * elf/tst-auditmod5b.c: Likewise.
43661         * elf/tst-auditmod6b.c: Likewise.
43662         * elf/tst-auditmod6c.c: Likewise.
43663         * elf/tst-auditmod7b.c: Likewise.
43664
43665         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43666         and x32_gnu_pltexit.
43667
43668         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43669         __ELF_NATIVE_CLASS.
43670         (La_x32_regs): New macro.
43671         (La_x32_retval): Likewise.
43672         (la_x32_gnu_pltenter): New function prototype.
43673         (la_x32_gnu_pltexit): Likewise.
43674
43675 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43676
43677         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43678         exponent.
43679
43680         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43681
43682         * configure.in (libc_cv_cc_nofma): Check for option to disable
43683         generation of FMA instructions.
43684         * configure: Regenerate.
43685         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43686         * sysdeps/ieee754/dbl-64/Makefile: New file.
43687         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43688         Remove brandred-fma4.
43689         (CFLAGS-brandred-fma4.c): Remove.
43690         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43691         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43692         define.
43693         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43694         define.
43695
43696 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43697
43698         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43699         LLONG_MAX != LONG_MAX.
43700         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43701         (_fitoa_word): Likewise.
43702         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43703         LLONG_MAX != LONG_MAX.
43704         * stdio-common/_itowa.h: Include <_itoa.h>.
43705         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43706         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43707         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43708         only if not defined.
43709         (_ITOA_WORD_TYPE): Likewise.
43710         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43711         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43712
43713 2012-03-21  David S. Miller  <davem@davemloft.net>
43714
43715         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43716
43717 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43718
43719         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43720         of x86_64 when setting libc_cv_slibdir, libdir and
43721         libc_cv_localedir.
43722         * sysdeps/unix/sysv/linux/configure: Regenerated.
43723
43724 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43725
43726         * manual/lang.texi (Old Varargs): Remove section.
43727         (How Variadic): Update menu.
43728         (va_start): Do not mention varargs.h.
43729
43730 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43731             Joseph Myers  <joseph@codesourcery.com>
43732
43733         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43734         link test.
43735         * configure: Regenerated.
43736
43737 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43738
43739         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43740         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43741         conformtest.pl
43742
43743 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43744
43745         * NOTES: Remove.
43746         * Makefile (files-for-dist): Remove NOTES.
43747         (NOTES): Remove rule.
43748         * README: Don't refer to NOTES.
43749         * manual/creature.texi: Don't include macros.texi.
43750         * manual/intro.texi (creature.texi): Remove comment referring to
43751         NOTES.
43752
43753         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43754         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43755         * configure: Regenerated.
43756         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43757         LIBC_TRY_CC_OPTION.
43758         (libc_cv_as_i686): Likewise.
43759         (libc_cv_cc_avx): Likewise.
43760         (libc_cv_cc_sse2avx): Likewise.
43761         (libc_cv_cc_fma4): Likewise.
43762         (libc_cv_cc_novzeroupper): Likewise.
43763         * sysdeps/i386/configure: Regenerated.
43764
43765         [BZ #13883]
43766         * sysdeps/i386/fpu/s_cexp.S: Remove.
43767         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43768         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43769         * math/libm-test.inc (cexp_test): Add more tests.
43770         * sysdeps/i386/fpu/libm-test-ulps: Update.
43771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43772
43773 2012-03-21  Allan McRae  <allan@archlinux.org>
43774
43775         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43776
43777 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43778
43779         [BZ #13871]
43780         * math/w_exp2.c: Do not include <float.h>.
43781         (o_threshold, u_threshold): Remove.
43782         (__exp2): Calculate result before checking finiteness and calling
43783         __kernel_standard.
43784         * math/w_exp2f.c: Likewise.
43785         * math/w_exp2l.c: Likewise.
43786         * math/libm-test.inc (exp2_test): Require overflow exception for
43787         1e6 input.
43788
43789         [BZ #3866]
43790         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43791         range of signed 64-bit integers before using fistpll.  Remove
43792         checks for whether integers fit in mantissa bits.
43793         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43794         the range of signed 32-bit integers before using fistpl.  Remove
43795         checks for whether integers fit in mantissa bits.
43796         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43797         (__ieee754_powl): Test for y outside the range of signed 64-bit
43798         integers before using fistpll.  Reduce 64-bit values to 63-bit
43799         ones as needed.
43800         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43801         divide-by-zero is raised for zero to large negative powers.
43802         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43803         (__ieee754_powl): Test for y outside the range of signed 64-bit
43804         integers before using fistpll.  Reduce 64-bit values to 63-bit
43805         ones as needed.
43806         * math/libm-test.inc (pow_test): Add more tests.
43807
43808 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43809
43810         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43811         <stdio-common/_itoa.h>.
43812         * debug/segfault.c: Likewise.
43813         * elf/dl-cache.c: Likewise.
43814         * elf/dl-minimal.c: Likewise.
43815         * elf/dl-misc.c: Likewise.
43816         * elf/dl-sysdep.c: Likewise.
43817         * elf/dl-version.c: Likewise.
43818         * elf/rtld.c: Likewise.
43819         * hurd/hurdsock.c: Likewise.
43820         * hurd/lookup-retry.c: Likewise.
43821         * malloc/malloc.c: Likewise.
43822         * malloc/mtrace.c: Likewise.
43823         * nscd/nscd_getgr_r.c: Likewise.
43824         * nscd/nscd_getpw_r.c: Likewise.
43825         * nscd/nscd_getserv_r.c: Likewise.
43826         * posix/getopt_init.c: Likewise.
43827         * posix/wordexp.c: Likewise.
43828         * stdio-common/_itoa.c: Likewise.
43829         * stdio-common/printf_fphex.c: Likewise.
43830         * stdio-common/vfprintf.c: Likewise.
43831         * string/_strerror.c: Likewise.
43832         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43833         * sysdeps/i386/i686/hp-timing.h: Likewise.
43834         * sysdeps/mach/_strerror.c: Likewise.
43835         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43836         * sysdeps/mach/hurd/sethostid.c: Likewise.
43837         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43838         * sysdeps/mach/xpg-strerror.c: Likewise.
43839         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43840         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43841         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43842         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43843         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43844         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43845         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43846         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43847         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43848         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43849         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43850         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43851         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43852         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43853         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43854         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43855         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43856         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43857         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43858         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43859         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43860
43861         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43862
43863         * stdio-common/_itoa.h: Moved to ...
43864         * sysdeps/generic/_itoa.h: Here.
43865
43866         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43867
43868         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43869         instead of "_itoa.h" and "_itowa.h".
43870         * stdio-common/vfprintf.: Likewise.
43871
43872 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43873
43874         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43875         <bits/wordsize.h>.
43876         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43877         (__signbit): Likwise.
43878         (llrintf): Likwise.
43879         (llrint): Likwise.
43880
43881 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43882
43883         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43884         __WORDSIZE != 64.
43885
43886 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43887
43888         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43889         OVERFLOW_EXCEPTION_OK.
43890         * math/libm-test.inc ("Philosophy"): Update comment about
43891         exception testing.
43892         (OVERFLOW_EXCEPTION): Define.
43893         (OVERFLOW_EXCEPTION_OK): Likewise.
43894         (INVALID_EXCEPTION_OK): Renumber.
43895         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43896         (IGNORE_ZERO_INF_SIGN): Likewise.
43897         (test_exceptions): Handle FE_OVERFLOW.
43898         (exp10_test): Expect overflow exceptions.
43899         (exp2_test): Likewise.
43900         (expm1_test): Likewise.
43901         (nextafter_test): Likewise.
43902         (pow_test): Likewise.
43903         (scalbn_test): Likewise.
43904         (scalbln_test): Likewise.
43905
43906 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43907
43908         * sysdeps/x86_64/bits/atomic.h
43909         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43910         64bit integer.
43911         (atomic_exchange_acq): Likewise.
43912         (__arch_exchange_and_add_body): Likewise.
43913         (__arch_add_body): Likewise.
43914         (atomic_add_negative): Likewise.
43915         (atomic_add_zero): Likewise.
43916
43917 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43918
43919         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43920         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43921
43922 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43923
43924         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43925         Check __x86_64__ instead of __WORDSIZE.
43926
43927 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43928
43929         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43930
43931 2012-03-19  David S. Miller  <davem@davemloft.net>
43932
43933         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43934
43935         * sysdeps/sparc/fpu/fenv_private.h: New file.
43936         * sysdeps/sparc/fpu/math_private.h: Use it.
43937         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43938         Remove.
43939         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43940         (libc_feholdexcept_setroundl): Remove.
43941         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43942         Remove.
43943         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43944         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43945
43946 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43947
43948         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43949         int64_t instead of long int.
43950         (INSERT_WORDS64): Likwise.
43951
43952 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43953
43954         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43955         _Unwind_GetCFA return to _Unwind_Ptr first.
43956
43957 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43958
43959         [BZ #13629]
43960         * math/s_clog.c: Include <float.h>.
43961         (__clog): Scale large or subnormal inputs.
43962         * math/s_clogf.c: Likewise.
43963         * math/s_clogl.c: Likewise.
43964         * math/s_clog10.c: Include <float.h>.
43965         (M_LOG10_2): Define.
43966         (__clog10): Scale large or subnormal inputs.
43967         * math/s_clog10f.c: Likewise.
43968         * math/s_clog10l.c: Likewise.
43969         * math/libm-test.inc (clog_test): Add more tests.
43970         (clog10_test): Likewise.
43971         * sysdeps/i386/fpu/libm-test-ulps: Update.
43972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43973
43974         [BZ #11451]
43975         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43976         x and y.
43977         * math/libm-test.inc (atan2_test): Add another test.
43978
43979         * Makerules (common-objdir-compile): Remove.
43980         * sysdeps/unix/Makefile (config-generated): Do not add
43981         $(unix-generated) to variable.
43982         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43983         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43984         Remove rule.
43985         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43986         Likewise.
43987         [generic bits/local_lim.h] (before-compile): Do not append to
43988         variable.
43989         [generic bits/local_lim.h] (common-generated): Likewise.
43990         [generic sys/param.h] (before-compile): Do not append to variable.
43991         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43992         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43993         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43994         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43995         include.
43996         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43997         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43998         [generic sys/param.h] ($(addprefix
43999         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44000         [generic sys/param.h] (common-generated): Do not append to
44001         variable.
44002         [generic sys/param.h] (sysdep_headers): Likewise.
44003         [generic bits/errno.h] (before-compile): Do not append to
44004         variable.
44005         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44006         rule.
44007         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44008         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44009         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44010         [generic bits/errno.h] (common-generated): Do not append to
44011         variable.
44012         [generic bits/ioctls.h] (before-compile): Do not append to
44013         variable.
44014         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44015         rule.
44016         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44017         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44018         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44019         rule.
44020         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44021         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44022         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44023         [generic bits/ioctls.h] (common-generated): Do not append to
44024         variable.
44025         [generic sys/syscall.h] (syscall.h): Remove variable.
44026         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44027         rule.
44028         [generic sys/syscall.h] (before-compile): Do not append to
44029         variable.
44030         [generic sys/syscall.h] (common-generated): Likewise.
44031         * sysdeps/unix/errnos-tmpl.c: Remove file.
44032         * sysdeps/unix/errnos.awk: Likewise.
44033         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44034         * sysdeps/unix/ioctls.awk: Likewise.
44035         * sysdeps/unix/mk-local_lim.c: Likewise.
44036         * sysdeps/unix/snarf-ioctls: Likewise.
44037
44038 2012-03-19  Richard Henderson  <rth@twiddle.net>
44039
44040         * sysdeps/i386/fpu/fenv_private.h: New file.
44041         * sysdeps/i386/fpu/math_private.h: Use it.
44042         (math_opt_barrier, math_force_eval): Remove.
44043         (libc_feholdexcept_setround_53bit): Remove.
44044         (libc_feupdateenv_53bit): Remove.
44045         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44046         (math_opt_barrier, math_force_eval): Remove.
44047         (libc_feholdexcept): Remove.
44048         (libc_feholdexcept_setround): Remove.
44049         (libc_fetestexcept, libc_fesetenv): Remove.
44050         (libc_feupdateenv_test): Remove.
44051         (libc_feupdateenv, libc_feholdsetround): Remove.
44052         (libc_feresetround): Remove.
44053
44054         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44055         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44056
44057         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44058         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44059         (libc_feupdateenv_testl): New.
44060         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44061         (libc_feupdateenv_testf): New.
44062         (libc_feupdateenv): Use libc_feupdateenv_test.
44063         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44064         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44065
44066         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44067         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44068         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44069         (libc_feresetround_noex): New.
44070         (libc_feresetround_noexf): New.
44071         (libc_feresetround_noexl): New.
44072         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44073         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44074         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44075         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44076         SET_RESTORE_ROUND.
44077         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44078         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44079         (__cos): Likewise.
44080         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44081         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44082         SET_RESTORE_ROUND_NOEX.
44083         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44084         SET_RESTORE_ROUND_NOEXF.
44085         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44086         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44087         (libc_feholdsetroundf): New.
44088         (libc_feresetround, libc_feresetroundf): New.
44089
44090         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44091         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44092         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44093
44094         * sysdeps/generic/math_private.h: Include <fenv.h>.
44095         (default_libc_feholdexcept): New.
44096         (default_libc_feholdexcept_setround): New.
44097         (default_libc_fesetenv, default_libc_feupdateenv): New.
44098         (libc_feholdexcept): Only define if undefined.
44099         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44100         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44101         (libc_feholdexcept_setroundl): Likewise.
44102         (libc_feholdexcept_setround_53bit): Likewise.
44103         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44104         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44105         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44106         (libc_feupdateenv_53bit): Likewise.
44107         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44108         (libc_feholdexcept): Convert from macro to inline function.
44109         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44110         (libc_fesetenv, libc_feupdateenv): Likewise.
44111
44112         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44113         not previously defined.
44114         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44115         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44116         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44117         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44118         * sysdeps/ieee754/flt-32/math_private.h: New file.
44119         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44120         math_private.h below SET_FLOAT_WORD.
44121         (__isnan, __isinf_ns, __finite): Remove.
44122         (__isnanf, __isinf_nsf, __finitef): Remove.
44123
44124 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44125
44126         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44127
44128 2012-03-17  David S. Miller  <davem@davemloft.net>
44129
44130         [BZ #6471]
44131         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44132         for 2.16.
44133
44134 2012-03-16  David S. Miller  <davem@davemloft.net>
44135
44136         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44137         warnings.
44138
44139         [BZ #6471]
44140         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44141         properly.
44142         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44143         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44144         sysdep_routines when subdir is sysvipc.
44145         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44146         __getshmlba helper.
44147
44148         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44149
44150 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44151
44152         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44153         [__LP64__].
44154
44155 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44156
44157         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44158         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44159         (__lround): Renamed to ...
44160         (__llround): This.  Replace long int with long long int.
44161         Define lround functions as aliases of llround functions.
44162         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44163
44164 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44165
44166         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44167         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44168         adresses to uintptr_t.  Replace "long int" and "unsigned long
44169         int" with "greg_t" on va_arg.
44170
44171 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44172
44173         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44174         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44175
44176         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44177         Move e_machine check before EI_CLASS check.  Handle x32
44178         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44179         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44180         SKIP_EM_IA_64 and include
44181         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44182
44183         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44184         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44185         (add_system_dir): New macro.
44186
44187         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44188         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44189
44190 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44191
44192         [BZ #2551]
44193         [BZ #2552]
44194         [BZ #2553]
44195         [BZ #2554]
44196         [BZ #2562]
44197         [BZ #2563]
44198         [BZ #2565]
44199         [BZ #2566]
44200         [BZ #2576]
44201         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44202         (y0): Likewise.
44203         * math/w_j0f.c (j0f): Likewise.
44204         (y0f): Likewise.
44205         * math/w_j0l.c (__j0l): Likewise.
44206         (__y0l): Likewise.
44207         * math/w_j1.c (j1): Likewise.
44208         (y1): Likewise.
44209         * math/w_j1f.c (j1f): Likewise.
44210         (y1f): Likewise.
44211         * math/w_j1l.c (__j1l): Likewise.
44212         (__y1l): Likewise.
44213         * math/w_jn.c (jn): Likewise.
44214         (yn): Likewise.
44215         * math/w_jnf.c (jnf): Likewise.
44216         (ynf): Likewise.
44217         * math/w_jnl.c (__jnl): Likewise.
44218         (__ynl): Likewise.
44219         * math/libm-test.inc (j0_test): Add more tests.
44220         (j1_test): Likewise.
44221         (jn_test): Likewise.  Add trailing semicolon to existing test.
44222         (y0_test): Likewise.
44223         (y1_test): Likewise.
44224         * sysdeps/i386/fpu/libm-test-ulps: Update.
44225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44226
44227         [BZ #13851]
44228         [BZ #13854]
44229         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44230         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44231         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44232         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44233         (__tanl): Set errno for infinite argument.
44234         * sysdeps/i386/fpu/mptan.c: Remove.
44235         * sysdeps/i386/fpu/s_tan.S: Likewise.
44236         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44237         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44238         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44239         * math/libm-test.inc (tan_test): Add more tests and enable more
44240         tests for double and long double.
44241         * sysdeps/i386/fpu/libm-test-ulps: Update.
44242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44243
44244 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44245
44246         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44247         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44248
44249 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44250
44251         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44252         * configure.in: Use it for both main tree and add-ons.
44253         * configure: Regenerated.
44254
44255 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44256
44257         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44258
44259 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44260
44261         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44262         in comment.
44263
44264         [BZ #13851]
44265         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44266         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44267         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44268         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44269         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44270         infinite argument.
44271         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44272         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44273         != 0 for prec == 2.
44274         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44275         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44276         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44277         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44278         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44279         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44280         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44281         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44282         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44283         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44284         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44285         * math/libm-test.inc (cos_test): Add more tests and enable more
44286         tests for long double.
44287         (sin_test): Likewise.
44288         (sincos_test): Likewise.
44289         * sysdeps/i386/fpu/libm-test-ulps: Update.
44290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44291
44292 2012-03-16  David S. Miller  <davem@davemloft.net>
44293
44294         * sysdeps/sparc/fpu/math_private.h: New file.
44295
44296 2012-03-15  David S. Miller  <davem@davemloft.net>
44297
44298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44299         file.
44300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44302         file.
44303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44304         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44305         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44306         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44307         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44308         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44309         sysdep routines.
44310         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44311
44312         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44313         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44314
44315         * sysdeps/sparc/sparc-ifunc.h: New file.
44316         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44317         sparc-ifunc.h
44318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44320         Likewise.
44321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44322         Likewise.
44323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44327         Likewise.
44328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44333         Likewise.
44334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44335         Likewise.
44336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44340         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44341         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44342         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44343         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44344         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44345         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44346         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44347         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44348         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44349         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44350         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44351         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44352         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44353         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44354         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44355         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44356         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44357         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44358         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44359         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44360
44361 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44362
44363         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44364         scaling.
44365         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44366
44367 2012-03-15  Andreas Jaeger  <aj@suse.de>
44368
44369         [BZ #13852]
44370         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44371         ieee754/flt-32 implementation for sin, cos and sincos.
44372         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44373         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44374         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44375         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44376         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44377         ieee754/flt-32 implementation for tan.
44378
44379         * math/libm-test.inc (cos_test): Enable some large input tests for
44380         float as well
44381         (sin_test): Likewise.
44382         (sincos_test): Likewise.
44383         (tan_test): Add tests for large input.
44384
44385         * sysdeps/i386/fpu/libm-test-ulps: Update.
44386
44387 2012-03-15  Andreas Jaeger  <aj@suse.de>
44388
44389         [BZ #13658]
44390         * math/libm-test.inc (cos_test): Add more test cases.
44391         (sin_test): Likewise.
44392         (sincos_test): Likewise.
44393
44394 2012-03-15  Andreas Jaeger  <aj@suse.de>
44395
44396         [BZ #13837]
44397         * math/libm-test.inc (cos_test): Add a test case for large input
44398         value.
44399         (sin_test): Likewise.
44400         (sincos_test): Likewise.
44401
44402 2012-03-15  Andreas Jaeger  <aj@suse.de>
44403             Joseph Myers  <joseph@codesourcery.com>
44404
44405         [BZ #13658]
44406         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44407         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44408         * sysdeps/i386/fpu/branred.c: Likewise.
44409         * sysdeps/i386/fpu/dosincos.c: Likewise.
44410         * sysdeps/i386/fpu/mpa.c: Likewise.
44411         * sysdeps/i386/fpu/s_cos.S: Likewise.
44412         * sysdeps/i386/fpu/s_sin.S: Likewise.
44413         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44414         * sysdeps/i386/fpu/sincos32.c: Likewise.
44415
44416         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44417         Define.
44418         (libc_feupdateenv_53bit): Define.
44419         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44420         Define.
44421         (libc_feupdateenv_53bit): Define.
44422
44423         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44424         53 bit (without extend i386 double precision).
44425
44426         * math/libm-test.inc (sincos_test): Add tests for large input.
44427         (sin): Likewise.
44428         (cos): Likewise.
44429
44430         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44431
44432 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44433
44434         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44435
44436 2012-03-15  David S. Miller  <davem@davemloft.net>
44437
44438         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44439         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44440         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44441         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44442         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44443         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44444         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44445         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44446         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44447         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44448         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44449         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44450         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44451         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44452         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44454         file.
44455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44457         file.
44458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44460         file.
44461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44463         file.
44464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44465         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44466         fmin/fmax sysdep routines.
44467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44468
44469 2012-03-14  David S. Miller  <davem@davemloft.net>
44470
44471         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44472         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44473         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44474         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44475         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44476         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44477         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44478         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44479         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44480         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44481         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44482         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44483         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44484         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44485         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44486         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44487         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44488         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44489         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44490         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44491         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44492         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44493         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44494         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44495         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44496         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44497         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44498         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44499         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44500         routines.
44501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44502         file.
44503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44505         file.
44506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44507         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44508         file.
44509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44511         file.
44512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44513         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44514         file.
44515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44517         file.
44518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44519         file.
44520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44521         file.
44522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44523         file.
44524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44525         New file.
44526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44527         file.
44528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44529         file.
44530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44532         file.
44533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44535         file.
44536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44538         file.
44539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44541         VIS3 routines.
44542
44543         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44544         New file.
44545
44546         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44547
44548         * sysdeps/sparc/configure.in: New file.
44549         * sysdeps/sparc/configure: Generate.
44550         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44551         * configure: Regenerate.
44552         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44553         * config.make.in (have-as-vis3): New.
44554         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44555         available use -Av9d instead of -Av9a.
44556         * sysdeps/sparc/sparc64/Makefile: Likewise.
44557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44559         New file.
44560         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44561         file.
44562         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44563         New file.
44564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44565         file.
44566         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44567         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44568         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44569         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44570         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44571
44572         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44573         fzeros/fnegs to load 0x80000000 into a float register instead of
44574         using the stack.
44575         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44576
44577 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44578
44579         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44580         bits/syscall.h.
44581         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44582         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44583         ($(inst_includedir)/bits/syscall.h): Remove rule.
44584         ($(objpfx)bits/syscall.d): Include instead of
44585         $(objpfx)syscall-list.d.
44586         (generated): Change syscall-list.h and syscall-list.d to
44587         bits/syscall.h and bits/syscall.d.
44588
44589 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44590
44591         [BZ #13846]
44592         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44593
44594 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44595
44596         [BZ #13841]
44597         * math/s_csqrt.c: Include <float.h>.
44598         (__csqrt): Scale large or subnormal inputs.
44599         * math/s_csqrtf.c: Likewise.
44600         * math/s_csqrtl.c: Likewise.
44601         * math/libm-test.inc (csqrt_test): Add more tests.
44602         * sysdeps/i386/fpu/libm-test-ulps: Update.
44603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44604
44605         [BZ #13840]
44606         * math/libm-test.inc (hypot_test): Add more tests.
44607
44608 2012-03-13  David S. Miller  <davem@davemloft.net>
44609
44610         [BZ #13840]
44611         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44612         double-precision for the calculation instead of scaling.
44613
44614 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44615
44616         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44617         manipulate bits before adding and subtracting TWO52[sx].
44618         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44619         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44620         Likewise.
44621         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44622
44623 2012-03-13  David S. Miller  <davem@davemloft.net>
44624
44625         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44626         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44627         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44628         rtld-global-offsets.h
44629         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44630
44631         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44632         large parameters.
44633
44634         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44635
44636         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44637         'err' in the ifdef scope in which it is actually used.
44638
44639         * nss/nss_db/db-init.c: Include string.h
44640
44641 2012-03-12  David S. Miller  <davem@davemloft.net>
44642
44643         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44644         masking out of the most significant byte of random value used.
44645         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44646         Fix coding style in previous change.
44647
44648         * sysdeps/unix/sysv/linux/kernel-features.h
44649         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44650         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44651         expression.
44652         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44653         later.
44654
44655 2012-03-11  David S. Miller  <davem@davemloft.net>
44656
44657         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44658         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44659         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44660         for 'resultvar' otherwise things get truncated on 64-bit.
44661
44662         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44663         Fix masking out of the most significant byte of random value used.
44664
44665         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44666
44667 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44668
44669         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44670
44671 2012-03-09  David S. Miller  <davem@davemloft.net>
44672
44673         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44674         variables with appropriate CPP guards.
44675         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44676         from the frame pointer, not the stack pointer.  Correct layout
44677         comments.  Fix test on resulting framesize and the management of
44678         the outregs buffer for pltexit.  Preserve floating point return
44679         values across _dl_call_pltexit call.
44680         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44681         framesize and the management of the outregs buffer for pltexit.
44682         Preserve floating point return values across _dl_call_pltexit
44683         call.
44684         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44685         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44686         (la_sparc64_gnu_pltexit): New functions.
44687         (print_exit): Fix format string for return register value.
44688
44689 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44690
44691         * sunrpc/Makefile (others): Add rpcgen.
44692         ($(objpfx)rpcgen): Remove special build rule and dependency on
44693         libc.
44694         * sunrpc/rpcgen.c: New file.
44695
44696 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44697
44698         [BZ #13673]
44699         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44700         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44701         * sysdeps/i386/crti.S: Likewise.
44702         * sysdeps/i386/crtn.S: Likewise.
44703         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44704         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44705         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44706         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44707         * sysdeps/sh/crti.S: Likewise.
44708         * sysdeps/sh/crtn.S: Likewise.
44709         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44710
44711         [BZ #13673]
44712         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44713         with URL.
44714         * locale/programs/locfile-kw.gperf: Likewise.
44715         * locale/programs/charmap-kw.h: Regenerated.
44716         * locale/programs/locfile-kw.h: Likewise.
44717
44718         [BZ #13673]
44719         * intl/plural.y: Replace FSF snail mail address with URL.
44720         * intl/plural.c: Regenerated.
44721
44722 2012-03-09  Richard Henderson  <rth@twiddle.net>
44723
44724         * include/math_private.h: Remove file.
44725         * math/math_private.h: Move file ...
44726         * sysdeps/generic/math_private.h: ... here.
44727
44728         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44729         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44730         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44731
44732         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44733         and <math_private.h>.
44734         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44735         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44736         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44737         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44738         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44739         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44740         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44741         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44742         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44743         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44744         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44745         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44746         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44747         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44748         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44749         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44750         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44751         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44752         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44753         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44754         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44755         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44756         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44757         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44758         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44759         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44760         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44761         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44762         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44763         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44764         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44765         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44766         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44767         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44768         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44769         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44770         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44771         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44772         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44773         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44774         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44775         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44776         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44777         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44778         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44779         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44780         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44781         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44782         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44783         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44784         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44785         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44786         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44787         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44788         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44789         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44790         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44791         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44792         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44793         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44794         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44795         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44796         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44797         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44798         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44799         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44800         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44801         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44802         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44803         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44804         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44805         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44806         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44807         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44808         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44809         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44810         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44811         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44812         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44813         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44814         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44815         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44816         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44817         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44818         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44819         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44820         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44821         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44822         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44823         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44824         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44825         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44826         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44827         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44828         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44829         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44830         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44831         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44832         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44833         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44834         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44835         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44836         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44837         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44838         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44839         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44840         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44841         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44842         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44843         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44844         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44845         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44846         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44847         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44848         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44849         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44850         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44851         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44852         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44853         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44854         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44855         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44856         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44857         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44858         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44859         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44860         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44861         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44862         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44863         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44864         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44865         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44866         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44867         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44868         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44869         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44870         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44871         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44872         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44873         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44874         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44875         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44876         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44877         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44878         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44879         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44880         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44881         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44882         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44883         * sysdeps/ieee754/k_standard.c: Likewise.
44884         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44885         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44886         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44887         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44888         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44889         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44890         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44891         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44892         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44893         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44894         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44895         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44896         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44897         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44898         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44899         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44900         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44901         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44902         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44903         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44904         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44905         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44906         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44907         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44908         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44909         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44910         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44911         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44912         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44913         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44914         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44915         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44916         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44917         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44918         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44919         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44920         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44921         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44922         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44923         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44924         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44925         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44926         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44927         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44928         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44929         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44930         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44933         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44934         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44935         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44936         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44937         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44938         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44939         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44940         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44941         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44942         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44943         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44944         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44945         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44946         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44947         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44948         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44949         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44950         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44951         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44952         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44953         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44954         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44955         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44956         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44957         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44958         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44959         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44960         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44961         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44962         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44963         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44964         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44965         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44966         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44967         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44968         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44969         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44970         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44971         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44972         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44973         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44974         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44975         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44976         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44977         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44978         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44979         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44980         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44981         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44982         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44983         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44984         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44985         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44986         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44987         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44988         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44989         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44990         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44991         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44992         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44993         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44994         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44995         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44996         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44997         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44998         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44999         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45000         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45001         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45002         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45003         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45004         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45005         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45006         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45007         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45008         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45009         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45010         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45011         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45012         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45013         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45014         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45015         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45016         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45017         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45018         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45019         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45020         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45021         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45022         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45023         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45024         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45025         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45026         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45027         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45028         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45029         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45030         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45031         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45032         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45033         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45034         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45035         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45037         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45039         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45040         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45041         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45042         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45043         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45044         * sysdeps/ieee754/s_lib_version.c: Likewise.
45045         * sysdeps/ieee754/s_matherr.c: Likewise.
45046         * sysdeps/ieee754/s_signgam.c: Likewise.
45047         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45048         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45049         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45050         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45051         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45052         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45053         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45054         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45055         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45056         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45057         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45058         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45059         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45060         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45061         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45062         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45063         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45064         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45065         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45066         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45067         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45068
45069 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45070
45071         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45072         * sunrpc/rpc_main.c: Likewise.
45073         * sunrpc/rpc_svcout.c: Likewise.
45074
45075 2012-03-09  David S. Miller  <davem@davemloft.net>
45076
45077         * include/math_private.h: New file.
45078
45079 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45080
45081         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45082         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45083         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45084         from <bits/socket_type.h>.
45085         (enum __socket_type): Don't define here.
45086         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45087         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45088         bits/socket_type.h.
45089
45090         [BZ #13566]
45091         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45092         checking __USE_GNU.
45093
45094         * Makerules ($(inst_includedir)/%.h): New rule.
45095         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45096         (install-others): Remove variable setting.
45097         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45098
45099 2012-03-08  Richard Henderson  <rth@twiddle.net>
45100
45101         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45102         from macro to inline function; merge with the
45103         !__LIBC_INTERNAL_MATH_INLINES version.
45104         (__ieee754_sqrtf): Likewise.
45105
45106         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45107         to inline function.
45108         (__rintf, __floor, __floorf): Likewise.
45109
45110         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45111         macro to inline function.
45112         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45113
45114         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45115         not <math/math_private.h>.
45116
45117 2012-03-08  David S. Miller  <davem@davemloft.net>
45118
45119         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45120         copyright year.
45121         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45122
45123 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45124
45125         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45126         normalization.
45127         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45128         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45129
45130 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45131
45132         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45133         be defined individually, they must be defined as a block.  Define
45134         S for printing a string instead of hidint the different by using a
45135         macro for adding the 'l'.
45136         * stdio-common/tst-fphex-wide.c: Adjust.
45137
45138 2012-03-07  Marek Polacek  <polacek@redhat.com>
45139
45140         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45141
45142 2012-03-08  Marek Polacek  <polacek@redhat.com>
45143
45144         [BZ #13806]
45145         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45146         * stdio-common/tst-fphex.c: Define a few macros to make the
45147         test reusable.  Use them.
45148         * stdio-common/tst-fphex-wide.c: New file.
45149
45150 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45151
45152         [BZ #6911]
45153         * manual/macros.texi (gnusystems): New macro.
45154         (nongnusystems): Likewise.
45155         (gnulinuxhurdsystems): Likewise.
45156         (gnuhurdsystems): Likewise..
45157         (gnulinuxsystems): Likewise.
45158         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45159         variants of the GNU system, not "GNU system".
45160         * manual/conf.texi: Likewise.
45161         * manual/errno.texi: Likewise.  Update example of errno macro
45162         expansion.
45163         * manual/filesys.texi: Likewise.
45164         (getumask): Document as specific to GNU/Hurd.
45165         * manual/install.texi: Likewise.  Reword some references to
45166         GNU/Linux.
45167         * manual/intro.texi: Likewise.
45168         * manual/io.texi: Likewise.
45169         (File Name Portability): Detail which constraints are inapplicable
45170         to all GNU systems and which are only inapplicable to GNU/Hurd.
45171         * manual/job.texi: Likewise.
45172         * manual/llio.texi: Likewise.
45173         (O_NOCTTY): Document as present on GNU/Linux.
45174         * manual/maint.texi: Likewise.
45175         * manual/memory.texi: Likewise.
45176         * manual/pattern.texi: Likewise.
45177         * manual/pipe.texi: Likewise.
45178         * manual/process.texi: Likewise.
45179         * manual/resource.texi: Likewise.
45180         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45181         child on GNU/Hurd.
45182         * manual/setjmp.texi: Likewise.
45183         * manual/signal.texi: Likewise.
45184         * manual/startup.texi: Likewise.
45185         * manual/stdio.texi: Likewise.
45186         * manual/terminal.texi: Likewise.
45187         (ONLCR): Document as POSIX.
45188         (OXTABS): Document availability on GNU/Linux as XTABS.
45189         (ONOEOT): Document availability separately from other bits.
45190         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45191         * manual/time.texi: Likewise.
45192         * manual/users.texi: Likewise.
45193         * INSTALL: Regenerated.
45194         * sysdeps/gnu/errlist.c: Regenerated.
45195
45196         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45197         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45198         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45199         puts.
45200         * configure: Regenerated.
45201
45202 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45203
45204         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45205         default includes instead of AC_HEADER_CHECK.
45206         * sysdeps/i386/configure: Regenerated.
45207
45208         [BZ #10716]
45209         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45210         * math/s_cacoshf.c (__cacoshf): Likewise.
45211         * math/s_cacoshl.c (__cacoshl): Likewise.
45212         * math/s_casinh.c (__casinh): Set signs of result from argument.
45213         * math/s_casinhf.c (__casinhf): Likewise.
45214         * math/s_casinhl.c (__casinhl): Likewise.
45215         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45216         (casinh_test): Add more tests.
45217         * sysdeps/i386/fpu/libm-test-ulps: Update.
45218         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45219
45220 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45221
45222         * po/zh_TW.po: Update from translation team.
45223
45224         * login/Makefile (distribute): Remove variable.
45225         * catgets/Makefile: Likewise.
45226         * mach/Makefile: Likewise.
45227         * malloc/Makefile: Likewise.
45228         * misc/Makefile: Likewise.
45229         * iconv/Makefile: Likewise.
45230         * nscd/Makefile: Likewise.
45231         * hurd/Makefile: Likewise.
45232         * manual/Makefile: Likewise.
45233         * locale/Makefile: Likewise.
45234         * intl/Makefile: Likewise.
45235         * conform/Makefile: Likewise.
45236         * nss/Makefile: Likewise.
45237         * time/Makefile: Likewise.
45238         * soft-fp/Makefile: Likewise.
45239         * dirent/Makefile: Likewise.
45240         * gmon/Makefile: Likewise.
45241         * po/Makefile: Likewise.
45242         * rt/Makefile: Likewise.
45243         * socket/Makefile: Likewise.
45244         * math/Makefile: Likewise.
45245         * signal/Makefile: Likewise.
45246         * debug/Makefile: Likewise.
45247         * elf/Makefile: Likewise.
45248         * timezone/Makefile: Likewise.
45249         * stdlib/Makefile: Likewise.
45250         * iconvdata/Makefile: Likewise.
45251         * sunrpc/Makefile: Likewise.
45252         * io/Makefile: Likewise.
45253         * argp/Makefile: Likewise.
45254         * inet/Makefile: Likewise.
45255         * hesiod/Makefile: Likewise.
45256         * grp/Makefile: Likewise.
45257         * csu/Makefile: Likewise.
45258         * wctype/Makefile: Likewise.
45259         * crypt/Makefile: Likewise.
45260         * libio/Makefile: Likewise.
45261         * string/Makefile: Likewise.
45262         * nis/Makefile: Likewise.
45263         * resolv/Makefile: Likewise.
45264         * stdio-common/Makefile: Likewise.
45265         * wcsmbs/Makefile: Likewise.
45266         * dlfcn/Makefile: Likewise.
45267         * posix/Makefile: Likewise.
45268
45269         [BZ #6959]
45270         * timezone/Makefile: Don't install timezone files, just the programs
45271         and scripts.
45272
45273 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45274
45275         * nss/databases.def: Add missing gshadow entry.
45276
45277         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45278
45279 2012-03-06  Marek Polacek  <polacek@redhat.com>
45280
45281         [BZ #13726]
45282         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45283         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45284         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45285         * stdio-common/tst-long-dbl-fphex.c: New file.
45286
45287 2012-03-06  David S. Miller  <davem@davemloft.net>
45288
45289         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45290         (set_obp_int): New function.
45291         (get_obp_int): New function.
45292         (__get_clockfreq_via_dev_openprom): Likewise.
45293         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45294         Avoid unused variable warnings on 'val' and use builtin_expect.
45295         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45296         __builtin_expect.
45297         (INLINE_CLONE_SYSCALL): Likewise.
45298
45299 2012-03-05  David S. Miller  <davem@davemloft.net>
45300
45301         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45302
45303 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45304
45305         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45306
45307         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45308         only for |x| >= 40.
45309         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45310
45311 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45312
45313         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45314         Replace gettimeofday with __vdso_gettimeofday.
45315
45316         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45317         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45318         __vdso_clock_gettime and __vdso_getcpu.
45319
45320         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45321         time with __vdso_time.
45322
45323 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45324
45325         * manual/lang.texi (size_t): Note types to which size_t may be
45326         equivalent with the GNU C Library, but do not describe when
45327         differences between them are significant.
45328
45329 2012-03-05  Andreas Jaeger  <aj@suse.de>
45330
45331         * sysdeps/i386/fpu/libm-test-ulps: Update.
45332
45333 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45334
45335         [BZ #3976]
45336         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45337         (__ieee754_pow): Save and restore rounding mode and use
45338         round-to-nearest for main computations.
45339         * math/libm-test.inc (pow_test_tonearest): New function.
45340         (pow_test_towardzero): Likewise.
45341         (pow_test_downward): Likewise.
45342         (pow_test_upward): Likewise.
45343         (main): Call the new functions.
45344         * sysdeps/i386/fpu/libm-test-ulps: Update.
45345         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45346
45347         [BZ #3976]
45348         * math/libm-test.inc (cosh_test_tonearest): New function.
45349         (cosh_test_towardzero): Likewise.
45350         (cosh_test_downward): Likewise.
45351         (cosh_test_upward): Likewise.
45352         (sinh_test_tonearest): Likewise.
45353         (sinh_test_towardzero): Likewise.
45354         (sinh_test_downward): Likewise.
45355         (sinh_test_upward): Likewise.
45356         (main): Call the new functions.
45357         * sysdeps/i386/fpu/libm-test-ulps: Update.
45358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45359
45360 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45361
45362         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45363         default stack guard is set in last bytes.
45364         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45365
45366 2012-03-05  Kees Cook  <keescook@chromium.org>
45367
45368         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45369
45370         [BZ #13656]
45371         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45372         possibly allocate from heap instead of stack.
45373         * stdio-common/bug-vfprintf-nargs.c: New file.
45374         * stdio-common/Makefile (tests): Add nargs overflow test.
45375
45376 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45377
45378         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45379
45380 2012-03-03  Marek Polacek  <polacek@redhat.com>
45381
45382         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45383         * math/math_private.h: Likewise.
45384         * stdlib/tst-strtod.c: Likewise.
45385         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45386         * sysdeps/x86_64/bits/atomic.h: Likewise.
45387
45388 2012-03-02  David S. Miller  <davem@davemloft.net>
45389
45390         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45391         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45392         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45393         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45394         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45395         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45396         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45397         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45398
45399 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45400
45401         [BZ #13792]
45402         * manual/examples/README: New file, says the example source files
45403         can be used under GPL>=2.
45404         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45405         line containing just "*/".
45406         * manual/examples/add.c: Add copyright header (GPL>=2).
45407         * manual/examples/argp-ex1.c: Likewise.
45408         * manual/examples/argp-ex2.c: Likewise.
45409         * manual/examples/argp-ex3.c: Likewise.
45410         * manual/examples/argp-ex4.c: Likewise.
45411         * manual/examples/atexit.c: Likewise.
45412         * manual/examples/db.c: Likewise.
45413         * manual/examples/dir.c: Likewise.
45414         * manual/examples/dir2.c: Likewise.
45415         * manual/examples/execinfo.c: Likewise.
45416         * manual/examples/filecli.c: Likewise.
45417         * manual/examples/filesrv.c: Likewise.
45418         * manual/examples/fmtmsgexpl.c: Likewise.
45419         * manual/examples/genpass.c: Likewise.
45420         * manual/examples/inetcli.c: Likewise.
45421         * manual/examples/inetsrv.c: Likewise.
45422         * manual/examples/isockad.c: Likewise.
45423         * manual/examples/longopt.c: Likewise.
45424         * manual/examples/memopen.c: Likewise.
45425         * manual/examples/memstrm.c: Likewise.
45426         * manual/examples/mkfsock.c: Likewise.
45427         * manual/examples/mkisock.c: Likewise.
45428         * manual/examples/mygetpass.c: Likewise.
45429         * manual/examples/pipe.c: Likewise.
45430         * manual/examples/popen.c: Likewise.
45431         * manual/examples/rprintf.c: Likewise.
45432         * manual/examples/search.c: Likewise.
45433         * manual/examples/select.c: Likewise.
45434         * manual/examples/setjmp.c: Likewise.
45435         * manual/examples/sigh1.c: Likewise.
45436         * manual/examples/sigusr.c: Likewise.
45437         * manual/examples/stpcpy.c: Likewise.
45438         * manual/examples/strdupa.c: Likewise.
45439         * manual/examples/strftim.c: Likewise.
45440         * manual/examples/strncat.c: Likewise.
45441         * manual/examples/subopt.c: Likewise.
45442         * manual/examples/swapcontext.c: Likewise.
45443         * manual/examples/termios.c: Likewise.
45444         * manual/examples/testopt.c: Likewise.
45445         * manual/examples/testpass.c: Likewise.
45446         * manual/examples/timeval_subtract.c: Likewise.
45447
45448         [BZ #13792]
45449         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45450         function to ...
45451         * manual/timeval_subtract.c.texi: ... here, new file.
45452
45453 2012-03-02  David S. Miller  <davem@davemloft.net>
45454
45455         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45456
45457 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45458
45459         [BZ #3976]
45460         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45461         (__sin): Save and restore rounding mode and use round-to-nearest
45462         for all computations.
45463         (__cos): Save and restore rounding mode and use round-to-nearest
45464         for all computations.
45465         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45466         <fenv.h>.
45467         (tan): Save and restore rounding mode and use round-to-nearest for
45468         all computations.
45469         * math/libm-test.inc (cos_test_tonearest): New function.
45470         (cos_test_towardzero): Likewise.
45471         (cos_test_downward): Likewise.
45472         (cos_test_upward): Likewise.
45473         (sin_test_tonearest): Likewise.
45474         (sin_test_towardzero): Likewise.
45475         (sin_test_downward): Likewise.
45476         (sin_test_upward): Likewise.
45477         (tan_test_tonearest): Likewise.
45478         (tan_test_towardzero): Likewise.
45479         (tan_test_downward): Likewise.
45480         (tan_test_upward): Likewise.
45481         (main): Call the new functions.
45482         * sysdeps/i386/fpu/libm-test-ulps: Update.
45483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45484
45485         [BZ #10135]
45486         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45487         small n, then large n, before computing and testing k+n.
45488         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45489         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45490         Likewise.
45491         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45492         Likewise.
45493         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45494         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45495         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45496         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45497         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45498         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45499         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45500         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45501         * math/libm-test.inc (scalbn_test): Add more tests.
45502         (scalbln_test): Likewise.
45503
45504         * manual/filesys.texi (mode_t): Describe constraints on size and
45505         signedness, not exact equivalence to a particular type.
45506         (ino_t): Likewise.
45507         (ino64_t): Likewise.
45508         (dev_t): Likewise.
45509         (nlink_t): Likewise.
45510         (blkcnt_t): Likewise.
45511         (blkcnt64_t): Likewise.
45512         * manual/llio.texi (off_t): Likewise.
45513
45514         [BZ #3976]
45515         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45516         (__ieee754_exp): Save and restore rounding mode and use
45517         round-to-nearest for all computations.
45518         * math/libm-test.inc (exp_test_tonearest): New function.
45519         (exp_test_towardzero): Likewise.
45520         (exp_test_downward): Likewise.
45521         (exp_test_upward): Likewise.
45522         (main): Call the new functions.
45523         * sysdeps/i386/fpu/libm-test-ulps: Update.
45524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45525
45526 2012-03-01  Chris Demetriou  <cgd@google.com>
45527
45528         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45529         have predictable order.
45530
45531 2012-03-01  David S. Miller  <davem@davemloft.net>
45532
45533         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45534
45535         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45536         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45537         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45538         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45539
45540         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45541         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45542         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45543         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45544         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45545         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45546         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45547         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45548         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45549
45550         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45551
45552         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45553         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45554         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45555
45556         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45557         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45558         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45559         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45560         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45561         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45562         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45563         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45564         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45565         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45566         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45567         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45568         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45569         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45570         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45571         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45572         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45573         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45574         * sysdeps/sparc/elf/configure: Regenerated.
45575
45576 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45577
45578         * configure.in (AS, LD): Require binutils 2.20 or later.
45579         * configure: Regenerated.
45580         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45581         as required minimum version.
45582         * INSTALL: Regenerated.
45583
45584         [BZ #2541]
45585         [BZ #4108]
45586         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45587         before squaring exponent.
45588         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45589         bottom long double and 27 bits of top long double before squaring
45590         exponent.
45591         * math/libm-test.inc (erfc_test): Add more tests.
45592         * sysdeps/i386/fpu/libm-test-ulps: Update.
45593         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45594         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45595
45596 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45597
45598         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45599         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45600         containing bit-fields.
45601         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45602         * soft-fp/single.h (_FP_UNION_S): Likewise.
45603         * soft-fp/double.h (_FP_UNION_D): Likewise.
45604
45605 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45606
45607         [BZ #13786]
45608         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45609         not include ../strcmp.S.
45610         [USE_AS_STRNCASECMP_L]: Likewise.
45611         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45612         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45613         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45614         (__strncasecmp_l_ia32): Define as alias to
45615         __strncasecmp_l_nonascii.
45616
45617         [BZ #5794]
45618         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45619         * sysdeps/i386/fpu/libm-test-ulps: Update.
45620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45621
45622         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45624
45625 2012-02-29  Jeff Law  <law@redhat.com>
45626
45627         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45628         out of bounds read.
45629
45630 2012-02-29  Marek Polacek  <polacek@redhat.com>
45631
45632         [BZ #13706]
45633         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45634         * elf/Makefile: Add rules to run tst-unused-dep.out.
45635
45636 2012-02-28  David S. Miller  <davem@davemloft.net>
45637
45638         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45639         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45640         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45641         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45642         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45643         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45644
45645 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45646
45647         * math/libm-test.inc (llround_test): Move one test from
45648         lround_test.  Use TEST_f_L in moved test.
45649         (lround_test): Move misplaced test to llround_test.  Add testcase
45650         from bug 2561.
45651
45652 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45653
45654         * sysdeps/x86_64/fpu/e_expf.S: New file.
45655         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45656
45657 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45658
45659         [BZ #13637]
45660         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45661         of remain_len that may cause incomplete multi-byte character and
45662         false match.
45663         * posix/bug-regex33.c: New file.
45664         * posix/Makefile (tests): Add bug-regex33.
45665
45666 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45667
45668         * manual/macros.texi: New file.
45669         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45670         * manual/libc.texinfo: Include macros.texi.
45671         * manual/creatute.texi: Likewise.
45672         * manual/install.texi: Likewise.
45673         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45674         @glibcadj{} in references to the GNU C Library.
45675         * manual/charset.texi: Likewise.
45676         * manual/conf.texi: Likewise.
45677         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45678         when not using those macros.
45679         * manual/creature.texi: Likewise.
45680         * manual/crypt.texi: Likewise.
45681         * manual/errno.texi: Likewise.
45682         * manual/filesys.texi: Likewise.
45683         * manual/header.texi: Likewise.
45684         * manual/install.texi: Likewise.
45685         * manual/intro.texi: Likewise.
45686         * manual/io.texi: Likewise.
45687         * manual/job.texi: Likewise.
45688         * manual/lang.texi: Likewise.
45689         * manual/libc.texiinfo: Likewise.
45690         * manual/llio.texi: Likewise.
45691         * manual/locale.texi: Likewise.
45692         * manual/maint.texi: Likewise.
45693         * manual/math.texi: Likewise.
45694         * manual/memory.texi: Likewise.
45695         * manual/message.texi: Likewise.
45696         * manual/nss.texi: Likewise.
45697         * manual/pattern.texi: Likewise.
45698         * manual/process.texi: Likewise.
45699         * manual/resource.texi: Likewise.
45700         * manual/search.texi: Likewise.
45701         * manual/setjmp.texi: Likewise.
45702         * manual/signal.texi: Likewise.
45703         * manual/socket.texi: Likewise.
45704         * manual/startup.texi: Likewise.
45705         * manual/stdio.texi: Likewise.
45706         * manual/string.texi: Likewise.
45707         * manual/sysinfo.texi: Likewise.
45708         * manual/syslog.texi: Likewise.
45709         * manual/terminal.texi: Likewise.
45710         * manual/time.texi: Likewise.
45711         * manual/users.texi: Likewise.
45712         * INSTALL: Regenerated.
45713         * NOTES: Regenerated.
45714         * sysdeps/gnu/errlist.c: Regenerated.
45715
45716 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45717
45718         * include/dirent.h: Include <dirstream.h> before
45719         <dirent/dirent.h>.
45720
45721 2012-02-28  David S. Miller  <davem@davemloft.net>
45722
45723         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45724         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45725         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45726         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45727
45728 2012-02-27  David S. Miller  <davem@davemloft.net>
45729
45730         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45731         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45732         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45733         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45734
45735         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45736         frame pointer instead of stack pointer relative arg slot.
45737         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45738         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45739         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45740
45741 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45742
45743         [BZ #3992]
45744         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45745
45746 2012-02-27  David S. Miller  <davem@davemloft.net>
45747
45748         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45749         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45750         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45751         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45752         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45753         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45754         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45755         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45756
45757 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45758
45759         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45760         later.  Allow versions 5-9.
45761         * configure: Regenerated.
45762         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45763         required minimum version and 4.6 as recommended version.  Do not
45764         mention bugs in GCC 2.7 and 2.8.
45765         * INSTALL: Regenerated.
45766
45767 2012-02-27  David S. Miller  <davem@davemloft.net>
45768
45769         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45770         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45771         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45773         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45774         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45775         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45776         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45777
45778         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45779         manipulate bits before adding and subtracting TWO112[sx].
45780         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45781
45782 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45783
45784         [BZ #13775]
45785         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45786         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45787         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45788         being in POSIX, because they are in 1003.1-2008.
45789
45790         * rt/tst-aio.c: Include <fcntl.h>.
45791         * rt/tst-aio7.c: Likewise.
45792         * rt/tst-aio64.c: Likewise.
45793
45794         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45795
45796 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45797
45798         * manual/install.texi (--with-headers): Describe headers as
45799         interface headers, not private headers.
45800         (Specific advice for GNU/Linux systems): Describe use of headers
45801         from "make headers_install", not private headers from older
45802         kernels.
45803         * INSTALL: Regenerated.
45804         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45805         Change to 2.6.19.
45806         * sysdeps/unix/sysv/linux/configure: Regenerated.
45807
45808         * manual/llio.texi (fclean): Remove documentation.
45809
45810         * manual/Makefile (libc-texi-generated): New variable.  Include
45811         version.texi.
45812         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45813         $(libc-texi-generated), not duplicated list of files.
45814         (version.texi, stamp-version): New rules.
45815         (realclean): Remove $(libc-texi-generated), not individual files
45816         from that list.  Do not remove dir-add.texinfo.
45817         * manual/libc.texinfo: Comment out uses of edition numbers and
45818         references to printed manual.  Remove last-updated dates.
45819         (EDITION): Comment out.
45820         (ISBN): Likewise.
45821         (VERSION, UPDATED): Remove.
45822         (version.texi): Include.
45823
45824 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45825
45826         * sysdeps/posix/spawni.c: Include <signal.h>.
45827         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45828         * sysdeps/pthread/aio_fsync.c: Likewise.
45829
45830 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45831
45832         * conform/Makefile (tests): Run only when not cross-compiling and
45833         when fast-check is not defined.
45834
45835         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45836         * conform/data/limits.h-data: Fixes for POSIX2008.
45837         * conform/run-conformtest.sh: Run all tests.
45838         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45839         headers.
45840         * include/bits/dlfcn.h: Likewise.
45841         * include/langinfo.h: Likewise.
45842         * include/monetary.h: Likewise.
45843         * include/sys/poll.h: Likewise.
45844
45845         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45846         for __USE_GNU.
45847         * posix/spawn.h: Define __need_sigset_t.
45848         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45849         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45850         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45851         to get sigevent_t only.
45852         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45853         only for __USE_GNU.
45854         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45855         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45856         process_vm_writev only for __USE_GNU.
45857         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45858
45859         * conform/Makefile: For now ignore errors from run-conformtest.
45860         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45861         POSIX to avoid namespace pollution.  Don't prepend headers.
45862         * conform/data/aio.h-data: Fixes for POSIX testing.
45863         * conform/data/fcntl.h-data: Likewise.
45864         * conform/data/glob.h-data: Likewise.
45865         * conform/data/grp.h-data: Likewise.
45866         * conform/data/pthread.h-data: Likewise.
45867         * conform/data/pwd.h-data: Likewise.
45868         * conform/data/signal.h-data: Likewise.
45869         * conform/data/spawn.h-data: Likewise.
45870         * conform/data/stdio.h-data: Likewise.
45871         * conform/data/stdlib.h-data: Likewise.
45872         * conform/data/stropts.h-data: Likewise.
45873         * conform/data/sys/mman.h-data: Likewise.
45874         * conform/data/sys/stat.h-data: Likewise.
45875         * conform/data/sys/types.h-data: Likewise.
45876         * conform/data/sys/wait.h-data: Likewise.
45877         * conform/data/time.h-data: Likewise.
45878         * conform/data/unistd.h-data: Likewise.
45879         * conform/data/utime.h-data: Likewise.
45880
45881         * io/sys/stat.h: fchmod was always in POSIX.
45882         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45883         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45884         * rt/aio.h: Define __need_timespec before including <time.h>.
45885         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45886         struct.  Add forward declaration of pthread_attr_t and use it in
45887         sigevent.
45888         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45889         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45890         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45891         always remove CLK_TCK definition.
45892
45893 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45894
45895         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45896
45897 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45898
45899         * conform/run-conformtest.sh: New file.
45900         * conform/Makefile: Run run-conformtest for tests.
45901         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45902         support.
45903
45904         * conform/data/uchar.h-data: New file.
45905         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45906         * conform/data/arpa/inet.h-data: Likewise.
45907         * conform/data/assert.h-data: Likewise.
45908         * conform/data/complex.h-data: Likewise.
45909         * conform/data/cpio.h-data: Likewise.
45910         * conform/data/ctype.h-data: Likewise.
45911         * conform/data/dirent.h-data: Likewise.
45912         * conform/data/dlfcn.h-data: Likewise.
45913         * conform/data/errno.h-data: Likewise.
45914         * conform/data/fcntl.h-data: Likewise.
45915         * conform/data/float.h-data: Likewise.
45916         * conform/data/fmtmsg.h-data: Likewise.
45917         * conform/data/fnmatch.h-data: Likewise.
45918         * conform/data/ftw.h-data: Likewise.
45919         * conform/data/glob.h-data: Likewise.
45920         * conform/data/grp.h-data: Likewise.
45921         * conform/data/iconv.h-data: Likewise.
45922         * conform/data/inttypes.h-data: Likewise.
45923         * conform/data/langinfo.h-data: Likewise.
45924         * conform/data/libgen.h-data: Likewise.
45925         * conform/data/limits.h-data: Likewise.
45926         * conform/data/locale.h-data: Likewise.
45927         * conform/data/math.h-data: Likewise.
45928         * conform/data/monetary.h-data: Likewise.
45929         * conform/data/mqueue.h-data: Likewise.
45930         * conform/data/ndbm.h-data: Likewise.
45931         * conform/data/net/if.h-data: Likewise.
45932         * conform/data/netdb.h-data: Likewise.
45933         * conform/data/netinet/in.h-data: Likewise.
45934         * conform/data/nl_types.h-data: Likewise.
45935         * conform/data/poll.h-data: Likewise.
45936         * conform/data/pthread.h-data: Likewise.
45937         * conform/data/pwd.h-data: Likewise.
45938         * conform/data/regex.h-data: Likewise.
45939         * conform/data/sched.h-data: Likewise.
45940         * conform/data/search.h-data: Likewise.
45941         * conform/data/semaphore.h-data: Likewise.
45942         * conform/data/setjmp.h-data: Likewise.
45943         * conform/data/signal.h-data: Likewise.
45944         * conform/data/spawn.h-data: Likewise.
45945         * conform/data/stdarg.h-data: Likewise.
45946         * conform/data/stdio.h-data: Likewise.
45947         * conform/data/stdlib.h-data: Likewise.
45948         * conform/data/string.h-data: Likewise.
45949         * conform/data/strings.h-data: Likewise.
45950         * conform/data/stropts.h-data: Likewise.
45951         * conform/data/sys/ipc.h-data: Likewise.
45952         * conform/data/sys/mman.h-data: Likewise.
45953         * conform/data/sys/msg.h-data: Likewise.
45954         * conform/data/sys/resource.h-data: Likewise.
45955         * conform/data/sys/select.h-data: Likewise.
45956         * conform/data/sys/sem.h-data: Likewise.
45957         * conform/data/sys/shm.h-data: Likewise.
45958         * conform/data/sys/socket.h-data: Likewise.
45959         * conform/data/sys/stat.h-data: Likewise.
45960         * conform/data/sys/statvfs.h-data: Likewise.
45961         * conform/data/sys/time.h-data: Likewise.
45962         * conform/data/sys/timeb.h-data: Likewise.
45963         * conform/data/sys/times.h-data: Likewise.
45964         * conform/data/sys/types.h-data: Likewise.
45965         * conform/data/sys/uio.h-data: Likewise.
45966         * conform/data/sys/un.h-data: Likewise.
45967         * conform/data/sys/utsname.h-data: Likewise.
45968         * conform/data/sys/wait.h-data: Likewise.
45969         * conform/data/syslog.h-data: Likewise.
45970         * conform/data/tar.h-data: Likewise.
45971         * conform/data/termios.h-data: Likewise.
45972         * conform/data/utime.h-data: Likewise.
45973         * conform/data/utmpx.h-data: Likewise.
45974         * conform/data/varargs.h-data: Likewise.
45975         * conform/data/wchar.h-data: Likewise.
45976         * conform/data/wctype.h-data: Likewise.
45977         * conform/data/wordexp.h-data: Likewise.
45978
45979         * include/stropts.h: New file.
45980         * include/uchar.h: New file.
45981         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45982         * include/assert.h: Likewise.
45983         * include/ctype.h: Likewise.
45984         * include/dirent.h: Likewise.
45985         * include/dlfcn.h: Likewise.
45986         * include/fcntl.h: Likewise.
45987         * include/fnmatch.h: Likewise.
45988         * include/glob.h: Likewise.
45989         * include/grp.h: Likewise.
45990         * include/libio.h: Likewise.
45991         * include/locale.h: Likewise.
45992         * include/math.h: Likewise.
45993         * include/net/if.h: Likewise.
45994         * include/netdb.h: Likewise.
45995         * include/netinet/in.h: Likewise.
45996         * include/pthread.h: Likewise.
45997         * include/pwd.h: Likewise.
45998         * include/regex.h: Likewise.
45999         * include/sched.h: Likewise.
46000         * include/search.h: Likewise.
46001         * include/setjmp.h: Likewise.
46002         * include/signal.h: Likewise.
46003         * include/stdio.h: Likewise.
46004         * include/stdlib.h: Likewise.
46005         * include/string.h: Likewise.
46006         * include/sys/cdefs.h: Likewise.
46007         * include/sys/mman.h: Likewise.
46008         * include/sys/msg.h: Likewise.
46009         * include/sys/resource.h: Likewise.
46010         * include/sys/select.h: Likewise.
46011         * include/sys/socket.h: Likewise.
46012         * include/sys/stat.h: Likewise.
46013         * include/sys/statvfs.h: Likewise.
46014         * include/sys/time.h: Likewise.
46015         * include/sys/times.h: Likewise.
46016         * include/sys/uio.h: Likewise.
46017         * include/sys/utsname.h: Likewise.
46018         * include/sys/wait.h: Likewise.
46019         * include/termios.h: Likewise.
46020         * include/time.h: Likewise.
46021         * include/ulimit.h: Likewise.
46022         * include/unistd.h: Likewise.
46023         * include/utime.h: Likewise.
46024         * include/wchar.h: Likewise.
46025         * include/wctype.h: Likewise.
46026         * include/wordexp.h: Likewise.
46027
46028         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46029
46030         * time/time.h: TIME_UTC must be a macro.
46031         Make timespec_get available for ISO C11 only as well.
46032
46033 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46034
46035         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46036         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46037
46038 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46039
46040         * configure.in: Use -o not -a in test for unsupported multi-arch.
46041
46042 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46043
46044         * manual/texinfo.tex: Update to version 2012-01-19.16.
46045
46046 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46047
46048         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46049
46050 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46051
46052         [BZ #13738]
46053         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46054         * manual/fdl-1.3.texi: New file.
46055         * manual/fdl-1.1.texi: File removed.
46056
46057         [BZ #13738]
46058         * manual/libc.texinfo (FDL_VERSION): New @set.
46059         Use it for mention of FDL in cover text.
46060         (Documentation License): Use it in @include file name.
46061
46062 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46063             Roland McGrath  <roland@hack.frob.com>
46064
46065         [BZ #5461]
46066         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46067         (not LONG_LONG_MAX and LONG_LONG_MIN.
46068         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46069         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46070         name.
46071         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46072
46073 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46074
46075         [BZ #2547]
46076         [BZ #11365]
46077         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46078         manipulate bits before adding and subtracting TWO23[sx].
46079         * math/libm-test.inc (nearbyint_test): Add more tests.
46080
46081 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46082
46083         [BZ #2548]
46084         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46085         bits before adding and subtracting TWO23[sx].
46086         * math/libm-test.inc (rint_test): Add more tests.
46087         (rint_test_tonearest): Likewise.
46088         (rint_test_towardzero): Likewise.
46089         (rint_test_downward): Likewise.
46090         (rint_test_upward: Likewise.
46091
46092 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46093
46094         [BZ #10110]
46095         * include/stdc-predef.h: New file.  Extracted from features.h.
46096         * include/features.h: Include stdc-predef.h.
46097         * Makefile (headers): Add stdc-predef.h.
46098         * CONFORMANCE (Compiler limitations): Update.
46099
46100 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46101
46102         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46103
46104 2012-02-21  David S. Miller  <davem@davemloft.net>
46105
46106         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46107         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46108
46109 2012-02-20  David S. Miller  <davem@davemloft.net>
46110
46111         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46112         using a normal save/restore sequence, rather than allocating a
46113         dummy stack frame just to store a frame pointer and restore.
46114         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46115
46116 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46117
46118         * manual/install.texi: Fix stray word in line-wrapped comment.
46119
46120 2012-02-20  David S. Miller  <davem@davemloft.net>
46121
46122         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46123         both binutils and gcc support GOTDATA.
46124
46125         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46126         "rd %pc" in the PIC register setup sequences.
46127
46128         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46129         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46130         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46131         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46132         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46133         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46134         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46135         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46136         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46137         (SYSCALL_ERROR_HANDLER): Likewise.
46138         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46139         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46140         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46141         (SYSCALL_ERROR_HANDLER): Likewise.
46142
46143         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46144         (HAVE_GCC_GOTDATA): New.
46145         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46146         relocation support in both binutils and gcc.
46147         * sysdeps/sparc/elf/configure: Regenerate.
46148
46149         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46150         * sysdeps/sparc/sparc32/elf/configure: Delete.
46151         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46152         * sysdeps/sparc/sparc64/elf/configure: Delete.
46153         * sysdeps/sparc/elf/configure.in: New file.
46154         * sysdeps/sparc/elf/configure: Generate.
46155
46156         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46157         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46158         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46159         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46160         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46161
46162 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46163
46164         * manual/install.texi: Do not mention specific glibc version
46165         numbers.
46166         * manual/libc.texinfo (VERSION, UPDATED): Update.
46167         (@copying): Use @copyright{} and range of years.
46168
46169 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46170
46171         [BZ #13695]
46172         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46173         [crti.S not in sysdirs] (generated): Do not append.
46174         [crti.S not in sysdirs] (omit-deps): Likewise.
46175         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46176         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46177         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46178         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46179         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46180         Likewise.
46181         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46182         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46183         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46184         * csu/defs.awk: Remove file.
46185         * sysdeps/generic/initfini.c: Likewise.
46186         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46187         variable.
46188         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46189         Likewise.
46190
46191 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46192
46193         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46194         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46195         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46196         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46197         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46198         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46199         <bits/epoll.h>.
46200         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46201         (__EPOLL_PACKED): Define to empty if not defined by
46202         <bits/epoll.h>.
46203         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46204         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46205         bits/epoll.h.
46206
46207 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46208
46209         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46210         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46211         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46212         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46213         <bits/timerfd.h>.
46214         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46215         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46216         bits/timerfd.h.
46217
46218 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46219
46220         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46221         in C locale.
46222         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46223         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46224         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46226
46227 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46228
46229         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46230         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46231
46232 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46233
46234         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46235         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46236         defined.
46237         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46238         Likewise.
46239         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46240         entry for 2.16.
46241
46242 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46243
46244         * math/w_acos.c: Use non-signaling floating-point comparisons.
46245         * math/w_acosf.c: Likewise.
46246         * math/w_acosh.c: Likewise.
46247         * math/w_acoshf.c: Likewise.
46248         * math/w_acoshl.c: Likewise.
46249         * math/w_acosl.c: Likewise.
46250         * math/w_asin.c: Likewise.
46251         * math/w_asinf.c: Likewise.
46252         * math/w_asinl.c: Likewise.
46253         * math/w_atanh.c: Likewise.
46254         * math/w_atanhf.c: Likewise.
46255         * math/w_atanhl.c: Likewise.
46256         * math/w_exp2.c: Likewise.
46257         * math/w_exp2f.c: Likewise.
46258         * math/w_exp2l.c: Likewise.
46259         * math/w_j0.c: Likewise.
46260         * math/w_j0f.c: Likewise.
46261         * math/w_j0l.c: Likewise.
46262         * math/w_j1.c: Likewise.
46263         * math/w_j1f.c: Likewise.
46264         * math/w_j1l.c: Likewise.
46265         * math/w_jn.c: Likewise.
46266         * math/w_jnf.c: Likewise.
46267         * math/w_log.c: Likewise.
46268         * math/w_log10.c: Likewise.
46269         * math/w_log10f.c: Likewise.
46270         * math/w_log10l.c: Likewise.
46271         * math/w_log2.c: Likewise.
46272         * math/w_log2f.c: Likewise.
46273         * math/w_log2l.c: Likewise.
46274         * math/w_logf.c: Likewise.
46275         * math/w_logl.c: Likewise.
46276         * math/w_sqrt.c: Likewise.
46277         * math/w_sqrtf.c: Likewise.
46278         * math/w_sqrtl.c: Likewise.
46279         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46280         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46281         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46282         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46283         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46284
46285 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46286
46287         [BZ #9739]
46288         * manual/string.texi (strnlen): Use correct parameter name in
46289         equivalent expression.
46290
46291 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46292
46293         [BZ #11174]
46294         * manual/users.texi (seteuid): Consistently use neweuid for
46295         argument name.
46296
46297 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46298
46299         [BZ #13704]
46300         * manual/nss.texi (Services in the NSS configuration): Correct
46301         list of services in example configuration file.
46302
46303 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46304
46305         [BZ #11322]
46306         * manual/arith.texi: Remove statements about negative zero
46307         behaving identically to zero.
46308
46309 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46310
46311         [BZ #5993]
46312         * manual/install.texi: Do not document upgrading from libc5.
46313
46314 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46315
46316         [BZ #4596]
46317         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46318
46319 2012-02-18  David S. Miller  <davem@davemloft.net>
46320
46321         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46322         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46323         %o7 across the call.
46324         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46325         instead.
46326         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46327         SETUP_PIC_REG_LEAF.
46328         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46329         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46330         * sysdeps/sparc/crtn.S: Likewise.
46331
46332 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46333
46334         * aout/Makefile: Remove.
46335
46336 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46337
46338         [BZ #13058]
46339         * manual/examples/argp-ex1.c (main): Format definition in GNU
46340         style.
46341         * manual/examples/argp-ex2.c (main): Likewise.
46342         * manual/examples/argp-ex3.c (main): Likewise.
46343         * manual/examples/argp-ex4.c (main): Likewise.
46344         * manual/examples/longopt.c (main): Use new-style prototype
46345         definition.
46346         * manual/examples/strncat.c (main): Specify return type and use
46347         (void) for arguments.
46348         * manual/examples/subopt.c (main): Use char **argv argument.
46349
46350 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46351
46352         [BZ #5077]
46353         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46354         rounding modes.
46355
46356 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46357
46358         [BZ #6907]
46359         * manual/string.texi (strchr): Change when strchrnul is
46360         recommended.
46361
46362 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46363
46364         [BZ #174]
46365         * manual/locale.texi (setlocale): Document LOCPATH.
46366
46367 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46368
46369         [BZ #10210]
46370         * manual/process.texi (execle): Move @dots{} before last argument.
46371
46372 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46373
46374         [BZ #12047]
46375         * manual/charset.texi (Generic Charset Conversion): Fix typo
46376         (LC_TYPE -> LC_CTYPE).
46377
46378 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46379
46380         [BZ #5805]
46381         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46382         (scalbnf): Likewise.
46383         (scalbnl): Likewise.
46384         (scalbln): Likewise.
46385         (scalblnf): Likewise.
46386         (scalblnl): Likewise.
46387         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46388         (vwarnx): Likewise.
46389         (verr): Likewise.
46390         (verrx): Likewise.
46391         * manual/filesys.texi (telldir): Use braces around return type.
46392         * manual/llio.texi (mmap): Add space after comma.
46393         (mmap64): Likewise.
46394         * manual/math.texi (jn): Use @var{} on parameter names.
46395         (jnf): Likewise.
46396         (jnl): Likewise.
46397         (yn): Likewise.
46398         (ynf): Likewise.
46399         (ynl): Likewise.
46400         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46401         line.
46402         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46403         "...".
46404         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46405         (sched_get_priority_max): Likewise.
46406         * manual/signal.texi (sigvec): Add space after comma.
46407         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46408         names.
46409         (if_indextoname): Likewise.
46410         (if_freenameindex): Likewise.
46411         (sendto): Use ',' instead of '.' in prototype.
46412         * manual/startup.texi (syscall): Use @dots{} instead of literal
46413         "...".
46414         * manual/stdio.texi (__fpending): Separate initial words of
46415         paragraph from @deftypefun line.
46416         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46417         "...".
46418         (vsyslog): Use @var{} on parameter names.
46419         * manual/terminal.texi (stty): Use @var{} on parameter names.
46420         * manual/users.texi (getutmp): Use @var{} on parameter names.
46421         (getutmpx): Likewise.
46422
46423 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46424
46425         [BZ #6884]
46426         * manual/stdio.texi (fopen): Fix typos in description of
46427         ",ccs=STRING".
46428
46429 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46430
46431         [BZ #4026]
46432         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46433         get clock_id definition.
46434
46435 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46436
46437         [BZ #4822]
46438         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46439         (madvise): Cast every argument to void on its own.
46440
46441 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46442
46443         [BZ #9902]
46444         * manual/startup.texi (Exit Status): Fix typo.
46445
46446 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46447
46448         [BZ #10140]
46449         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46450         * manual/examples/argp-ex2.c: Likewise.
46451         * manual/examples/argp-ex3.c: Likewise.
46452
46453 2012-02-16  Richard Henderson  <rth@redhat.com>
46454
46455         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46456         * sysdeps/s390/s390-32/initfini.c: Remove.
46457         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46458         * sysdeps/s390/s390-64/initfini.c: Remove.
46459
46460 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46461
46462         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46463         compiler output for sysdeps/generic/initfini.c.
46464         * sysdeps/sh/elf/initfini.c: Remove file.
46465
46466 2012-02-16  David S. Miller  <davem@davemloft.net>
46467
46468         [BZ #11494]
46469         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46470
46471         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46472         * sysdeps/sparc/crti.S: New file.
46473         * sysdeps/sparc/crtn.S: New file.
46474         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46475         * sysdeps/sparc/sparc64/Makefile: Likewise.
46476
46477 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46478
46479         [BZ #3335]
46480         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46481
46482 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46483
46484         [BZ #4822]
46485         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46486
46487         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46488         (write, read, close): Likewise.
46489         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46490
46491 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46492
46493         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46494         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46495         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46496         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46497         <bits/signalfd.h>.
46498         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46499         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46500         bits/signalfd.h.
46501
46502 2012-02-14  Marek Polacek  <polacek@redhat.com>
46503
46504         * sysdeps/x86_64/crti.S: New file.
46505         * sysdeps/x86_64/crtn.S: New file.
46506         * sysdeps/x86_64/elf/initfini.c: Remove file.
46507
46508 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46509
46510         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46511         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46512         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46513         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46514         <bits/inotify.h>.
46515         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46516         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46517         bits/inotify.h.
46518
46519 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46520
46521         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46522         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46523         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46524         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46525         <bits/eventfd.h>.
46526         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46527         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46528         bits/eventfd.h.
46529
46530 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46531
46532         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46533         __feraiseexcept instead of feraiseexcept.
46534
46535         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46536         nanosleep invocations.
46537         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46538         strings, and add error checking for a nanosleep invocations.
46539
46540 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46541
46542         Replace FSF snail mail address with URLs, as per GNU coding standards.
46543         Most of the snail mail addresses were wrong anyway, and omitting
46544         them makes the source code easier to maintain.  Almost all of the
46545         changes are to license notices and to locale LC_IDENTIFICATION
46546         addresses, except for this one:
46547         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46548         not its snail mail address.
46549
46550 2012-02-09  Richard Henderson  <rth@twiddle.net>
46551
46552         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46553         of kernel-features.h.
46554
46555         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46556
46557 2012-02-08  Marek Polacek  <polacek@redhat.com>
46558
46559         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46560         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46561         * sysdeps/gnu/_G_config.h: Likewise.
46562         * sysdeps/generic/_G_config.h: Likewise.
46563
46564 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46565
46566         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46567         tests.
46568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46569
46570         * sysdeps/powerpc/powerpc32/crti.S: New file.
46571         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46572         * sysdeps/powerpc/powerpc64/crti.S: New file.
46573         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46574
46575         * Makeconfig (have-initfini): Don't set.
46576         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46577         * configure.in (nopic_initfini): Don't substitute.
46578         * config.h.in (HAVE_INITFINI): Don't #undef.
46579         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46580         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46581
46582 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46583
46584         Support crti.S and crtn.S provided directly by architectures.
46585         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46586         [crti.S in sysdirs] (omit-deps): Likewise.
46587         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46588         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46589         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46590         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46591         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46592         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46593         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46594         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46595         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46596         compiler output for sysdeps/generic/initfini.c.
46597         * sysdeps/i386/elf/Makefile: Remove file.
46598         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46599
46600 2012-02-07  Marek Polacek  <polacek@redhat.com>
46601
46602         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46603         * sysdeps/gnu/_G_config.h: Likewise.
46604         * sysdeps/mach/hurd/_G_config.h: Likewise.
46605
46606 2012-02-07  Marek Polacek  <polacek@redhat.com>
46607
46608         * math/Makefile (tests): Add tst-CMPLX2.
46609         * math/tst-CMPLX2.c: New file.
46610
46611 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46612
46613         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46614
46615         * math/libm-test.inc (jn_test): Add missing L suffix.
46616
46617 2012-02-06  Marek Polacek  <polacek@redhat.com>
46618
46619         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46620         * sysdeps/i386/fpu/e_powf.S: Likewise.
46621         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46622         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46623         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46624         * sysdeps/i386/fpu/e_pow.S: Likewise.
46625         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46626         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46627         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46628         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46629         * sysdeps/i386/fpu/e_log2.S: Likewise.
46630         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46631         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46632         * sysdeps/i386/fpu/e_powl.S: Likewise.
46633         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46634         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46635         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46636         * sysdeps/i386/fpu/e_logl.S: Likewise.
46637         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46638         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46639         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46640         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46641         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46642         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46643         * sysdeps/i386/fpu/e_log.S: Likewise.
46644         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46645         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46646         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46647         * sysdeps/i386/fpu/e_logf.S: Likewise.
46648         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46649         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46650         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46651         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46652         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46653         * sysdeps/i386/fpu/e_log10.S: Likewise.
46654         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46655         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46656         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46657         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46658         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46659         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46660         * sysdeps/i386/asm-syntax.h: Likewise.
46661         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46662         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46663         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46664         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46665         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46666         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46667         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46668         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46669         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46670         * sysdeps/powerpc/sysdep.h: Likewise.
46671         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46672         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46673
46674 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46675
46676         [BZ #411]
46677         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46678
46679 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46680
46681         * sysdeps/i386/sysdep.h: Include <features.h>.
46682         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46683         version.
46684
46685 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46686
46687         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46688         Define.
46689         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46690         LOAD_PIC_REG_STR.
46691
46692 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46693
46694         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46695         (SETUP_PIC_REG): Use GET_PC_THUNK.
46696         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46697         macro.
46698
46699 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46700
46701         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46702         for non-PIC compilation.
46703         (SETUP_PIC_REG): Add .p2align directive.
46704         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46705         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46706         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46707         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46708         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46709         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46710         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46711         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46712         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46713         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46714         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46715         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46716         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46717         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46718         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46719         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46720         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46721         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46722         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46723         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46724         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46725         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46726         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46727         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46728         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46729         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46730         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46731         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46732         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46733         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46734         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46735         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46736         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46737         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46738         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46739         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46740         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46741         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46742         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46743         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46744         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46745
46746 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46747
46748         * math/tst-CMPLX.c: Include <stdio.h>.
46749
46750 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46751
46752         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46753         float.
46754         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46755         * sysdeps/sparc/bits/mathdef.h: Likewise.
46756
46757 2012-01-31  Marek Polacek  <polacek@redhat.com>
46758
46759         * libio/libio.h: Don't define _PARAMS.
46760         * locale/programs/config.h: Don't define PARAMS.
46761         * stdlib/strtol_l.c: Likewise.
46762         (__strtol_l): Remove PARAMS from the prototype.
46763
46764 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46765
46766         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46767         names.  Just use the correct names.  Remove unnecessary wrapper
46768         functions.
46769         * malloc/arena.c: Likewise.
46770         * malloc/hooks.c: Likewise.
46771
46772         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46773         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46774         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46775
46776 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46777
46778         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46779         into tail calls.
46780         (update_get_addr): New function.
46781         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46782         GET_ADDR_MODULE parameter.
46783
46784 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46785
46786         * crypt/cert.c: Remove __STDC__ conditionals.
46787         * crypt/crypt-entry.c: Likewise.
46788         * crypt/crypt_util.c: Likewise.
46789         * libio/filedoalloc.c: Likewise.
46790         * libio/fileops.c: Likewise.
46791         * libio/genops.c: Likewise.
46792         * libio/iofclose.c: Likewise.
46793         * libio/iofdopen.c: Likewise.
46794         * libio/iofopen.c: Likewise.
46795         * libio/iofopen64.c: Likewise.
46796         * libio/iogetdelim.c: Likewise.
46797         * libio/iopopen.c: Likewise.
46798         * libio/obprintf.c: Likewise.
46799         * libio/oldfileops.c: Likewise.
46800         * libio/oldiofclose.c: Likewise.
46801         * libio/oldiofdopen.c: Likewise.
46802         * libio/oldiofopen.c: Likewise.
46803         * libio/oldiopopen.c: Likewise.
46804         * libio/wfiledoalloc.c: Likewise.
46805         * libio/wgenops.c: Likewise.
46806         * locale/programs/xmalloc.c: Likewise.
46807         * misc/syslog.c: Likewise.
46808         * stdio-common/xbug.c: Likewise.
46809         * string/memchr.c: Likewise.
46810         * string/memcmp.c: Likewise.
46811         * string/memrchr.c: Likewise.
46812         * string/rawmemchr.c: Likewise.
46813         * sysdeps/posix/getcwd.c: Likewise.
46814         * time/strftime_l.c: Likewise.
46815
46816 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46817
46818         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46819         * config.make.in (config-cflags-sse2avx): Define.
46820         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46821         Fix typo.
46822
46823 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46824
46825         * scripts/config.guess: Update from upstream config git repository.
46826         * scripts/config.sub: Likewise.
46827
46828 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46829
46830         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46831         (EM_NUM): Update.
46832         (R_TILEPRO_*, R_TILEGX_*): New macros.
46833
46834         * scripts/firstversions.awk: Fix bug in version range handling.
46835
46836         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46837
46838         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46839
46840         * include/sys/epoll.h: New file.
46841         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46842         libc_hidden_def.
46843
46844 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46845
46846         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46847         Avoid unnecessary __WORDSIZE == 64 test.
46848         (fmaxf): Use VEX format if possible.
46849         (fmax): Likewise.
46850         (fminf): Likewise.
46851         (fmin): Likewise.
46852
46853         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46854         * math/math_private.h: Remove libc_fegetround* and
46855         libc_fesetround*.
46856         * sysdeps/i386/configure.in: Check for -msse2avx.
46857         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46858         also if SSE2AVX is defined.
46859         Remove libc_fegetround* and libc_fesetround*.
46860         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46861         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46862         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46863         of HAS_YMM_USABLE.
46864         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46865         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46866         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46867         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46868         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46869
46870         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46871
46872 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46873
46874         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46875         size is not set.
46876         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46877
46878 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46879
46880         [BZ #13618]
46881         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46882         relocation.
46883         * Makeconfig (libm): Define.
46884         * elf/Makefile: Add rules to build and run tst-relsort1.
46885         * elf/tst-relsort1.c: New file.
46886         * elf/tst-relsort1mod1.c: New file.
46887         * elf/tst-relsort1mod2.c: New file.
46888
46889 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46890
46891         * math/s_ldexp.c: Remove __STDC__ conditionals.
46892         * math/s_ldexpf.c: Likewise.
46893         * math/s_ldexpl.c: Likewise.
46894         * math/s_nextafter.c: Likewise.
46895         * math/s_nexttowardf.c: Likewise.
46896         * math/s_significand.c: Likewise.
46897         * math/s_significandf.c: Likewise.
46898         * math/s_significandl.c: Likewise.
46899         * math/w_jnl.c: Likewise.
46900         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46901         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46902         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46903         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46904         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46905         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46906         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46907         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46908         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46909         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46910         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46911         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46912         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46913         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46914         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46915         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46916         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46917         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46918         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46919         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46920         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46921         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46922         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46923         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46924         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46925         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46926         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46927         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46928         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46929         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46930         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46931         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46932         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46933         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46934         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46935         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46936         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46937         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46938         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46939         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46940         * sysdeps/ieee754/k_standard.c: Likewise.
46941         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46942         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46943         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46944         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46945         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46946         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46947         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46948         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46949         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46950         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46951         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46953         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46954         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46955         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46956         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46957         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46958         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46959         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46960         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46961         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46962         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46963         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46965         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46966         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46967         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46968         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46970         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46971         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46972         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46973         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46974         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46976         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46977         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46978         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46979         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46980         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46981         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46982         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46983         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46984         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46987         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46988         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46989         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46990         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46992         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46993         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46994         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46995         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46996         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46997         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46998         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46999         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47000         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47001         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47002         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47003         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47004         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47005         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47006         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47007         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47008         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47009         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47010         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47011         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47012         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47013         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47014         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47015         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47016         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47017         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47018         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47019         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47020         * sysdeps/ieee754/s_matherr.c: Likewise.
47021         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47022         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47023         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47024         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47025
47026 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47027
47028         * crypt/md5.h: Remove __STDC__ conditionals.
47029         * libio/libioP.h: Likewise.
47030         * locale/programs/config.h: Likewise.
47031         * sysdeps/generic/sysdep.h: Likewise.
47032         * sysdeps/i386/asm-syntax.h: Likewise.
47033         * sysdeps/s390/asm-syntax.h: Likewise.
47034         * sysdeps/unix/sysdep.h: Likewise.
47035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47037
47038 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47039
47040         * libio/libio.h: Remove __STDC__ conditionals.
47041         * malloc/obstack.h: Likewise.
47042         * math/complex.h: Likewise.
47043         * math/math.h: Likewise.
47044         * sysdeps/generic/_G_config.h: Likewise.
47045         * sysdeps/gnu/_G_config.h: Likewise.
47046         * sysdeps/mach/hurd/_G_config.h: Likewise.
47047         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47048         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47049         * sysdeps/sparc/bits/mathdef.h: Likewise.
47050
47051 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47052
47053         [BZ #13583]
47054         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47055         Clean up HAS_* macros.
47056         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47057         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47058         possible.
47059         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47060         HAS_AVX.
47061         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47062         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47063         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47064         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47065         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47066
47067 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47068
47069         * elf/tst-unique3.cc (gets): Remove declaration.
47070         * elf/tst-unique3lib.cc (gets): Likewise.
47071         * elf/tst-unique3lib2.cc (gets): Likewise.
47072         * elf/tst-unique4.cc (gets): Likewise.
47073
47074 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47075
47076         * include/stdio.h: Add C++ protection.  Add gets declarations and
47077         definitions.
47078         * debug/tst-chk1.c: Don't declare gets here.
47079         * stdio-common/tst-gets.c: Likewise.
47080
47081 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47082
47083         * posix/glob: Remove directory.
47084
47085 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47086
47087         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47088
47089 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47090
47091         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47092         of the non-standard EPFNOSUPPORT.
47093
47094 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47095
47096         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47097         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47098         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47099
47100 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47101
47102         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47103
47104 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47105
47106         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47107         transient errors.
47108         * nscd/grpcache.c (cache_addgr): Likewise.
47109         * nscd/hstcache.c (cache_addhst): Likewise.
47110         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47111         * nscd/pwdcache.c (cache_addpw): Likewise.
47112         * nscd/servicescache.c (cache_addserv): Likewise.
47113
47114 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47115
47116         * malloc/malloc.c: Various cleanups.
47117         * malloc/hooks.c: Likewise.
47118
47119         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47120         * stdlib/bug-fmtmsg1.c: New file.
47121
47122         * stdlib/fmtmsg.c (init): Add missing unlock.
47123         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47124
47125 2012-01-12  Marek Polacek  <polacek@redhat.com>
47126
47127         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47128         and _GNU_SOURCE.
47129
47130 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47131
47132         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47133         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47134         macro to ensure uniqueness of label name.
47135         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47136         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47137
47138 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47139
47140         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47141
47142         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47143         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47144         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47145         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47146
47147 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47148
47149         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47150
47151         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47152         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47153         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47154
47155         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47156
47157         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47158         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47159         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47160         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47161
47162         * math/bits/math-finite.h: Add ldexp support.
47163
47164 2012-01-10  Marek Polacek  <polacek@redhat.com>
47165
47166         * locale/programs/localedef.h (show_archive_content): Add noreturn
47167         attribute.
47168
47169 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47170
47171         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47172
47173 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47174
47175         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47176
47177         * io/Makefile (headers): Add bits/poll2.h.
47178
47179 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47180
47181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47182         typo #include statement.
47183
47184 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47185
47186         * include/sys/cdefs.h: Define __attribute_alloc_size.
47187         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47188         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47189         * elf/pldd.c: Likewise.
47190         * iconv/iconv_charmap.c: Likewise.
47191         * iconv/iconvconfig.c: Likewise.
47192         * iconv/strtab.c: Likewise.
47193         * locale/programs/locale.c: Likewise.
47194         * locale/programs/localedef.h: Likewise.
47195         * locale/programs/simple-hash.c: Likewise.
47196         * nscd/nscd.h: Likewise.
47197         * nss/makedb.c: Likewise.
47198         * sysdeps/generic/ldconfig.h: Likewise.
47199         * locale/programs/localedef.c: Remove xmalloc prototype.
47200         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47201
47202 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47203
47204         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47205         appropriate.
47206
47207 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47208
47209         * math/Makefile (tests): Add tst-CMPLX.
47210         * math/tst-CMPLX.c: New file.
47211
47212         * math/complex.h (CMPLXL): Fix typo.
47213
47214         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47215         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47216         GLIBC_2.16.
47217         * debug/tst-chk1.c: Add poll and ppoll tests.
47218         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47219         * include/sys/poll.h: Add hidden proto for ppoll.
47220         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47221         * sysdeps/mach/hurd/ppoll.c: Likewise.
47222         * io/ppoll.c: Likewise.
47223         * debug/poll_chk.c: New file.
47224         * debug/ppoll_chk.c: New file.
47225         * include/bits/poll2.h: New file.
47226         * io/bits/poll2.h: New file.
47227
47228         [BZ #1350]
47229         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47230
47231         * configure.in: static is always set to yes.  Remove.
47232         * config.make.in: Don't set build-static.
47233         * Makeconfig: Remove use of build-static.
47234         * dlfcn/Makefile: Likewise.
47235         * elf/Makefile: Likewise.
47236         * math/Makefile: Likewise.
47237         * misc/Makefile: Likewise.
47238         * nptl/Makefile: Likewise.
47239         * sysdeps/mach/hurd/Makefile: Likewise.
47240
47241         * configure.in: PWD_P is not used anymore.
47242         * config.make.in: Remove PWD_P entry.
47243
47244         * configure.in: Remove last remnants of RANLIB.
47245         No need to check for signed size_t anymore.
47246         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47247         and IA-64.
47248         Remove __builtin_expect test because we require at least gcc 3.4.
47249         * aclocal.m4: Likewise.
47250
47251         * wcsmbs/mbrtoc16.c: Implement using towc function.
47252         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47253         * wcsmbs/wcsmbsload.c: Likewise.
47254         * iconv/gconv_simple.c: Likewise.
47255         * iconv/gconv_int.h: Likewise.
47256         * iconv/gconv_builtin.h: Likewise.
47257         * iconv/iconv_prog.c: Remove CHAR16 handling.
47258
47259         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47260
47261         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47262
47263         * configure.in: Remove --with-elf and --enable-bounded options.
47264         Dont set base_machine for ia64.  More non-ELF conditions removed.
47265         Remove testing and setting of leading underscore information.
47266         * config.make.in (build-bounded): Set to no.
47267         * config.h.in: Remove NO_UNDERSCORES entry.
47268         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47269         them.
47270         * csu/start.c: Remove !NO_UNDERSCORE code.
47271         * locale/localeinfo.h: Likewise.
47272         * sysdeps/generic/machine-gmon.h: Likewise.
47273         * sysdeps/generic/sysdep.h: Likewise.
47274         * sysdeps/i386/sysdep.h: Likewise.
47275         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47276         * sysdeps/mach/sysdep.h: Likewise.
47277         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47278         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47279         * sysdeps/sh/sysdep.h: Likewise.
47280         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47281         * sysdeps/unix/i386/sysdep.S: Likewise.
47282         * sysdeps/unix/sparc/start.c: Likewise.
47283         * sysdeps/unix/sparc/sysdep.S: Likewise.
47284         * sysdeps/unix/sparc/sysdep.h: Likewise.
47285         * sysdeps/unix/start.c: Likewise.
47286         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47287         * sysdeps/x86_64/sysdep.h: Likewise.
47288
47289 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47290
47291         [BZ #13553]
47292         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47293         for non-gcc.
47294         * argp/argp-fmtstream.h: Use const instead __const.
47295         * argp/argp.h: Likewise.
47296         * assert/assert.h: Likewise.
47297         * bits/fenv.h: Likewise.
47298         * bits/sched.h: Likewise.
47299         * bits/sigset.h: Likewise.
47300         * bits/sigthread.h: Likewise.
47301         * catgets/nl_types.h: Likewise.
47302         * conform/data/pthread.h-data: Likewise.
47303         * crypt/crypt-private.h: Likewise.
47304         * crypt/crypt.h: Likewise.
47305         * crypt/crypt_util.c: Likewise.
47306         * ctype/ctype.h: Likewise.
47307         * debug/execinfo.h: Likewise.
47308         * debug/mbsnrtowcs_chk.c: Likewise.
47309         * debug/mbsrtowcs_chk.c: Likewise.
47310         * debug/wcsnrtombs_chk.c: Likewise.
47311         * debug/wcsrtombs_chk.c: Likewise.
47312         * debug/wcstombs_chk.c: Likewise.
47313         * dirent/dirent.h: Likewise.
47314         * dlfcn/dlfcn.h: Likewise.
47315         * elf/neededtest4.c: Likewise.
47316         * grp/grp.h: Likewise.
47317         * gshadow/gshadow.h: Likewise.
47318         * iconv/gconv.h: Likewise.
47319         * iconv/gconv_int.h: Likewise.
47320         * iconv/gconv_simple.c: Likewise.
47321         * iconv/iconv.h: Likewise.
47322         * iconv/loop.c: Likewise.
47323         * iconv/skeleton.c: Likewise.
47324         * include/aio.h: Likewise.
47325         * include/aliases.h: Likewise.
47326         * include/argz.h: Likewise.
47327         * include/arpa/inet.h: Likewise.
47328         * include/assert.h: Likewise.
47329         * include/dirent.h: Likewise.
47330         * include/dlfcn.h: Likewise.
47331         * include/execinfo.h: Likewise.
47332         * include/fcntl.h: Likewise.
47333         * include/fenv.h: Likewise.
47334         * include/glob.h: Likewise.
47335         * include/grp.h: Likewise.
47336         * include/libintl.h: Likewise.
47337         * include/mntent.h: Likewise.
47338         * include/netdb.h: Likewise.
47339         * include/pwd.h: Likewise.
47340         * include/rpc/netdb.h: Likewise.
47341         * include/sched.h: Likewise.
47342         * include/search.h: Likewise.
47343         * include/shadow.h: Likewise.
47344         * include/signal.h: Likewise.
47345         * include/stdio.h: Likewise.
47346         * include/stdlib.h: Likewise.
47347         * include/string.h: Likewise.
47348         * include/sys/socket.h: Likewise.
47349         * include/sys/stat.h: Likewise.
47350         * include/sys/statfs.h: Likewise.
47351         * include/sys/statvfs.h: Likewise.
47352         * include/sys/syslog.h: Likewise.
47353         * include/sys/time.h: Likewise.
47354         * include/sys/uio.h: Likewise.
47355         * include/time.h: Likewise.
47356         * include/unistd.h: Likewise.
47357         * include/utmp.h: Likewise.
47358         * include/wchar.h: Likewise.
47359         * include/wctype.h: Likewise.
47360         * inet/aliases.h: Likewise.
47361         * inet/arpa/inet.h: Likewise.
47362         * inet/netinet/ether.h: Likewise.
47363         * inet/netinet/in.h: Likewise.
47364         * intl/libintl.h: Likewise.
47365         * io/bits/fcntl2.h: Likewise.
47366         * io/fcntl.h: Likewise.
47367         * io/ftw.h: Likewise.
47368         * io/sys/poll.h: Likewise.
47369         * io/sys/stat.h: Likewise.
47370         * io/sys/statfs.h: Likewise.
47371         * io/sys/statvfs.h: Likewise.
47372         * io/utime.h: Likewise.
47373         * libio/bits/stdio.h: Likewise.
47374         * libio/bits/stdio2.h: Likewise.
47375         * libio/libio.h: Likewise.
47376         * libio/libioP.h: Likewise.
47377         * libio/stdio.h: Likewise.
47378         * locale/lc-ctype.c: Likewise.
47379         * locale/locale.h: Likewise.
47380         * login/utmp.h: Likewise.
47381         * malloc/arena.c: Likewise.
47382         * malloc/malloc.c: Likewise.
47383         * malloc/malloc.h: Likewise.
47384         * malloc/mcheck.c: Likewise.
47385         * malloc/mtrace.c: Likewise.
47386         * math/bits/mathcalls.h: Likewise.
47387         * math/fenv.h: Likewise.
47388         * math/math_private.h: Likewise.
47389         * misc/bits/error.h: Likewise.
47390         * misc/bits/syslog.h: Likewise.
47391         * misc/err.h: Likewise.
47392         * misc/error.h: Likewise.
47393         * misc/fstab.h: Likewise.
47394         * misc/mntent.h: Likewise.
47395         * misc/regexp.h: Likewise.
47396         * misc/search.h: Likewise.
47397         * misc/sgtty.h: Likewise.
47398         * misc/sys/mman.h: Likewise.
47399         * misc/sys/syslog.h: Likewise.
47400         * misc/sys/uio.h: Likewise.
47401         * misc/sys/xattr.h: Likewise.
47402         * misc/ttyent.h: Likewise.
47403         * nis/rpcsvc/ypclnt.h: Likewise.
47404         * nss/nss.h: Likewise.
47405         * posix/bits/unistd.h: Likewise.
47406         * posix/fnmatch.h: Likewise.
47407         * posix/glob.h: Likewise.
47408         * posix/sched.h: Likewise.
47409         * posix/spawn.h: Likewise.
47410         * posix/sys/wait.h: Likewise.
47411         * posix/unistd.h: Likewise.
47412         * posix/wordexp.h: Likewise.
47413         * pwd/pwd.h: Likewise.
47414         * resolv/netdb.h: Likewise.
47415         * resource/sys/resource.h: Likewise.
47416         * rt/aio.h: Likewise.
47417         * rt/bits/mqueue2.h: Likewise.
47418         * rt/mqueue.h: Likewise.
47419         * shadow/shadow.h: Likewise.
47420         * signal/signal.h: Likewise.
47421         * socket/send.c: Likewise.
47422         * socket/sendto.c: Likewise.
47423         * socket/sys/socket.h: Likewise.
47424         * stdio-common/printf.h: Likewise.
47425         * stdlib/bits/stdlib.h: Likewise.
47426         * stdlib/fmtmsg.h: Likewise.
47427         * stdlib/monetary.h: Likewise.
47428         * stdlib/stdlib.h: Likewise.
47429         * stdlib/ucontext.h: Likewise.
47430         * streams/stropts.h: Likewise.
47431         * string/argz.h: Likewise.
47432         * string/bits/string2.h: Likewise.
47433         * string/string.h: Likewise.
47434         * string/strings.h: Likewise.
47435         * sunrpc/rpc/auth.h: Likewise.
47436         * sunrpc/rpc/auth_des.h: Likewise.
47437         * sunrpc/rpc/clnt.h: Likewise.
47438         * sunrpc/rpc/netdb.h: Likewise.
47439         * sunrpc/rpc/pmap_clnt.h: Likewise.
47440         * sunrpc/rpc/xdr.h: Likewise.
47441         * sysdeps/generic/inttypes.h: Likewise.
47442         * sysdeps/generic/net/if.h: Likewise.
47443         * sysdeps/generic/sys/swap.h: Likewise.
47444         * sysdeps/gnu/net/if.h: Likewise.
47445         * sysdeps/gnu/utmpx.h: Likewise.
47446         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47447         * sysdeps/i386/i486/bits/string.h: Likewise.
47448         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47449         * sysdeps/s390/bits/string.h: Likewise.
47450         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47451         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47452         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47453         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47454         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47455         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47456         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47457         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47458         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47459         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47460         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47461         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47462         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47463         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47464         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47465         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47466         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47467         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47468         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47469         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47470         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47471         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47472         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47473         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47474         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47475         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47476         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47477         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47478         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47479         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47480         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47481         * sysvipc/sys/ipc.h: Likewise.
47482         * sysvipc/sys/msg.h: Likewise.
47483         * sysvipc/sys/sem.h: Likewise.
47484         * sysvipc/sys/shm.h: Likewise.
47485         * termios/termios.h: Likewise.
47486         * time/sys/time.h: Likewise.
47487         * time/time.h: Likewise.
47488         * wcsmbs/bits/wchar2.h: Likewise.
47489         * wcsmbs/uchar.h: Likewise.
47490         * wcsmbs/wchar.h: Likewise.
47491         * wctype/wctype.h: Likewise.
47492
47493         [BZ #13551]
47494         * Makeconfig: Remove all but ELF support including AIX support.
47495         * Makerules: Likewise.
47496         * config.h.in: Likewise.
47497         * config.make.in: Likewise.
47498         * configure: Likewise.
47499         * configure.in: Likewise.
47500         * csu/Makefile: Likewise.
47501         * csu/version.c: Likewise.
47502         * debug/Makefile: Likewise.
47503         * dlfcn/Makefile: Likewise.
47504         * elf/Makefile: Likewise.
47505         * extra-lib.mk: Likewise.
47506         * iconv/Makefile: Likewise.
47507         * include/libc-symbols.h: Likewise.
47508         * include/shlib-compat.h: Likewise.
47509         * resolv/Makefile: Likewise.
47510         * resolv/res_libc.c: Likewise.
47511         * rt/Makefile: Likewise.
47512         * sysdeps/i386/asm-syntax.h: Likewise.
47513         * sysdeps/i386/sysdep.h: Likewise.
47514         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47515         * sysdeps/mach/sysdep.h: Likewise.
47516         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47517         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47518         * sysdeps/s390/asm-syntax.h: Likewise.
47519         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47520         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47521         * sysdeps/sh/sysdep.h: Likewise.
47522         * sysdeps/unix/sparc/sysdep.h: Likewise.
47523         * sysdeps/wordsize-32/divdi3.c: Likewise.
47524         * sysdeps/x86_64/sysdep.h: Likewise.
47525
47526         * argp/Versions: Remove _argp_unlock_xxx.
47527
47528         [BZ #13559]
47529         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47530         * abilist/libBrokenLocale.abilist: Likewise.
47531         * abilist/libanl.abilist: Likewise.
47532         * abilist/libc.abilist: Likewise.
47533         * abilist/libcrypt.abilist: Likewise.
47534         * abilist/libdl.abilist: Likewise.
47535         * abilist/libm.abilist: Likewise.
47536         * abilist/libnsl.abilist: Likewise.
47537         * abilist/libpthread.abilist: Likewise.
47538         * abilist/libresolv.abilist: Likewise.
47539         * abilist/librt.abilist: Likewise.
47540         * abilist/libthread_db.abilist: Likewise.
47541         * abilist/libutil.abilist: Likewise.
47542         * abilist/libnss_db.abilist: New file.
47543
47544         * scripts/abilist.awk: Add support for indirect functions.
47545
47546         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47547
47548         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47549
47550         * shlib-versions: Remove entries for ports architectures.
47551
47552         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47553         files in ports.
47554         * elf/stackguard-macros.h: Remove support for IA-64.
47555         * elf/tst-auditmod1.c: Likewise.
47556         * sysdeps/generic/ldsodefs.h: Likewise.
47557
47558         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47559         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47560         configure files.
47561
47562         [BZ #13552]
47563         * configure.in: Remove --enable-omitfp support.
47564         * FAQ.in: Adjust.
47565         * config.make.in: Likewise.
47566         * Makeconfig: Likewise.
47567         * manual/install.texi: Likewise.
47568
47569         In case anyone cares, the IA-64 architecture could move to ports.
47570         * sysdeps/ia64/*: Removed.
47571         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47572         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47573
47574         [BZ #13555]
47575         * configure.in: Remove entries for unsupported architectures.
47576
47577         [BZ #13533]
47578         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47579         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47580         routines.
47581         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47582         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47583         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47584         fall back to using wcrtomb.
47585         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47586         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47587         renaming.
47588         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47589         * wcsmbs/tst-c16c32-1.c: New file.
47590
47591         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47592         local variable.
47593
47594         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47595
47596         * elf/tst-unique3.cc: Add explicit declaration of gets.
47597         * elf/tst-unique3lib.cc: Likewise.
47598         * elf/tst-unique3lib2.cc: Likewise.
47599         * elf/tst-unique4.cc: Likewise.
47600
47601         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47602
47603 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47604
47605         [BZ #13566]
47606         * assert/assert.h (static_assert): Don't define for C++.
47607         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47608         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47609
47610 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47611
47612         * iconv/loop.c (single loop): Fix assertion in storing of
47613         remaining bytes.
47614
47615         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47616
47617 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47618
47619         * posix/getconf.c: Update copyright year.
47620         * nss/getent.c: Likewise.
47621         * nss/makedb.c: Likewise.
47622         * iconv/iconvconfig.c: Likewise.
47623         * iconv/iconv_prog.c: Likewise.
47624         * elf/ldconfig.c: Likewise.
47625         * elf/pldd.c: Likewise.
47626         * elf/sotruss.ksh: Likewise.
47627         * catgets/gencat.c: Likewise.
47628         * csu/version.c: Likewise.
47629         * elf/ldd.bash.in: Likewise.
47630         * elf/sprof.c (print_version): Likewise.
47631         * locale/programs/locale.c: Likewise.
47632         * locale/programs/localedef.c: Likewise.
47633         * login/programs/pt_chown.c: Likewise.
47634         * nscd/nscd.c (print_version): Likewise.
47635         * debug/xtrace.sh: Likewise.
47636         * malloc/memusage.sh: Likewise.
47637         * malloc/mtrace.pl: Likewise.
47638         * debug/catchsegv.sh: Likewise.
47639
47640 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47641
47642         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47643         pure attribute.
47644
47645 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47646
47647         [BZ #13533]
47648         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47649         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47650         transformations.
47651         * iconv/gconv_int.h: Likewise.
47652         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47653         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47654         from libc for GLIBC_2.16.
47655         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47656         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47657         * wcsmbs/uchar.h: Really define mbstate_t.
47658         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47659         * wcsmbs/c16rtomb.c: New file.
47660         * wcsmbs/mbrtoc16.c: New file.
47661         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47662         for C/POSIX locale.
47663         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47664         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47665
47666         * wcsmbs/wchar.h: Add missing __restrict.
47667
47668 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47669
47670         [BZ #13532]
47671         * time/Makefile (routines): Add timespec_get.
47672         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47673         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47674         timespec for ISO C11.
47675         * time/timespec_get.c: New file.
47676         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47677         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47678
47679         [BZ #13531]
47680         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47681         * stdlib/stdlib.h: Declare aligned_alloc.
47682         * Versions.def: Add GLIBC_2.16 for libc.
47683         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47684
47685         [BZ 13527]
47686         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47687         ISO C11.
47688
47689         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47690         code.
47691
47692         [BZ #13528]
47693         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47694
47695         [BZ #13529]
47696         * assert/assert.h (static_assert): Define.
47697
47698         * version.h: Update for 2.16 development version.
47699
47700         [BZ #13526]
47701         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47702         _ISOC11_SOURCE.
47703
47704         * version.h (RELEASE): Bump for 2.15 release.
47705         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47706
47707         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47708         Patch by Marek Polacek <mpolacek@redhat.com>.
47709
47710         * bits/byteswap.h: Protect long long constants with __extension__.
47711         * sysdeps/i386/bits/byteswap.h: Likewise.
47712         * sysdeps/ia64/bits/byteswap.h: Likewise.
47713         * sysdeps/s390/bits/byteswap.h: Likewise.
47714         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47715
47716 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47717
47718         [BZ #13540]
47719         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47720         destination buffer.
47721         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47722
47723 2011-12-23  Marek Polacek  <polacek@redhat.com>
47724
47725         * elf/dl-addr.c (determine_info): Add inline keyword.
47726         * elf/tst-auditmod4b.c (check_avx): Likewise.
47727         * elf/tst-auditmod6b.c (check_avx): Likewise.
47728         * elf/tst-auditmod6c.c (check_avx): Likewise.
47729         * elf/tst-auditmod7b.c (check_avx): Likewise.
47730
47731 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47732
47733         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47734         !__SSE_MATH__.
47735
47736 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47737
47738         [BZ #13540]
47739         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47740         processing for last bytes.
47741
47742 2011-08-06  Bruno Haible  <bruno@clisp.org>
47743
47744         [BZ #13061]
47745         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47746         U+0385, not to U+1FEE.
47747
47748         [BZ #13062]
47749         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47750         entry for U+00A5 U+0301.
47751
47752 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47753
47754         [BZ #13166]
47755         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47756         buffer for the output is too small.
47757
47758         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47759         optimization.
47760
47761         [BZ #13185]
47762         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47763         SSE flags if possible.
47764
47765 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47766
47767         [BZ #13540]
47768         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47769         processing for last bytes.
47770
47771 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47772
47773         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47774         (syscall-list-default-options, syscall-list-default-condition)
47775         (syscall-list-includes): Define.
47776         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47777         list of ABIs and options and #if conditions for each ABI.  Do not
47778         handle common syscalls between ABIs specially.
47779         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47780         Remove.
47781         (syscall-list-variants, syscall-list-32bit-options)
47782         (syscall-list-32bit-condition, syscall-list-64bit-options)
47783         (syscall-list-64bit-condition): Define.
47784         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47785         (syscall-list-variants, syscall-list-32bit-options)
47786         (syscall-list-32bit-condition, syscall-list-64bit-options)
47787         (syscall-list-64bit-condition): Define.
47788         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47789         Remove.
47790         (syscall-list-variants, syscall-list-32bit-options)
47791         (syscall-list-32bit-condition, syscall-list-64bit-options)
47792         (syscall-list-64bit-condition): Define.
47793         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47794         Remove.
47795         (syscall-list-variants, syscall-list-32bit-options)
47796         (syscall-list-32bit-condition, syscall-list-64bit-options)
47797         (syscall-list-64bit-condition): Define.
47798
47799 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47800
47801         * locale/iso-639.def: Add brx entry.
47802
47803         [BZ #13328]
47804         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47805         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47806
47807         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47808         __feraiseexcept_renamed.
47809
47810 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47811
47812         [BZ #13538]
47813         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47814         EPOLLET with unsigned values.
47815         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47816         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47817
47818         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47819         to large cancellation.
47820         * math/s_cacoshf.c: Likewise.
47821         * math/s_cacoshl.c: Likewise.
47822
47823 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47824
47825         [BZ #13305]
47826         [BZ #12786]
47827         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47828         * math/s_cacoshf.c: Likewise.
47829         * math/s_cacoshl.c: Likewise.
47830
47831 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47832
47833         [BZ #13439]
47834         * iconv/gconv.h: Define __GCONV_SWAP.
47835         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47836         * iconvdata/utf-16.c: Likewise.
47837         * iconvdata/utf-32.c: Likewise.
47838
47839 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47840
47841         [BZ #13524]
47842         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47843         numerator after shifting it by one limb.
47844
47845 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47846
47847         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47848         under [__USE_EXTERN_INLINES].
47849
47850 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47851
47852         [BZ #13446]
47853         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47854
47855 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47856
47857         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47858         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47859         optimized code.
47860         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47861         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47862         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47863         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47864         for strncasecmp/strncasecmp_l compilation.
47865         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47866         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47867
47868 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47869
47870         [BZ #13484]
47871         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47872         of __asm__.
47873
47874 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47875
47876         [BZ #13506]
47877         * time/tzfile.c (__tzfile_read): Check values from file header.
47878
47879 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47880
47881         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47882         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47883         * powerpc/powerpc32/dl-start.S: Likewise.
47884         * powerpc/powerpc32/elf/start.S: Likewise.
47885         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47886         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47887         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47888         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47889         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47890         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47891         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47892         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47893         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47894         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47895         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47896         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47897         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47898         * powerpc/powerpc32/memset.S: Likewise.
47899         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47900         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47901         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47902         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47903         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47904         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47905         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47906         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47907         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47908         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47909         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47910         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47911         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47912
47913 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47914
47915         * math/libm-test.inc: Added more nearbyint tests.
47916         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47917         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47918         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47919         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47920
47921 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47922
47923         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47924         FD_CLOEXEC.
47925
47926 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47927
47928         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47929         Add wcscpy-ssse3 wcscpy-c.
47930         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47931         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47932         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47933         * sysdeps/x86_64/wcschr.S: New file.
47934         * sysdeps/x86_64/wcsrchr.S: New file.
47935         * string/test-strcmp.c: Remove checking of wcscmp function for
47936         wrong alignments.
47937         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47938         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47939         wcsrchr-sse2 wcsrchr-c.
47940         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47941         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47942         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47943         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47944         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47945         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47946         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47947         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47948         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47949         * wcsmbc/wcschr.c (WCSCHR): New macro.
47950
47951 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47952
47953         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47954         * wcsmbs/test-wcsrchr.c: New file.
47955         * string/test-strrchr.c: Add wcsrchr support.
47956         (WIDE): New macro.
47957         * wcsmbs/test-wcscpy.c: New file.
47958         * string/test-strcpy.c: Add wcscpy support.
47959         (WIDE): New macro.
47960
47961 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47962
47963         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47964         the inner loop.
47965
47966 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47967
47968         [BZ #13472]
47969         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47970
47971 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47972
47973         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47974         Minor optimizations.
47975
47976         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47977         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47978         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47979
47980 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47981
47982         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47983         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47984         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47985         for gcc to avoid warnings.
47986         * inet/Makefile (tests): Add tst-checks.
47987         * inet/tst-checks.c: New file.
47988
47989         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47990         warning.
47991
47992         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47993         __wmemcmp_sse2.
47994
47995         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47996         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47997
47998         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47999
48000 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48001
48002         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48003         problem.
48004
48005         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48006
48007 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48008
48009         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48010         conditional on GCC version.
48011         (__arch_compare_and_exchange_val_8_acq)
48012         (__arch_compare_and_exchange_val_16_acq)
48013         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48014         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48015         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48016
48017 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48018
48019         * sysdeps/sh/backtrace.c: New file.
48020
48021 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48022
48023         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48024         parenthesis.
48025
48026 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48027
48028         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48029         falling back to utime.
48030
48031 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48032
48033         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48034         expectations for float.
48035
48036 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48037
48038         * locale/weight.h (findidx): Add parameter len.
48039         * locale/weightwc.h (findidx): Likewise.
48040         * posix/fnmatch_loop.c (FCT): Adjust caller.
48041         * posix/regcomp.c (build_equiv_class): Likewise.
48042         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48043         * posix/regexec.c (check_node_accept_bytes): Likewise.
48044         * string/strcoll_l.c (STRCOLL): Likewise.
48045         * string/strxfrm_l.c (STRXFRM): Likewise.
48046
48047 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48048
48049         * Makefile.in: Remove CVSOPT handling.
48050         * configure.in: Remove use of AC_REVISION.
48051         * iconvdata/Makefile (distribute): No need to filter out CVS.
48052         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48053         handling.
48054
48055 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48056
48057         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48058         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48059         [USE_AS_STRNCASECMP_L]: Likewise.
48060         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48061         NO_TLS_DIRECT_SEG_REFS.
48062         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48063         Fix argument offsets for non-PIC.
48064         [USE_AS_STRNCASECMP_L]: Likewise.
48065         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48066         NO_TLS_DIRECT_SEG_REFS.
48067
48068 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48069
48070         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48071         O_CLOEXEC.
48072         * locale/loadlocale.c (_nl_load_locale): Likewise.
48073
48074 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48075
48076         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48077         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48078         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48079         (SYSCALL_GETTIME): Set errno on error.
48080
48081         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48082         count references to noai6ai_cached.
48083
48084 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48085
48086         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48087
48088         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48089         FD_CLOEXEC for /proc/self/maps.
48090
48091         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48092         FD_CLOEXEC for /proc/meminfo.
48093
48094         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48095         gai.conf.
48096
48097         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48098         FD_CLOEXEC for given file.
48099
48100         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48101
48102         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48103         FD_CLOEXEC for /etc/hosts.
48104         (_gethtent): Likewise.
48105
48106         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48107
48108         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48109         cancellation and set FD_CLOEXEC for /etc/netgroup.
48110
48111         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48112         reading /etc/publickey.
48113
48114         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48115         allow cancellation when reading /etc/group.
48116
48117         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48118         cancellation.
48119         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48120
48121         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48122         when using data file.
48123
48124         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48125
48126         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48127         (write_nis_obj): Use "c" and "e" in fopen.
48128
48129         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48130
48131         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48132
48133         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48134
48135         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48136
48137         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48138         locale.alias.
48139
48140         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48141
48142         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48143
48144         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48145
48146         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48147         file parsing and set FD_CLOEXEC.
48148
48149 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48150
48151         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48152
48153 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48154
48155         * malloc/arena.c (arena_get2): Don't call reused_arena when
48156         _int_new_arena failed.
48157
48158 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48159
48160         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48161         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48162         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48163         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48164         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48165         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48166         to compile strcasecmp and strncasecmp.
48167         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48168         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48169
48170         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48171
48172 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48173
48174         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48175         locale-defines.sym to gen-as-const-headers.
48176         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48177         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48178         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48179         to compile strcasecmp and strncasecmp.
48180         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48181         strcasecmp_l and strncasecmp_l.
48182         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48183         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48184         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48185         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48186         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48187         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48188         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48189         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48190         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48191         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48192         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48193
48194 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48195
48196         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48197         result of SYSDEP_GETTIME_CPU to retval.
48198         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48199         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48200
48201         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48202         variable.
48203
48204         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48205         mantissa words.
48206         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48207
48208         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48209         from unused variable.
48210
48211         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48212         DWARF definitions.
48213         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48214         for assembling.
48215
48216         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48217         over namespaces.
48218
48219         * sunrpc/rpc_prot.c (rejected): Fix case value.
48220
48221         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48222         unsigned long long int to avoid warnings in shift.
48223
48224         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48225         of use of trans.
48226         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48227         variable tmp.
48228
48229         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48230         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48231         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48232
48233         * nis/nis_table.c (nis_list): Use variable of correct type for
48234         result of __follow_path call.
48235
48236 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48237
48238         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48239         of math functions ceil, trunc, floor, round, and sqrt, when
48240         avaliable on the platform.
48241         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48242         name clash.
48243         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48244         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48245         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48246
48247 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48248
48249         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48250         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48251
48252 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48253
48254         * include/unistd.h: Fix __readlink return type.
48255         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48256
48257 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48258
48259         * stdlib/ucontext.h: Undo last change for makecontext.
48260
48261 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48262
48263         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48264
48265         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48266         * setjmp/setjmp.h: Mark functions as non-leaf.
48267         * setjmp/bits/setjmp2.h: Likewise.
48268         * stdlib/ucontext.h: Likewise.
48269
48270 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48271
48272         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48273         (reused_arena): Don't check arena limit.
48274         (arena_get2): Atomically check arena limit.
48275
48276 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48277
48278         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48279         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48280
48281         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48282         instructions.
48283
48284 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48285
48286         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48287         handler when locking.
48288
48289         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48290         Fix size of allocated buffer.
48291
48292 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48293
48294         [BZ #10103]
48295         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48296         declarations for long double functions.
48297         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48298
48299         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48300
48301 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48302
48303         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48304         installed.
48305
48306         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48307         is disabled.
48308
48309 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48310
48311         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48312
48313 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48314
48315         * include/alloca.h (stackinfo_alloca_round): Define.
48316         (extend_alloca): Use it.
48317         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48318         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48319         here.
48320
48321         * scripts/check-local-headers.sh: Ignore libaudit.h.
48322
48323         * nscd/Makefile (extra-objs): Make recursively expanded.
48324
48325 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48326
48327         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48328         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48329
48330         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48331         * posix/tst-rfc3484-2.c: Likewise.
48332         * posix/tst-rfc3484-3.c: Likewise.
48333
48334         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48335         process_vm_writev.
48336         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48337         process_vm_writev.
48338         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48339         process_vm_writev from libc using GLIBC_2.15 version.
48340
48341         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48342
48343 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48344
48345         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48346         stack usage.
48347
48348 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48349
48350         [BZ #13367]
48351         * nss/getent.c (initgroups_keys): Show error message in case no group
48352         names are given.
48353
48354         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48355         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48356         __bump_nl_timestamp.
48357         * nscd/connections (nscd_init): When host database is served open
48358         netlink socket and request notification about configuration changes.
48359         (main_loop_poll): Track netlink file descriptor and bump timestamp
48360         in case data becomes available.
48361         (main_loop_epoll): Likewise.
48362         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48363         (database_pers_head): Add extra_data fileds.
48364         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48365         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48366         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48367         Adjust caller.
48368         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48369         in6ai data, call __free_in6ai.
48370         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48371         Add -DHAVE_NETLINK.
48372         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48373         interface information.  Reuse previous data if netlink timestamp
48374         is not changed.
48375         (__bump_nl_timestamp): New function.
48376         (__free_in6ai): New function.
48377
48378 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48379
48380         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48381         close_not_cancel_no_status here.
48382         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48383
48384 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48385
48386         [BZ #13276]
48387         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48388         return value.
48389
48390         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48391         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48392         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48393
48394 2011-07-03  Andreas Jaeger  <aj@suse.de>
48395
48396         [BZ #10709]
48397         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48398         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48399         * math/libm-test.inc (sin_test): Add test case.
48400
48401 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48402
48403         [BZ #13337]
48404         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48405         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48406
48407         * elf/chroot_canon.c (chroot_canon): Cleanups.
48408
48409         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48410
48411         [BZ #13335]
48412         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48413         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48414
48415         * string/test-strchr.c: Make usable for strchrnul testing.
48416         * string/test-strchrnul.c: New file.
48417         * string/Makefile (strop-tests): Add strchrnul.
48418
48419         * po/it.po: Update from translation team.
48420         * po/es.po: Likewise.
48421
48422 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48423
48424         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48425         the three constants needed as parameters.  Drop the others.
48426         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48427         __m128i_strloadu_tolower.
48428         Create and initialize variable zero and use it in all the places
48429         where _mm_setzero_si128 was used.
48430
48431         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48432         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48433         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48434         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48435         anymore.
48436         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48437         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48438         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48439         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48440         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48441         __mpranred, __mptan.
48442         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48443         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48444         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48445         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48446         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48447         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48448         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48449         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48450         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48451
48452 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48453
48454         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48455         redefine if SHARED.
48456         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48457
48458         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48459         wide char related routines to wcsmbs subdir.
48460
48461 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48462
48463         [BZ #13344]
48464         * misc/sys/cdefs.h (__THROWNL): Define.
48465         * posix/unistd.h: Use __THREADNL instead of __THREAD
48466         for memory synchronization functions.
48467
48468 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48469
48470         [BZ #13349]
48471         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48472         doesn't exist.
48473         * manual/stdio.texi (Obstack Streams): Node removed.
48474
48475 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48476
48477         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48478         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48479         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48480
48481         * math/math_private.h (math_force_eval): Allow non-addressable
48482         arguments.
48483         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48484
48485 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48486
48487         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48488         file is not needed.
48489
48490         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48491         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48492         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48493         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48494         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48495         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48496         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48497         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48498         Add AVX variants.
48499         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48500         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48501         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48502         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48503         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48504         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48505         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48506         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48507         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48508         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48509         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48510         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48511         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48512         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48513         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48514         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48515         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48516         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48517         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48518
48519         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48520         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48521
48522         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48523         place.  Use VEX encoding when compiling for AVX.
48524
48525 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48526
48527         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48528         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48529
48530         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48531
48532 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48533
48534         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48535         useless if() expression.
48536         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48537         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48538         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48539         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48540         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48541         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48542         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48543         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48544         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48545         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48546         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48547         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48548         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48549         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48550         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48551         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48552         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48553         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48554         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48555
48556         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48557
48558 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48559
48560         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48561         condition.
48562         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48563
48564 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48565
48566         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48567         .text section.  Avoid duplicate constants.
48568         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48569         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48570         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48571         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48572         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48573         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48574         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48575         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48576         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48577         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48578         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48579         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48580         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48581         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48582         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48583         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48584         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48585         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48586         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48587         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48588         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48589         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48590         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48591         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48592         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48593         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48594         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48595         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48596         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48597         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48598         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48599         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48600         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48601         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48602         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48603         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48604         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48605         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48606         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48607         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48608         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48609         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48610         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48611         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48612         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48613
48614 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48615
48616         * sysdeps/x86_64/dla.h: Move to ...
48617         * sysdeps/x86_64/fpu/dla.h: ...here.
48618         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48619         situations.  Use __builtin_fma only for gcc 4.6 and up.
48620
48621         * config.make.in: Add have-mfma4 entry.
48622         * configure.in: Substitute libc_cv_cc_fma4.
48623         * math/Makefile (dbl-only-routines): Add sincostab.
48624         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48625         Use __sincostab not sincos.
48626         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48627         name is a macro.
48628         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48629         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48630         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48631         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48632         using __copysign.
48633         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48634         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48635         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48636         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48637         and __inv.
48638         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48639         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48640         __copysign.
48641         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48642         define aliases when function name is a macro.
48643         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48644         sysdeps/ieee754/dbl-64/sincos.tbl.
48645         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48646         fma4-enabled routines.
48647         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48648         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48649         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48650         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48651         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48652         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48653         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48654         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48655         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48656         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48657         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48658         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48659         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48660         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48661         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48662         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48663         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48664         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48665         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48666         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48667         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48668         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48669         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48670         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48671         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48672         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48673         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48674         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48675         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48676         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48677
48678         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48679         rename.
48680         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48681         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48682         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48683         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48684         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48685         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48686         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48687         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48688
48689 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48690
48691         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48692
48693 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48694
48695         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48696
48697         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48698         prediction.
48699         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48700
48701         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48702         Remove unused variable magic_bits.
48703         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48704
48705         * string/strnlen.c: Define and use STRNLEN macro.
48706         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48707         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48708         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48709         * wcsmbs/wcslen.c: Define and use WCSLEN.
48710         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48711         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48712         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48713         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48714         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48715         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48716         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48717
48718 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48719
48720         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48721         strnlen-sse2-no-bsf.
48722         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48723         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48724         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48725         Add strnlen support.
48726         (USE_AS_STRNLEN): New macro.
48727         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48728         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48729         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48730         * sysdeps/x86_64/wcslen.S: New file.
48731
48732 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48733
48734         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48735         XMM-moves are used for copying on small sizes.
48736
48737 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48738
48739         * wcsmbs/Makefile (strop-tests): Add wcschr.
48740         * wcsmbs/test-wcschr.c: New file.
48741         * string/test-strchr.c: Update.
48742         Add wcschr support.
48743         (WIDE): New macro.
48744
48745 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48746
48747         * wcsmbs/Makefile (strop-tests): Add wcslen.
48748         * wcsmbs/test-wcslen.c: New file.
48749         * string/test-strlen.c: Update.
48750         Add wcslen support.
48751         (WIDE): New macro.
48752
48753 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48754
48755         * po/it.po: Update from translation team.
48756
48757 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48758
48759         * sysdeps/x86_64/wcscmp.S: Update.
48760         Fix wrong comparison semantics.
48761         wcscmp shall use signed comparison not unsigned.
48762         Don't use substraction to avoid overflow bug.
48763         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48764         * wcsmbc/wcscmp.c: Likewise.
48765         * string/test-strcmp.c: Likewise.
48766         Add new tests to check cases with negative values.
48767
48768 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48769
48770         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48771         * sysdeps/x86_64/dla.h: ...here.  New file.
48772         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48773         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48774         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48775         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48776         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48777         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48778         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48779         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48780         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48781
48782 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48783
48784         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48785         __ynl_finite aliases.
48786
48787 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48788
48789         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48790
48791         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48792         define DLA_FMA.
48793         [DLA_FMA] (EMULV): Use DLA_FMA.
48794         [DLA_FMA] (MUL12): Use EMULV.
48795         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48796         that are not needed.
48797         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48798         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48799         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48800         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48801         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48802         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48803         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48804
48805 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48806
48807         * math/s_nan.c: Undef __nan.
48808         * math/s_nanf.c: Undef __nanf.
48809         * math/s_nanl.c: Undef __nanl.
48810         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48811         "math_private.h".
48812
48813 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48814
48815         * math/s_catan.c: Add branch predictions.
48816         * math/s_catanf.c: Likewise.
48817         * math/s_catanh.c: Likewise.
48818         * math/s_catanhf.c: Likewise.
48819         * math/s_catanhl.c: Likewise.
48820         * math/s_catanl.c: Likewise.
48821         * math/s_cexp.c: Likewise.
48822         * math/s_cexpf.c: Likewise.
48823         * math/s_cexpl.c: Likewise.
48824         * math/s_clog.c: Likewise.
48825         * math/s_clog10.c: Likewise.
48826         * math/s_clog10f.c: Likewise.
48827         * math/s_clog10l.c: Likewise.
48828         * math/s_clogf.c: Likewise.
48829         * math/s_clogl.c: Likewise.
48830         * math/s_csqrt.c: Likewise.
48831         * math/s_csqrtf.c: Likewise.
48832         * math/s_csqrtl.c: Likewise.
48833         * math/s_ctanf.c: Likewise.
48834         * math/s_ctanh.c: Likewise.
48835         * math/s_ctanhf.c: Likewise.
48836         * math/s_ctanhl.c: Likewise.
48837         * math/s_ctanl.c: Likewise.
48838
48839         * math/math_private.h: Define __nan, __nanf, __nanl.
48840         * math/s_cacosh.c: Include <math_private.h>.
48841         * math/s_cacoshl.c: Likewise.
48842         * math/s_casinh.c: Likewise.
48843         * math/s_casinhf.c: Likewise.
48844         * math/s_casinhl.c: Likewise.
48845         * math/s_ccos.c: Rely entire on ccosh.
48846         * math/s_ccosf.c: Rely entire on ccoshf.
48847         * math/s_ccosl.c: Rely entirely on ccoshl.
48848         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48849         Remove tests for FE_INVALID.
48850         * math/s_ccoshf.c: Likewise.
48851         * math/s_ccoshl.c: Likewise.
48852         * math/s_csin.c: Likewise.
48853         * math/s_csinf.c: Likewise.
48854         * math/s_csinh.c Likewise.
48855         * math/s_csinhf.c: Likewise.
48856         * math/s_csinhl.c: Likewise.
48857         * math/s_csinl.c: Likewise.
48858         * math/s_ctan.c: Likewise.
48859         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48860         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48861         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48862
48863 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48864
48865         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48866         compilation problems.
48867
48868         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48869         __builtin_expect.
48870
48871 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48872
48873         * sysdeps/i386/configure.in: Test for -mfma4 option.
48874         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48875         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48876         COMMON_CPUID_INDEX_80000001.
48877         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48878         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48879         use it if FMA3 is not supported.
48880         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48881
48882         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48883         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48884
48885 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48886
48887         [BZ #12892]
48888         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48889         it would create a cycle with a link time dependency.
48890
48891 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48892
48893         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48894         instruction.
48895         * string/Makefile (strop-tests): Add rawmemchr.
48896         * string/test-rawmemchr.c: New file.
48897
48898         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48899         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48900         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48901         when compiling str{,n}casecmp and when AVX is available.  Hook up
48902         new optimized code in initializers.
48903
48904 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48905
48906         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48907         __feraiseexcept instead of feraiseexcept.
48908
48909 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48910
48911         * math/math_private.h: Define defaults for libc_fetestexcept and
48912         libc_feupdateenv.
48913         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48914         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48915         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48916         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48917         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48918         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48919         libc_fetestexcept and libc_feupdateenv.
48920
48921         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48922         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48923         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48924         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48925         libc_feholdexcept_setround.
48926
48927         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48928         Add s_nearbyint-c and s_nearbyintf-c.
48929         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48930         nearbyintf inlines.
48931         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48932         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48933         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48934         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48935
48936         * math/math_private.h: Define defaults for libc_fegetround,
48937         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48938         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48939         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48940         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48941         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48942         standard functions.
48943         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48944         Remove comments and hacks for old compiler versions.
48945         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48946         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48947         libc_feholdexceptl.
48948
48949 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48950
48951         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48952         (__feraiseexcept_renamed): Add __NTH.
48953         (feraiseexcept): Add __NTH.  Rename local variables to fix
48954         namespace violations.
48955
48956 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48957
48958         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48959
48960         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48961
48962         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48963         recently added interfaces.
48964         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48965
48966         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48967         about macro parameter expansion.
48968
48969         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48970         __NO_MATH_INLINES is defined.  Cleanups.
48971
48972         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48973         and __floorf is target has SSE4.1.
48974         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48975         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48976         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48977         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48978
48979         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48980         name.
48981         (floorf): Likewise.
48982
48983         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48984
48985 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48986
48987         * misc/sys/cdefs.h: Fix last change.
48988
48989         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48990         database lookup.
48991
48992 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48993
48994         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48995
48996         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48997         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48998         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48999         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49000         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49001         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49002         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49003         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49004         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49005         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49006         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49007         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49008         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49009         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49010         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49011         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49012         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49013         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49014         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49015         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49016         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49017         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49018
49019         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49020         ceil, ceilf, floor, floorf.
49021
49022         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49023         Perform IRELATIVE relocations last.
49024
49025         * elf/do-rel.h: Add another parameter nrelative, replacing the
49026         local variable with the same name.  Change name of the function
49027         to end in Rel or Rela (uppercase).
49028         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49029         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49030         elf_dynamic_do_##reloc function.
49031
49032 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49033
49034         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49035         is sufficient, at least on modern CPUs.
49036
49037         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49038
49039         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49040         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49041
49042         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49043         __expl_finite.
49044         * math/bits/math-finite.h: Add entries for exp.
49045         * math/e_expl.c: Add __*_finite alias.
49046         * sysdeps/i386/fpu/e_exp.S: Likewise.
49047         * sysdeps/i386/fpu/e_expf.S: Likewise.
49048         * sysdeps/i386/fpu/e_expl.c: Likewise.
49049         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49050         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49051         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49052         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49053         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49054         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49055         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49056
49057         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49058         is sufficient, at least on modern CPUs.
49059
49060         * ctype/ctype-info.c (__ctype_init): Define.
49061         * include/ctype.h (__ctype_init): Declare.
49062         (__ctype_b_loc): The variable is always initialized.
49063         (__ctype_toupper_loc): Likewise.
49064         (__ctype_tolower_loc): Likewise.
49065         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49066         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49067
49068 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49069
49070         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49071
49072         * configure.in: Also look in $cxxmachine/include for C++ system
49073         headers.
49074
49075 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49076
49077         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49078         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49079         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49080         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49081         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49082         (USE_AS_WMEMCMP): New macro.
49083         Fixing indents.
49084         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49085         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49086         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49087         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49088         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49089         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49090         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49091         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49092         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49093         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49094         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49095         (USE_AS_WMEMCMP): New macro.
49096         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49097         * sysdeps/string/test-memcmp.c: Update.
49098         Fix simple_wmemcmp.
49099         Add new tests.
49100         * wcsmbs/wmemcmp.c: Update.
49101         (WMEMCMP): New macro.
49102         Fix overflow bug.
49103
49104 2011-10-12  Andreas Jaeger  <aj@suse.de>
49105
49106         [BZ #13268]
49107         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49108
49109 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49110
49111         * libio/iofwide.c (do_length): Avoid warning.
49112
49113         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49114
49115 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49116
49117         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49118
49119         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49120         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49121         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49122         * sysdeps/i386/i686/fpu/e_log.S: New file.
49123         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49124         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49125
49126         * ctype/ctype.h: Add support for inlined isXXX functions when
49127         compiling C++ code.
49128
49129 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49130
49131         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49132
49133         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49134
49135 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49136
49137         [BZ #13291]
49138         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49139
49140 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49141
49142         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49143         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49144         feraiseexcept.
49145
49146         * sysdeps/x86_64/memrchr.S: Check for zero size.
49147
49148         * string/stratcliff.c: Add memrchr tests.
49149
49150 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49151
49152         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49153         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49154         rawmemchr-sse2 rawmemchr-sse2-bsf.
49155         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49156         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49157         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49158         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49159         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49160         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49161         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49162         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49163         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49164         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49165         * string/memrchr.c (MEMRCHR): New macro.
49166
49167 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49168
49169         Add integration with gcc's -ffinite-math-only and optimize wrapper
49170         functions in libm.
49171         * Versions.def: Define GLIBC_2.15 version for libm.
49172         * math/Makefile (headers): Add bits/math-finite.h.
49173         * math/bits/math-finite.h: New file.
49174         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49175         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49176         * math/e_acoshl.c: Add __*_finite alias.
49177         * math/e_acosl.c: Likewise.
49178         * math/e_asinl.c: Likewise.
49179         * math/e_atan2l.c: Likewise.
49180         * math/e_atanhl.c: Likewise.
49181         * math/e_coshl.c: Likewise.
49182         * math/e_exp10.c: Likewise.
49183         * math/e_exp10f.c: Likewise.
49184         * math/e_exp10l.c: Likewise.
49185         * math/e_exp2l.c: Likewise.
49186         * math/e_fmodl.c: Likewise.
49187         * math/e_gammal_r.c: Likewise.
49188         * math/e_hypotl.c: Likewise.
49189         * math/e_j0l.c: Likewise.
49190         * math/e_j1l.c: Likewise.
49191         * math/e_jnl.c: Likewise.
49192         * math/e_lgammal_r.c: Likewise.
49193         * math/e_log10l.c: Likewise.
49194         * math/e_log2l.c: Likewise.
49195         * math/e_logl.c: Likewise.
49196         * math/e_powl.c: Likewise.
49197         * math/e_sinhl.c: Likewise.
49198         * math/e_sqrtl.c: Likewise.
49199         * math/e_scalb.c: Completely rewritten and optimized.
49200         * math/e_scalbf.c: Likewise.
49201         * math/e_scalbl.c: Likewise.
49202         * math/w_acos.c: Likewise.
49203         * math/w_acosf.c: Likewise.
49204         * math/w_acosl.c: Likewise.
49205         * math/w_acosh.c: Likewise.
49206         * math/w_acoshf.c: Likewise.
49207         * math/w_acoshl.c: Likewise.
49208         * math/w_asin.c: Likewise.
49209         * math/w_asinf.c: Likewise.
49210         * math/w_asinl.c: Likewise.
49211         * math/w_atan2.c: Likewise.
49212         * math/w_atan2f.c: Likewise.
49213         * math/w_atan2l.c: Likewise.
49214         * math/w_atanh.c: Likewise.
49215         * math/w_atanhf.c: Likewise.
49216         * math/w_atanhl.c: Likewise.
49217         * math/w_exp10.c: Likewise.
49218         * math/w_exp10f.c: Likewise.
49219         * math/w_exp10l.c: Likewise.
49220         * math/w_fmod.c: Likewise.
49221         * math/w_fmodf.c: Likewise.
49222         * math/w_fmodl.c: Likewise.
49223         * math/w_j0.c: Likewise.
49224         * math/w_j0f.c: Likewise.
49225         * math/w_j0l.c: Likewise.
49226         * math/w_j1.c: Likewise.
49227         * math/w_j1f.c: Likewise.
49228         * math/w_j1l.c: Likewise.
49229         * math/w_jn.c: Likewise.
49230         * math/w_jnf.c: Likewise.
49231         * math/w_log.c: Likewise.
49232         * math/w_logf.c: Likewise.
49233         * math/w_logl.c: Likewise.
49234         * math/w_log10.c: Likewise.
49235         * math/w_log10f.c: Likewise.
49236         * math/w_log10l.c: Likewise.
49237         * math/w_log2.c: Likewise.
49238         * math/w_log2f.c: Likewise.
49239         * math/w_log2l.c: Likewise.
49240         * math/w_pow.c: Likewise.
49241         * math/w_powf.c: Likewise.
49242         * math/w_powl.c: Likewise.
49243         * math/w_remainder.c: Likewise.
49244         * math/w_remainderf.c: Likewise.
49245         * math/w_remainderl.c: Likewise.
49246         * math/w_scalb.c: Likewise.
49247         * math/w_scalbf.c: Likewise.
49248         * math/w_scalbl.c: Likewise.
49249         * math/w_sqrt.c: Likewise.
49250         * math/w_sqrtf.c: Likewise.
49251         * math/w_sqrtl.c: Likewise.
49252         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49253         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49254         used.
49255         * math/math_private.h: Declare __kernel_standard_f.
49256         * math/w_cosh.c: Remove cruft and optimize a bit.
49257         * math/w_coshf.c: Likewise.
49258         * math/w_coshl.c: Likewise.
49259         * math/w_exp2.c: Likewise.
49260         * math/w_exp2f.c: Likewise.
49261         * math/w_exp2l.c: Likewise.
49262         * math/w_hypot.c: Likewise.
49263         * math/w_hypotf.c: Likewise.
49264         * math/w_hypotl.c: Likewise.
49265         * math/w_lgamma.c: Likewise.
49266         * math/w_lgamma_r.c: Likewise.
49267         * math/w_lgammaf.c: Likewise.
49268         * math/w_lgammaf_r.c: Likewise.
49269         * math/w_lgammal.c: Likewise.
49270         * math/w_lgammal_r.c: Likewise.
49271         * math/w_sinh.c: Likewise.
49272         * math/w_sinhf.c: Likewise.
49273         * math/w_sinhl.c: Likewise.
49274         * math/w_tgamma.c: Likewise.
49275         * math/w_tgammaf.c: Likewise.
49276         * math/w_tgammal.c: Likewise.
49277         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49278         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49279         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49280         Minor optimizations.  Pretty printing.  Remove cruft.
49281         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49282         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49283         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49284         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49285         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49286         * sysdeps/i386/fpu/e_asin.S: Likewise.
49287         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49288         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49289         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49290         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49291         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49292         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49293         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49294         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49295         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49296         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49297         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49298         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49299         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49300         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49301         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49302         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49303         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49304         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49305         * sysdeps/i386/fpu/e_log.S: Likewise.
49306         * sysdeps/i386/fpu/e_log10.S: Likewise.
49307         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49308         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49309         * sysdeps/i386/fpu/e_log2.S: Likewise.
49310         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49311         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49312         * sysdeps/i386/fpu/e_logf.S: Likewise.
49313         * sysdeps/i386/fpu/e_logl.S: Likewise.
49314         * sysdeps/i386/fpu/e_pow.S: Likewise.
49315         * sysdeps/i386/fpu/e_powf.S: Likewise.
49316         * sysdeps/i386/fpu/e_powl.S: Likewise.
49317         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49318         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49319         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49320         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49321         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49322         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49323         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49324         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49325         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49326         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49327         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49328         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49329         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49330         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49331         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49332         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49333         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49334         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49335         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49336         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49337         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49338         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49339         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49340         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49341         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49342         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49343         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49344         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49345         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49346         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49347         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49348         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49349         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49350         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49351         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49352         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49353         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49354         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49355         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49356         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49357         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49358         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49359         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49360         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49361         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49362         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49363         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49364         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49365         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49366         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49367         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49368         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49369         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49370         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49371         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49372         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49373         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49374         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49375         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49376         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49377         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49378         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49379         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49380         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49381         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49382         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49383         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49384         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49385         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49386         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49387         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49388         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49389         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49390         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49391         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49392         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49393         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49394         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49395         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49396         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49397         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49398         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49399         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49400         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49401         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49402         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49403         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49404         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49405         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49406         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49407         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49408         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49409         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49410         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49411         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49412         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49413         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49414         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49415         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49416         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49417         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49418         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49419         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49420         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49421         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49422         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49423         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49424         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49425         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49426         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49427         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49428         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49429         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49430         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49431         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49432         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49433         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49434         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49435         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49436         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49437         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49438         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49439         (__isnanf): Likewise.
49440         (__isinf_ns): Likewise.
49441         (__isinf_nsf): Likewise.
49442         (__finite): Likewise.
49443         (__finitef): Likewise.
49444         (__ieee754_sqrt): Define as macro.
49445         (__ieee754_sqrtf): Define as macro.
49446         (__ieee754_sqrtl): Define as macro.
49447         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49448         inlined copy.
49449         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49450         __FINITE_MATH_ONLY__ consistent.
49451         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49452
49453 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49454
49455         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49456         of rawmemchr.
49457
49458         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49459
49460 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49461
49462         * po/ja.po: Update from translation team.
49463
49464 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49465
49466         * locale/programs/locarchive.c (prepare_address_space): New function.
49467         (create_archive, enlarge_archive, open_archive): Use it.
49468
49469         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49470         inside [SHARED], where it is used.
49471
49472         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49473
49474         * nss/getent.c (netgroup_keys): Remove unused variable.
49475         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49476
49477 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49478
49479         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49480         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49481         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49482         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49483         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49484         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49485         * math/Makefile (libm-calls): Add s_isinf_ns.
49486         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49487         * math/multc3.c: Likewise.
49488         * math/s_casin.c: Likewise.
49489         * math/s_casinf.c: Likewise.
49490         * math/s_casinl.c: Likewise.
49491         * math/s_ccos.c: Likewise.
49492         * math/s_ccosf.c: Likewise.
49493         * math/s_ccosl.c: Likewise.
49494         * math/s_ctan.c: Likewise.
49495         * math/s_ctanf.c: Likewise.
49496         * math/s_ctanh.c: Likewise.
49497         * math/s_ctanhf.c: Likewise.
49498         * math/s_ctanhl.c: Likewise.
49499         * math/s_ctanl.c: Likewise.
49500         * math/w_fmod.c: Likewise.
49501         * math/w_fmodf.c: Likewise.
49502         * math/w_fmodl.c: Likewise.
49503         * math/w_remainder.c: Likewise.
49504         * math/w_remainderf.c: Likewise.
49505         * math/w_remainderl.c: Likewise.
49506         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49507         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49508         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49509         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49510         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49511         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49512         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49513         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49514
49515         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49516         of the number.
49517         * stdio-common/printf_fphex.c: Likewise.
49518         * stdio-common/printf_size.c: Likewise.
49519
49520         * math/e_exp10.c: Include math_private.h using <...> not "...".
49521         * math/e_exp10f.c: Likewise.
49522         * math/e_exp10l.c: Likewise.
49523         * math/e_exp2l.c: Likewise.
49524         * math/e_j0l.c: Likewise.
49525         * math/e_j1l.c: Likewise.
49526         * math/e_jnl.c: Likewise.
49527         * math/e_lgammal_r.c: Likewise.
49528         * math/e_rem_pio2l.c: Likewise.
49529         * math/e_scalb.c: Likewise.
49530         * math/e_scalbf.c: Likewise.
49531         * math/e_scalbl.c: Likewise.
49532         * math/k_cosl.c: Likewise.
49533         * math/k_sinl.c: Likewise.
49534         * math/k_tanl.c: Likewise.
49535         * math/s_cacoshf.c: Likewise.
49536         * math/s_catan.c: Likewise.
49537         * math/s_catanf.c: Likewise.
49538         * math/s_catanh.c: Likewise.
49539         * math/s_catanhf.c: Likewise.
49540         * math/s_catanhl.c: Likewise.
49541         * math/s_catanl.c: Likewise.
49542         * math/s_ccosh.c: Likewise.
49543         * math/s_ccoshf.c: Likewise.
49544         * math/s_ccoshl.c: Likewise.
49545         * math/s_cexp.c: Likewise.
49546         * math/s_cexpf.c: Likewise.
49547         * math/s_cexpl.c: Likewise.
49548         * math/s_clog.c: Likewise.
49549         * math/s_clog10.c: Likewise.
49550         * math/s_clog10f.c: Likewise.
49551         * math/s_clog10l.c: Likewise.
49552         * math/s_clogf.c: Likewise.
49553         * math/s_clogl.c: Likewise.
49554         * math/s_csin.c: Likewise.
49555         * math/s_csinf.c: Likewise.
49556         * math/s_csinh.c: Likewise.
49557         * math/s_csinhf.c: Likewise.
49558         * math/s_csinhl.c: Likewise.
49559         * math/s_csinl.c: Likewise.
49560         * math/s_csqrt.c: Likewise.
49561         * math/s_csqrtf.c: Likewise.
49562         * math/s_csqrtl.c: Likewise.
49563         * math/s_ctan.c: Likewise.
49564         * math/s_ctanf.c: Likewise.
49565         * math/s_ctanh.c: Likewise.
49566         * math/s_ctanhf.c: Likewise.
49567         * math/s_ctanhl.c: Likewise.
49568         * math/s_ctanl.c: Likewise.
49569         * math/s_ldexp.c: Likewise.
49570         * math/s_ldexpf.c: Likewise.
49571         * math/s_ldexpl.c: Likewise.
49572         * math/s_significand.c: Likewise.
49573         * math/s_significandf.c: Likewise.
49574         * math/s_significandl.c: Likewise.
49575         * math/w_acos.c: Likewise.
49576         * math/w_acosf.c: Likewise.
49577         * math/w_acosh.c: Likewise.
49578         * math/w_acoshf.c: Likewise.
49579         * math/w_acoshl.c: Likewise.
49580         * math/w_acosl.c: Likewise.
49581         * math/w_asin.c: Likewise.
49582         * math/w_asinf.c: Likewise.
49583         * math/w_asinl.c: Likewise.
49584         * math/w_atan2.c: Likewise.
49585         * math/w_atan2f.c: Likewise.
49586         * math/w_atan2l.c: Likewise.
49587         * math/w_atanh.c: Likewise.
49588         * math/w_atanhf.c: Likewise.
49589         * math/w_atanhl.c: Likewise.
49590         * math/w_cosh.c: Likewise.
49591         * math/w_coshf.c: Likewise.
49592         * math/w_coshl.c: Likewise.
49593         * math/w_dremf.c: Likewise.
49594         * math/w_exp10.c: Likewise.
49595         * math/w_exp10f.c: Likewise.
49596         * math/w_exp10l.c: Likewise.
49597         * math/w_exp2.c: Likewise.
49598         * math/w_exp2f.c: Likewise.
49599         * math/w_fmod.c: Likewise.
49600         * math/w_fmodf.c: Likewise.
49601         * math/w_fmodl.c: Likewise.
49602         * math/w_hypot.c: Likewise.
49603         * math/w_hypotf.c: Likewise.
49604         * math/w_hypotl.c: Likewise.
49605         * math/w_j0.c: Likewise.
49606         * math/w_j0f.c: Likewise.
49607         * math/w_j0l.c: Likewise.
49608         * math/w_j1.c: Likewise.
49609         * math/w_j1f.c: Likewise.
49610         * math/w_j1l.c: Likewise.
49611         * math/w_jn.c: Likewise.
49612         * math/w_jnf.c: Likewise.
49613         * math/w_jnl.c: Likewise.
49614         * math/w_lgamma.c: Likewise.
49615         * math/w_lgamma_r.c: Likewise.
49616         * math/w_lgammaf.c: Likewise.
49617         * math/w_lgammaf_r.c: Likewise.
49618         * math/w_lgammal.c: Likewise.
49619         * math/w_lgammal_r.c: Likewise.
49620         * math/w_log.c: Likewise.
49621         * math/w_log10.c: Likewise.
49622         * math/w_log10f.c: Likewise.
49623         * math/w_log10l.c: Likewise.
49624         * math/w_log2.c: Likewise.
49625         * math/w_log2f.c: Likewise.
49626         * math/w_log2l.c: Likewise.
49627         * math/w_logf.c: Likewise.
49628         * math/w_logl.c: Likewise.
49629         * math/w_pow.c: Likewise.
49630         * math/w_powf.c: Likewise.
49631         * math/w_powl.c: Likewise.
49632         * math/w_remainder.c: Likewise.
49633         * math/w_remainderf.c: Likewise.
49634         * math/w_remainderl.c: Likewise.
49635         * math/w_scalb.c: Likewise.
49636         * math/w_scalbf.c: Likewise.
49637         * math/w_scalbl.c: Likewise.
49638         * math/w_sinh.c: Likewise.
49639         * math/w_sinhf.c: Likewise.
49640         * math/w_sinhl.c: Likewise.
49641         * math/w_sqrt.c: Likewise.
49642         * math/w_sqrtf.c: Likewise.
49643         * math/w_sqrtl.c: Likewise.
49644         * math/w_tgamma.c: Likewise.
49645         * math/w_tgammaf.c: Likewise.
49646         * math/w_tgammal.c: Likewise.
49647
49648         * po/ja.po: Update from translation team.
49649
49650 2011-09-29  Andreas Jaeger  <aj@suse.de>
49651
49652         [BZ #13179]
49653         * sunrpc/netname.c (netname2host): Fix logic.
49654
49655         [BZ #6779]
49656         [BZ #6783]
49657         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49658         correctly.
49659         * math/w_remainder.c (__remainder): Likewise.
49660         * math/w_remainderf.c (__remainderf): Likewise.
49661         * math/libm-test.inc (remainder_test): Add test cases.
49662
49663 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49664
49665         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49666         sdiv_qrnnd.
49667
49668 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49669
49670         * string/test-memcmp.c: Avoid unncessary #defines.
49671         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49672
49673 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49674
49675         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49676         Use new sse2 version for core i3 - i7 as it's faster
49677         than sse42 version.
49678         (bit_Prefer_PMINUB_for_stringop): New.
49679         * sysdeps/x86_64/rawmemchr.S: Update.
49680         Replace with faster SSE2 version.
49681         * sysdeps/x86_64/memrchr.S: New file.
49682         * sysdeps/x86_64/memchr.S: Update.
49683         Replace with faster SSE2 version.
49684
49685 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49686
49687         * elf/dl-load.c (lose): Add cast to avoid warning.
49688
49689 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49690
49691         * po/ca.po: Update from translation team.
49692
49693         * inet/getnetgrent_r.c: Hook up nscd.
49694         * nscd/Makefile (routines): Add nscd_netgroup.
49695         (nscd-modules): Add netgroupcache.
49696         (CFLAGS-netgroupcache.c): Define.
49697         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49698         (cache_search): Add const to second parameter.
49699         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49700         INNETGR.
49701         (dbs): Add netgrdb entry.
49702         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49703         (verify_persistent_db): Handle netgrdb.
49704         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49705         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49706         GETFDNETGR.
49707         (netgroup_response_header): Define.
49708         (innetgroup_response_header): Define.
49709         (datahead): Add netgroup_response_header and innetgroup_response_header
49710         elements.
49711         * nscd/nscd.conf: Add entries for netgroup cache.
49712         * nscd/nscd.h (dbtype): Add netgrdb.
49713         (_PATH_NSCD_NETGROUP_DB): Define.
49714         (netgroup_iov_disabled): Declare.
49715         (xmalloc, xcalloc, xrealloc): Move declarations here.
49716         (cache_search): Adjust prototype.
49717         Add netgroup-related prototypes.
49718         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49719         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49720         (__nscd_innetgr): Declare.
49721         * nscd/selinux.c (perms): Use access_vector_t as element type and
49722         add netgroup-related initializers.
49723         * nscd/netgroupcache.c: New file.
49724         * nscd/nscd_netgroup.c: New file.
49725         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49726         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49727         For four parameters use innetgr.
49728         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49729         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49730         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49731         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49732
49733         * nscd/connections.c (register_traced_file): Don't register file
49734         for disabled databases.
49735
49736 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49737
49738         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49739
49740         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49741         from tree and freeing node.
49742
49743 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49744
49745         * nss/nsswitch.c (__nss_database_lookup): Handle
49746         nss_parse_service_list out of memory case.
49747
49748 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49749
49750         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49751         out of memory case.
49752
49753 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49754
49755         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49756         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49757         pass it down.
49758         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49759         elf_machine_rela, elf_machine_lazy_rel.
49760         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49761         (ELF_DYNAMIC_DO_REL): Likewise.
49762         (ELF_DYNAMIC_DO_RELA): Likewise.
49763         (ELF_DYNAMIC_RELOCATE): Likewise.
49764         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49765         to ELF_DYNAMIC_DO_REL.
49766         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49767         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49768         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49769         elf_machine_rela.
49770         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49771         skip_ifunc, don't call ifunc function if non-zero.
49772         (elf_machine_rela): Likewise.
49773         (elf_machine_lazy_rel): Likewise.
49774         (elf_machine_lazy_rela): Likewise.
49775         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49776         (elf_machine_lazy_rel): Likewise.
49777         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49778         Likewise.
49779         (elf_machine_lazy_rel): Likewise.
49780         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49781         Likewise.
49782         (elf_machine_lazy_rel): Likewise.
49783         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49784         (elf_machine_lazy_rel): Likewise.
49785         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49786         (elf_machine_lazy_rel): Likewise.
49787         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49788         (elf_machine_lazy_rel): Likewise.
49789         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49790         (elf_machine_lazy_rel): Likewise.
49791         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49792         (elf_machine_lazy_rel): Likewise.
49793         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49794         (elf_machine_lazy_rel): Likewise.
49795
49796 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49797
49798         * nss/nss_files/files-init.c (_nss_files_init): Use static
49799         initialization for all the *_traced_file variables.
49800
49801 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49802
49803         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49804
49805 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49806
49807         [BZ #13226]
49808         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49809
49810 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49811
49812         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49813         Reread the line before reparsing it.
49814
49815 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49816
49817         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49818
49819 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49820             Maxim Kuvyrkov  <maxim@codesourcery.com>
49821             Joseph Myers  <joseph@codesourcery.com>
49822
49823         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49824         if needed for __stack_chk_guard.
49825
49826 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49827
49828         * sysdeps/posix/spawni.c (script_execute): Always define it.
49829         It will be optimized away if unused.
49830         (maybe_script_execute): New function.
49831         (__spawni): Call it.
49832
49833         * Makerules: Don't include tls.make.
49834         (config-tls): Always set to thread.
49835         * tls.make.c: File removed.
49836
49837 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49838
49839         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49840         * config.make.in (CPPFLAGS-config): New substituted variable.
49841
49842 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49843
49844         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49845
49846         [BZ #13192]
49847         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49848         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49849
49850 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49851
49852         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49853         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49854         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49855         (CALL_FAIL): Likewise.
49856         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49857         (CALL_FAIL): Macro removed.
49858         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49859
49860 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49861
49862         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49863         for __FINITE_MATH_ONLY__ == 1.
49864
49865 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49866
49867         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49868         __ieee754_sqrt instead of sqrt.
49869         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49870         __ieee754_sqrtf instead of sqrtf.
49871         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49872         __floorf instead of floorf.
49873         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49874         __floorf, __truncf instead of floorf, truncf.
49875
49876 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49877
49878         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49879
49880         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49881         __extern_always_inline.
49882         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49883         32-bit.
49884
49885 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49886
49887         * elf/rtld.c (dl_main): Also relocate in dependency order when
49888         doing symbol dependency testing.
49889
49890 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49891
49892         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49893         Always define `refsym'.
49894
49895 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49896
49897         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49898         (__FD_ELT): Renamed from __FDELT.
49899         * misc/bits/select2.h (__FD_ELT): Likewise.
49900         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49901         __FD_MASK instead of __FDELT, __FDMASK.
49902         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49903         Likewise.
49904         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49905         Likewise.
49906
49907         * elf/Makefile (gen-ldd): Fix pattern.
49908
49909         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49910         (init_tls): Likewise.
49911
49912 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49913
49914         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49915
49916 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49917
49918         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49919         `struct cmsghdr *' instead of `void *'.
49920         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49921         Likewise.
49922
49923 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49924
49925         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49926         if non-absolute.
49927         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49928         ldd_rewrite_script.
49929
49930 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49931
49932         * configure.in: Remove --with-tls option.
49933         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49934         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49935         out in case it is missing.
49936         * sysdeps/ia64/elf/configure.in: Likewise.
49937         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49938         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49939         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49940         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49941         * sysdeps/sh/elf/configure.in: Likewise.
49942         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49943         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49944         * sysdeps/x86_64/elf/configure.in: Likewise.
49945         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49946         * sysdeps/mach/hurd/tls.h: Likewise.
49947
49948         [BZ #13067]
49949         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49950
49951         [BZ #13090]
49952         * configure.in: Fix use of AC_INIT.
49953
49954         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49955
49956 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49957
49958         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49959         __set_errno.
49960         * malloc/hooks.c: Likewise.
49961
49962         [BZ #11929]
49963         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49964         variables statically.
49965         (narenas): Initialize.
49966         (list_lock): Initialize.
49967         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49968         initializtion of main_arena and list_lock.  Small cleanups.
49969         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49970         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49971         Add initializers to main_arena and mp_.
49972         (malloc_state): Remove pagesize member.  Change all users to use
49973         GLRO(dl_pagesize).
49974
49975         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49976         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49977         is always initialized.
49978
49979         * malloc/malloc.c: Removed unused configurations and dead code.
49980         * malloc/arena.c: Likewise.
49981         * malloc/hooks.c: Likewise.
49982         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49983
49984         * include/tls.h: Removed.  USE___THREAD must always be defined.
49985         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49986         * elf/dl-libc.c: Likewise.
49987         * elf/dl-tsd.c: Likewise.
49988         * include/errno.h: Likewise.
49989         * include/netdb.h: Likewise.
49990         * include/resolv.h: Likewise.
49991         * inet/herrno-loc.c: Likewise.
49992         * inet/herrno.c: Likewise.
49993         * malloc/arena.c: Likewise.
49994         * malloc/hooks.c: Likewise.
49995         * malloc/malloc.c: Likewise.
49996         * resolv/res-state.c: Likewise.
49997         * resolv/res_libc.c: Likewise.
49998         * sysdeps/i386/dl-machine.h: Likewise.
49999         * sysdeps/ia64/dl-machine.h: Likewise.
50000         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50001         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50002         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50003         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50004         * sysdeps/sh/dl-machine.h: Likewise.
50005         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50006         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50007         * sysdeps/unix/i386/sysdep.S: Likewise.
50008         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50009         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50010         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50011         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50012         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50013         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50014         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50015         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50016         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50017         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50018         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50019         * sysdeps/x86_64/dl-machine.h: Likewise.
50020         * tls.make.c: Likewise.
50021
50022         * configure.in: Remove --with-__thread option.  Make tests for
50023         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50024         tls_model attribute fail if no support is available.  Remove
50025         USE_IN_LIBIO.
50026         * Makeconfig: Adjust for dropped configure option.  All features are
50027         now mandatory.
50028         * Makerules: Likewise.
50029         * Versions.def: Likewise.
50030         * argp/argp-fmtstream.c: Likewise.
50031         * argp/argp-fmtstream.h: Likewise.
50032         * argp/argp-help.c: Likewise.
50033         * assert/assert.c: Likewise.
50034         * config.h.in: Likewise.
50035         * config.make.in: Likewise.
50036         * configure: Likewise.
50037         * configure.in: Likewise.
50038         * csu/Versions: Likewise.
50039         * csu/init.c: Likewise.
50040         * elf/tst-audit2.c: Likewise.
50041         * elf/tst-tls10.c: Likewise.
50042         * elf/tst-tls10.h: Likewise.
50043         * elf/tst-tls11.c: Likewise.
50044         * elf/tst-tls12.c: Likewise.
50045         * elf/tst-tls14.c: Likewise.
50046         * elf/tst-tlsmod11.c: Likewise.
50047         * elf/tst-tlsmod12.c: Likewise.
50048         * elf/tst-tlsmod13.c: Likewise.
50049         * elf/tst-tlsmod13a.c: Likewise.
50050         * elf/tst-tlsmod14a.c: Likewise.
50051         * elf/tst-tlsmod15b.c: Likewise.
50052         * elf/tst-tlsmod16a.c: Likewise.
50053         * elf/tst-tlsmod16b.c: Likewise.
50054         * elf/tst-tlsmod7.c: Likewise.
50055         * elf/tst-tlsmod8.c: Likewise.
50056         * elf/tst-tlsmod9.c: Likewise.
50057         * gmon/gmon.c: Likewise.
50058         * grp/fgetgrent_r.c: Likewise.
50059         * grp/putgrent.c: Likewise.
50060         * hurd/fopenport.c: Likewise.
50061         * include/libc-symbols.h: Likewise.
50062         * include/tls.h: Likewise.
50063         * intl/gettextP.h: Likewise.
50064         * intl/loadinfo.h: Likewise.
50065         * locale/global-locale.c: Likewise.
50066         * locale/localeinfo.h: Likewise.
50067         * mach/devstream.c: Likewise.
50068         * malloc/arena.c: Likewise.
50069         * malloc/set-freeres.c: Likewise.
50070         * misc/err.c: Likewise.
50071         * misc/getttyent.c: Likewise.
50072         * misc/mntent_r.c: Likewise.
50073         * posix/getopt.c: Likewise.
50074         * posix/wordexp.c: Likewise.
50075         * pwd/fgetpwent_r.c: Likewise.
50076         * resolv/Versions: Likewise.
50077         * resolv/res_hconf.c: Likewise.
50078         * shadow/fgetspent_r.c: Likewise.
50079         * shadow/putspent.c: Likewise.
50080         * stdio-common/printf_fphex.c: Likewise.
50081         * stdio-common/tmpfile.c: Likewise.
50082         * stdlib/abort.c: Likewise.
50083         * stdlib/fmtmsg.c: Likewise.
50084         * sunrpc/auth_unix.c: Likewise.
50085         * sunrpc/clnt_perr.c: Likewise.
50086         * sunrpc/clnt_tcp.c: Likewise.
50087         * sunrpc/clnt_udp.c: Likewise.
50088         * sunrpc/clnt_unix.c: Likewise.
50089         * sunrpc/openchild.c: Likewise.
50090         * sunrpc/svc_simple.c: Likewise.
50091         * sunrpc/svc_tcp.c: Likewise.
50092         * sunrpc/svc_udp.c: Likewise.
50093         * sunrpc/svc_unix.c: Likewise.
50094         * sunrpc/xdr.c: Likewise.
50095         * sunrpc/xdr_array.c: Likewise.
50096         * sunrpc/xdr_rec.c: Likewise.
50097         * sunrpc/xdr_ref.c: Likewise.
50098         * sunrpc/xdr_stdio.c: Likewise.
50099
50100 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50101
50102         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50103
50104 2011-07-03  Andreas Jaeger  <aj@suse.de>
50105
50106         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50107         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50108         regenerate with gen-libm-tests.pl.
50109
50110 2010-05-12  Petr Baudis  <pasky@suse.cz>
50111
50112         [BZ #11589]
50113         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50114         around j0() zero points by switching to j1().
50115         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50116         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50117         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50118         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50119
50120 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50121
50122         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50123         instead of 0.
50124         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50125         instead of 0.
50126         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50127         Patch in part by Pavel Roskin <proski@gnu.org>.
50128
50129         [BZ #13138]
50130         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50131         realloc.
50132         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50133         Free memory block if necessary.
50134
50135         [BZ #12847]
50136         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50137         be NULL.  Don't lock in this case.
50138
50139 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50140
50141         * elf/elf.h (ELFOSABI_GNU): New macro.
50142         (ELFOSABI_LINUX): Define to that.
50143
50144 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50145
50146         * string/strncat.c (strncat): Undef the symbol in case it has been
50147         defined in bits/string.h.
50148
50149 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50150
50151         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50152
50153         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50154         link map.
50155
50156 2011-08-17  Andreas Jaeger  <aj@suse.de>
50157
50158         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50159
50160 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50161             Ian Lance Taylor  <iant@google.com>
50162
50163         * math/libm-test.inc (lround_test): New testcase.
50164         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50165
50166 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50167
50168         * Makefile: Remove support for automatic cvs check-ins.
50169         * Makerules: Likewise.
50170         * config.make.in: Likewise.
50171         * configure.in: Likewise.
50172         * intl/Makefile: Likewise.
50173         * locale/Makefile: Likewise.
50174         * po/Makefile: Likewise.
50175         * posix/Makefile: Likewise.
50176         * sysdeps/gnu/Makefile: Likewise.
50177         * sysdeps/mach/hurd/Makefile: Likewise.
50178         * sysdeps/sparc/sparc32/Makefile: Likewise.
50179
50180         [BZ #13118]
50181         * posix/Makefile (bug-regex32-ENV): Define.
50182         Patch by John Stanley <jpsinthemix@verizon.net>.
50183
50184         * misc/Makefile (headers): Add bits/select2.h.
50185         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50186         * misc/bits/select2.h: New file.
50187         * include/bits/select2.h: New file.
50188         * debug/Makefile (routines): Add fdelt_chk.
50189         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50190         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50191         FD_ISSET.
50192         * debug/fdelt_chk.c: New file.
50193
50194         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50195         * wcsmbs/test-wmemcmp.c: Likewise.
50196         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50197         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50198
50199 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50200
50201         * string/Makefile (strop-tests): Add memcmp.
50202         * string/test-wmemcmp.c: New file.
50203         * string/test-memcmp.c: Add wmemcmp support.
50204
50205 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50206
50207         [BZ #13153]
50208         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50209         2011-07-19 change.
50210
50211         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50212         garbage value in a __mach_port_mod_refs call in the cases of the
50213         task-self and thread-self ports.
50214
50215 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50216
50217         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50218
50219 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50220
50221         * elf/dl-load.c (lose): Check for non-null L.
50222
50223 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50224
50225         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50226
50227         * elf/dl-libc.c (dlerror_run): Pass back error code from
50228         dl_catch_error.
50229
50230         [BZ #13123]
50231         * elf/dl-load.c (lose): Free l_origin if it is valid.
50232
50233         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50234         names.
50235         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50236         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50237         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50238         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50239         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50240         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50241
50242 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50243
50244         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50245         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50246         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50247         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50248         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50249         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50250         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50251         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50252         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50253         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50254
50255 2011-08-15  Alan Modra  <amodra@gmail.com>
50256
50257         [BZ #13092]
50258         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50259         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50260         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50261         ppc_mcount to static-only-routines.
50262         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50263         __mcount_internal.
50264         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50265         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50266
50267 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50268
50269         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50270         for finite and infinity parameters.
50271
50272 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50273
50274         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50275         and add nop instructions for throughput optimization.
50276         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50277
50278 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50279
50280         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50281         aligned copy for power7 with vector-scalar instructions.
50282         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50283
50284 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50285
50286         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50287         AVX check.
50288
50289 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50290
50291         [BZ #13144]
50292         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50293         last change.
50294
50295 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50296
50297         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50298         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50299         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50300         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50301         clock_gettime.
50302
50303 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50304
50305         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50306         Forgot to demangle the pointer.
50307
50308         * sysdeps/i386/sysdep.h: Define atom_text_section.
50309         * sysdeps/x86_64/sysdep.h: Likewise.
50310         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50311         section with atom_text_section.
50312         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50313         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50314         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50315         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50316         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50317
50318         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50319         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50320         already be defined.  Change to take two parameters and don't assign
50321         result to variable.  Adjust all users.
50322         Define INTERNAL_GETTIME if not already defined.
50323         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50324         call.
50325         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50326         HAVE_CLOCK_GETTIME_VSYSCALL.
50327         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50328
50329         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50330         gettimeofday vsyscall, just use time.
50331
50332 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50333
50334         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50335         <errno.h>.
50336
50337 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50338
50339         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50340         syscall on x86-64.
50341         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50342         syscall.
50343         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50344         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50345         syscall if possible.
50346
50347 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50348
50349         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50350         e_ident.  Don't pass to find_mapsXX.
50351         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50352
50353 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50354
50355         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50356         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50357         * sysdeps/x86_64/multiarch/strchr.S: Update.
50358         Check bit_slow_BSF bit.
50359         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50360         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50361         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50362
50363 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50364
50365         [BZ #13134]
50366         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50367         before glibc 2.15.
50368         (tryshell): Define.
50369         (__spawni): Change last parameter to be flag.  Test
50370         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50371         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50372         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50373         * posix/spawni.c: Likewise.
50374         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50375         * posix/spawnp.c: Likewise.  Change normal version to use
50376         SPAWN_XFLAGS_USE_PATH.
50377         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50378         SPAWN_XFLAGS_TRY_SHELL.
50379
50380         [BZ #13150]
50381         * posix/glob.h: Remove gcc 1.x support.
50382
50383         [BZ #13068]
50384         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50385
50386 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50387
50388         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50389         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50390         strrchr-sse2-bsf
50391         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50392         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50393         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50394         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50395         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50396         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50397
50398 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50399
50400         * sysdeps/x86_64/wcscmp.S: New file.
50401
50402         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50403         wcscmp-c wcscmp-sse2
50404         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50405         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50406         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50407         * wcsmbs/wcscmp.c: Allow renaming.
50408
50409 2011-09-05  David S. Miller  <davem@davemloft.net>
50410
50411         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50412         stack slot, rather than the struct return pointer slot.
50413         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50414         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50415         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50416         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50417
50418 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50419
50420         * po/ja.po: Update from translation team.
50421
50422         [BZ #13144]
50423         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50424         kernel in 64-bit binaries.
50425
50426 2011-09-01  David S. Miller  <davem@davemloft.net>
50427
50428         * elf/elf.h (HWCAP_SPARC_*): Move to..
50429         * sysdeps/sparc/sysdep.h: this new file and add new values.
50430         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50431         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50432         _DL_HWCAP_COUNT to 24.
50433         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50434         entries.
50435         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50436         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50437         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50438         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50439         instead of magic constants.
50440         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50441
50442 2011-08-31  David S. Miller  <davem@davemloft.net>
50443
50444         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50445         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50446         Reimplement to do errno handling inline.
50447         (SYSCALL_ERROR_HANDLER): New macro.
50448         (__SYSCALL_STRING): Do not do errno handling in asm.
50449         (__CLONE_SYSCALL_STRING): Delete.
50450         (__INTERNAL_SYSCALL_STRING): Delete.
50451         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50452         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50453         (PSEUDO): Reimplement to do errno handling inline.
50454         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50455         (SYSCALL_ERROR_HANDLER): New macro.
50456         (__SYSCALL_STRING): Do not do errno handling in asm.
50457         (__CLONE_SYSCALL_STRING): Delete.
50458         (__INTERNAL_SYSCALL_STRING): Delete.
50459         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50460         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50461         i386.
50462         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50463         (inline_syscall*): Add 'err' argument.
50464         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50465         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50466         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50467         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50468
50469         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50470         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50471
50472 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50473
50474         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50475
50476 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50477
50478         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50479         directive.
50480
50481 2011-08-24  David S. Miller  <davem@davemloft.net>
50482
50483         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50484
50485 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50486
50487         * elf/Makefile: Add rules to build and run unload8 test.
50488         * elf/unload8.c: New file.
50489         * elf/unload8mod1.c: New file.
50490         * elf/unload8mod1x.c: New file.
50491         * elf/unload8mod2.c: New file.
50492         * elf/unload8mod3.c: New file.
50493
50494         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50495         it wasn't used.
50496
50497 2011-08-23  David S. Miller  <davem@davemloft.net>
50498
50499         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50500         subtract stack bias.
50501         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50502         %sp not %fp in calculations.
50503         (_JMPBUF_UNWINDS_ADJ): Likewise.
50504
50505         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50506         (aio_suspend): Call it to force an exception region around the
50507         AIO_MISC_WAIT() invocation.
50508
50509 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50510
50511         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50512         backslash.
50513
50514 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50515
50516         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50517         protection macro.
50518         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50519         and <dl-machine.h>.
50520         (Elf64_FuncDesc): Remove.
50521
50522 2011-08-22  David S. Miller  <davem@davemloft.net>
50523
50524         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50525         sigaltstack check, add missing cfi directives.
50526         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50527         missing cfi directives, and sigaltstack handling.
50528
50529 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50530
50531         [BZ #11724]
50532         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50533         object is seen twice.
50534         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50535
50536         * elf/Makefile (distribute): Add tst-initorder2.c.
50537         (tests): Add tst-initorder2.
50538         (modules-names): Add tst-initorder2a tst-initorder2b
50539         tst-initorder2c tst-initorder2d.  Add rules to build them.
50540         ($(objpfx)tst-initorder2.out): New rule.
50541         * elf/tst-initorder2.c: New file.
50542         * elf/tst-initorder2.exp: New file.
50543
50544 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50545
50546         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50547
50548         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50549         dependencies back to end of function.
50550
50551         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50552         $(elfobjdir)/ld.so.
50553
50554 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50555
50556         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50557         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50558         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50559         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50560         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50561         of __vdso_gettimeofday.
50562         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50563         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50564         attribute_hidden.
50565         (_libc_vdso_platform_setup): Remove initialization of
50566         __vdso_gettimeofday and __vdso_time.
50567
50568 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50569
50570         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50571         and fgetc_unlocked.
50572         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50573         getc_unlocked.
50574
50575         * elf/dl-open.c (add_to_global): Report additions to the global scope
50576         for LD_DEBUG=scopes.
50577         (dl_open_worker): Also print scope of newly loaded dependencies.
50578         (_dl_show_scope): Indicate if there is no scope.
50579
50580         [BZ #13114]
50581         * stdio-common/Makefile (tests): Add bug24.
50582         * stdio-common/bug24.c: New file.
50583
50584 2011-08-19  Andreas Jaeger  <aj@suse.de>
50585
50586         [BZ #13114]
50587         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50588         non-existant file when using close-on-exec mode.
50589
50590 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50591
50592         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50593         the very first instruction.
50594
50595         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50596         the CFI state in the end.
50597         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50598         inclusion of dl-trampoline.h.
50599         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50600
50601 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50602
50603         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50604         expectations for long double.
50605
50606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50607         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50608
50609 2011-08-14  David S. Miller  <davem@davemloft.net>
50610
50611         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50612         artificual limit depends upon the system page size.
50613
50614 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50615
50616         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50617         * resolv/Makefile: Define CFLAGS-libresolv.
50618
50619 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50620
50621         * nss/makedb.c (compute_tables): Make variables used in nested
50622         function static.
50623
50624 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50625
50626         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50627         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50628         if buffer was too small.
50629
50630         * elf/pldd.c (main): Attach to all threads in the process.
50631         Rewrite /proc handling to use *at functions.
50632
50633 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50634
50635         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50636         specifies first scope to show.
50637         (dl_open_worker): Update callers.  Move printing scope of new
50638         object to before the relocation.
50639         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50640         * sysdeps/generic/ldsodefs.h: Update declaration.
50641
50642         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50643         string for the scope number.
50644
50645 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50646
50647         * nscd/servicescache.c (cache_addserv): Make sure written is always
50648         initialized.
50649
50650 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50651
50652         * sysdeps/i386/i486/bits/atomic.h
50653         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50654         statement expression, so as to suppress "set but not used" warning.
50655         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50656
50657         * string/strncat.c (STRNCAT): Use prototype definition.
50658
50659         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50660         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50661         -Iprograms here.
50662         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50663         (localedef-modules): Add localedef.
50664         (locale-modules): Add locale.
50665
50666         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50667         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50668         to avoid a warning.
50669
50670 2011-08-14  David S. Miller  <davem@davemloft.net>
50671
50672         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50673         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50674
50675 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50676
50677         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50678         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50679         * elf/rtld.c (dl_main): Set l_name of vDSO.
50680         Call _dl_show_scope when DL_DEBUG_SCOPES.
50681         (process_dl_debug): Recognize scopes flag and also set it for all.
50682         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50683         Declare _dl_show_scope.
50684
50685         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50686         (do_dlopen): Pass caller_dlopen to dl_open.
50687         (__libc_dlopen_mode): Initialize caller_dlopen.
50688
50689         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50690         of libc.  Make tolower call locale-independent.  Optimize a bit by
50691         using isdigit instead of isalnum.
50692         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50693
50694 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50695
50696         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50697         was a dependency or dynamically loaded.
50698
50699 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50700
50701         * intl/l10nflist.c: Allow architecture-specific pop function.
50702         * sysdeps/x86_64/l10nflist.c: New file.
50703
50704         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50705         classification.
50706
50707 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50708
50709         * include/dirent.h: Add libc_hidden_proto for scandirat and
50710         scandirat64.  Don't declare __scandirat64.
50711         * dirent/scandirat.c: Add libc_hidden_def.
50712         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50713         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50714
50715 2011-08-10  David S. Miller  <davem@davemloft.net>
50716
50717         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50718         enum.
50719         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50720         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50721         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50722
50723 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50724
50725         * Versions.def [libc]: Add GLIBC_2.15.
50726         * dirent/Makefile (routines): Add scandirat and scandirat64.
50727         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50728         GLIBC_2.15.
50729         * dirent/dirent.h: Declare scandirat and scandirat64.
50730         * dirent/scandirat.c: New file.
50731         * dirent/scandirat64.c: New file.
50732         * sysdeps/wordsize-64/scandirat.c: New file.
50733         * sysdeps/wordsize-64/scandirat64.c: New file.
50734         * dirent/opendir.c: Define opendirat.
50735         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50736         using scandirat.
50737         * dirent/scandir64.c: Adjust for scandir.c change.
50738         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50739         __scandirat64, and __scandir_cancel_handler.
50740         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50741         additional parameter and use openat instead of open (outside of ld.so).
50742         Add new __opendir as wrapper around __opendirat.
50743         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50744         here without requiring old scandirat implementation.
50745
50746 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50747
50748         * dirent/scandir.c (cancel_handler): Renamed to
50749         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50750         defined.  Adjust users.
50751         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50752         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50753
50754 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50755
50756         * string/test-string.h (IMPL): Use __STRING to expand name and then
50757         stringify it.
50758
50759         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50760         of cleanups.
50761
50762 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50763
50764         * string/Makefile: Update.
50765         (strop-tests): Append strncat.
50766         * string/test-wcscmp.c: New file.
50767         New comprehensive test for wcscmp.
50768         * string/test-strcmp.c: Update.
50769         (WIDE): New define.
50770
50771 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50772
50773         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50774         line.
50775
50776 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50777
50778         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50779         encoding to ACE if AI_IDN.
50780
50781 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50782
50783         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50784         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50785
50786 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50787
50788         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50789         Fix overflow bug in strncat.
50790         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50791
50792         * string/test-strncat.c: Update.
50793         Add new tests for checking overflow bugs.
50794
50795 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50796
50797         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50798         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50799         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50800         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50801         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50802         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50803         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50804         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50805         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50806
50807         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50808         (USE_AS_STRCAT): Define.
50809         Add strcat and strncat support.
50810         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50811
50812 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50813
50814         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50815         __n bigger than INT_MAX+1.
50816         (__strncmp_g): Likewise.
50817
50818 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50819
50820         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50821         * libio/stido.h: Likewise.
50822
50823         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50824         (AF_NFC): Define.
50825         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50826         (AF_NFC): Define.
50827
50828         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50829         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50830         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50831         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50832         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50833
50834         [BZ #13021]
50835         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50836         installed.
50837
50838         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50839         typo.
50840         (_dl_x86_64_save_sse): Likewise.
50841
50842 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50843
50844         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50845         OSXSAVE.
50846         (_dl_x86_64_save_sse): Likewise.
50847
50848         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50849
50850         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50851
50852 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50853
50854         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50855         change.
50856         (_dl_x86_64_save_sse): Use correct AVX check.
50857
50858 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50859
50860         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50861         bug in strncpy/strncat.
50862         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50863
50864 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50865
50866         * string/tester.c (test_strcat): Add tests for different alignments
50867         of source and destination.
50868         (test_strncat): Likewise.
50869
50870 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50871
50872         [BZ #12852]
50873         * posix/glob.c (glob): Check passed in values before using them in
50874         expressions to avoid some overflows.
50875         (glob_in_dir): Likewise.
50876
50877         [BZ #13007]
50878         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50879         check for AVX enablement so that we don't crash with old kernels and
50880         new hardware.
50881         * elf/tst-audit4.c: Add same checks here.
50882         * elf/tst-audit6.c: Likewise.
50883
50884         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50885
50886 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50887
50888         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50889
50890 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50891
50892         * po/cs.po: Update from translation team.
50893         * po/bg.po: Likewise.
50894
50895 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50896
50897         * misc/sys/cdefs.h: Add support for const attribute.
50898         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50899         to gnu_dev_{major,minor,makedev} functions.
50900
50901 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50902
50903         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50904
50905 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50906
50907         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50908         strlen results.
50909
50910 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50911
50912         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50913         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50914         register in order to avoid conflicts with the soft frame pointer
50915         being held in r11 when necessary.
50916         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50917         (INTERNAL_VSYSCALL_NCS): Likewise.
50918
50919 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50920
50921         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50922         * elf/dl-fini.c (_dl_fini): Adjust caller.
50923         * elf/dl-close.c (_dl_close_worker): Likewise.
50924         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50925
50926 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50927
50928         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50929         "aux_cache->nlibs < 0".
50930
50931         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50932         in the reload-count case.
50933
50934 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50935
50936         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50937         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50938         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50939         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50940         * sysdeps/x86_64/multiarch/strcat.S: New file.
50941         * sysdeps/x86_64/multiarch/strncat.S: New file.
50942         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50943         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50944         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50945         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50946         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50947         (USE_AS_STRCAT): Define.
50948         Add strcat and strncat support.
50949         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50950         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50951         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50952         * string/strncat.c: Update.
50953         (USE_AS_STRNCAT): Define.
50954         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50955         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50956         and i7.
50957         * sysdeps/x86_64/multiarch/init-arch.h
50958         (bit_Prefer_PMINUB_for_stringop): New.
50959         (index_Prefer_PMINUB_for_stringop): Likewise.
50960         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50961         bit_Prefer_PMINUB_for_stringop.
50962
50963 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50964
50965         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50966         buffer64.
50967         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50968         of casting of buffer.
50969         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50970         buffer32 and buffer64.
50971         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50972         writes instead of casting of buffer.
50973         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50974         buffer32.
50975         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50976         casting of buffer.
50977
50978 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50979
50980         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50981
50982 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50983
50984         * nscd/nscd.c (termination_handler): Don't do anything for a database
50985         if it has not yet been initialized.
50986
50987 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50988
50989         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50990
50991 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50992
50993         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50994
50995 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50996
50997         * po/nl.po: Update from translation team.
50998         * po/sv.po: Likewise.
50999
51000 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51001
51002         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51003         now disallowed by GCC.
51004
51005         * configure.in (use-default-link): Default to yes if a test -shared
51006         link meets our qualifications.
51007         * configure: Regenerated.
51008
51009         * config.make.in (output-format): New variable.
51010         * configure.in: Check for ld --print-output-format support.
51011         * configure: Regenerated.
51012         * Makerules ($(common-objpfx)format.lds)
51013         [$(output-format) != unknown]: Just use $(output-format),
51014         instead of the linker-script munging.
51015
51016 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51017
51018         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51019         of $(common-objpfx)shlib.lds.
51020         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51021
51022         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51023         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51024
51025         * configure.in (-z relro check): Adjust test code to add a large
51026         writable data section after it.
51027         * configure: Regenerated.
51028
51029 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51030
51031         * configure.in (-z relro check): Fix test code to make the variable
51032         truly const.
51033         * configure: Regenerated.
51034
51035 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51036
51037         * nscd/nscd.h (struct traced_file): Define.
51038         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51039         elements.  Add traced_files.
51040         (inotify_fd): Declare.
51041         (register_traced_file): Declare.
51042         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51043         (inotify_fd): Export.
51044         (resolv_conf_descr): Remove.
51045         (nscd_init): Move inotify descriptor creation to main.
51046         Don't register files for notification here.
51047         (register_traced_file): New function.
51048         (invalidate_cache): Don't use reset_res to determine whether to call
51049         res_init, go through the list of registered files.
51050         (main_loop_poll): The inotify descriptors are now stored in the
51051         structures for the traced files.
51052         (main_loop_epoll): Likewise
51053         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51054         to __nss_disable_nscd.
51055         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51056         for a database anymore.  Check the records for all the registered
51057         files instead.
51058         * nss/Makefile (libnss_files-routines): Add files-init.
51059         (libnss_db-routines): Add db-init.
51060         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51061         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51062         * nss/nss_db/db-init.c: New file.
51063         * nss/nss_files/files-init.c: New file.
51064         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51065         __nss_lookup_function.
51066         (__nss_lookup_function): Call nss_load_library.
51067         (nss_load_all_libraries): New function.
51068         (__nss_disable_nscd): Take parameter with callback function for files
51069         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51070         used for the cached services.
51071         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51072         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51073         options for features to all the files in nscd.
51074
51075         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51076
51077 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51078
51079         * csu/elf-init.c (__libc_csu_init): Comment typo.
51080
51081 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51082
51083         * po/pl.po: Update from translation team.
51084         * po/ja.po: Likewise.
51085         * po/ru.po: Likewise.
51086         * po/ko.po: Likewise.
51087         * po/fr.po: Likewise.
51088
51089 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51090
51091         * configure.in (.ctors/.dtors header and trailer check):
51092         Use an empirical test on a built program.
51093         * configure: Regenerated.
51094
51095         * configure.in (-z relro check): Use an empirical test on a built DSO.
51096         Detect, but do not require, on ia64.
51097         * configure: Regenerated.
51098
51099         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51100         Update tests that use readelf to use $READELF instead.
51101         * configure: Regenerated.
51102
51103 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51104
51105         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51106         if the result is not used.
51107
51108 2011-07-05  Andreas Jaeger  <aj@suse.de>
51109
51110         [BZ#9696]
51111         * stdlib/tst-strtod.c: Add testcase.
51112
51113 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51114
51115         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51116         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51117         The latter has a higher limit.  Take additional parameter to pass to
51118         the new function.
51119         (__pathconf): Pass file to __statfs_link_max.
51120         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51121         __statfs_link_max.
51122         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51123         __statfs_link_max.
51124
51125         [BZ #12868]
51126         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51127         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51128         Handle Lustre.
51129         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51130         (__statfs_filesize_max): Likewise.
51131         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51132
51133 2011-07-05  Andreas Jaeger  <aj@suse.de>
51134
51135         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51136
51137 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51138
51139         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51140         `status' variable.
51141         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51142         Likewise.
51143
51144 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51145
51146         * Makefile (strop-tests): Add strncat.
51147         * string/test-strncat.c: New file.
51148
51149 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51150
51151         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51152
51153 2011-06-21  Andreas Jaeger  <aj@suse.de>
51154
51155         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51156         Copy rule from iconvdata/Makefile.
51157
51158 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51159
51160         [BZ #12922]
51161         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51162         but no long options are defined, just return 'W'.
51163
51164 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51165
51166         [BZ #9696]
51167         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51168
51169 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51170
51171         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51172         netgroups to read.
51173         (innetgr): Likewise.
51174
51175 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51176
51177         * config.make.in (install_root): Default to $(DESTDIR).
51178
51179 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51180
51181         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51182
51183 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51184
51185         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51186
51187         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51188         containing directory rather than embedding absolute directory names.
51189
51190         * scripts/check-local-headers.sh: Rewritten using awk.
51191         Match by word, not by line.  Print error messages for matches.
51192         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51193
51194         * Makerules [shlib-lds-flags empty]:
51195         ($(common-objpfx)libc_pic.opts): New target.
51196         ($(common-objpfx)libc_pic.os.clean): New target.
51197         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51198
51199         * config.make.in (OBJCOPY): New variable.
51200         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51201         * configure: Regenerated.
51202
51203         * config.make.in (use-default-link): New variable.
51204         * configure.in (use_default_link): Grok --with-default-link to set it.
51205         * configure: Regenerated.
51206         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51207         (shlib-lds, shlib-lds-flags): Define to empty.
51208
51209         * Makerules (shlib-lds): New variable.
51210         (shlib-lds-flags): New variable.
51211         (build-shlib, build-moduile, build-module-asneeded): Use it.
51212         ($(common-objpfx)libc.so): Use $(shlib-lds).
51213         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51214         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51215
51216         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51217         DT_FLAGS/DT_FLAGS_1 with zero flags.
51218
51219         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51220         linker script munging.
51221
51222 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51223
51224         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51225         as 128-bit value.
51226         * crypt/sha512.c (sha512_process_block): Perform total addition using
51227         128-bit if possible.
51228         (__sha512_finish_ctx): Likewise.
51229         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51230         as 64-bit value.
51231         * crypt/sha256.c (SWAP64): Define.
51232         (sha256_process_block): Perform total addition using 64-bit if
51233         possible.
51234         (__sha256_finish_ctx): Likewise.
51235
51236 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51237
51238         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51239         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51240         * nscd/hstcache.c (cache_addhst): Likewise.
51241         * nscd/grpcache.c (cache_addgr): Likewise.
51242         * nscd/aicache.c (addhstaiX): Likewise
51243         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51244
51245 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51246
51247         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51248         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51249         * nscd/hstcache.c (cache_addhst): Likewise.
51250         * nscd/grpcache.c (cache_addgr): Likewise.
51251         * nscd/aicache.c (addhstaiX): Likewise
51252
51253 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51254
51255         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51256         domain only when needed.
51257
51258 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51259
51260         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51261         is always restored.
51262
51263 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51264
51265         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51266         are re-adding the entry.
51267         * nscd/servicescache.c (cache_addserv): Likewise.
51268
51269 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51270
51271         * sysdeps/generic/dl-irel.h: fix protection against multiple
51272         inclusions.
51273         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51274
51275 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51276
51277         [BZ #12935]
51278         * malloc/memusage.sh: Fix quoting in message.
51279         * debug/xtrace.sh: Likewise.
51280
51281         * configure.in: Remove support for --experimental-malloc option, make
51282         it the default.
51283         * config.make.in: Likewise.
51284         * malloc/Makefile: Likewise.
51285
51286 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51287
51288         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51289         two-byte characters.
51290
51291 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51292
51293         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51294         AC_CACHE_CHECK invocation.
51295         * configure: Regenerated.
51296
51297         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51298
51299 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51300
51301         [BZ #12350]
51302         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51303         bit from old_res_options.
51304
51305         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51306
51307         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51308         value type for setfct.
51309
51310 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51311
51312         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51313         __gettimeofday instead of gettimeofday.
51314
51315 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51316
51317         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51318
51319 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51320
51321         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51322
51323         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51324         info.
51325
51326 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51327
51328         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51329         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51330         strcpy-sse2-unaligned strncpy-sse2-unaligned
51331         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51332         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51333         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51334         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51335         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51336         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51337         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51338         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51339         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51340         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51341         (STRCPY): Support SSE2 and SSSE3 versions.
51342
51343 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51344
51345         [BZ #12874]
51346         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51347         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51348         kernels which artificially limit size of requests.
51349
51350 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51351
51352         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51353         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51354         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51355         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51356         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51357         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51358         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51359         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51360         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51361         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51362         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51363         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51364         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51365         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51366         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51367         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51368         Enable unaligned load optimization for Intel Core i3, i5 and i7
51369         processors.
51370         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51371         Define.
51372         (index_Fast_Unaligned_Load): Define.
51373         (HAS_FAST_UNALIGNED_LOAD): Define.
51374
51375 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51376
51377         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51378
51379 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51380
51381         [BZ #12907]
51382         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51383         until it is clear that the information is realy needed.
51384         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51385
51386 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51387
51388         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51389
51390 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51391
51392         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51393         /sys/devices/system/cpu/online if it is usable.
51394
51395         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51396         reading the information from the /proc filesystem to once a second.
51397
51398 2011-06-21  Andreas Jaeger  <aj@suse.de>
51399
51400         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51401         NULL after inclusion of kernel headers.
51402
51403 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51404
51405         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51406         calls to internal_setent.
51407
51408         [BZ #12885]
51409         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51410         addresses using gethostbyname4_r ignore IPv4 addresses.
51411
51412         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51413         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51414
51415         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51416
51417 2011-06-20  David S. Miller  <davem@davemloft.net>
51418
51419         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51420         inclusions.
51421         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51422
51423         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51424         (elf_irel): Use it.
51425         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51426         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51427         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51428         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51429         * sysdeps/x86_64/dl-irel.h: Likewise.
51430
51431         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51432         * elf/dl-sym.c: Likewise.
51433
51434 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51435
51436         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51437         need to dereference resplen2.
51438
51439 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51440
51441         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51442
51443 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51444
51445         * Makeconfig: Define vardbdir and inst_vardbdir.
51446         * nss/Makefile: Add rules to install db-Makefile.
51447
51448         * nss/nss_db/db-XXX.c: Cleanup.
51449
51450         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51451         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51452         GLIBC_PRIVATE.
51453         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51454         * nss/makedb.c: Implement -g option to specify that value strings
51455         are generated and should not be added to table iterated over for
51456         get*ent calls.
51457         * nss/nss_db/db-initgroups.c: New file.
51458
51459         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51460         interface.
51461
51462         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51463         (internal_getgrouplist): Adjust to name change.
51464         Update use_initgroups_entry if this is not the first call.
51465         * nss/databases.def: Add initgroups entry.
51466
51467         * nss/makedb.c (compute_tables): Check result of multiple hash table
51468         sizes to minimize maximum chain length.
51469
51470 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51471
51472         * Versions.def: Add entry for libnss_db.
51473         * shlib-versions: Likewise.
51474         * nss/Makefile: Add rules to build libnss_db.
51475         * nss/Versions: Add libnss_db information.  Organize libnss_files
51476         entries better.
51477         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51478         makedb progra.  Some minor improvements to generate smaller files.
51479         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51480         here from...
51481         * nss/makedb.c: ...here.
51482         Improve database format to be smaller and require less memory at
51483         runtime.
51484         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51485         db anymore.
51486         * nss/nss_db/db-netgrp.c: Likewise.
51487         * nss/nss_db/db-open.c: Likewise.
51488         * nss/nss_files/flies-XXX.x: Adjust comments.
51489         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51490         * nss/nss_files/files-grp.c: Likewise.
51491         * nss/nss_files/files-hosts.c: Likewise.
51492         * nss/nss_files/files-network.c: Likewise.
51493         * nss/nss_files/files-proto.c: Likewise.
51494         * nss/nss_files/files-pwd.c: Likewise.
51495         * nss/nss_files/files-rpc.c: Likewise.
51496         * nss/nss_files/files-service.c: Likewise.
51497         * nss/nss_files/files-sgrp.c: Likewise.
51498         * nss/nss_files/files-spwd.c: Likewise.
51499         * nss/nss_db/db-alias.c: Removed.
51500         * nss/nss_db/dummy-db.h: Removed.
51501
51502 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51503
51504         * nss/makedb.c: Rewritten to not use database library.
51505         * nss/Makefile: Update to build new makedb program.
51506
51507 2011-06-14  Andreas Jaeger  <aj@suse.de>
51508
51509         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51510         memset declaration.
51511
51512 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51513
51514         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51515         tmpbuf.
51516
51517 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51518
51519         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51520         * elf/Makefile ($(objpfx)ld.so): Likewise.
51521
51522         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51523         Don't list ld.so twice in dependencies.
51524
51525         * posix/bug-regex31.c: Include <stdlib.h>.
51526
51527         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51528
51529         * nis/nss_compat/compat-spwd.c
51530         (getspent_next_nss_netgr): Remove unused variable.
51531         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51532
51533         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51534         nonmembers" output to use the right array.
51535
51536         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51537
51538         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51539
51540         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51541         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51542         * catgets/gencat.c (read_input_file): Likewise.
51543         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51544
51545         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51546         variable definition inside #if's controlling its use.
51547
51548         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51549
51550         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51551
51552         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51553
51554         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51555         unreachable code.
51556
51557         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51558
51559         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51560         * configure: Regenerated.
51561
51562         * Makerules: Revert last change.
51563         * elf/Makefile: Likewise.
51564
51565 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51566
51567         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51568         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51569         (reloc-link): Likewise.
51570
51571 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51572
51573         * elf/Makefile: Add rules to build pldd.
51574         * elf/pldd.c: New file.
51575         * elf/pldd-xx.c: New file.
51576
51577 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51578
51579         * version.h: Update for 2.15 development version.
51580
51581 2011-06-07  David S. Miller  <davem@davemloft.net>
51582
51583         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51584         ifuncs.
51585         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51586         elf_machine_lazy_rel): Likewise.
51587         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51588         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51589         elf_machine_lazy_rel): Likewise.
51590         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51591         dl_hwcap via passed in argument.
51592         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51593         Likewise.
51594
51595 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51596
51597         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51598
51599 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51600
51601         [BZ #12849]
51602         * manual/fdl-1.1.texi: New file, verbatim from:
51603         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51604         * manual/lgpl-2.1.texi: New file, verbatim from:
51605         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51606         * manual/Makefile (licenses): New variable, list those new file names.
51607         (texis): Use it.
51608         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51609
51610         * manual/fdl.texi: File removed.
51611         * manual/lesser.texi: File removed.
51612         * manual/libc.texinfo (Copying, Documentation License):
51613         Use new @include file names, put @appendix directive before @include.
51614
51615 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51616
51617         [BZ #12841]
51618         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51619         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51620         (mq_open): Add __NTH.
51621
51622 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51623
51624         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51625         Assume Intel Core i3/i5/i7 processor if AVX is available.
51626
51627 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51628
51629         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51630         typo.
51631
51632 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51633
51634         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51635         memory.  Use alloca_account.  Fix memory leak when retrying.
51636
51637 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51638
51639         * version.h (RELEASE): Bump for 2.14 release.
51640         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51641
51642         * config.make.in (RANLIB): Remove entry.
51643
51644 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51645
51646         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51647         (libc.pot): Work around missing support for .ksh extension in xgettext.
51648
51649         [BZ #12684]
51650         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51651         if both request failed.
51652         (send_dg): In case of server errors clear resplen or *resplen2.
51653
51654         [BZ #12454]
51655         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51656         when there are multiple maps.
51657         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51658         (_dl_fini): Remove test here.
51659
51660         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51661
51662 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51663
51664         [BZ #12350]
51665         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51666         bit from old_res_options.
51667         (gaih_inet): Likewise.
51668
51669         [BZ #11099]
51670         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51671         as signed.
51672
51673         * resolv/res_init.c (res_setoptions): Make the code more compact.
51674
51675         [BZ #11558]
51676         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51677         set RES_USEVC.
51678
51679         [BZ #11634]
51680         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51681
51682         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51683
51684         [BZ #11781]
51685         * malloc/malloc.h: Declare malloc hook variables as volatile.
51686
51687         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51688         in last patch.
51689
51690         [BZ #11799]
51691         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51692         raise in the comment.
51693         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51694         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51695         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51696
51697 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51698
51699         [BZ #12811]
51700         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51701         grow the buffers more if it already has to be sufficient.
51702         (build_wcs_upper_buffer): Likewise.
51703         * posix/regexec.c (check_matching): Likewise.
51704         (clean_state_log_if_needed): Likewise.
51705         (extend_buffers): Don't enlarge buffers beyond size of the input
51706         buffer.
51707         Patches mostly by Emil Wojak <emil@wojak.eu>.
51708         * posix/bug-regex32.c: New file.
51709         * posix/Makefile (tests): Add bug-regex32.
51710
51711         * locale/findlocale.c (_nl_find_locale): Return right away if
51712         _nl_explode_name failed.
51713         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51714
51715         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51716
51717         * debug/xtrace.sh: Unify messages.
51718         * malloc/memusage.sh: Likewise.
51719
51720         [BZ #12813]
51721         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51722         time symbol from vDSO.  Substitute with vsyscall if not available.
51723         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51724         __vdso_time.
51725
51726         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51727         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51728         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51729         Add sendmmsg and internal_sendmmsg.
51730         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51731         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51732         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51733
51734         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51735         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51736         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51737
51738 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51739
51740         [BZ #12813]
51741         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51742         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51743         available.
51744         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51745         __vdso_getcpu.
51746
51747         [BZ #12814]
51748         * iconvdata/Makefile (tests): Add bug-iconv9.
51749         * iconvdata/bug-iconv9.c: New file.
51750
51751 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51752
51753         [BZ #12814]
51754         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51755
51756 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51757
51758         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51759         (struct user_regs_struct): Change intcs field back to cs.
51760
51761 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51762
51763         * po/ja.po: Update from translation team.
51764
51765 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51766
51767         [BZ #12795]
51768         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51769         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51770
51771 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51772
51773         * stdlib/longlong.h: Update from GCC.
51774
51775 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51776
51777         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51778         parameter name.
51779         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51780         Add parameter name.
51781         (__sysconf): Pass it down.
51782
51783 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51784
51785         [BZ #12671]
51786         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51787         some situations.
51788         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51789         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51790         add in in __libc_use_alloca calls.  Adjust callers.
51791         (glob): Use malloc in some situations.
51792
51793         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51794         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51795         pltexit.
51796
51797 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51798
51799         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51800         and CLOCK_BOOTTIME_ALARM.
51801
51802         [BZ #12782]
51803         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51804         is returned.
51805
51806         * string/_strerror.c (__strerror_r): Print negative errors as signed
51807         numbers.
51808
51809         [BZ #12777]
51810         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51811         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51812         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51813
51814         * configure.in: Fix typo in redirection and correct removal of test
51815         files in two cases.
51816
51817         [BZ #12788]
51818         * locale/setlocale.c (new_composite_name): Fix test to check for
51819         identical name of all categories.
51820
51821         [BZ #12792]
51822         * libio/filedoalloc.c (local_isatty): New function.
51823         (_IO_file_doallocate): Use local_isatty.
51824         * stdio-common/perror.c (perror): In case a new stream is used
51825         forward the stream error.
51826         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51827         error flag.
51828
51829 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51830
51831         [BZ #11869]
51832         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51833         alloca.
51834         * include/alloca.h (extend_alloca_account): Define.
51835
51836         [BZ #11857]
51837         * posix/regex.h: Fix comments with documentation of user-accessible
51838         fields after compilation and describe correct free'ing of pattern
51839         after re_compile_pattern.
51840         Patch by Reuben Thomas <rrt@sc3d.org>.
51841
51842 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51843
51844         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51845         and -mno-altivec to prevent the compiler from using Altivec and/or
51846         VSX instructions when the corresponding registers are not available.
51847
51848 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51849
51850         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51851
51852 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51853
51854         * libio/freopen.c (freopen): Use __dup2, not dup2.
51855         * libio/freopen64.c (freopen64): Likewise.
51856
51857 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51858
51859         [BZ #12775]
51860         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51861         * math/Makefile (tests): Add test-powl.
51862         (CFLAGS-test-powl.c): Define.
51863         * math/test-powl.c: New file.
51864
51865 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51866
51867         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51868
51869 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51870
51871         [BZ #11837]
51872         * iconvdata/gb18030.c: Update to GB18020-2005.
51873
51874 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51875
51876         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51877         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51878         Patch by Aharon Robbins <arnold@skeeve.com>.
51879
51880         [BZ #11892]
51881         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51882         on the stack.
51883
51884         [BZ #11895]
51885         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51886         through underflows.
51887
51888         [BZ #12766]
51889         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51890         point to strings before performing equality test for error_one_per_line
51891         mode.
51892
51893         [BZ #11697]
51894         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51895
51896         [BZ #11820]
51897         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51898         (struct user_fpregs_struct): Avoid __uint*_t types.
51899
51900         [BZ #6420]
51901         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51902         symbol info.  Use it instead of calling _dl_addr locally.
51903         (lock_and_info): New function.
51904         (tr_freehook): Call lock_and_info and pass symbol info as additional
51905         parameter to tr_where.
51906         (tr_mallochook): Likewise.
51907         (tr_reallochook): Likewise.
51908         (tr_memalignhook): Likewise.
51909
51910         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51911         used and couldn't be at all thread-safe.
51912
51913 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51914
51915         * libio/freopen.c (freopen): Don't close old file descriptor
51916         before the new one is opened.  Instead dup the new file descriptor
51917         to the old one after the new stream is created.
51918         * libio/freopen64.c (freopen64): Likewise.
51919         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51920         * libio/fileops.c (_IO_new_file_close_it): Handle new
51921         _IO_FLAGS2_NOCLOSE flag.
51922         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51923         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51924         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51925         _IO_FLAGS2_NOCLOSE flag.
51926         * include/unistd.h: Add hidden_proto for dup3.
51927         Define __have_dup3.
51928         * io/dup3.c: Define hidden symbol.
51929         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51930
51931         [BZ #7101]
51932         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51933         when an incomplete long option is used.
51934         * posix/tst-getopt_long1.c: New file.
51935         * posix/Makefile (tests): Add tst-getopt_long1.
51936
51937         [BZ #10138]
51938         * scripts/config.guess: Update from autoconf-2.68.
51939         * scripts/config.sub: Likewise.
51940
51941         [BZ #10157]
51942         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51943         tests into ...
51944         (has_cpuclock): ...this.  New function.
51945         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51946         macro here based on has_cpuclock code.
51947
51948         [BZ #10149]
51949         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51950         First byte (not low byte) is now always NUL.
51951         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51952
51953         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51954         Use non-cancelable interfaces.
51955
51956         [BZ #9809]
51957         * locale/iso-639.def: Add entry for Sorani.
51958
51959         [BZ #11901]
51960         * include/stdlib.h: Move include protection to the right place.
51961         Define abort_msg_s.  Declare __abort_msg with it.
51962         * stdlib/abort.c (__abort_msg): Adjust type.
51963         * assert/assert.c (__assert_fail_base): New function.  Majority
51964         of code from __assert_fail.  Allocate memory for __abort_msg with
51965         mmap.
51966         (__assert_fail): Now call __assert_fail_base.
51967         * assert/assert-perr.c: Remove bulk of implementation.  Use
51968         __assert_fail_base.
51969         * include/assert.hL Declare __assert_fail_base.
51970         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51971         mmap.
51972         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51973
51974 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51975
51976         [BZ #11952]
51977         [BZ #12453]
51978         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51979         until all modules are registered in the DTV.
51980         * elf/Makefile: Add rules to build and run tst-tls19.
51981         * elf/tst-tls19.c: New file.
51982         * elf/tst-tls19mod1.c: New file.
51983         * elf/tst-tls19mod2.c: New file.
51984         * elf/tst-tls19mod3.c: New file.
51985         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51986
51987         [BZ #12083]
51988         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51989         correctly.
51990
51991         [BZ #12601]
51992         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51993         two-byte sequence errors.
51994         * iconvdata/Makefile (tests): Add bug-iconv8.
51995         * iconvdata/bug-iconv8.c: New file.
51996
51997         [BZ #12626]
51998         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51999         buf2 definition.
52000
52001         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52002
52003         [BZ #12432]
52004         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52005         (dummy_getcfa): New function.
52006         (init): Get _Unwind_GetCFA address, use dummy if not found.
52007         (backtrace_helper): In recursion check, also check whether CFA changes.
52008         (__backtrace): Completely initialize arg.
52009
52010         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52011         storing incomplete byte sequence in state object.  Avoid testing for
52012         guaranteed too small input if we know there is enough data available.
52013
52014 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52015
52016         * Makeconfig (+link-pie): Indent.
52017         * Rules (binaries-pie): Define if $(have-fpie) and
52018         $(build-shared).
52019         (binaries-shared): Also filter out $(binaries-pie).
52020         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52021         * nscd/Makefile (others-pie): Add nscd.
52022         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52023         ($(objpfx)nscd): Remove command override.
52024         * login/Makefile (others-pie): Add pt_chown.
52025         ($(objpfx)pt_chown): Remove command override.
52026         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52027         remove command overrides.
52028
52029 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52030
52031         * libio/tst_putwc.c: Fix error messages.
52032
52033         [BZ #12724]
52034         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52035         currently writing and seek to current position when not.
52036         * libio/Makefile (tests): Add bug-fclose1.
52037         * libio/bug-fclose1.c: New file.
52038
52039 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52040
52041         [BZ #12511]
52042         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52043         don't set DF_1_NODELETE here.
52044         (do_lookup_x): When entering new entry test for copy relocation
52045         and if necessary set DF_1_NODELETE flag.
52046         * elf/tst-unique4.cc: New file.
52047         * elf/tst-unique4.h: New file.
52048         * elf/tst-unique4lib.cc: New file.
52049         * elf/Makefile: Add rules to build and run tst-unique4.
52050         Patch by Piotr Bury <pbury@goahead.com>.
52051
52052 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52053
52054         [BZ #12052]
52055         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52056
52057         [BZ #12625]
52058         * misc/mntent_r.c (addmntent): Flush the stream after the output
52059
52060         [BZ #12393]
52061         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52062         (is_trusted_path_normalize): Skip initial colon.  Append slash
52063         to empty buffer.  Duplicate is_trusted_path code but allow
52064         constructed patch to be prefix.
52065         (is_dst): Allow $ORIGIN followed by /.
52066         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52067         Correct testing of result of is_trusted_path_normalize
52068         (decompose_rpath): Fix warning.
52069
52070 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52071
52072         [BZ #11257]
52073         * grp/initgroups.c (internal_getgrouplist): When we found the service
52074         list through the initgroups entry in nsswitch.conf do not always
52075         continue on a successful lookup.  Don't always use the
52076         __nss_group_database value if it is set.
52077         * nss/nsswitch.conf (initgroups): Change action for successful db
52078         lookup to continue for compatibility.
52079
52080 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52081
52082         [BZ #11532]
52083         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52084         and CP774 modules.
52085         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52086         and CP774 modules.
52087         * iconvdata/tst-tables.sh: Likewise.
52088         * iconvdata/cp770.c: New file.
52089         * iconvdata/cp771.c: New file.
52090         * iconvdata/cp772.c: New file.
52091         * iconvdata/cp773.c: New file.
52092         * iconvdata/cp774.c: New file.
52093         * iconvdata/testdata/CP770: New file.
52094         * iconvdata/testdata/CP770..UTF8: New file.
52095         * iconvdata/testdata/CP771: New file.
52096         * iconvdata/testdata/CP771..UTF8: New file.
52097         * iconvdata/testdata/CP772: New file.
52098         * iconvdata/testdata/CP772..UTF8: New file.
52099         * iconvdata/testdata/CP773: New file.
52100         * iconvdata/testdata/CP773..UTF8: New file.
52101         * iconvdata/testdata/CP774: New file.
52102         * iconvdata/testdata/CP774..UTF8: New file.
52103
52104         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52105         END CHARMAP line.
52106         * iconvdata/gen-8bit-gap.sh: Likewise.
52107         * iconvdata/gen-8bit.sh: Likewise.
52108
52109         * locale/iso-639.def: Add ary entry.
52110
52111         [BZ #11258]
52112         * locale/C-translit.h.in: Add U20A1 transliteration.
52113
52114         [BZ #12178]
52115         * locale/iso-639.def: Add wae entry.
52116         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52117
52118         [BZ #12545]
52119         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52120         for n.
52121
52122         [BZ #12711]
52123         * locale/C-translit.h.in: Add entry for U20B9.
52124         Patch by pravin.d.s@gmail.com.
52125
52126 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52127
52128         [BZ #12713]
52129         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52130         ENAMETOOLONG use generic getcwd.
52131         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52132         in rtld.  Use *stat64.
52133         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52134         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52135         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52136         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52137         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52138         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52139         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52140         __fstatat64 macros.
52141         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52142         * dirent/rewinddir.c: Add libc_hidden_def.
52143         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52144         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52145
52146         * include/dirent.h (__alloc_dir): Add flags parameter.
52147         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52148         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52149         __alloc_dir.
52150         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52151         from fdopendir if O_CLOEXEC is already set.
52152
52153 2011-03-15  Alan Modra  <amodra@gmail.com>
52154
52155         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52156         l_tls_firstbyte_offset non-zero.  Save padding offset in
52157         l_tls_firstbyte_offset for later use.
52158         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52159         freeing static tls block.
52160
52161 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52162
52163         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52164         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52165         being defined by the kernel headers.
52166
52167 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52168
52169         [BZ #12734]
52170         * resolv/resolv.h: Define RES_NOTLDQUERY.
52171         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52172         no-tld-query and set RES_NOTLDQUERY.
52173         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52174         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52175         modern BIND to search name as TLD unless forbidden.
52176
52177 2011-05-07  Petr Baudis  <pasky@suse.cz>
52178             Ulrich Drepper  <drepper@gmail.com>
52179
52180         [BZ #12393]
52181         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52182         (is_trusted_path): ...to here.
52183         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52184         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52185         using is_trusted_path_normalize() in setuid scripts.
52186
52187 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52188
52189         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52190         __BEGIN/__END_DECLS.
52191
52192 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52193
52194         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52195         NSS_STATUS_NOTFOUND if no record was found.
52196
52197 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52198
52199         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52200         (headers-not-in-tirpc): Remove rpc/netdb.h
52201         * resolv/netdb.h: Revert last change.
52202
52203 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52204
52205         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52206         circular dependency between libgcc.a and libc.a.
52207
52208 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52209
52210         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52211         * nis/Makefile: Don't install rpcsvc/*.
52212         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52213         instead of <rpc/types.h>.
52214         (MAXHOSTNAMELEN): Define.
52215
52216 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52217
52218         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52219
52220 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52221
52222         [BZ #12714]
52223         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52224         gethostbyname4_r when IPv6 results are possible.
52225
52226 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52227
52228         [BZ #12723]
52229         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52230         _PC_PIPE_BUF handling.
52231
52232 2011-04-30  Bruno Haible  <bruno@clisp.org>
52233
52234         [BZ #12717]
52235         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52236         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52237         to 'int'.
52238         * inet/getnameinfo.c (getnameinfo): Likewise.
52239
52240 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52241
52242         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52243         to groups setting in database lookup.
52244         * nss/nsswitch.conf: Add initgroups entry.
52245
52246 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52247
52248         [BZ #12685]
52249         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52250         mode string.
52251         Patch by Eric Blake <eblake@redhat.com>.
52252
52253 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52254
52255         * sunrpc/Makefile (need-export-routines): Add svc_run.
52256         (routines): Remove svc_run.
52257         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52258         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52259         * sunrpc/svc_run.c (svc_run): Likewise.
52260         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52261
52262 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52263
52264         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52265         problem in reallocation in last patch.
52266
52267 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52268
52269         * sunrpc/Makefile: Move inclusion of Rules.
52270
52271 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52272
52273         * nss/nss_files/files-initgroups.c: New file.
52274         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52275         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52276         _nss_files_initgroups_dyn.
52277
52278 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52279
52280         * elf/elf.h (R_ARM_IRELATIVE): Define.
52281
52282 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52283
52284         * po/ru.po: Update from translation team.
52285
52286 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52287
52288         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52289         dependencies.
52290
52291 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52292
52293         [BZ #12653]
52294         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52295         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52296         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52297         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52298         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52299
52300 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52301
52302         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52303         differing bytes.
52304         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52305         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52306         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52307
52308 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52309
52310         [BZ #12420]
52311         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52312         storing it.
52313         * stdlib/bug-getcontext.c: New file.
52314         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52315
52316 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52317
52318         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52319         instructions into .machine "z9-109".
52320         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52321         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52322
52323 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52324
52325         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52326         between environment variables and auxiliary vector.
52327
52328 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52329
52330         * Makefile: Add rules to build linkobj/libc.so.
52331         * include/libc-symbols.h: Define libc_hidden_nolink.
52332         * include/rpc/auth.h: Mark functions which are to be hidden.
52333         * include/rpc/auth_des.h: Likewise.
52334         * include/rpc/auth_unix.h: Likewise.
52335         * include/rpc/clnt.h: Likewise.
52336         * include/rpc/des_crypt.h: Likewise.
52337         * include/rpc/key_prot.h: Likewise.
52338         * include/rpc/pmap_clnt.h: Likewise.
52339         * include/rpc/pmap_prot.h: Likewise.
52340         * include/rpc/pmap_rmt.h: Likewise.
52341         * include/rpc/rpc_msg.h: Likewise.
52342         * include/rpc/svc.h: Likewise.
52343         * include/rpc/svc_auth.h: Likewise.
52344         * include/rpc/xdr.h: Likewise.
52345         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52346         * nss/Makefile: Likewise.
52347         * sunrpc/Makefile: Don't install headers.  Build library with normal
52348         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52349         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52350         for the compat linking library.  Remove use of INTDEF/INTUSE.
52351         * sunrpc/auth_none.c: Likewise.
52352         * sunrpc/auth_unix.c: Likewise.
52353         * sunrpc/authdes_prot.c: Likewise.
52354         * sunrpc/authuxprot.c: Likewise.
52355         * sunrpc/clnt_gen.c: Likewise.
52356         * sunrpc/clnt_perr.c: Likewise.
52357         * sunrpc/clnt_raw.c: Likewise.
52358         * sunrpc/clnt_simp.c: Likewise.
52359         * sunrpc/clnt_tcp.c: Likewise.
52360         * sunrpc/clnt_udp.c: Likewise.
52361         * sunrpc/clnt_unix.c: Likewise.
52362         * sunrpc/des_crypt.c: Likewise.
52363         * sunrpc/des_soft.c: Likewise.
52364         * sunrpc/get_myaddr.c: Likewise.
52365         * sunrpc/key_call.c: Likewise.
52366         * sunrpc/key_prot.c: Likewise.
52367         * sunrpc/netname.c: Likewise.
52368         * sunrpc/pm_getmaps.c: Likewise.
52369         * sunrpc/pm_getport.c: Likewise.
52370         * sunrpc/pmap_clnt.c: Likewise.
52371         * sunrpc/pmap_prot.c: Likewise.
52372         * sunrpc/pmap_prot2.c: Likewise.
52373         * sunrpc/pmap_rmt.c: Likewise.
52374         * sunrpc/publickey.c: Likewise.
52375         * sunrpc/rpc_cmsg.c: Likewise.
52376         * sunrpc/rpc_common.c: Likewise.
52377         * sunrpc/rpc_dtable.c: Likewise.
52378         * sunrpc/rpc_prot.c: Likewise.
52379         * sunrpc/rpc_thread.c: Likewise.
52380         * sunrpc/rtime.c: Likewise.
52381         * sunrpc/svc.c: Likewise.
52382         * sunrpc/svc_auth.c: Likewise.
52383         * sunrpc/svc_authux.c: Likewise.
52384         * sunrpc/svc_raw.c: Likewise.
52385         * sunrpc/svc_run.c: Likewise.
52386         * sunrpc/svc_simple.c: Likewise.
52387         * sunrpc/svc_tcp.c: Likewise.
52388         * sunrpc/svc_udp.c: Likewise.
52389         * sunrpc/svc_unix.c: Likewise.
52390         * sunrpc/svcauth_des.c: Likewise.
52391         * sunrpc/xcrypt.c: Likewise.
52392         * sunrpc/xdr.c: Likewise.
52393         * sunrpc/xdr_array.c: Likewise.
52394         * sunrpc/xdr_float.c: Likewise.
52395         * sunrpc/xdr_intXX_t.c: Likewise.
52396         * sunrpc/xdr_mem.c: Likewise.
52397         * sunrpc/xdr_rec.c: Likewise.
52398         * sunrpc/xdr_ref.c: Likewise.
52399         * sunrpc/xdr_sizeof.c: Likewise.
52400         * sunrpc/xdr_stdio.c: Likewise.
52401
52402 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52403
52404         [BZ #12650]
52405         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52406         * sysdeps/ia64/dl-tls.h: Likewise.
52407         * sysdeps/powerpc/dl-tls.h: Likewise.
52408         * sysdeps/s390/dl-tls.h: Likewise.
52409         * sysdeps/sh/dl-tls.h: Likewise.
52410         * sysdeps/sparc/dl-tls.h: Likewise.
52411         * sysdeps/x86_64/dl-tls.h: Likewise.
52412         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52413
52414 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52415
52416         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52417         rpath element also skip the following colon.
52418         (expand_dynamic_string_token): Add is_path parameter and pass
52419         down to DL_DST_REQUIRED and _dl_dst_substitute.
52420         (decompose_rpath): Call expand_dynamic_string_token with
52421         non-zero is_path.  Ignore empty rpaths.
52422         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52423         with zero is_path.
52424
52425 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52426
52427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52428         Make cancelable.
52429
52430 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52431
52432         [BZ #12655]
52433         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52434         Patch by Filipe David Manana <fdmanana@apache.org>.
52435
52436 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52437
52438         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52439         Maintain aligned stack.
52440         (CHECK_RSP): Remove unused macro.
52441
52442 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52443
52444         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52445         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52446
52447 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52448
52449         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52450
52451         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52452
52453 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52454
52455         [BZ #12518]
52456         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52457         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52458         * sysdeps/x86_64/memmove.c: New file.
52459         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52460         (memcpy): Renamed to ...
52461         (__new_memcpy): This.
52462         (memcpy): Provide GLIBC_2_14 memcpy.
52463         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52464         (memcpy): Provide GLIBC_2_2_5 memcpy.
52465
52466 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52467
52468         [BZ #12631]
52469         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52470
52471 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52472
52473         * misc/syncfs.c: New file.
52474         * misc/Makefile (routines): Add syncfs.
52475         * posix/unistd.h: Declare syncfs.
52476         * sysdeps/unix/syscalls.list: Add syncfs.
52477
52478 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52479
52480         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52481         open_by_handle_at.
52482         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52483         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52484         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52485         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52486         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52487         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52488         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52489
52490 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52491
52492         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52493         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52494         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52495         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52496         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52497         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52498         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52499
52500         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52501         sync_file_range.c with -fexceptions.
52502         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52503         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52504         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52505         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52506         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52507         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52508         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52509         sync_file_range as cancellation point
52510         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52511         now a wrapper around __call_sync_file_range with cancellation handling.
52512         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52513         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52514         function name to __call_sync_file_range.
52515         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52516         Add call_sync_file_range.
52517
52518 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52519
52520         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52521         bits/timex.h.
52522
52523 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52524
52525         * iconv/iconv.h: Fix typo in comment.
52526         * io/fcntl.h: Likewise.
52527         * libio/stdio.h: Likewise.
52528         * posix/spawn.h: Likewise.
52529         * posix/unistd.h: Likewise.
52530         * stdlib/stdlib.h: Likewise.
52531         * time/time.h: Likewise.
52532         * wcsmbs/wchar.h: Likewise.
52533
52534         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52535         open_by_handle): Add.
52536         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52537         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52538         Augment a few comments.
52539         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52540         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52541         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52542         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52543         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52544         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52545         open_by_handle.
52546
52547         * io/fcntl.h (AT_EMPTY_PATH): Define.
52548
52549 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52550
52551         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52552         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52553         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52554         to...
52555         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52556         * Versions.def: Add GLIBC_2.14.
52557         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52558         Export.
52559
52560 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52561
52562         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52563         round counter.
52564         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52565
52566 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52567
52568         [BZ #12597]
52569         * string/test-strncmp.c (do_page_test): New function.
52570         (check2): Likewise.
52571         (test_main): Call check2.
52572         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52573
52574 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52575
52576         [BZ #12587]
52577         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52578         Handle cache information in CPU leaf 4.
52579         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52580
52581 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52582
52583         [BZ #12583]
52584         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52585         character representation.
52586         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52587
52588 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52589
52590         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52591         END(__isnan) to END(__isnanf) to match function entry point/label
52592         EALIGN(__isnanf,...).
52593
52594 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52595
52596         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52597
52598 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52599
52600         [BZ #12510]
52601         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52602         copy from the symbol referenced in the relocation to initialize the
52603         used variable.
52604         Patch by Piotr Bury <pbury@goahead.com>.
52605         * elf/Makefile: Add rules to build and tst-unique3.
52606         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52607         * elf/tst-unique3.cc: New file.
52608         * elf/tst-unique3.h: New file.
52609         * elf/tst-unique3lib.cc: New file.
52610         * elf/tst-unique3lib2.cc: New file.
52611
52612         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52613
52614 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52615
52616         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52617         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52618         to _start.
52619
52620 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52621
52622         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52623         to-be-loaded object along a path to loader is ld.so.
52624
52625 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52626             Ulrich Drepper  <drepper@gmail.com>
52627
52628         * sysdeps/x86_64/memset.S: After aligning destination, code
52629         branches to different locations depending on the value of
52630         misalignment, when multiarch is enabled. Fix this.
52631
52632 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52633
52634         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52635         Set _x86_64_preferred_memory_instruction for AMD processsors.
52636         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52637         Set bit_Prefer_SSE_for_memop for AMD processors.
52638
52639 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52640
52641         * libio/fmemopen.c (fmemopen): Optimize a bit.
52642
52643 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52644
52645         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52646
52647 2011-03-03  Roland McGrath  <roland@redhat.com>
52648
52649         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52650
52651 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52652
52653         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52654         __bzero_ultra1 instead of __memset_ultra1.
52655
52656 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52657             Ulrich Drepper  <drepper@gmail.com>
52658
52659         [BZ #12509]
52660         * include/link.h (struct link_map): Add l_orig_initfini.
52661         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52662         returning unsuccessfully.
52663         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52664         close of a file loaded at startup, restore the original l_initfini
52665         list.
52666         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52667         list, store the pointer.
52668         * elf/Makefile ($(objpfx)noload-mem): New rule.
52669         (noload-ENV): Define.
52670         (tests): Add $(objpfx)noload-mem.
52671         * elf/noload.c: Include <memcheck.h>.
52672         (main): Call mtrace.  Close all opened handles.
52673
52674 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52675
52676         [BZ #12454]
52677         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52678         dependencies are missing.
52679
52680 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52681
52682         Fix __if_freereq crash: Unlike the generic version which uses free,
52683         Hurd needs munmap.
52684         * sysdeps/mach/hurd/ifreq.h: New file.
52685
52686 2011-01-27  Petr Baudis  <pasky@suse.cz>
52687             Ulrich Drepper  <drepper@gmail.com>
52688
52689         [BZ 12445]#
52690         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52691         to extend_alloca().
52692         * stdio-common/bug23.c: New file.
52693         * stdio-common/Makefile (tests): Add bug23.
52694
52695 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52696             Ulrich Drepper  <drepper@gmail.com>
52697
52698         [BZ #12489]
52699         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52700         before performing relro protection.  At old place add assertion
52701         to make sure nothing changed.
52702
52703 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52704             Glauber de Oliveira Costa  <glommer@gmail.com>
52705
52706         * elf/elf.h: Add new ARM TLS relocs.
52707
52708 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52709
52710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52711         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52712         cast from r3.
52713         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52714         'tests' variable.
52715         * sysdeps/wordsize-64/tst-writev.c: New file.
52716
52717 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52718
52719         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52720         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52721         insns in _dl_start to prevent a TOC reference before relocs are
52722         resolved.
52723
52724 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52725
52726         [BZ #12469]
52727         * Makeconfig: Remove RANLIB definition.
52728         * Makerules: Don't use RANLIB.
52729         * aclocal.m4: Remove ranlib test.
52730         * configure.in: No need to check for ranlib.
52731         * elf/rtld-Rules: Don't use RANLIB.
52732
52733 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52734
52735         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52736         protection macro.
52737         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52738         inclusion protection macro.
52739
52740         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52741         SIGRTMIN and SIGRTMAX and print information in that case only when
52742         SIGRTMIN is defined.
52743
52744 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52745
52746         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52747         arginfo fn returning -1.
52748
52749         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52750         and thousands string is zero terminated.
52751
52752 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52753
52754         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52755         sysdeps/unix/sysv/linux/bits/socket.h.
52756
52757 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52758
52759         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52760         (__CPU_COUNT): Remove old macros.
52761         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52762         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52763         (__CPU_ALLOC, __CPU_FREE): Add macros.
52764         (__sched_cpualloc, __sched_cpufree): Add declarations.
52765
52766 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52767
52768         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52769         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52770         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52771         (readdhstai): Return value of addhstaiX call.
52772         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52773         (addgrbyX): Return value returned by cache_addgr.
52774         (readdgrbyname): Return value returned by addgrbyX.
52775         (readdgrbygid): Likewise.
52776         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52777         (addpwbyX): Return value returned by cache_addpw.
52778         (readdpwbyname): Return value returned by addhstbyX.
52779         (readdpwbyuid): Likewise.
52780         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52781         (addservbyX): Return value returned by cache_addserv.
52782         (readdservbyname): Return value returned by addservbyX:
52783         (readdservbyport): Likewise.
52784         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52785         (addhstbyX): Return value returned by cache_addhst.
52786         (readdhstbyname): Return value returned by addhstbyX.
52787         (readdhstbyaddr): Likewise.
52788         (readdhstbynamev6): Likewise.
52789         (readdhstbyaddrv6): Likewise.
52790         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52791         (readdinitgroups): Return value returned by addinitgroupsX.
52792         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52793         (prune_cache): Keep track of timeout value of re-added entries.
52794         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52795         * nscd/nscd.h: Adjust prototypes of readd* functions.
52796
52797 2011-02-04  Roland McGrath  <roland@redhat.com>
52798
52799         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52800         (nis_stats): Likewise.
52801         * nis/nis_modify.c (nis_modify): Likewise.
52802         * nis/nis_remove.c (nis_remove): Likewise.
52803         * nis/nis_add.c (nis_add): Likewise.
52804
52805         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52806
52807         * posix/fnmatch_loop.c: Add some consts.
52808
52809         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52810
52811 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52812
52813         [BZ #12460]
52814         * config.make.in (config-cflags-novzeroupper): Define.
52815         * configure.in: Substitute libc_cv_cc_novzeroupper.
52816         * elf/Makefile (AVX-CFLAGS): Define.
52817         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52818         (CFLAGS-tst-auditmod4a.c): Likewise.
52819         (CFLAGS-tst-auditmod4b.c): Likewise.
52820         (CFLAGS-tst-auditmod6b.c): Likewise.
52821         (CFLAGS-tst-auditmod6c.c): Likewise.
52822         (CFLAGS-tst-auditmod7b.c): Likewise.
52823         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52824
52825 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52826
52827         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52828         function to the callback.
52829         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52830
52831 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52832
52833         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52834         of errno.
52835
52836 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52837
52838         [BZ #11724]
52839         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52840         of constructors.
52841         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52842         of destructors.
52843         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52844
52845         [BZ #11724]
52846         * elf/Makefile: Add rules to build and run new test.
52847         * elf/tst-initorder.c: New file.
52848         * elf/tst-initorder.exp: New file.
52849         * elf/tst-initordera1.c: New file.
52850         * elf/tst-initordera2.c: New file.
52851         * elf/tst-initordera3.c: New file.
52852         * elf/tst-initordera4.c: New file.
52853         * elf/tst-initorderb1.c: New file.
52854         * elf/tst-initorderb2.c: New file.
52855         * elf/tst-order-a1.c: New file.
52856         * elf/tst-order-a2.c: New file.
52857         * elf/tst-order-a3.c: New file.
52858         * elf/tst-order-a4.c: New file.
52859         * elf/tst-order-b1.c: New file.
52860         * elf/tst-order-b2.c: New file.
52861         * elf/tst-order-main.c: New file.
52862         New test case by George Gensure <werkt0@gmail.com>.
52863
52864 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52865
52866         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52867         decoding ACE if AI_CANONIDN.
52868
52869 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52870
52871         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52872
52873 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52874
52875         * version.h (RELEASE): Bump for 2.13 release.
52876         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52877
52878         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52879
52880         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52881         MADV_NOHUGEPAGE.
52882         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52883         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52884         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52885         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52886         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52887         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52888
52889         * posix/getconf.c: Update copyright year.
52890         * catgets/gencat.c: Likewise.
52891         * csu/version.c: Likewise.
52892         * debug/catchsegv.sh: Likewise.
52893         * debug/xtrace.sh: Likewise.
52894         * elf/ldconfig.c: Likewise.
52895         * elf/ldd.bash.in: Likewise.
52896         * elf/sprof.c (print_version): Likewise.
52897         * iconv/iconv_prog.c: Likewise.
52898         * iconv/iconvconfig.c: Likewise.
52899         * locale/programs/locale.c: Likewise.
52900         * locale/programs/localedef.c: Likewise.
52901         * malloc/memusage.sh: Likewise.
52902         * malloc/mtrace.pl: Likewise.
52903         * nscd/nscd.c (print_version): Likewise.
52904         * nss/getent.c: Likewise.
52905
52906         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52907         PF_CAIF, and PF_ALG.
52908         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52909
52910 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52911
52912         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52913         (modules-names): Use them.
52914         (ifunc-test-modules, ifunc-pie-tests): Define.
52915         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52916         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52917         (test-extras): Likewise.
52918         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52919         $(compile-command.c).
52920         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52921         (all-built-dso): Define.
52922         (check-textrel.out, check-execstack.out): Depend on it.
52923
52924         * configure.in: Don't override --enable-multi-arch.
52925
52926 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52927
52928         [BZ #6812]
52929         * nscd/hstcache.c (tryagain): Define.
52930         (cache_addhst): Return tryagain not notfound for temporary errors.
52931         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52932         failed.
52933
52934 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52935
52936         [BZ #10563]
52937         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52938         to make the syscall.
52939         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52940
52941         [BZ #12378]
52942         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52943         and fall back to matching as normal character if the string ends before
52944         the matching ']' is found.  This is what POSIX requires.
52945         * posix/testfnm.c: Adjust test result.
52946         * posix/globtest.sh: Adjust test result.  Add new test.
52947         * posix/tst-fnmatch.input: Likewise.
52948         * posix/tst-fnmatch2.c: Add new test.
52949
52950 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52951
52952         * elf/Makefile (check-execstack): Revert last change.  Depend on
52953         check-execstack.h.
52954         (check-execstack.h): New target.
52955         (generated): Add check-execstack.h.
52956         * elf/check-execstack.c: Include "check-execstack.h".
52957         (main): Revert last change.
52958         (handle_file): Return zero if GNU_STACK is absent and
52959         DEFAULT_STACK_PERMS doesn't include PF_X.
52960
52961 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52962
52963         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52964         in child fails because the descriptor is already closed.
52965         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52966         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52967         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52968
52969         [BZ #12397]
52970         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52971         syscall.
52972
52973         [BZ #10484]
52974         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52975         temporary buffer used to handle multi lookups locally.
52976         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52977
52978 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52979
52980         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52981         loader is ld.so.
52982
52983 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52984
52985         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52986         alignment for SSE2.
52987
52988 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52989
52990         [BZ #12394]
52991         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52992         characters.  When rounding increased number of integer digits recompute
52993         number of groups.
52994         * stdio-common/tst-grouping.c: New file.
52995         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52996
52997 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52998
52999         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53000         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53001
53002         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53003         void.
53004         * bits/select.h: Likewise.
53005
53006 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53007
53008         * po/ja.po: Update from translation team.
53009
53010 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53011
53012         [BZ #11155]
53013         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53014         implementation just like for lxstat, fxstatat, et al.
53015
53016 2010-12-27  Jim Meyering  <meyering@redhat.com>
53017
53018         [BZ #12348]
53019         * posix/regexec.c (build_trtable): Return failure indication upon
53020         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53021
53022 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53023
53024         [BZ #12201]
53025         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53026         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53027         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53028         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53029
53030         [BZ #12207]
53031         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53032
53033         [BZ #12204]
53034         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53035         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53036
53037 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53038
53039         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53040         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53041         script has SORT_BY_INIT_PRIORITY.
53042         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53043         NO_CTORS_DTORS_SECTIONS is defined.
53044         * elf/soinit.c: Likewise.
53045         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53046         NO_CTORS_DTORS_SECTIONS is defined.
53047         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53048         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53049         * sysdeps/sh/init-first.c: Likewise.
53050         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53051
53052 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53053
53054         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53055         always use the slow path.
53056
53057 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53058
53059         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53060         similar rule which adds the sysdep directories to the header search in
53061         order to pick up the correct platform stackinfo.h.
53062         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53063         perform test if it is, otherwise return successfully without testing.
53064         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53065         DEFAULT_STACK_PERMS define in stackinfo.h.
53066         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53067         defined in stackinfo.h.
53068         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53069         DEFAULT_STACK_PERMS defined in stackinfo.h.
53070         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53071         * sysdeps/ia64/stackinfo.h: Likewise.
53072         * sysdeps/s390/stackinfo.h: Likewise.
53073         * sysdeps/sh/stackinfo.h: Likewise.
53074         * sysdeps/sparc/stackinfo.h: Likewise.
53075         * sysdeps/x86_64/stackinfo.h: Likewise.
53076         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53077         PF_X for powerpc64.  Retain PF_X for powerpc32.
53078
53079 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53080
53081         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53082         accurately.
53083         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53084         GETDENTS_64BIT_ALIGNED.
53085
53086 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53087
53088         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53089
53090 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53091
53092         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53093         _GNU_SOURCE.
53094
53095         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53096         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53097         Remove __restrict.
53098         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53099         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53100
53101 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53102
53103         [BZ #11655]
53104         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53105         are initialized.
53106
53107 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53108
53109         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53110
53111 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53112
53113         * po/it.po: Update from translation team.
53114
53115 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53116
53117         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53118         unused codes.
53119
53120 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53121
53122         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53123
53124 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53125
53126         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53127         specially.
53128         (gaih_getanswer_slice): Likewise.
53129
53130 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53131
53132         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53133
53134 2010-05-31  Petr Baudis  <pasky@suse.cz>
53135
53136         [BZ #11149]
53137         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53138         silently even in the chroot mode.
53139
53140 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53141
53142         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53143         last patch a bit.  Pretty printing
53144
53145 2010-05-31  Petr Baudis <pasky@suse.cz>
53146
53147         [BZ #10085]
53148         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53149         initialization of skip_initgroups_dyn.
53150
53151 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53152
53153         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53154         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53155
53156 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53157
53158         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53159
53160 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53161
53162         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53163         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53164         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53165         ($(objpfx)tst-fnmatch-mem): New rule.
53166         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53167         * posix/tst-fnmatch.c (main): Call mtrace.
53168
53169 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53170
53171         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53172         Support Intel processor model 6 and model 0x2c.
53173
53174 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53175
53176         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53177           signed comparison.
53178
53179 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53180
53181         [BZ #12205]
53182         * string/test-strncasecmp.c (check_result): New function.
53183         (do_one_test): Use it.
53184         (check1): New function.
53185         (test_main): Use it.
53186         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53187         Support strcasecmp and strncasecmp.
53188
53189 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53190
53191         [BZ #12194]
53192         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53193         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53194
53195 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53196
53197         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53198         IFUNC support.
53199         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53200         memset-x86-64.
53201         * sysdeps/x86_64/multiarch/bzero.S: New file.
53202         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53203         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53204         * sysdeps/x86_64/multiarch/memset.S: New file.
53205         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53206         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53207         Set bit_Prefer_SSE_for_memop for Intel processors.
53208         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53209         Define.
53210         (index_Prefer_SSE_for_memop): Define.
53211         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53212
53213 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53214
53215         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53216         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53217
53218 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53219
53220         [BZ #12191]
53221         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53222         (__x86_64_raw_data_cache_size_half): Likewise.
53223         (__x86_64_raw_shared_cache_size): Likewise.
53224         (__x86_64_raw_shared_cache_size_half): Likewise.
53225
53226         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53227         (__x86_64_raw_data_cache_size_half): Likewise.
53228         (__x86_64_raw_shared_cache_size): Likewise.
53229         (__x86_64_raw_shared_cache_size_half): Likewise.
53230         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53231         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53232         and __x86_64_raw_shared_cache_size_half.  Round
53233         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53234         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53235         to multiple of 256 bytes.
53236
53237 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53238
53239         [BZ #12167]
53240         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53241         of inacessible symlinks.  Verify result of symlink before returning it.
53242         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53243         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53244
53245 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53246
53247         * math/math.h (isinf): Fix typo in comment.
53248
53249 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53250
53251         * po/da.po: Update from translation team.
53252
53253 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53254
53255         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53256         is added to the list.
53257
53258 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53259             Ulrich Drepper  <drepper@gmail.com>
53260
53261         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53262         the global list here.  Move code to...
53263         (_dl_add_to_namespace_list): ...here.  New function.
53264         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53265         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53266         * elf/dl-load.c (lose): Don't remove the element from the list.
53267         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53268         (_dl_map_object): Likewise.
53269
53270 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53271
53272         [BZ #12159]
53273         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53274         into all bytes of SSE register.
53275         Patch by Richard Li <richardpku@gmail.com>.
53276
53277 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53278
53279         [BZ #12140]
53280         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53281         perturbing.
53282
53283 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53284
53285         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53286         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53287         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53288         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53290         submachine.
53291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53292
53293 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53294
53295         * include/dlfcn.h (__RTLD_SECURE): Define.
53296         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53297         mode & __RTLD_SECURE instead.
53298         (open_path): Rename preloaded parameter to secure.
53299         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53300         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53301         * elf/dl-deps.c (openaux): Likewise.
53302         * elf/rtld.c (struct map_args): Remove is_preloaded.
53303         (map_doit): Don't use it.
53304         (dl_main): Likewise.
53305         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53306         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53307
53308 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53309
53310         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53311         (sysd-rules-targets): Remove duplicates.
53312         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53313         rtld-%.$o dependency.
53314
53315 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53316
53317         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53318         _dl_map_object do it.
53319
53320 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53321
53322         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53323         fast fma builtins, define the macros in the C99 standard.
53324         (FP_FAST_FMAF): Likewise.
53325         (FP_FAST_FMAL): Likewise.
53326         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53327
53328         * bits/mathdef.h: Update copyright year.
53329         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53330
53331 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53332
53333         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53334         builtins, define the macros in the C99 standard.
53335         (FP_FAST_FMAF): Likewise.
53336         (FP_FAST_FMAL): Likewise.
53337         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53338         multiply/add.
53339         (FP_FAST_FMAF): Likewise.
53340
53341 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53342
53343         [BZ #3268]
53344         * math/libm-test.inc (fma_test): Some new testcases.
53345         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53346         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53347         y and infinite z.  Do multiplication by C already in long double.
53348         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53349         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53350         y and infinite z.  Do bitwise or of inexact bit into u.d.
53351         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53352         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53353         * sysdeps/i386/fpu/s_fma.S: Removed.
53354         * sysdeps/i386/fpu/s_fmal.S: Removed.
53355
53356 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53357
53358         [BZ #3268]
53359         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53360         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53361         computation is not scheduled after fetestexcept.  Fix value
53362         of minimum denormal long double.
53363
53364 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53365
53366         [BZ #3268]
53367         * math/libm-test.inc (fma_test): Add some more tests.
53368         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53369         correctly.
53370
53371 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53372
53373         * scripts/data/localplt-s390-linux-gnu.data: New file.
53374         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53375
53376 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53377
53378         [BZ #3268]
53379         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53380         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53381         instead of dbl-64.
53382         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53383         inlines.
53384         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53385         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53386         if one of x and y is very large and the other is subnormal.
53387         * sysdeps/s390/fpu/s_fmaf.c: New file.
53388         * sysdeps/s390/fpu/s_fma.c: New file.
53389         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53390         * sysdeps/powerpc/fpu/s_fma.S: New file.
53391         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53392         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53393         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53394
53395 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53396
53397         [BZ #3268]
53398         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53399         fma tests.
53400         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53401         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53402         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53403         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53404         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53405         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53406         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53407
53408 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53409
53410         [BZ #12078]
53411         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53412         * posix/bug-regex31.input: Add test case.
53413
53414 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53415
53416         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53417         * posix/bug-regex31.input: New file.
53418
53419         [BZ #12078]
53420         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53421         (parse_sub_exp): Fix last change, use postorder.
53422
53423         * posix/bug-regex31.c: New file.
53424         * posix/Makefile: Add rules to build and run bug-regex31.
53425
53426         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53427
53428         [BZ #12078]
53429         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53430
53431         [BZ #12108]
53432         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53433         to have entries in sys_siglist.
53434
53435         [BZ #12093]
53436         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53437         be NULL.
53438
53439 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53440
53441         [BZ #3268]
53442         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53443         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53444         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53445         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53446         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53447         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53448         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53449         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53450         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53451         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53452         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53453         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53454         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53455         * math/ftestexcept.c (fetestexcept): Likewise.
53456         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53457         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53458         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53459         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53460         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53461         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53462         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53463
53464 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53465
53466         [BZ #12107]
53467         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53468         newline.
53469
53470 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53471
53472         * string/bug-strstr1.c: New file.
53473         * string/Makefile: Add rules to build and run bug-strstr1.
53474
53475 2010-10-05  Eric Blake  <eblake@redhat.com>
53476
53477         [BZ #12092]
53478         * string/str-two-way.h (two_way_long_needle): Always clear memory
53479         when skipping input due to the shift table.
53480
53481 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53482
53483         [BZ #12005]
53484         * malloc/mcheck.c: Handle large requests.
53485
53486         [BZ #12077]
53487         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53488         for strncmp and strncasecmp.
53489         * string/stratcliff.c: Add tests for strcmp and strncmp.
53490         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53491
53492 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53493
53494         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53495         __set_fpscr.
53496
53497 2010-09-30  Andreas Jaeger  <aj@suse.de>
53498
53499         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53500         (CGROUP_SUPER_MAGIC): Define.
53501         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53502         Handle btrfs and cgroup file systems.
53503         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53504         Likewise.
53505
53506 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53507
53508         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53509         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53510
53511 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53512
53513         [BZ #12067]
53514         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53515         trying to locate the ELF header.
53516
53517 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53518
53519         [BZ #11611]
53520         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53521         Mask out sign-bit copies when constructing f_fsid.
53522
53523 2010-09-24  Petr Baudis <pasky@suse.cz>
53524
53525         * debug/stack_chk_fail_local.c: Add missing licence exception.
53526         * debug/warning-nop.c: Likewise.
53527
53528 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53529
53530         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53531         implementing getdents64 using getdents syscall, set d_type if
53532         __ASSUME_GETDENTS32_D_TYPE.
53533
53534 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53535
53536         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53537         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53538
53539 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53540
53541         [BZ #12037]
53542         * posix/unistd.h: Undo change of feature selection for ftruncate from
53543         2010-01-11.
53544
53545 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53546
53547         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53548         detection.
53549
53550 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53551
53552         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53553         fanotify_mark.
53554         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53555
53556 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53557
53558         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53559         variables after CHECK_SP call.
53560         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53561
53562 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53563             Ulrich Drepper  <drepper@redhat.com>
53564
53565         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53566         re-relocationg ld.so.
53567         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53568         _dl_init_paths call.
53569         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53570         here anymore.
53571
53572 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53573
53574         * resolv/res_init.c (__res_vinit): Count the default server we added.
53575
53576 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53577             Ulrich Drepper  <drepper@redhat.com>
53578
53579         [BZ #11968]
53580         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53581         (____longjmp_chk): Use %ebx for saving value across system call.
53582         Add unwind info.
53583
53584 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53585
53586         * manual/Makefile: Don't mix pattern rules with normal rules.
53587
53588 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53589
53590         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53591         operation.
53592         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53593         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53594         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53595         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53596         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53597         Likewise.
53598
53599 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53600
53601         [BZ #11979]
53602         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53603         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53604
53605 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53606
53607         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53608         * sysdeps/x86_64/addmul_1.S: Likewise.
53609         * sysdeps/x86_64/lshift.S: Likewise.
53610         * sysdeps/x86_64/mul_1.S: Likewise.
53611         * sysdeps/x86_64/rshift.S: Likewise.
53612         * sysdeps/x86_64/sub_n.S: Likewise.
53613         * sysdeps/x86_64/submul_1.S: Likewise.
53614
53615 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53616
53617         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53618         Define __sched_param instead of SCHED_* and sched_param when
53619         <bits/sched.h> is included with __need_schedparam defined.
53620         * bits/sched.h [__need_schedparam]
53621         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53622         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53623         (__defined_schedparam): Define to 1.
53624         (__sched_param): New structure, identical to sched_param.
53625         (__need_schedparam): Undefine.
53626
53627 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53628
53629         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53630         (epoll_create1): Declare.
53631
53632         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53633
53634 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53635
53636         [BZ #7066]
53637         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53638         shifting retval into place.
53639
53640 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53641
53642         * nis/rpcsvc/nis.h: Update copyright notice.
53643         * nis/rpcsvc/nis.x: Likewise.
53644         * nis/rpcsvc/nis_callback.h: Likewise.
53645         * nis/rpcsvc/nis_callback.x: Likewise.
53646         * nis/rpcsvc/nis_object.x: Likewise.
53647         * nis/rpcsvc/nis_tags.h: Likewise.
53648         * nis/rpcsvc/yp.h: Likewise.
53649         * nis/rpcsvc/yp.x: Likewise.
53650         * nis/rpcsvc/ypupd.h: Likewise.
53651         * nis/yp_xdr.c: Likewise.
53652         * nis/ypupdate_xdr.c: Likewise.
53653
53654         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53655         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53656         (pmap_getport): Use __libc_rpc_getport.
53657         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53658         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53659         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53660
53661 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53662
53663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53664         fanotify_mark.
53665
53666 2010-08-27  Roland McGrath  <roland@redhat.com>
53667
53668         * sysdeps/i386/i686/multiarch/Makefile
53669         (CFLAGS-varshift.c): New variable.
53670
53671 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53672
53673         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53674         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53675
53676         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53677
53678         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53679
53680 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53681
53682         * sysdeps/x86_64/strlen.S: Unroll the loop.
53683         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53684         strlen-sse2 strlen-sse2-bsf.
53685         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53686         __strlen_no_bsf if bit_Slow_BSF is set.
53687         (__strlen_sse42): Removed.
53688         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53689         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53690
53691 2010-08-25  Roland McGrath  <roland@redhat.com>
53692
53693         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53694         * sysdeps/x86_64/multiarch/varshift.c: New file.
53695         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53696         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53697         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53698         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53699
53700 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53701
53702         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53703         strlen-sse2 strlen-sse2-bsf.
53704         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53705         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53706         (__strlen_sse2): Removed.
53707         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53708         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53709         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53710         bit_Slow_BSF for Atom.
53711         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53712         (index_Slow_BSF): Define.
53713         (HAS_SLOW_BSF): Define.
53714
53715 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53716
53717         [BZ #10851]
53718         * resolv/res_init.c (__res_vinit): When no server address at all
53719         is given default to loopback.
53720
53721 2010-08-24  Roland McGrath  <roland@redhat.com>
53722
53723         * configure.in: Remove config-name.h generation.
53724         * configure: Regenerated.
53725         * config-name.in: File removed.
53726         * scripts/config-uname.sh: New file.
53727         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53728         ($(objdir)config-name.h): New target.
53729
53730         * sunrpc/rpc_parse.h: Avoid nested comment.
53731
53732 2010-08-24  Richard Henderson  <rth@redhat.com>
53733             Ulrich Drepper  <drepper@redhat.com>
53734             H.J. Lu  <hongjiu.lu@intel.com>
53735
53736         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53737         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53738         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53739         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53740         _mm_alignr_epi8 with _mm_loadu_si128.
53741         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53742         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53743         (__m128i_shift_right): Removed.
53744         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53745         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53746         * sysdeps/x86_64/multiarch/varshift.h: New file.
53747         * sysdeps/x86_64/multiarch/varshift.S: New file.
53748
53749 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53750
53751         * configure.in: Move assembler checks to before sysdep dir checking.
53752
53753 2010-08-20  Petr Baudis  <pasky@suse.cz>
53754
53755         * LICENSES: Sync the sunrpc license.
53756
53757 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53758
53759         * sunrpc/auth_des.c: Update copyright notice once again.
53760         * sunrpc/auth_none.c: Likewise.
53761         * sunrpc/auth_unix.c: Likewise.
53762         * sunrpc/authdes_prot.c: Likewise.
53763         * sunrpc/authuxprot.c: Likewise.
53764         * sunrpc/bindrsvprt.c: Likewise.
53765         * sunrpc/clnt_gen.c: Likewise.
53766         * sunrpc/clnt_perr.c: Likewise.
53767         * sunrpc/clnt_raw.c: Likewise.
53768         * sunrpc/clnt_simp.c: Likewise.
53769         * sunrpc/clnt_tcp.c: Likewise.
53770         * sunrpc/clnt_udp.c: Likewise.
53771         * sunrpc/clnt_unix.c: Likewise.
53772         * sunrpc/des_crypt.c: Likewise.
53773         * sunrpc/des_soft.c: Likewise.
53774         * sunrpc/get_myaddr.c: Likewise.
53775         * sunrpc/getrpcport.c: Likewise.
53776         * sunrpc/key_call.c: Likewise.
53777         * sunrpc/key_prot.c: Likewise.
53778         * sunrpc/openchild.c: Likewise.
53779         * sunrpc/pm_getmaps.c: Likewise.
53780         * sunrpc/pm_getport.c: Likewise.
53781         * sunrpc/pmap_clnt.c: Likewise.
53782         * sunrpc/pmap_prot.c: Likewise.
53783         * sunrpc/pmap_prot2.c: Likewise.
53784         * sunrpc/pmap_rmt.c: Likewise.
53785         * sunrpc/rpc/auth.h: Likewise.
53786         * sunrpc/rpc/auth_unix.h: Likewise.
53787         * sunrpc/rpc/clnt.h: Likewise.
53788         * sunrpc/rpc/des_crypt.h: Likewise.
53789         * sunrpc/rpc/key_prot.h: Likewise.
53790         * sunrpc/rpc/netdb.h: Likewise.
53791         * sunrpc/rpc/pmap_clnt.h: Likewise.
53792         * sunrpc/rpc/pmap_prot.h: Likewise.
53793         * sunrpc/rpc/pmap_rmt.h: Likewise.
53794         * sunrpc/rpc/rpc.h: Likewise.
53795         * sunrpc/rpc/rpc_des.h: Likewise.
53796         * sunrpc/rpc/rpc_msg.h: Likewise.
53797         * sunrpc/rpc/svc.h: Likewise.
53798         * sunrpc/rpc/svc_auth.h: Likewise.
53799         * sunrpc/rpc/types.h: Likewise.
53800         * sunrpc/rpc/xdr.h: Likewise.
53801         * sunrpc/rpc_clntout.c: Likewise.
53802         * sunrpc/rpc_cmsg.c: Likewise.
53803         * sunrpc/rpc_common.c: Likewise.
53804         * sunrpc/rpc_cout.c: Likewise.
53805         * sunrpc/rpc_dtable.c: Likewise.
53806         * sunrpc/rpc_hout.c: Likewise.
53807         * sunrpc/rpc_main.c: Likewise.
53808         * sunrpc/rpc_parse.c: Likewise.
53809         * sunrpc/rpc_parse.h: Likewise.
53810         * sunrpc/rpc_prot.c: Likewise.
53811         * sunrpc/rpc_sample.c: Likewise.
53812         * sunrpc/rpc_scan.c: Likewise.
53813         * sunrpc/rpc_scan.h: Likewise.
53814         * sunrpc/rpc_svcout.c: Likewise.
53815         * sunrpc/rpc_tblout.c: Likewise.
53816         * sunrpc/rpc_util.c: Likewise.
53817         * sunrpc/rpc_util.h: Likewise.
53818         * sunrpc/rpcinfo.c: Likewise.
53819         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53820         * sunrpc/rpcsvc/key_prot.x: Likewise.
53821         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53822         * sunrpc/rpcsvc/mount.x: Likewise.
53823         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53824         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53825         * sunrpc/rpcsvc/rex.x: Likewise.
53826         * sunrpc/rpcsvc/rstat.x: Likewise.
53827         * sunrpc/rpcsvc/rusers.x: Likewise.
53828         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53829         * sunrpc/rpcsvc/spray.x: Likewise.
53830         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53831         * sunrpc/rtime.c: Likewise.
53832         * sunrpc/svc.c: Likewise.
53833         * sunrpc/svc_auth.c: Likewise.
53834         * sunrpc/svc_authux.c: Likewise.
53835         * sunrpc/svc_raw.c: Likewise.
53836         * sunrpc/svc_run.c: Likewise.
53837         * sunrpc/svc_simple.c: Likewise.
53838         * sunrpc/svc_tcp.c: Likewise.
53839         * sunrpc/svc_udp.c: Likewise.
53840         * sunrpc/svc_unix.c: Likewise.
53841         * sunrpc/svcauth_des.c: Likewise.
53842         * sunrpc/xcrypt.c: Likewise.
53843         * sunrpc/xdr.c: Likewise.
53844         * sunrpc/xdr_array.c: Likewise.
53845         * sunrpc/xdr_float.c: Likewise.
53846         * sunrpc/xdr_mem.c: Likewise.
53847         * sunrpc/xdr_rec.c: Likewise.
53848         * sunrpc/xdr_ref.c: Likewise.
53849         * sunrpc/xdr_sizeof.c: Likewise.
53850         * sunrpc/xdr_stdio.c: Likewise.
53851
53852         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53853         handling.
53854
53855 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53856
53857         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53858
53859 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53860
53861         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53862         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53863         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53864         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53865         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53866         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53867         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53868         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53869         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53870         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53871         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53872         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53873         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53874         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53875
53876 2010-07-26  Anton Blanchard  <anton@samba.org>
53877
53878         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53879         * malloc/arena.c (heap_trim): Likewise.
53880
53881 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53882
53883         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53884         here.  Not...
53885         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53886         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53887
53888 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53889
53890         * sysdeps/i386/elf/Makefile: New file.
53891
53892 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53893
53894         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53895         from fanotify_init.
53896         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53897         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53898
53899 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53900
53901         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53902         of strncasecmp_l.
53903         * sysdeps/multiarch/strcmp.S: Likewise.
53904
53905 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53906
53907         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53908         strncase_l-nonascii.
53909         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53910         Add strncase_l-ssse3.
53911         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53912         * sysdeps/x86_64/strcmp.S: Likewise.
53913         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53914         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53915         * sysdeps/x86_64/strncase.S: New file.
53916         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53917         * sysdeps/x86_64/strncase_l.S: New file.
53918         * string/Makefile (strop-tests): Add strncasecmp.
53919         * string/test-strncasecmp.c: New file.
53920
53921         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53922         warning.
53923
53924         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53925         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53926
53927 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53928
53929         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53930
53931 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53932
53933         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53934         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53935         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53936
53937 2010-05-01  Alan Modra  <amodra@gmail.com>
53938
53939         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53940         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53941         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53942         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53943         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53944         tidying.  Don't tail-call __sigjmp_save for static lib.
53945         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53946         save location.
53947         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53948         (CALL_MCOUNT): Add eh info, and nop after bl.
53949         (TAIL_CALL_SYSCALL_ERROR): New macro.
53950         (PSEUDO_RET): Use it.
53951         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53952         Correct save location of integer regs and cr.
53953         (_dl_profile_resolve): Correct cr save location.  Delete nops
53954         after bl when SHARED.  Reduce cfi size a little by better
53955         placement of cfi directives.
53956         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53957         make a stack frame.  Instead use parm save area as a temp.
53958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53959         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53961         Don't make a stack frame for parent, use parm save area.
53962         Increase child stack frame to 112 bytes.  Don't save unused reg,
53963         and adjust reg usage.  Set up cfi on error recovery and
53964         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53966         (__makecontext): Add dummy nop after jump to exit.
53967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53968         Use correct parm save area and cr save, reduce stack frame.
53969         Correct cfi for possible PSEUDO_RET frame setup.
53970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53971         Branch to local label emitted by PSEUDO_RET rather than
53972         __syscall_error.
53973
53974 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53975
53976         [BZ #11904]
53977         * locale/programs/locale.c (print_assignment): New function.
53978         (show_locale_vars): Use it.
53979
53980 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53981
53982         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53983         field.
53984         (struct statfs64): Likewise.
53985         (_STATFS_F_FLAGS): Define.
53986         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53987         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53988         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53989         (ST_VALID): Define locally.
53990         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53991         __statvfs_getflags, use the provided value.
53992         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53993         __ASSUME_STATFS_F_FLAGS.
53994
53995         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53996
53997         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53998         Add sys/fanotify.h.
53999         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54000         fanotify_mask for GLIBC_2.13.
54001         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54002         fanotify_init and fanotify_mark.
54003         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54004         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54005
54006         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54007         Add prlimit.
54008         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54009         prlimit64 for GLIBC_2.13.
54010         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54011         prlimit64.
54012         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54013         syscall.
54014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54015         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54016         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54017         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54018         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54019         add prlimit alias.
54020         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54021
54022         [BZ #11903]
54023         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54024         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54025
54026         * nss/Makefile: Add rules to build and run tst-nss-test1.
54027         * shlib-versions: Add entry for libnss_test1.
54028         * nss/nss_test1.c: New file.
54029         * nss/tst-nss-test1.c: New file.
54030
54031         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54032         (__nss_configure_lookup): Set appropriate entry in
54033         __nss_configure_lookup to true.
54034         * nss/nsswitch.h: Define enum with indeces of databases in
54035         databases and __nss_database_custom arrays.  Declare
54036         __nss_database_custom.
54037         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54038         to avoid using nscd when custom rules are installed.
54039         * nss/getXXbyYY_r.c: Likewise.
54040         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54041
54042         * nss/nss_files/files-parse.c: Whitespace fixes.
54043
54044 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54045
54046         [BZ #11883]
54047         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54048         * posix/fnmatch_loop.c: Likewise.
54049
54050 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54051
54052         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54053         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54054         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54055         * Versions.def [GLIBC_2.13]: Add.
54056
54057 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54058
54059         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54060         Also fail if tpwd after pwuid call is NULL.
54061
54062 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54063
54064         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54065         when converting to ms.
54066
54067 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54068
54069         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54070         EOPNOTSUPP errors with ENOTTY.
54071         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54072         EOPNOTSUPP errors with ENOTTY.
54073
54074 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54075
54076         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54077         Add strcasecmp_l-ssse3.
54078         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54079         strcasecmp.
54080         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54081         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54082         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54083
54084 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54085
54086         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54087
54088         * string/Makefile (strop-tests): Add strcasecmp.
54089         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54090         strcasecmp_l-nonascii.
54091         (gen-as-const-headers): Add locale-defines.sym.
54092         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54093         * sysdeps/x86_64/strcasecmp.S: New file.
54094         * sysdeps/x86_64/strcasecmp_l.S: New file.
54095         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54096         * sysdeps/x86_64/locale-defines.sym: New file.
54097         * string/test-strcasecmp.c: New file.
54098
54099         * string/test-strcasestr.c: Test both ends of the range of characters.
54100         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54101
54102 2010-07-29  Roland McGrath  <roland@redhat.com>
54103
54104         [BZ #11856]
54105         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54106
54107 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54108
54109         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54110         for ld.so.
54111
54112 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54113
54114         * manual/memory.texi (Malloc Tunable Parameters): Document
54115         M_PERTURB.
54116
54117 2010-07-26  Roland McGrath  <roland@redhat.com>
54118
54119         [BZ #11840]
54120         * configure.in (-fgnu89-inline check): Set and substitute
54121         gnu89_inline, not libc_cv_gnu89_inline.
54122         * configure: Regenerated.
54123         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54124
54125 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54126
54127         * string/test-strnlen.c: New file.
54128         * string/Makefile (strop-tests): Add strnlen.
54129         * string/tester.c (test_strnlen): Add a few more test cases.
54130         * string/tst-strlen.c: Better error reporting.
54131
54132         * sysdeps/x86_64/strnlen.S: New file.
54133
54134 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54135
54136         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54137         lower-latency instructions.
54138
54139 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54140
54141         * string/test-strcasestr.c: New file.
54142         * string/test-strstr.c: New file.
54143         * string/Makefile (strop-tests): Add strstr and strcasestr.
54144         * string/str-two-way.h: Don't undefine MAX.
54145         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54146
54147 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54148
54149         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54150         strcasestr-nonascii.
54151         (CFLAGS-strcasestr-nonascii.c): Define.
54152         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54153         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54154         Remove unused attribute.
54155
54156 2010-07-20  Roland McGrath  <roland@redhat.com>
54157
54158         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54159         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54160         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54161         like LD_HWCAP_MASK can disable hwcaps.
54162
54163 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54164
54165         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54166
54167 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54168
54169         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54170         call in strcasestr.
54171         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54172         __strcasestr_sse42_nonascii.
54173         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54174         strcasestr-nonascii.c.
54175         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54176
54177 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54178
54179         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54180         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54181         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54182         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54183
54184 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54185
54186         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54187         fcntl.
54188
54189 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54190
54191         [BZ #11577]
54192         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54193         dl_signal_cerror.
54194
54195 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54196
54197         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54198         _PC_PIPE_BUF using F_GETPIPE_SZ.
54199
54200 2010-07-05  Roland McGrath  <roland@redhat.com>
54201
54202         * manual/arith.texi (Rounding Functions): Fix rint description
54203         implicit in round description.
54204
54205 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54206
54207         * elf/Makefile: Fix linking for a few tests to make recent linker
54208         happy.
54209
54210 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54211
54212         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54213         $(common-objpfx)libc_nonshared.a.
54214
54215 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54216
54217         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54218         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54219         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54220         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54221         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54222         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54223         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54224         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54239         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54240         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54241         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54242         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54243         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54244         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54245         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54246         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54247         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54248         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54249         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54250         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54265
54266 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54267
54268         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54269         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54270         * string/memmove.c (memmove): Renamed to ...
54271         (MEMMOVE): ...this.  Default to memmove.
54272         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54273         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54274         (END_CHK): Define.
54275         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54276         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54277         mempcpy-ssse3-back memmove-ssse3-back.
54278         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54279         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54280         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54281         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54282         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54283         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54284         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54285         * sysdeps/x86_64/multiarch/memmove.c: New file.
54286         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54287         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54288         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54289         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54290         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54291         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54292         Define.
54293         (index_Fast_Copy_Backward): Define.
54294         (HAS_ARCH_FEATURE): Define.
54295         (HAS_FAST_REP_STRING): Define.
54296         (HAS_FAST_COPY_BACKWARD): Define.
54297
54298 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54299
54300         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54301         Restore proper fallback handling.
54302
54303 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54304
54305         [BZ #11701]
54306         * posix/group_member.c (__group_member): Correct checking loop.
54307
54308         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54309         OOM in getpwuid_r correctly.  Return error number when the caller
54310         should return, otherwise -1.
54311         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54312         call returning > 0 value.
54313         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54314
54315 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54316
54317         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54318         libc_nonshared.a from targets in modules-names.
54319
54320 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54321
54322         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54323         requires it.
54324
54325 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54326
54327         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54328         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54329         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54330         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54331
54332 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54333
54334         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54335
54336 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54337
54338         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54339         and F_GETPIPE_SZ.
54340         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54341         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54342         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54343         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54344         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54345         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54346
54347 2010-06-14  Roland McGrath  <roland@redhat.com>
54348
54349         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54350
54351 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54352
54353         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54354         __REDIRECT followed by __THROW.
54355         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54356         * posix/getopt.h (getopt): Likewise.
54357
54358 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54359
54360         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54361         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54362         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54363         in AT_FLAGS.
54364         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54365         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54366
54367 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54368
54369         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54370
54371 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54372
54373         [BZ #11640]
54374         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54375         Properly check family and model.
54376
54377 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54378
54379         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54380
54381 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54382
54383         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54384
54385 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54386
54387         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54388         symbol reference.
54389
54390 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54391
54392         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54393         symbol reference.
54394
54395 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54396
54397         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54398         and internal_recvmmsg.
54399         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54400         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54401         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54402         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54403
54404         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54405         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54406         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54407
54408 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54409
54410         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54411
54412 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54413
54414         POWER7 optimizations.
54415         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54416         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54417
54418 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54419
54420         * version.h: Update for 2.13 development version.
54421
54422 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54423
54424         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54425         exceptions.  Return 0.
54426
54427 2010-05-07  Roland McGrath  <roland@redhat.com>
54428
54429         * elf/ldconfig.c (main): Add a const.
54430
54431 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54432
54433         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54434         (args_options): Add no-idn option.
54435         (ahosts_keys_int): Add idn_flags to ai_flags.
54436         (parse_option): Handle 'i' option to clear idn_flags.
54437
54438         * malloc/malloc.c (_int_free): Possible race in the most recently
54439         added check.  Only act on the data if no current modification
54440         happened.
54441
54442 See ChangeLog.17 for earlier changes.