m68k: remove @PLTPC from _dl_init call
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2
3         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4         _dl_init call.
5
6 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
7
8         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
9         from "call _dl_init@PLT".
10         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
11
12 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
13
14         * manual/search.texi: (Array Sort Function): Clarify stable sorting
15         guarantees.
16
17 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
18
19         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
20
21 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
22
23         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
24         strnlen.
25
26 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
27
28         * string/strncat.c (STRNCAT): Simplify implementation.
29
30 2014-12-19  David S. Miller  <davem@davemloft.net>
31
32         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
33         access the quad as both a long double and as a series of 4 words.
34
35         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
36         link_map->l_info array access.
37
38 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
39
40         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
41
42         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
43         * math/atest-exp2.c (TIMEOUT): Likewise.
44         * math/atest-sincos.c (TIMEOUT): Likewise.
45
46 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
47
48         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
49         -Wno-error with -fno-builtin-lround.
50
51 2014-12-19  Torvald Riegel  <triegel@redhat.com>
52
53         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
54         Contains futex constants and functions moved over from ...
55         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
56         <lowlevellock-futex.h>.
57         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
58         (lll_timedwait_tid): Add comments and parentheses around macro
59         arguments.
60
61 2014-12-19  Torvald Riegel  <triegel@redhat.com>
62
63         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
64         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
65         (__lll_private_flag): Remove.
66         (lll_futex_wait): Likewise.
67         (lll_futex_timed_wait): Likewise.
68         (lll_futex_wake): Likewise.
69         (lll_futex_requeue): Likewise.
70         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
71         (__lll_timedwait_tid): Spell out argument names.
72         (lll_timedwait_tid): Add comments and parentheses around macro
73         arguments.
74         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
75         LLL_SHARED and LLL_PRIVATE usable from assembly code.
76
77 2014-12-19  Torvald Riegel  <triegel@redhat.com>
78
79         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
80         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
81         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
82         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
83         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
84         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
85         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
86         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
87         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
88         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
89         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
90         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
91         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
92         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
93         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
94         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
95         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
96         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
97         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
98
99 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
100
101         * sysdeps/x86_64/x32/Makefile: New file.
102
103 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
104
105         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
106         1L with (mp_limb_t) 1.
107
108 2014-12-17  Roland McGrath  <roland@hack.frob.com>
109
110         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
111         * nptl/libc_pthread_init.c: ... here.
112         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
113         * nptl/register-atfork.c: ... here.
114
115         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
116         Use pthread_sigmask rather than INTERNAL_SYSCALL.
117         Use assert_perror to check its return value.
118         (__gai_create_helper_thread): Likewise.
119
120         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
121
122         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
123
124 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
125
126         [BZ #17725]
127         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
128         __profil_counter.
129         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
130         Likewise.
131         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
132         Likewise.
133         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
134         Likewise.
135         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
136         (profil_counter): Likewise.
137         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
138         (profil_counter): Likewise.
139         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
140         Likewise.
141         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
142         Likewise.
143         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
144         (profil_counter): Likewise.
145         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
146         Likewise.
147         [!__profil_counter] (profil_counter): Define as weak alias of
148         __profil_counter.
149         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
150         (profil_counter): Rename to __profil_counter.
151         [!__profil_counter] (profil_counter): Define as weak alias of
152         __profil_counter.
153         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
154         (profil_counter): Rename to __profil_counter.
155         [!__profil_counter] (profil_counter): Define as weak alias of
156         __profil_counter.
157         * sysdeps/posix/profil.c: Update comment referring to
158         profil_counter.
159         (__profil): Use __profil_counter instead of profil_counter.
160         * sysdeps/posix/sprofil.c (profil_counter): Rename to
161         __profil_counter.  Use __profil_counter_ushort and
162         __profil_counter_uint in definitions.
163         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
164         instead of profil_counter_uint and profil_counter_ushort.
165
166         [BZ #17722]
167         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
168         define as weak alias of __inet_makeaddr.
169         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
170         as weak alias of __inet_addr.
171         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
172         as weak alias of __inet_pton.  Use libc_hidden_weak.
173         * include/arpa/inet.h (__inet_pton): Declare.  Use
174         libc_hidden_proto.
175         (inet_makeaddr): Don't use libc_hidden_proto.
176         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
177         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
178         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
179         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
180         Remove variable.
181         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
182         (test-xfail-POSIX/time.h/linknamespace): Likewise.
183
184 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
185
186         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
187
188 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
189
190         * stdio-common/bug-vfprintf-nargs.c (do_test):
191         Cast value to intptr_t to avoid format warning
192         for usage with PRIdPTR printing macro.
193
194 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
195
196         * libio/tst-widetext.c (do_test):
197         Use format type %td instead of %Zd for ptrdiff_t
198         in order to avoid format warning.
199
200 2014-12-17  Andreas Schwab  <schwab@suse.de>
201
202         * nscd/mem.c (gc): Add size_t cast to match printf format.
203
204 2014-12-16  Roland McGrath  <roland@hack.frob.com>
205
206         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
207         (init): Apply PTR_MANGLE to pointers before storing them.
208         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
209         before using them.
210
211 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
212
213         [BZ #17719]
214         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
215         define as weak alias of __memrchr.
216         (__memrchr): Do not define as strong alias of memrchr.
217         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
218         Remove variable.
219         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
220         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
221         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
222
223         [BZ #17717]
224         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
225         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
226         (if_indextoname): Rename to __if_indextoname and define as weak
227         alias of __if_indextoname.  Use libc_hidden_weak.
228         (if_freenameindex): Rename to __if_freenameindex and define as
229         weak alias of __if_freenameindex.
230         (if_nameindex): Rename to __if_nameindex and define as weak alias
231         of __if_nameindex.
232         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
233         __if_nametoindex and define as weak alias of __if_nametoindex.
234         Use libc_hidden_weak.
235         (if_freenameindex): Rename to __if_freenameindex and define as
236         weak alias of __if_freenameindex.
237         (if_nameindex): Rename to __if_nameindex and define as weak alias
238         of __if_nameindex.
239         (if_indextoname): Rename to __if_indextoname and define as weak
240         alias of __if_indextoname.  Use libc_hidden_weak.
241         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
242         __if_nametoindex and define as weak alias of __if_nametoindex.
243         Use libc_hidden_weak.
244         (if_freenameindex): Rename to __if_freenameindex and define as
245         weak alias of __if_freenameindex.  Use libc_hidden_weak.
246         (if_nameindex_netlink): Use __if_freenameindex instead of
247         if_freenameindex.
248         (if_nameindex): Rename to __if_nameindex and define as weak alias
249         of __if_nameindex.  Use libc_hidden_weak.
250         (if_indextoname): Rename to __if_indextoname and define as weak
251         alias of __if_indextoname.  Use libc_hidden_weak.
252         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
253         libc_hidden_proto.
254         [!_ISOMAC] (__if_freenameindex): Likewise.
255         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
256         if_nametoindex.
257         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
258         variable.
259         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
260         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
261         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
262         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
263         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
264         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
265         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
266
267         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
268         Remove variable.
269         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
270         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
271
272 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
273
274         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
275         subscript above bounds'
276
277         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
278         bounds.
279
280 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
281
282         * libio/tst-fopenloc.c: Use test-skeleton.c.
283
284         * stdlib/tst-bsearch.c: Use test-skeleton.c.
285         (entry): Rename to ITEM.
286         (do_test, comp): Adjust.
287
288         * stdio-common/tst-fseek.c: Use test-skeleton.c.
289
290 2014-12-16  Torvald Riegel  <triegel@redhat.com>
291
292         * string/tester.c: Include <libc-internal.h>.
293         (test_memset): Ignore -Wmemset-transposed-args.
294
295 2014-12-16  Torvald Riegel  <triegel@redhat.com>
296
297         * misc/tst-mntent2.c (do_test): Fix warning.
298
299 2014-12-16  Torvald Riegel  <triegel@redhat.com>
300
301         * elf/tst-unique4lib.cc(a): Mark as used.
302
303 2014-12-16  Florian Weimer  <fweimer@redhat.com>
304
305         [BZ #17630]
306         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
307         names.
308
309 2014-12-16  Allan McRae  <allan@archlinux.org>
310
311         * stdio-common/Makefile (tests): Re-add bug26.
312
313 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
314
315         [BZ #17657]
316         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
317         static array.
318
319 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
320
321         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
322         (__lll_lock_wait): Likewise.
323         (__lll_timedlock_wait): Likewise.
324         (__lll_timedwait_tid): Likewise.
325         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
326         (__lll_robust_timedlock_wait): Likewise.
327         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
328         (lll_cond_trylock): Likewise.
329         (__lll_lock): Likewise.
330         (__lll_robust_lock): Likewise.
331         (__lll_cond_lock): Likewise.
332         (lll_robust_cond_lock): Likewise.
333         (__lll_timedlock): Likewise.
334         (__lll_robust_timedlock): Likewise.
335         (__lll_unlock): Likewise.
336         (__lll_robust_unlock): Likewise.
337         (lll_wait_tid): Likewise.
338         (lll_timedwait_tid): Likewise.
339
340 2014-12-15  Torvald Riegel  <triegel@redhat.com>
341
342         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
343
344 2014-12-15  Torvald Riegel  <triegel@redhat.com>
345
346         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
347
348 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
349
350         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
351         * stdio-common/tst-sprintf.c: Likewise.
352
353 2014-12-15  Torvald Riegel  <triegel@redhat.com>
354
355         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
356
357 2014-12-15  Jeff Law  <law@redhat.com>
358
359         [BZ #16617]
360         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
361         on the heap.  (CVE-2012-3406)
362         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
363         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
364         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
365
366 2014-12-15  Will Newton  <will.newton@linaro.org>
367
368         * manual/install.texi: Bump required version of texinfo
369         to 4.7 from 4.5.
370         * INSTALL: Regenerated.
371         * configure.ac: Check for makeinfo version 4.7 and above.
372         * configure: Regenerated.
373
374 2014-12-12  Roland McGrath  <roland@hack.frob.com>
375
376         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
377         PREFIX, string constant to insert between directory and name.
378         * sysdeps/posix/shm_open.c: Update caller.
379         * sysdeps/posix/shm_unlink.c: Likewise.
380         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
381         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
382         (SEM_SHM_PREFIX): New macro.
383         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
384         [$(have-thread-library) = no].
385         * nptl/Makefile (libpthread-routines): Add shm-directory.
386         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
387         * sysdeps/nptl/shm-directory.h: New file.
388         * sysdeps/posix/shm-directory.c
389         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
390         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
391         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
392         INTERNAL_SYSCALL.
393         (__where_is_shmfs): Function removed.
394         (mountpoint, defaultmount, defaultdir, __namedsem_once):
395         Variables removed.
396         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
397         Use SHM_GET_NAME.
398         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
399
400         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
401         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
402         unconditional for use inside libpthread.
403         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
404
405 2014-12-12  Roland McGrath  <roland@hack.frob.com>
406
407         * nptl/pthread_getaffinity.c: New file.
408         * nptl/pthread_setaffinity.c: New file.
409         * nptl/pthread_getname.c: New file.
410         * nptl/pthread_setname.c: New file.
411
412         * nptl/pthread_create.c (START_THREAD_DEFN)
413         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
414
415 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
416             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
417
418         * resolv/res_send.c (send_vc): Disable warning resplen may
419         be used uninitialized.
420
421 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
422
423         * nptl/tst-mutex6.c
424         (ATTR_NULL): New define checks ATTR against NULL.
425         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
426         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
427
428 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
429
430         [BZ #17581]
431         * malloc/hooks.c
432         (mem2mem_check): Revert my previous change.
433         (malloc_check_get_size): Revert my previous change.
434         (mem2chunk_check): Revert my previous change.
435
436 2014-12-11  Roland McGrath  <roland@hack.frob.com>
437
438         * sysdeps/posix/shm-directory.c: New file.
439         * sysdeps/posix/shm-directory.h: New file.
440         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
441         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
442         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
443         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
444         Transmute EPERM to EACCES.
445         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
446         from ...
447         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
448         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
449
450 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
451
452         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
453         pointer and cast to uintptr_t.
454         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
455         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
456         Add cast to avoid warning.
457         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
458
459 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
460
461         * nptl/semaphore.h: Move to ...
462         * sysdeps/pthread/semaphore.h: ... here.
463         * Makefile (installed-headers): Change nptl/semaphore.h to
464         sysdeps/pthread/semaphore.h.
465
466 2014-12-11  Roland McGrath  <roland@hack.frob.com>
467
468         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
469         generated error format strings.
470
471         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
472         -Wformat-extra-args warnings for scanf formats.
473         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
474         test of zero-length format (duh).
475         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
476         corner-case scanf format test.
477         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
478         generated fprintf format string.
479         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
480         corner-case sprintf format tests.
481         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
482         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
483         -Wformat-extra-args warnings throughout.
484         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
485         (CFLAGS-scanf4.c): Likewise.
486         (CFLAGS-scanf7.c): Likewise.
487         (CFLAGS-tst-sprintf.c): Likewise.
488         (CFLAGS-tst-printf.c): Likewise.
489         (CFLAGS-tst-printfsz.c): Likewise.
490
491 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
492
493         * include/cpio.h: New file.
494         * include/fmtmsg.h: Likewise.
495
496         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
497         corresponding format argument to size_t.
498         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
499         arguments.
500         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
501         corresponding format argument to size_t.
502         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
503         arguments.
504         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
505         corresponding format argument to size_t.
506         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
507         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
508         (CFLAGS-tst-mbswcs2.c): Likewise.
509         (CFLAGS-tst-mbswcs3.c): Likewise.
510         (CFLAGS-tst-mbswcs4.c): Likewise.
511         (CFLAGS-tst-mbswcs5.c): Likewise.
512         (CFLAGS-tst-trans.c): Likewise
513
514 2014-12-11  Roland McGrath  <roland@hack.frob.com>
515
516         * posix/regexbug1.c (main): Use "%s" format with regerror results,
517         rather than assuming they won't contain any '%'s.
518
519 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
520
521         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
522         inhibit_loop_to_libcall to avoid recursive calls.
523         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
524         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
525
526 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
527
528         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
529         prototype.
530
531 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
532
533         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
534         integer value instead of boolean.
535
536 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
537
538         * malloc/malloc.c: Fix powerof2 check.
539
540 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
541
542         * locale/programs/locfile.h (maybe_swap_uint32):
543         Remove inline and add unused attribute.
544
545 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
546
547         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
548         Truncating assembler expression to a .long expression.
549
550 2014-12-11  Andreas Schwab  <schwab@suse.de>
551
552         * elf/rtld.c (struct map_args): Constify str member.
553         (do_preload): Constify fname argument.
554
555 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
556
557         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
558         constants definition.
559
560 2014-12-11  Andreas Schwab  <schwab@suse.de>
561
562         [BZ #16657]
563         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
564         FORCE_ELISION instead of DO_ELISION.
565         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
566         Remove.
567         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
568         Likewise.
569
570         * iconvdata/gconv-modules: Remove duplicate entry.
571
572 2014-12-11  Will Newton  <will.newton@linaro.org>
573
574         Merge gettext 0.19.3 into intl/.
575
576         This involves a number of cosmetic changes to comments
577         and ANSI function definitions and prototypes throughout
578         all the files. The gettext copyright header is used but
579         with the date ranges taken from the glibc copy.
580
581         * NEWS: Add gettext merge to 2.21.
582         * intl/bindtextdom.c: Switch to gettext copyright.
583         Use ANSI definitions and prototypes.
584         Use gl_* locking primitives rather than __libc_* ones.
585         Use __builtin_expect rather than __glibc_likely/unlikely.
586         * intl/dcgettext.c: Switch to gettext copyright.
587         Use ANSI definitions and prototypes.
588         * intl/dcigettext.c: Switch to gettext copyright.
589         Use ANSI definitions and prototypes.
590         (INTDIV0_RAISES_SIGFPE): New define.
591         Use gl_* locking primitives rather than __libc_* ones.
592         Include eval-plural.h instead of plural-eval.c.
593         Use __builtin_expect rather than __glibc_likely/unlikely.
594         * intl/dcngettext.c: Switch to gettext copyright.
595         Use ANSI definitions and prototypes.
596         * intl/dgettext.c: Likewise.
597         * intl/dngettext.c: Likewise.
598         * intl/plural-eval.c: Renamed to...
599         * intl/eval-plural.h: ...this.
600         * intl/explodename.c: Switch to gettext copyright.
601         Use ANSI definitions and prototypes.
602         (_nl_explode_name): Use strchr instead of __rawmemchr.
603         * intl/finddomain.c: Switch to gettext copyright.
604         Use ANSI definitions and prototypes.
605         Use gl_* locking primitives rather than __libc_* ones.
606         (_nl_find_domain): Use malloc rather than alloca for
607         allocation of temporary locale name.
608         * intl/gettext.c: Switch to gettext copyright.
609         Use ANSI definitions and prototypes.
610         * intl/gettextP.h: Switch to gettext copyright.
611         Use ANSI definitions and prototypes.
612         Use gl_* locking primitives rather than __libc_* ones.
613         * intl/gmo.h: Switch to gettext copyright.
614         (struct sysdep_string): Move struct segment_pair outside of
615         struct definition.
616         * intl/hash-string.c: Use ANSI definitions and prototypes.
617         * intl/hash-string.h: Switch to gettext copyright.
618         Use ANSI definitions and prototypes.
619         * intl/l10nflist.c: Switch to gettext copyright.
620         Use ANSI definitions and prototypes.
621         (_nl_normalize_codeset): Avoid integer overflow.
622         * intl/loadinfo.h: Switch to gettext copyright.
623         Use ANSI definitions and prototypes.
624         (LIBINTL_DLL_EXPORTED): New define.
625         (PATH_SEPARATOR): New define.
626         * intl/loadmsgcat.c: Switch to gettext copyright.
627         * intl/localealias.c: Switch to gettext copyright.
628         Use ANSI definitions and prototypes.
629         (_nl_expand_alias): Use PATH_SEPARATOR.
630         * intl/ngettext.c: Switch to gettext copyright.
631         Use ANSI definitions and prototypes.
632         * intl/plural-exp.c: Likewise.
633         * intl/plural-exp.h: Switch to gettext copyright.
634         Use ANSI definitions and prototypes.
635         (struct expression): Move definition of enum operator outside
636         of struct definition.
637         * intl/plural.c: Regenerate.
638         * intl/plural.y: Switch to gettext copyright.
639         Use ANSI definitions and prototypes.
640         Port to bison 3.0.
641         * intl/textdomain.c: Switch to gettext copyright.
642         Use ANSI definitions and prototypes.
643         Use gl_* locking primitives rather than __libc_* ones.
644
645 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
646
647         * debug/warning-nop.c: Add used atrribute.
648
649 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
650
651         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
652
653         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
654         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
655         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
656
657 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
658             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
659
660         [BZ #17634]
661         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
662         Undefine after defining function.  Define as weak alias of
663         __wcschr.  Use libc_hidden_weak.
664         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
665         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
666         (libc_hidden_def): Also define __GI___wcschr alias.
667         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
668         __wcschr and define as weak alias of __wcschr.
669         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
670         __wcschr.
671         [!WCSCHR] (DEFAULT_WCSCHR): Define.
672         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
673         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
674         libc_hidden_weak.  Do not use libc_hidden_def.
675         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
676         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
677         __GI___wcschr alias.
678         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
679         [IS_IN (libc)] (wcschr): Define as macro expanding to
680         __redirect_wcschr.
681         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
682         [IS_IN (libc)] (__wcschr_power6): Likewise.
683         [IS_IN (libc)] (__wcschr_power7): Likewise.
684         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
685         instead of wcschr.
686         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
687         __libc_wcschr.
688         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
689         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
690         __wcschr and define as weak alias of __wcschr.  Use
691         libc_hidden_builtin_def.
692         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
693         as weak alias of __wcschr.  Use libc_hidden_weak.
694         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
695         wcschr.
696         * time/era.c (_nl_init_era_entries): Likewise.
697         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
698         variable.
699         (test-xfail-XPG3/time.h/linknamespace): Likewise.
700         (test-xfail-XPG4/time.h/linknamespace): Likewise.
701
702 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
703
704         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
705         format for long int variable.
706
707 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
708
709         [BZ #10672]
710         * manual/search.texi: (Array Sort Function): Remove claim how to make
711         qsort stable.
712
713 2014-12-10  Andreas Schwab  <schwab@suse.de>
714
715         [BZ #12847]
716         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
717         user-controlled locks.
718
719 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
720
721         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
722         register.
723
724 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
725
726         * configure.ac (--disable-werror): New configure option.
727         (enable_werror): New AC_SUBST.
728         * configure: Regenerated.
729         * config.make.in (enable-werror): New variable.
730         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
731         -Wno-error=undef.
732         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
733         * manual/install.texi (Configuring and compiling): Document
734         --disable-werror.
735         * INSTALL: Regenerated.
736         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
737         (CFLAGS-tst-chk2.c): Likewise.
738         (CFLAGS-tst-chk3.c): Likewise.
739         (CFLAGS-tst-chk4.cc): Likewise.
740         (CFLAGS-tst-chk5.cc): Likewise.
741         (CFLAGS-tst-chk6.cc): Likewise.
742         (CFLAGS-tst-lfschk1.c): Likewise.
743         (CFLAGS-tst-lfschk2.c): Likewise.
744         (CFLAGS-tst-lfschk3.c): Likewise.
745         (CFLAGS-tst-lfschk4.cc): Likewise.
746         (CFLAGS-tst-lfschk5.cc): Likewise.
747         (CFLAGS-tst-lfschk6.cc): Likewise.
748
749         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
750         (main): Disable -Wdeprecated-declarations around calls to
751         register_printf_function.
752
753         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
754         (do_test): Disable -Wdiv-by-zero around some calls to
755         fwrite_unlocked and fread_unlocked.
756
757         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
758         (DIAG_POP_NEEDS_COMMENT): Likewise.
759         (_DIAG_STR1): Likewise.
760         (_DIAG_STR): Likewise.
761         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
762         * stdio-common/bug21.c: Include <libc-internal.h>.
763         (do_test): Disable -Wformat around call to sscanf.
764         * stdio-common/scanf14.c: Include <libc-internal.h>.
765         (main): Disable -Wformat around some calls to scanf functions.
766
767 2014-12-09  Torvald Riegel  <triegel@redhat.com>
768
769         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
770
771 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
772
773         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
774         stack variable alignment.
775
776 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
777
778         [BZ #17682]
779         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
780         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
781         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
782         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
783         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
784         __getrlimit instead of getrlimit.
785         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
786         __gettimeofday instead of gettimeofday.
787         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
788         Likewise.
789         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
790         Likewise.
791         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
792         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
793         Remove variable.
794         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
795         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
796
797 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
798
799         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
800         for wide-character tests.
801
802 2014-12-04  Roland McGrath  <roland@hack.frob.com>
803
804         * io/openat64.c: #include <libc-internal.h>
805         (__openat64): Prototypify.  Use ignore_value on MODE.
806         * io/openat.c: Likewise.
807         * misc/reboot.c: #include <libc-internal.h>
808         (reboot): Prototypify.  Use ignore_value on HOWTO.
809         * misc/ptrace.c: #include <libc-internal.h>
810         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
811
812 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
813
814         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
815         XPG4, UNIX98 and XOPEN2K.
816         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
817         Remove variable.
818         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
819
820 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
821
822         * libio/fileops.c: Use ISO C style for function definitions.
823         * libio/iofopen.c: Likewise.
824         * libio/wfileops.c: Likewise.
825
826         [BZ #17653]
827         * libio/fileops.c (_IO_new_file_underflow): Unset cached
828         offset on EOF.
829         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
830         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
831         (fgets_func): Function pointer to fgets and fgetws.
832         (do_ftell_test): Add test to verify ftell value after read
833         EOF.
834         (do_test): Set fgets_func.
835
836         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
837         O_TRUNC flag for w and w+ modes.
838         (do_rewind_test): Likewise.
839         (do_ftell_test): Likewise.
840         (do_write_test): Likewise.
841
842         [BZ #17647]
843         * libio/fileops.c (do_ftell): Seek only when there are
844         unflushed writes.
845         * libio/wfileops.c (do_ftell_wide): Likewise.
846         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
847         test case.
848         (do_one_test): Call it.
849
850 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
851
852         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
853         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
854         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
855         Remove variable.
856         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
857         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
858         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
859
860 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
861
862         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
863         Remove variable.
864         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
865
866         [BZ #17668]
867         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
868         as weak alias of __getifaddrs.  Use libc_hidden_weak.
869         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
870         __freeifaddrs.  Use libc_hidden_weak.
871         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
872         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
873         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
874         __freeifaddrs.  Use libc_hidden_weak.
875         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
876         __getifaddrs and define as weak alias of __getifaddrs.  Use
877         libc_hidden_weak.
878         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
879         __freeifaddrs.  Use libc_hidden_weak.
880         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
881         Remove variable.
882         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
883         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
884
885 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
886
887         [BZ #17601]
888         * sysdeps/mips/start.S (__start): Use indirect jump to call
889         __libc_start_main.
890
891 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
892
893         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
894
895         * nptl/tst-mutex1.c: Include <stdbool.h>.
896         [!ATTR] (ATTR_NULL): New macro.
897         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
898         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
899         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
900
901         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
902         to char *.
903
904         [BZ #17665]
905         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
906         Change conditional to [__USE_MISC].
907
908         [BZ #17664]
909         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
910         fgets_unlocked.
911         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
912         __fgets_unlocked.
913         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
914         fgets_unlocked.
915         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
916         Remove variable.
917         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
918         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
919         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
920         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
921         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
922         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
923         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
924         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
925         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
926
927         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
928
929 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
930
931         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
932         Remove strpbrk objects.
933         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
934         (__libc_ifunc_impl_list): Remove strpbrk implementation.
935         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
936         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
937         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
938         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
939
940         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
941         Remove strcspn objects.
942         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
943         (__libc_ifunc_impl_list): Remove strcspn implementation.
944         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
945         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
946         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
947         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
948
949         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
950         Remove strspn objetcs.
951         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
952         (__libc_ifunc_impl_list): Remove strspn implementation.
953         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
954         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
955         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
956         * sysdeps/powerpc/powerpc64/strspn.S: New file.
957
958 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
959
960         [BZ #17581]
961         * malloc/hooks.c
962         (mem2mem_check): Add a terminator to the chain of checking blocks.
963         (malloc_check_get_size): Use it here.
964         (mem2chunk_check): Ditto.
965
966 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
967
968         * sysdeps/powerpc/powerpc64/strtok.S: New file.
969         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
970
971 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
972
973         * bits/ioctl-types.h: Indent preprocessor directives correctly.
974
975         * nptl/nptl-init.c: Include libc-internal.h.
976         (__pthread_initialize_minimal_internal): Use ROUND_UP.
977
978         * elf/ldconfig.c (search_dir): Expand comment.
979
980 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
981
982         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
983         variable.
984         (linknamespace-symlist-stdlibs-tests): Likewise.
985         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
986         instead of $(objpfx)symlist-stdlibs.
987         (linknamespace-libs-isoc): New variable.
988         (linknamespace-libs): Use $(linknamespace-libs-isoc).
989         (linknamespace-libs-ISO): New variable.
990         (linknamespace-libs-ISO99): Likewise.
991         (linknamespace-libs-ISO11): Likewise.
992         (linknamespace-libs-XPG3): Likewise.
993         (linknamespace-libs-XPG4): Likewise.
994         (linknamespace-libs-POSIX): Likewise.
995         (linknamespace-libs-UNIX98): Likewise.
996         (linknamespace-libs-XOPEN2K): Likewise.
997         (linknamespace-libs-POSIX2008): Likewise.
998         (linknamespace-libs-XOPEN2K8): Likewise.
999         ($(objpfx)symlist-stdlibs): Replace by
1000         $(linknamespace-symlist-stdlibs-tests).  Use
1001         $(linknamespace-libs-$*) as set of libraries.
1002         ($(linknamespace-header-tests)): Update dependencies.  Use
1003         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1004         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1005         * conform/linknamespace.pl: Remove comment about considering
1006         definitions of symbols from irrelevant libraries.
1007
1008 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1009
1010         [BZ #13862]
1011         * elf/dl-tls.c: Include <atomic.h>.
1012         (oom): Remove #ifdef SHARED/#endif.
1013         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1014         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1015         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1016         big enough.
1017         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1018         * nptl/Makefile (tests): Add tst-stack4.
1019         (modules-names): Add tst-stack4mod.
1020         ($(objpfx)tst-stack4): New.
1021         (tst-stack4mod.sos): Likewise.
1022         ($(objpfx)tst-stack4.out): Likewise.
1023         ($(tst-stack4mod.sos)): Likewise.
1024         (clean): Likewise.
1025         * nptl/tst-stack4.c: New file.
1026         * nptl/tst-stack4mod.c: Likewise.
1027
1028 2014-11-27  J. Brown  <jb999@gmx.de>
1029
1030         * sysdeps/x86/bits/string.h: Add recent CPUs.
1031
1032 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1033
1034         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1035         sigblock.
1036
1037         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1038         feof.
1039
1040         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1041         variable.
1042
1043 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1044
1045         * nscd/connections.c: Include libc-internal.h because of macro
1046         usage ignore_value.
1047
1048 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1049
1050         * string/bits/string3.h (__warn_memset_zero_len): Don't
1051         declare for gcc newer than 5.0.
1052         (memset): Don't test for zero-length __LEN for gcc newer than
1053         5.0.
1054
1055 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1056
1057         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1058         size_t for %zu format.
1059
1060         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1061         difference, not %ju.
1062
1063 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1064
1065         * include/libc-internal.h (ignore_value): New macro.
1066         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1067         with ignore_value.
1068
1069         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1070         definition.
1071
1072         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1073         pthread_cleanup_push to void *.
1074
1075         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1076         Undefine.
1077
1078         [BZ #16619]
1079         [BZ #16740]
1080         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1081         instead of 1L << 52.
1082
1083         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1084         * libio/bug-rewind2.c (do_test): Likewise.
1085
1086         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1087         * debug/test-strcpy_chk-ifunc.c: Likewise.
1088         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1089         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1090         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1091         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1092         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1093         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1094         * Rules [$(multi-arch) = no] (tests): Do not filter out
1095         $(tests-ifunc).
1096         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1097         * debug/Makefile (tests-ifunc): Remove variable.
1098         (tests): Do not add $(tests-ifunc).
1099         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1100         (tests): Do not add $(tests-ifunc).
1101         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1102         [TEST_IFUNC]: Remove conditionals.
1103         * string/test-string.h (TEST_IFUNC): Remove macro.
1104         [TEST_IFUNC]: Remove conditionals.
1105
1106         * string/test-strchr.c [!WIDE] (L): New macro.
1107         [WIDE] (L): Likewise.
1108         (check1): Use CHAR instead of char.  Use L on string and character
1109         constants.
1110
1111 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1112
1113         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1114         tests.
1115         * sysdeps/powerpc/bits/atomic.h
1116         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1117         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1118         (atomic_exchange_and_add_acq): Likewise.
1119         (atomic_exchange_and_add_rel): Likewise.
1120         * sysdeps/powerpc/powerpc32/bits/atomic.h
1121         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1122         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1123         * sysdeps/powerpc/powerpc64/bits/atomic.h
1124         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1125         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1126
1127 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1128
1129         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1130         Change synchronization of __sched_fifo_min_prio and
1131         __sched_fifo_max_prio.
1132         * nptl/pthread_mutexattr_getprioceiling.c
1133         (pthread_mutexattr_getprioceiling): Likewise.
1134         * nptl/pthread_mutexattr_setprioceiling.c
1135         (pthread_mutexattr_setprioceiling): Likewise.
1136         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1137         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1138         Likewise.
1139
1140 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1141
1142         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1143         void.
1144
1145 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1146
1147         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1148         third argument const.
1149
1150 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1151
1152         fnmatch: work around GCC compiler warning bug with uninit var
1153         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1154         This works around a bug with x86-64 GCC 4.9.2 and earlier
1155         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1156         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1157         used uninitialized in this function [-Wmaybe-uninitialized]".
1158
1159 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1160
1161         * posix/bug-regex31.c (main): Return RES not 0.
1162
1163 2014-11-25  Anton Blanchard <anton@samba.org>
1164
1165         * sysdeps/powerpc/bits/atomic.h
1166         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1167
1168 2014-11-24  Sterling Augustine  <saugustine@google.com>
1169
1170         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1171
1172 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1173
1174         [BZ #17608]
1175         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1176
1177 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1178
1179         [BZ #17633]
1180         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1181         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1182         variable.
1183         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1184         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1185
1186 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1187
1188         * string/strncpy.c (strncpy): Improve performance by using memset.
1189
1190 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1191
1192         * string/strcpy.c (strcpy):
1193         Improve performance by using strlen and memcpy.
1194
1195 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1196
1197         * string/strcoll_l.c (get_next_seq): __always_inline.
1198         * string/strcoll_l.c (do_compare): __always_inline.
1199
1200 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1201
1202         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1203         defined.
1204         * include/mqueue.h: Likewise.
1205         * include/stdlib.h: Likewise.
1206
1207         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1208         (get_null_defines): Adjust.
1209         * sunrpc/Makefile: Adjust comment.
1210         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1211         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1212         (CFLAGS-interp.c): Likewise.
1213         (CFLAGS-ldconfig.c): Likewise.
1214         (CPPFLAGS-.os): Likewise.
1215         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1216         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1217         * extra-modules.mk (extra-modules.mk): Likewise.
1218         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1219         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1220         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1221         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1222         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1223         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1224         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1225         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1226         * iconvdata/Makefile (CPPFLAGS): Likewise.
1227         (cpp-srcs-left): Add libof for all iconvdata routines.
1228         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1229         * include/assert.h: Likewise.
1230         * include/ctype.h: Likewise.
1231         * include/errno.h: Likewise.
1232         * include/libc-symbols.h: Likewise.
1233         * include/math.h: Likewise.
1234         * include/netdb.h: Likewise.
1235         * include/resolv.h: Likewise.
1236         * include/stdio.h: Likewise.
1237         * include/stdlib.h: Likewise.
1238         * include/string.h: Likewise.
1239         * include/sys/stat.h: Likewise.
1240         * include/wctype.h: Likewise.
1241         * intl/l10nflist.c: Likewise.
1242         * libidn/idn-stub.c: Likewise.
1243         * libio/libioP.h: Likewise.
1244         * nptl/libc_multiple_threads.c: Likewise.
1245         * nptl/pthreadP.h: Likewise.
1246         * posix/regex_internal.h: Likewise.
1247         * resolv/res_hconf.c: Likewise.
1248         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1249         * sysdeps/arm/memmove.S: Likewise.
1250         * sysdeps/arm/sysdep.h: Likewise.
1251         * sysdeps/generic/_itoa.h: Likewise.
1252         * sysdeps/generic/symbol-hacks.h: Likewise.
1253         * sysdeps/gnu/errlist.awk: Likewise.
1254         * sysdeps/gnu/errlist.c: Likewise.
1255         * sysdeps/i386/i586/memcpy.S: Likewise.
1256         * sysdeps/i386/i586/memset.S: Likewise.
1257         * sysdeps/i386/i686/memcpy.S: Likewise.
1258         * sysdeps/i386/i686/memmove.S: Likewise.
1259         * sysdeps/i386/i686/mempcpy.S: Likewise.
1260         * sysdeps/i386/i686/memset.S: Likewise.
1261         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1262         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1263         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1264         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1265         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1266         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1267         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1268         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1269         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1270         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1271         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1272         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1273         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1274         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1275         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1276         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1277         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1278         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1279         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1280         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1281         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1282         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1283         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1284         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1285         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1286         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1287         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1288         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1289         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1290         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1291         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1292         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1293         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1294         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1295         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1296         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1297         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1298         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1299         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1300         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1301         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1302         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1303         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1304         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1305         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1306         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1307         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1308         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1309         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1310         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1311         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1312         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1313         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1314         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1315         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1316         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1317         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1318         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1319         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1320         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1321         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1322         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1323         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1324         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1325         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1326         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1327         * sysdeps/posix/closedir.c: Likewise.
1328         * sysdeps/posix/opendir.c: Likewise.
1329         * sysdeps/posix/readdir.c: Likewise.
1330         * sysdeps/posix/rewinddir.c: Likewise.
1331         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1332         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1333         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1334         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1335         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1336         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1337         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1338         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1339         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1340         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1341         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1342         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1343         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1344         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1345         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1346         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1347         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1348         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1349         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1350         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1351         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1352         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1353         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1354         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1355         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1356         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1357         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1358         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1359         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1360         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1361         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1362         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1363         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1364         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1365         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1366         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1367         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1368         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1369         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1370         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1371         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1372         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1373         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1374         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1375         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1376         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1377         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1378         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1379         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1380         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1381         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1382         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1383         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1384         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1385         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1386         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1387         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1388         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1389         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1390         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1391         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1392         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1393         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1394         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1395         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1396         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1397         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1398         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1399         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1400         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1401         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1402         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1403         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1404         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1405         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1406         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1407         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1408         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1409         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1410         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1411         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1412         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1413         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1414         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1415         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1416         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1417         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1418         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1419         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1420         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1421         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1422         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1423         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1424         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1425         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1426         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1427         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1428         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1429         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1430         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1431         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1432         * sysdeps/unix/alpha/sysdep.S: Likewise.
1433         * sysdeps/unix/alpha/sysdep.h: Likewise.
1434         * sysdeps/unix/make-syscalls.sh: Likewise.
1435         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1436         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1437         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1438         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1439         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1440         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1441         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1442         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1443         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1444         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1445         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1446         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1447         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1448         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1449         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1450         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1451         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1452         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1453         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1454         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1455         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1456         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1457         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1458         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1459         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1460         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1461         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1464         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1465         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1466         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1467         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1468         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1469         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1470         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1471         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1472         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1473         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1474         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1475         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1476         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1477         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1478         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1479         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1480         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1481         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1482         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1483         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1484         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1485         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1486         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1487         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1488         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1489         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1490         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1491         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1492         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1493         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1494         * sysdeps/x86_64/memcpy.S: Likewise.
1495         * sysdeps/x86_64/memmove.c: Likewise.
1496         * sysdeps/x86_64/memset.S: Likewise.
1497         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1498         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1499         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1500         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1501         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1502         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1503         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1504         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1505         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1506         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1507         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1508         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1509         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1510         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1511         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1512         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1513         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1514         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1515         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1516         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1517         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1518         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1519         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1520         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1521         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1522         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1523         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1524         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1525         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1526         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1527         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1528         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1529         * sysdeps/x86_64/strcmp.S: Likewise.
1530
1531         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1532
1533         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1534         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1535         * elf/rtld-Rules: Likewise.
1536         * elf/setup-vdso.h: Likewise.
1537         * include/assert.h: Likewise.
1538         * include/bits/stdlib-float.h: Likewise.
1539         * include/errno.h: Likewise.
1540         * include/sys/stat.h: Likewise.
1541         * include/unistd.h: Likewise.
1542         * sysdeps/aarch64/setjmp.S: Likewise.
1543         * sysdeps/alpha/setjmp.S: Likewise.
1544         * sysdeps/arm/__longjmp.S: Likewise.
1545         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1546         * sysdeps/arm/setjmp.S: Likewise.
1547         * sysdeps/arm/sysdep.h: Likewise.
1548         * sysdeps/generic/_itoa.h: Likewise.
1549         * sysdeps/generic/dl-sysdep.h: Likewise.
1550         * sysdeps/generic/ldsodefs.h: Likewise.
1551         * sysdeps/i386/dl-tls.h: Likewise.
1552         * sysdeps/i386/setjmp.S: Likewise.
1553         * sysdeps/m68k/setjmp.c: Likewise.
1554         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1555         * sysdeps/mach/hurd/opendir.c: Likewise.
1556         * sysdeps/posix/getcwd.c: Likewise.
1557         * sysdeps/posix/opendir.c: Likewise.
1558         * sysdeps/posix/profil.c: Likewise.
1559         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1560         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1561         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1562         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1563         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1564         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1565         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1566         * sysdeps/s390/dl-tls.h: Likewise.
1567         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1568         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1569         * sysdeps/sh/sh3/setjmp.S: Likewise.
1570         * sysdeps/sh/sh4/setjmp.S: Likewise.
1571         * sysdeps/unix/alpha/sysdep.h: Likewise.
1572         * sysdeps/unix/arm/sysdep.S: Likewise.
1573         * sysdeps/unix/i386/sysdep.S: Likewise.
1574         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1575         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1576         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1577         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1578         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1579         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1580         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1581         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1582         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1583         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1584         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1585         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1586         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1589         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1590         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1591         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1592         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1593         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1594         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1595         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1596         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1597         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1598         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1599         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1600         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1601         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1602         * sysdeps/x86_64/setjmp.S: Likewise.
1603
1604         * include/math.h: Use IS_IN instead of IS_IN_libm.
1605         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1606         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1607         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1608         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1609         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1610         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1611         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1612         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1613         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1614         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1615         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1616         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1617         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1618         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1619         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1620         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1621         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1622         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1623         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1624         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1625         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1626         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1627         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1628         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1629         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1630         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1631         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1632         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1633         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1634         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1635         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1636         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1637         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1639         Likewise.
1640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1641         Likewise.
1642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1643         Likewise.
1644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1645         Likewise.
1646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1647         Likewise.
1648         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1649         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1650         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1651         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1652         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1653         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1654         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1655         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1656         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1657         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1658         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1659         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1660         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1661         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1662         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1663         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1664         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1665         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1666         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1667         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1668         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1669         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1670         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1671         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1672         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1673         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1674         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1675
1676         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1677         * nptl/pthreadP.h: Likewise.
1678         * nptl_db/structs.def: Likewise.
1679         * sysdeps/arm/sysdep.h: Likewise.
1680         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1681         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1682         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1683         * sysdeps/unix/alpha/sysdep.h: Likewise.
1684         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1685         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1686         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1687         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1688         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1689         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1690         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1691         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1692         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1693         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1694         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1695         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1696         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1697         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1700         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1701         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1702         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1703         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1704         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1705         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1706         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1707         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1708         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1709         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1710
1711         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1712         * nptl/pthreadP.h: Likewise.
1713         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1714         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1715         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1716         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1717         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1718         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1719         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1720         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1721         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1722         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1723         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1724         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1726         Likewise.
1727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1728         Likewise.
1729         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1730         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1731         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1732         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1733         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1734         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1735         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1736         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1737
1738         * dlfcn/dladdr.c: Use IS_IN.
1739         * dlfcn/dladdr1.c: Likewise.
1740         * dlfcn/dlclose.c: Likewise.
1741         * dlfcn/dlerror.c: Likewise.
1742         * dlfcn/dlinfo.c: Likewise.
1743         * dlfcn/dlmopen.c: Likewise.
1744         * dlfcn/dlopen.c: Likewise.
1745         * dlfcn/dlsym.c: Likewise.
1746         * dlfcn/dlvsym.c: Likewise.
1747
1748         * include/ifaddrs.h: Use IS_IN.
1749         * inet/check_pf.c: Likewise.
1750         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1751         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1752
1753         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1754         IS_IN_ldconfig.
1755         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1756         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1757
1758         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1759         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1760         IS_IN (libc).
1761
1762         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1763
1764         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1765         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1766         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1767         * include/libc-symbols.h (IS_IN_LIB): New macro.
1768         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1769         * include/netdb.h: Likewise.
1770         * include/stap-probe.h: Remove all uses of IN_LIB.
1771
1772         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1773         instead of IN_MODULE.
1774         * include/libc-symbols.h (IN_MODULE): Define using
1775         MODULE_NAME.
1776         (PASTE_NAME, PASTE_NAME1): New macros.
1777         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1778         of IN_LIB.
1779         (STAP_PROBE_ASM): Likewise.
1780
1781 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1782
1783         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1784         __mach_init in dlopened libc.
1785
1786 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1787
1788         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1789         * sysdeps/arm/preconfigure: Regenerate.
1790
1791 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1792
1793         * nptl/pthread_create.c (__pthread_create_2_1): Set
1794         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1795         when copying values from IATTR into PD.
1796
1797 2014-11-21  Will Newton  <will.newton@linaro.org>
1798             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1799
1800         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1801         Refactor inline-asm.  Also add comment.
1802
1803         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1804         ElfW macro instead of hardcoded Elf64 types.
1805         (la_aarch64_gnu_pltenter): Likewise.
1806         * sysdeps/aarch64/dl-machine.h
1807         (elf_machine_runtime_setup): Use ElfW(Addr).
1808
1809         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1810         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1811         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1812         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1813         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1814         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1815         (R_AARCH64_TLS_DTPMOD): This.
1816         (R_AARCH64_TLS_DTPREL64): Rename to ...
1817         (R_AARCH64_TLS_DTPREL): This.
1818         (R_AARCH64_TLS_TPREL64): Rename to ...
1819         (R_AARCH64_TLS_TPREL): This.
1820         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1821         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1822         R_AARCH64_TLS_TPREL64.
1823         (elf_machine_rela): Likewise.
1824
1825 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1826
1827         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1828         by setting it to 0.  64b atomics are not supported currently.
1829
1830 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1831
1832         [BZ #16469]
1833         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1834         search domain names.
1835
1836 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1837
1838         [BZ #16469]
1839         * NEWS: Update.
1840         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1841         trailing dot.
1842         * posix/tst-getaddrinfo5.c: New.
1843         * posix/Makefile (tests): Add it.
1844
1845 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1846
1847         [BZ #14498]
1848         * NEWS: Fixed.
1849         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1850         after parsing line but before break_if_match.
1851         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1852         if there is a protocol mismatch.
1853
1854 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1855
1856         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1857         because the potential race is on the user-supplied stream.
1858
1859 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1860
1861         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1862         string literal if not passed a buffer.
1863         * manual/job.texi (ctermid): Update reasoning, note deviation
1864         from posix, suggest mtasurace when not passed a buffer, for
1865         future non-preliminary safety notes.
1866
1867 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1868
1869         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1870         of not passing it a buffer.
1871         Reported by Peng Haitao.
1872
1873 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1874
1875         * manual/Makefile ($(objpfx)stamp-summary): Require
1876         check-safety.sh to pass.
1877         * manual/check-safety.sh: Wish for verification that every
1878         @deftypefn and @deftypefun is followed by a @safety remark.
1879
1880 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1881
1882         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1883
1884         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1885         PTHREAD_CANCEL_ASYNCHRONOUS.
1886         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1887         send SIGCANCEL.
1888
1889         * nptl/default-sched.h: New file.
1890         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1891         * nptl/pthread_create.c: Include it.
1892         (__pthread_create_2_1): Use collect_default_sched instead of making
1893         Linux syscalls here directly.
1894
1895 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1896
1897         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1898         __pthread_once): Use C11 atomics.
1899
1900 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1901
1902         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1903
1904 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1905
1906         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1907         atomic_thread_fence_acquire, atomic_thread_fence_release,
1908         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1909         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1910         atomic_compare_exchange_weak_relaxed,
1911         atomic_compare_exchange_weak_acquire,
1912         atomic_compare_exchange_weak_release,
1913         atomic_exchange_acquire, atomic_exchange_release,
1914         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1915         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1916         atomic_fetch_and_acquire,
1917         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1918
1919 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1920
1921         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1922         USE_ATOMIC_COMPILER_BUILTINS): Define.
1923         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1924         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1925         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1926         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1927         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1928         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1929         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1930         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1931         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1932         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1933         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1934         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1935         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1936         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1937         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1938         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1939         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1940         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1941         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1942         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1943         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1944         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1945         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1946         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1947         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1948         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1949         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1950         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1951         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1952         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1953         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1954         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1955         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1956         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1957         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1958         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1959         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1960         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1961         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1962         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1963
1964 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1965
1966         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1967         the sched_priority value here.  It was already checked when the user
1968         called pthread_attr_setschedparam.
1969
1970         * nptl/tst-bad-schedattr.c: New file.
1971         * nptl/Makefile (tests): Add it.
1972
1973 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1974             Florian Weimer  <fweimer@redhat.com>
1975             Joseph Myers  <joseph@codesourcery.com>
1976             Adam Conrad  <adconrad@0c3.net>
1977             Andreas Schwab  <schwab@suse.de>
1978             Brooks  <bmoses@google.com>
1979
1980         [BZ #17625]
1981         * wordexp-test.c (__dso_handle): Add prototype.
1982         (__register_atfork): Likewise.
1983         (__app_register_atfork): New function.
1984         (registered_forks): New global.
1985         (register_fork): New function.
1986         (test_case): Add 3 new tests for WRDE_CMDSUB.
1987         (main): Call __app_register_atfork.
1988         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1989         fork count is non-zero fail the test.
1990         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1991         is set.
1992         (parse_dollars): Remove check for WRDE_NOCMD.
1993         (parse_dquote): Likewise.
1994
1995 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1996
1997         * Makeconfig (built-modules): List non-library modules to be
1998         built.
1999         (module-cppflags): Include libc-modules.h for
2000         everything except shlib-versions.v.i.
2001         (CPPFLAGS): Use it.
2002         (before-compile): Add libc-modules.h.
2003         ($(common-objpfx)libc-modules.h,
2004         $(common-objpfx)libc-modules.stmp): New targets.
2005         (common-generated): Add libc-modules.h and libc-modules.stmp.
2006         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2007         * include/libc-symbols.h: Don't include libc-modules.h.
2008         * include/libc-modules.h: Remove file.
2009         * scripts/gen-libc-modules.awk: New script to generate
2010         libc-modules.h.
2011         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2012         Depend on libc-modules.stmp.
2013
2014         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2015
2016         * Makeconfig (in-module): Get value of libof set for the
2017         translation unit.
2018         (CPPFLAGS): Use $(in-module).
2019         * Makerules: Don't suffix routine names for nonlib.
2020         * include/libc-modules.h: New file.
2021         * include/libc-symbols.h: Include libc-modules.h
2022         (IS_IN): New macro to replace IS_IN_* macros.
2023         * elf/Makefile: Set libof-* for each routine.
2024         * elf/rtld-Rules: Likewise.
2025         * extra-modules.mk: Likewise.
2026         * iconv/Makefile: Likewise.
2027         * iconvdata/Makefile: Likewise.
2028         * locale/Makefile: Likewise.
2029         * malloc/Makefile: Likewise.
2030         * nss/Makefile: Likewise.
2031         * sysdeps/gnu/Makefile: Likewise.
2032         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2033         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2034         * sysdeps/s390/s390-64/Makefile: Likewise.
2035         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2036         CPPFLAGS for nscd instead of nonlib.
2037
2038 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2039
2040         * nptl/createthread.c: New file.
2041
2042         * nptl/createthread.c: Moved ...
2043         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2044
2045         * nptl/createthread.c: Add proper top-line comment.
2046         (do_clone): Folded into ...
2047         (create_thread): ... here.  Take new arguments STOPPED_START and
2048         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2049         increment __nptl_threads, do event-reporting logic, do
2050         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2051         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2052         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2053         just send SIGCANCEL.
2054         * nptl/pthread_create.c: Forward-declare create_thread before
2055         including createthread.c.
2056         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2057         declaration, and new macro START_THREAD_SELF to replace argument.
2058         Remove return statement.
2059         (report_thread_creation): New function.
2060         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2061         synchronization logic, and __nptl_nthreads increment here, around
2062         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2063         PD->parent_cancelhandling here, before create_thread.  When
2064         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2065         __deallocate_stack, and ENOMEM translation here.
2066
2067 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2068
2069         [BZ #17616]
2070         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2071         (mptwo): Rename to __mptwo.
2072         (__inv): Use __mptwo instead of mptwo.
2073         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2074         (mptwo): Rename to __mptwo.
2075         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2076         of mpone and __mptwo instead of mptwo.
2077         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2078         instead of mpone.
2079         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2080         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2081         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2082         of mpone and __mptwo instead of mptwo.
2083         (__mpranred): Use __mpone instead of mpone.
2084         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2085         variable.
2086         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2087         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2088         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2089         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2090         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2091         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2092         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2093         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2094         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2095         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2096         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2097         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2098         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2099         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2100         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2101         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2102         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2103         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2104         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2105
2106 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2107
2108         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2109         replace BSD Handler xref with BSD Signal Handling.
2110
2111 2014-11-17  Richard Henderson  <rth@redhat.com>
2112
2113         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2114         (_FP_PACK_RAW_2): Remove.
2115         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2116         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2117         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2118         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2119         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2120         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2121         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2122         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2123         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2124         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2125         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2126         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2127         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2128         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2129         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2130         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2131
2132 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2133
2134         * signal/signal.h [__USE_MISC]
2135         (struct sigvec): Remove type.
2136         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2137         (sigvec): Remove declaration.
2138         * sysdeps/posix/sigvec.c: Moved ...
2139         * signal/sigvec.c: ... here, replacing old file.
2140         (struct sigvec): New type, copied from old signal.h definition.
2141         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2142         (__sigvec): Convert definition to prototype.
2143         (sigvec): Replace weak_alias with compat_symbol.
2144         * signal/Versions (libc: GLIBC_2.21): New version set.
2145         * include/signal.h: Remove __sigvec declaration.
2146         * sysdeps/unix/bsd/sigvec.c: Remove file.
2147         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2148         * manual/signal.texi (BSD Handler): Remove subsection.
2149         Move siginterrupt up to ...
2150         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2151         (Blocking in BSD): Fold subsection into its parent.
2152         * NEWS: Mention sigvec removal.
2153
2154 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2155
2156         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2157         (DLA_FMS): Make definition conditional only on [__FMA4__].
2158         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2159         definition.
2160
2161         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2162         Make definition conditional only on [PROF].
2163         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2164         definition.
2165         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2166         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2167
2168         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2169         !__GNUC__].
2170         * include/signal.h (__sigpause): Move declaration above call to
2171         libc_hidden_proto.
2172         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2173         variable.
2174         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2175         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2176
2177 2014-11-14  David S. Miller  <davem@davemloft.net>
2178
2179         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2180         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2181
2182 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2183
2184         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2185         * configure: Regenerated.
2186         * manual/install.texi (Tools for Compilation): Document a
2187         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2188         compiler verified to work.
2189         * INSTALL: Regenerated.
2190
2191         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2192         redeclare with asm name.
2193         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2194         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2195         including <string.h>.
2196         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2197         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2198         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2199         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2200         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2201         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2202         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2203
2204 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2205
2206         * stdlib/strtol.c (__strtol): Use prototype definition.
2207
2208         [BZ #17594]
2209         * stdlib/strtol.c (SYM__): New macro.
2210         (SYM__1): Likewise.
2211         (__strtol): Likewise.
2212         (strtol): Rename to __strtol and define as weak alias of
2213         __strtol.  Use libc_hidden_weak.
2214
2215 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2216
2217         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2218         Use numbered labels in inline assembly.
2219
2220 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2221
2222         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2223         Add setjmp LIBC_PROBE.
2224         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2225         Likewise.
2226         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2227         Add longjmp, longjmp_target LIBC_PROBE.
2228         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2229         Likewise.
2230
2231 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2232
2233         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2234         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2235         to get rid of unused variable warning.
2236
2237 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2238
2239         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2240         Check for unwind_backtrace ==  NULL only in SHARED case.
2241         (__backchain_backtrace): Compile only in SHARED case.
2242         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2243         Likewise.
2244         (__backchain_backtrace): Declare as static.
2245
2246 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2247
2248         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2249         (__libc_multiple_threads_ptr): Variable moved ...
2250         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2251
2252 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2253
2254         * conform/GlibcConform.pm: New file.
2255         * conform/conformtest.pl: Use GlibcConform module.
2256         * conform/linknamespace.pl: New file.
2257         * conform/list-header-symbols.pl: Likewise.
2258         * conform/Makefile (linknamespace-symlists-base): New variable.
2259         (linknamespace-symlists-tests): Likewise.
2260         (linknamespace-header-base): Likewise.
2261         (linknamespace-header-tests): Likewise.
2262         (tests-special): Add new tests.
2263         ($(linknamespace-symlists-tests)): New rule.
2264         (linknamespace-libs): New variable.
2265         ($(objpfx)symlist-stdlibs): New rule.
2266         ($(linknamespace-header-tests)): Likewise.
2267         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2268         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2269         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2270         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2271         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2272         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2273         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2274         (test-xfail-ISO/math.h/linknamespace): Likewise.
2275         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2276         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2277         (test-xfail-ISO/time.h/linknamespace): Likewise.
2278         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2279         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2280         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2281         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2282         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2283         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2284         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2285         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2286         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2287         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2288         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2289         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2290         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2291         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2292         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2293         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2294         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2295         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2296         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2297         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2298         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2299         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2300         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2301         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2302         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2303         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2304         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2305         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2306         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2307         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2308         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2309         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2310         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2311         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2312         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2313         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2314         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2315         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2316         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2317         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2318         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2319         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2320         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2321         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2322         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2323         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2324         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2325         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2326         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2327         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2328         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2329         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2330         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2331         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2332         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2333         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2334         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2335         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2336         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2337         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2338         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2339         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2340         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2341         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2342         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2343         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2344         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2345         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2346         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2347         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2348         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2349         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2350         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2351         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2352         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2353         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2354         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2355         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2356         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2357         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2358         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2359         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2360         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2361         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2362         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2363         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2364         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2365         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2366         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2367         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2368         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2369         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2370         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2371         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2372         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2373         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2374         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2375         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2376         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2377         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2378         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2379         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2380         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2381         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2382         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2383         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2384         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2385         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2386         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2387         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2388         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2389         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2390         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2391         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2392         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2393         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2394         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2395         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2396         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2397         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2398         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2399         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2400         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2401         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2402         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2403         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2404         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2405         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2406         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2407         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2408         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2409         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2410         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2411         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2412         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2413         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2414         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2415         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2416         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2417         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2418         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2419         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2420         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2421         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2422         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2423         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2424         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2425         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2426         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2427         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2428
2429         [BZ #17589]
2430         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2431         of fgets_unlocked.
2432
2433         [BZ #17585]
2434         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2435         (memmem): Rename to __memmem and define as weak alias of
2436         __memmem.  Use libc_hidden_weak.
2437         (__memmem): Use libc_hidden_def.
2438         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2439         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2440         memmem.
2441
2442         [BZ #17582]
2443         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2444         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2445         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2446         and define as weak alias of __fgets_unlocked.  Use
2447         libc_hidden_weak.
2448         (__fgets_unlocked): Use libc_hidden_def.
2449         * include/stdio.h (__fgets_unlocked): Declare.  Use
2450         libc_hidden_proto.
2451         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2452         __fgets_unlocked instead of fgets_unlocked.
2453         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2454         (GET_NPROCS_CONF_PARSER): Likewise.
2455         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2456         (GET_NPROCS_CONF_PARSER): Likewise.
2457
2458         [BZ #17574]
2459         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2460         weak alias of __wmemset.  Use libc_hidden_weak.
2461         (__wmemset): Use libc_hidden_def.
2462         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2463         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2464         of wmemset.
2465
2466         [BZ #17573]
2467         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2468         with asm name __mempcpy.
2469         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2470
2471         [BZ #17572]
2472         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2473         and define as weak alias of __rawmemchr.
2474         (__rawmemchr): Do not define as strong alias of rawmemchr.
2475
2476         [BZ #17571]
2477         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2478         alias of __qsort_r.
2479         (qsort): Call __qsort_r instead of qsort_r.
2480         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2481         (__qsort_r): Declare.  Call libc_hidden_proto.
2482         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2483         instead of qsort_r.
2484         * nscd/gai.c (__qsort_r): Define to qsort_r.
2485         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2486         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2487         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2488
2489         [BZ #17570]
2490         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2491         define as weak alias of __malloc_info.
2492
2493         [BZ #17584]
2494         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2495         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2496         (__rewinddir): Use libc_hidden_def.
2497         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2498         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2499         (__rewinddir): Use libc_hidden_def.
2500         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2501         weak alias of __rewinddir.  Don't use libc_hidden_def.
2502         (__rewinddir): Use libc_hidden_def.
2503         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2504         (__rewinddir): Use libc_hidden_proto.
2505         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2506         rewinddir.
2507         (__getcwd): Use __rewinddir instead of rewinddir.
2508
2509         [BZ #17583]
2510         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2511         alias of __fileno.  Use libc_hidden_weak.
2512         (__fileno): Use libc_hidden_def.
2513         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2514         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2515         alias of __ftello.
2516         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2517         __ftello.
2518         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2519         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2520         libc_hidden_def.
2521         (fread_unlocked): Don't use libc_hidden_ver.
2522         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2523         and define as weak alias of __fread_unlocked.  Don't use
2524         libc_hidden_def.
2525         (__fread_unlocked): Use libc_hidden_def.
2526         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2527         (ftello): Don't use libc_hidden_proto.
2528         (__ftello): Declare.  Use libc_hidden_proto.
2529         (fread_unlocked): Don't use libc_hidden_proto.
2530         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2531         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2532         and __ftello instead of fileno, fread_unlocked and ftello.
2533
2534 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2535
2536         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2537         GOT12.
2538         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2539         Likewise.
2540         (_dl_start_user): Likewise.
2541         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2542
2543 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2544             Siddhesh Poyarekar  <siddhesh@redhat.com>
2545
2546         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2547         Move argv and envp down instead of moving argc up.
2548         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2549
2550 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2551
2552         [BZ #17506]
2553         * test-skeleton.c (main): Return successful if one of
2554         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2555         * string/tst-strcoll-overflow.c: Define expected status.
2556
2557 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2558
2559         [BZ #17475]
2560         * locale/iso-639.def: Define Bhili and Tulu language codes.
2561
2562 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2563
2564         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2565
2566 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2567
2568         [BZ #17555]
2569         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2570
2571 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2572
2573         * configure.ac: Updated check of minimal required version to
2574         2.22.
2575         * manual/install.texi (Tools for Compilation): Updated version
2576         number.
2577         * configure: Regenerated.
2578         * INSTALL: Likewise.
2579
2580 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2581
2582         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2583         __tls_get_addr.
2584
2585 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2586
2587         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2588         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2589         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2590         libc_hidden_weak.
2591         (waitpid): Define as alias of __waitpid.
2592         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2593         __waitpid.
2594         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2595         libc_hidden_weak.
2596         (waitpid): Define as alias of __waitpid.
2597         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2598         __libc_waitpid alias.
2599         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2600         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2601         Likewise.
2602         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2603         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2604         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2605         alias.
2606         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2607         __waitpid.
2608         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2609         libc_hidden_weak.
2610         (waitpid): Define as alias of __waitpid.
2611
2612 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2613
2614         * manual/llio.texi: Add comment that write safety has been
2615         fixed in Linux.
2616
2617         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2618         (localplt-build-dso): Add elf/ld.so.
2619         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2620         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2621         and free for ld.so.
2622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2623         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2625         Likewise.
2626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2627         Likewise.
2628         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2629         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2630         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2631         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2632         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2633         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2634         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2635         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2636         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2637         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2638         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2639
2640 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2641
2642         [BZ #14132]
2643         * include/libc-symbols.h (INTUSE): Remove macro.
2644         (INTDEF): Likewise.
2645         (INTVARDEF): Likewise.
2646         (_INTVARDEF): Likewise.
2647         (INTDEF2): Likewise.
2648         (INTVARDEF2): Likewise.
2649         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2650         rtld_hidden_def instead of INTVARDEF.
2651         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2652         (_dl_starting_up_internal): Remove declaration.
2653         (_dl_starting_up): Use rtld_hidden_proto.
2654         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2655         declaration.
2656         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2657         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2658         _dl_starting_up.
2659         * elf/dl-writev.h (_dl_writev): Likewise.
2660         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2661         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2662         _dl_starting_up_internal.
2663
2664 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2665
2666         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2667         test-skeleton.c.
2668
2669 2014-11-05  Will Newton  <will.newton@linaro.org>
2670
2671         * benchtests/Makefile: (bench-malloc): Add malloc thread
2672         scalability benchmark.
2673         * benchtests/bench-malloc-threads.c: New file.
2674
2675 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2676
2677         * sysdeps/aarch64/strchrnul.S: New file.
2678
2679 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2680
2681         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2682         definition.
2683         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2684         Likwise.
2685         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2686         Likewise.
2687         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2688         Likewise.
2689         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2690         Likewise.
2691         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2692         Likewise.
2693
2694 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2695
2696         * catgets/test-gencat.c: Use test-skeleton.c.
2697         * catgets/tst-catgets.c: Likewise.
2698         * csu/tst-empty.c: Likewise.
2699         * elf/tst-audit2.c: Likewise.
2700         * elf/tst-global1.c: Likewise.
2701         * elf/tst-pathopt.c: Likewise.
2702         * elf/tst-piemod1.c: Likewise.
2703         * elf/tst-tls10.c: Likewise.
2704         * elf/tst-tls11.c: Likewise.
2705         * elf/tst-tls12.c: Likewise.
2706         * gnulib/tst-gcc.c: Likewise.
2707         * iconvdata/tst-e2big.c: Likewise.
2708         * iconvdata/tst-loading.c: Likewise.
2709         * iconv/tst-iconv1.c: Likewise.
2710         * iconv/tst-iconv2.c: Likewise.
2711         * inet/test-inet6_opt.c: Likewise.
2712         * inet/tst-gethnm.c: Likewise.
2713         * inet/tst-network.c: Likewise.
2714         * inet/tst-ntoa.c: Likewise.
2715         * intl/tst-codeset.c: Likewise.
2716         * intl/tst-gettext2.c: Likewise.
2717         * intl/tst-gettext3.c: Likewise.
2718         * intl/tst-ngettext.c: Likewise.
2719         * intl/tst-translit.c: Likewise.
2720         * io/test-stat.c: Likewise.
2721         * libio/test-fmemopen.c: Likewise.
2722         * libio/tst-freopen.c: Likewise.
2723         * libio/tst-sscanf.c: Likewise.
2724         * libio/tst-ungetwc1.c: Likewise.
2725         * libio/tst-ungetwc2.c: Likewise.
2726         * libio/tst-widetext.c: Likewise.
2727         * localedata/tst-ctype.c: Likewise.
2728         * localedata/tst-digits.c: Likewise.
2729         * localedata/tst-leaks.c: Likewise.
2730         * localedata/tst-mbswcs1.c: Likewise.
2731         * localedata/tst-mbswcs2.c: Likewise.
2732         * localedata/tst-mbswcs3.c: Likewise.
2733         * localedata/tst-mbswcs4.c: Likewise.
2734         * localedata/tst-mbswcs5.c: Likewise.
2735         * localedata/tst-setlocale.c: Likewise.
2736         * localedata/tst-trans.c: Likewise.
2737         * localedata/tst-wctype.c: Likewise.
2738         * localedata/tst-xlocale1.c: Likewise.
2739         * login/tst-grantpt.c: Likewise.
2740         * malloc/tst-calloc.c: Likewise.
2741         * malloc/tst-malloc.c: Likewise.
2742         * malloc/tst-mallocstate.c: Likewise.
2743         * malloc/tst-mcheck.c: Likewise.
2744         * malloc/tst-mtrace.c: Likewise.
2745         * malloc/tst-obstack.c: Likewise.
2746         * math/atest-exp2.c: Likewise.
2747         * math/atest-exp.c: Likewise.
2748         * math/atest-sincos.c: Likewise.
2749         * math/test-matherr.c: Likewise.
2750         * math/test-misc.c: Likewise.
2751         * math/test-powl.c: Likewise.
2752         * math/tst-definitions.c: Likewise.
2753         * misc/tst-dirname.c: Likewise.
2754         * misc/tst-efgcvt.c: Likewise.
2755         * misc/tst-fdset.c: Likewise.
2756         * misc/tst-hsearch.c: Likewise.
2757         * misc/tst-mntent2.c: Likewise.
2758         * nptl/tst-sem7.c: Likewise.
2759         * nptl/tst-sem8.c: Likewise.
2760         * nptl/tst-sem9.c: Likewise.
2761         * nss/test-netdb.c: Likewise.
2762         * posix/tst-fnmatch.c: Likewise.
2763         * posix/tst-getlogin.c: Likewise.
2764         * posix/tst-gnuglob.c: Likewise.
2765         * posix/tst-mmap.c: Likewise.
2766         * pwd/tst-getpw.c: Likewise.
2767         * resolv/tst-inet_ntop.c: Likewise.
2768         * rt/tst-timer.c: Likewise.
2769         * stdio-common/test-fseek.c: Likewise.
2770         * stdio-common/test-popen.c: Likewise.
2771         * stdio-common/test-vfprintf.c: Likewise.
2772         * stdio-common/tst-cookie.c: Likewise.
2773         * stdio-common/tst-fileno.c: Likewise.
2774         * stdio-common/tst-gets.c: Likewise.
2775         * stdio-common/tst-obprintf.c: Likewise.
2776         * stdio-common/tst-perror.c: Likewise.
2777         * stdio-common/tst-sprintf2.c: Likewise.
2778         * stdio-common/tst-sprintf3.c: Likewise.
2779         * stdio-common/tst-sprintf.c: Likewise.
2780         * stdio-common/tst-swprintf.c: Likewise.
2781         * stdio-common/tst-tmpnam.c: Likewise.
2782         * stdio-common/tst-unbputc.c: Likewise.
2783         * stdio-common/tst-wc-printf.c: Likewise.
2784         * stdlib/tst-environ.c: Likewise.
2785         * stdlib/tst-fmtmsg.c: Likewise.
2786         * stdlib/tst-limits.c: Likewise.
2787         * stdlib/tst-rand48-2.c: Likewise.
2788         * stdlib/tst-rand48.c: Likewise.
2789         * stdlib/tst-random2.c: Likewise.
2790         * stdlib/tst-random.c: Likewise.
2791         * stdlib/tst-strtol.c: Likewise.
2792         * stdlib/tst-strtoll.c: Likewise.
2793         * stdlib/tst-tls-atexit.c: Likewise.
2794         * stdlib/tst-xpg-basename.c: Likewise.
2795         * string/test-ffs.c: Likewise.
2796         * string/tst-bswap.c: Likewise.
2797         * string/tst-inlcall.c: Likewise.
2798         * string/tst-strtok.c: Likewise.
2799         * string/tst-strxfrm.c: Likewise.
2800         * sysdeps/x86_64/tst-audit10.c: Likewise.
2801         * sysdeps/x86_64/tst-audit3.c: Likewise.
2802         * sysdeps/x86_64/tst-audit4.c: Likewise.
2803         * sysdeps/x86_64/tst-audit5.c: Likewise.
2804         * time/tst-ftime_l.c: Likewise.
2805         * time/tst-getdate.c: Likewise.
2806         * time/tst-mktime3.c: Likewise.
2807         * time/tst-mktime.c: Likewise.
2808         * time/tst-posixtz.c: Likewise.
2809         * time/tst-strptime2.c: Likewise.
2810         * time/tst-strptime3.c: Likewise.
2811         * wcsmbs/tst-btowc.c: Likewise.
2812         * wcsmbs/tst-mbrtowc.c: Likewise.
2813         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2814         * wcsmbs/tst-wchar-h.c: Likewise.
2815         * wcsmbs/tst-wcpncpy.c: Likewise.
2816         * wcsmbs/tst-wcrtomb.c: Likewise.
2817         * wcsmbs/tst-wcsnlen.c: Likewise.
2818         * wcsmbs/tst-wcstof.c: Likewise.
2819
2820 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2821
2822         [BZ #14132]
2823         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2824         INTDEF.
2825         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2826         declaration.
2827         (_dl_mcount): Use rtld_hidden_proto.
2828         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2829         _dl_mcount.
2830         * elf/rtld.c (_rtld_global_ro): Likewise.
2831
2832         [BZ #14132]
2833         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2834         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2835         of _dl_init_internal.
2836         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2837         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2838         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2839         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2840         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2841         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2842         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2843         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2844         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2845         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2846         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2847         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2848         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2849         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2850         * sysdeps/tile/dl-start.S (_start): Likewise.
2851         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2852         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2853
2854         [BZ #14132]
2855         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2856         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2857         (rtld_progname): Make macro definition unconditional.
2858         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2859         INTDEF.
2860         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2861         (dl_main): Likewise.
2862         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2863         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2864         instead of _dl_argv_internal.
2865         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2866         __GI__dl_argv instead of INTUSE(_dl_argv).
2867         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2868         __GI__dl_argv instead of _dl_argv_internal.
2869
2870         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2871         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2872         macro.
2873         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2874         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2875         New macro.
2876         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2877         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2878         macro.
2879         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2880         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2881
2882 2014-11-04  Andreas Schwab  <schwab@suse.de>
2883
2884         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2885
2886 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2887
2888         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2889         mtvsrd instruction in binary form.
2890
2891 2014-11-03  Andreas Schwab  <schwab@suse.de>
2892
2893         [BZ #17522]
2894         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2895         for less than MB_LEN_MAX use a local buffer of that size.
2896         * libio/tst-fputws.c: New file.
2897         * libio/Makefile (tests): Add tst-fputws.
2898
2899 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2900
2901         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2902         the size of the fpu_fr.fpu_dregs[] array.
2903
2904 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2905
2906         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2907         (__nanosleep): Do not define as alias.
2908         (nanosleep): Define as alias of __nanosleep.
2909         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2910         __libc_nanosleep name.
2911
2912 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2913
2914         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2915         install.texi in comment.
2916
2917 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2918
2919         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2920         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2921         ... add here and use lwsync or sync ...
2922         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2923         ... and add here using lwsync.
2924
2925 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2926
2927         * elf/dl-machine-reject-phdr.h: New file.
2928         * elf/dl-load.c: #include that.
2929         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2930         if that returned true.
2931
2932 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2933
2934         [BZ #17496]
2935         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2936         gen-as-const-headers chunk.  Add a big scare comment after the last
2937         safe place to touch before-compile.
2938
2939 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2940
2941         * manual/install.texi (Tools for Compilation): Update autoconf
2942         version requirements.
2943         * INSTALL: Regenerated.
2944
2945         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2946         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2947         (__libc_pselect): Likewise.
2948
2949         [BZ #14138]
2950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2954
2955 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2956
2957         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2958         correct barrier instruction.
2959         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2960         Likewise.
2961         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2962         Likewise.
2963
2964 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2965
2966         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2967         after defining inlines.  Instead, just use parens to defeat macro
2968         expansion of __isctype in its declaration.
2969
2970 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2971
2972         * include/sys/uio.h (__libc_readv): Remove declaration.
2973         (__libc_writev): Likewise.
2974         * misc/readv.c (__libc_readv): Rename to __readv.
2975         (__readv): Do not define as alias.
2976         (readv): Define as alias of __readv.
2977         * misc/writev.c (__libc_writev): Rename to __writev.
2978         (__writev): Do not define as alias.
2979         (writev): Define as alias of __writev.
2980         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2981         (__readv): Do not define as alias.
2982         (readv): Define unconditionally as alias of __readv.
2983         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2984         (__writev): Do not define as alias.
2985         (writev): Define unconditionally as alias of __writev.
2986         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2987         name.
2988         (writev): Do not define __libc_writev name.
2989
2990 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2991
2992         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2993         (convert_charseq): New function, broken out of ...
2994         (use_from_charmap): ... here.  Call it.
2995         (use_to_charmap): Use convert_charseq and free instead of duplicating
2996         its code with a variable-length stack struct.
2997
2998 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2999
3000         * include/fcntl.h (__libc_creat): Remove declaration.
3001         * io/creat.c (__libc_creat): Rename to creat.
3002         (creat): Do not define as alias.
3003         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3004         of creat instead of __libc_creat.
3005         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3006         to creat.
3007         (creat): Do not define as alias.
3008         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3009         __libc_creat.
3010         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3011         __libc_creat name.
3012         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3013         Likewise.
3014
3015 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3016
3017         * manual/llio.texi: Add comments discussing why write() may be
3018         considered MT-unsafe on Linux.
3019
3020 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3021
3022         * dl-load.c (local_strdup): Remove.
3023         (expand_dynamic_string_token): Use __strdup.
3024         (decompose_rpath): Likewise.
3025         (_dl_map_object): Likewise.
3026
3027 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3028
3029         [BZ #14132]
3030         * sysdeps/generic/unwind-dw2-fde.c
3031         (__register_frame_info_bases_internal): Do not declare.
3032         (__register_frame_info_table_bases_internal): Likewise.
3033         (__deregister_frame_info_bases_internal): Likewise.
3034         (__register_frame_info_bases): Declare and use hidden_proto before
3035         definition.  Use hidden_def instead of INTDEF.
3036         (__register_frame_info_table_bases): Likewise.
3037         (__deregister_frame_info_bases): Likewise.
3038         (__register_frame_info): Do not use INTUSE.
3039         (__register_frame): Likewise.
3040         (__register_frame_info_table): Likewise.
3041         (__register_frame_table): Likewise.
3042         (__deregister_frame_info): Likewise.
3043         (__deregister_frame): Likewise.
3044
3045 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3046
3047         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3048         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3049         not undefine.
3050         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3051         Likewise.
3052         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3053         Likewise.
3054
3055 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3056
3057         [BZ #14138]
3058         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3059         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3060         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3061         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3062         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3063         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3064         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3065         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3066         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3067         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3068         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3069         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3070         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3071         syscall.
3072         (setfsuid): Likewise.
3073         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3074         (setfsuid): Likewise.
3075         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3076         (setfsuid): Likewise.
3077         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3078         Likewise.
3079         (setfsuid): Likewise.
3080         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3081         (setfsuid): Likewise.
3082         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3083         Likewise.
3084         (setfsuid): Likewise.
3085
3086 2014-10-27  Andreas Schwab  <schwab@suse.de>
3087
3088         [BZ #17501]
3089         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3090         check for Slow_SSE4_2 feature bit.
3091         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3092         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3093         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3094         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3095
3096 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3097
3098         * configure.ac: Validate compiler version with a empirical test of
3099         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3100         $CC -v output.
3101         * configure: Regenerated.
3102
3103         * inet/htons.c (htons): Prototypify.
3104         * inet/htonl.c (htonl): Likewise.
3105
3106 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3107
3108         * string/strncat.c (strncat): Improve performance by using strlen.
3109
3110 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3111
3112         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3113
3114 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3115
3116         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3117         Call libc_fetestexcept_aarch64.
3118
3119 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3120
3121         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3122         Call libc_feholdexcept_aarch64.
3123
3124 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3125
3126         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3127         Call get_rounding_mode.
3128
3129 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3130
3131         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3132         Simplify logic.
3133
3134 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3135
3136         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3137         Simplify logic.
3138
3139 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3140
3141         [BZ #14138]
3142         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3143         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3144         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3145         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3146         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3147         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3148         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3149         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3150         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3151         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3152         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3153         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3154         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3155         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3156         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3157         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3158         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3159         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3160         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3161         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3162         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3163         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3164         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3165         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3166         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3167         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3168         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3169         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3170         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3171         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3172         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3173         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3174         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3175         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3176         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3177         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3178         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3179         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3180         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3181         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3182         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3183         syscall.
3184         (geteuid): Likewise.
3185         (getgid): Likewise.
3186         (getuid): Likewise.
3187         (getresgid): Likewise.
3188         (getresuid): Likewise.
3189         (getgroups): Likewise.
3190         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3191         (geteuid): Likewise.
3192         (getgid): Likewise.
3193         (getuid): Likewise.
3194         (getresgid): Likewise.
3195         (getresuid): Likewise.
3196         (getgroups): Likewise.
3197         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3198         (geteuid): Likewise.
3199         (getgid): Likewise.
3200         (getuid): Likewise.
3201         (getresgid): Likewise.
3202         (getresuid): Likewise.
3203         (getgroups): Likewise.
3204         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3205         Likewise.
3206         (geteuid): Likewise.
3207         (getgid): Likewise.
3208         (getuid): Likewise.
3209         (getresgid): Likewise.
3210         (getresuid): Likewise.
3211         (getgroups): Likewise.
3212         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3213         (geteuid): Likewise.
3214         (getgid): Likewise.
3215         (getuid): Likewise.
3216         (getresgid): Likewise.
3217         (getresuid): Likewise.
3218         (getgroups): Likewise.
3219         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3220         Likewise.
3221         (geteuid): Likewise.
3222         (getgid): Likewise.
3223         (getuid): Likewise.
3224         (getgroups): Likewise.
3225
3226         [BZ #14138]
3227         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3228         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3229         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3230         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3231         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3232         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3233         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3234         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3235         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3236         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3237         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3238         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3239         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3240         __chown.
3241         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3242         (lchown): Likewise.
3243         (fchown): Likewise.
3244         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3245         Likewise.
3246         (lchown): Likewise.
3247         (fchown): Likewise.
3248         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3249         (lchown): Likewise.
3250         (fchown): Likewise.
3251         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3252         Likewise.
3253         (lchown): Likewise.
3254         (fchown): Likewise.
3255
3256 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3257
3258         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3259         Simplify logic.
3260
3261 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3262
3263         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3264         Cleanup logic.
3265
3266 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3267
3268         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3269         Remove unused include.
3270
3271 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3272
3273         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3274         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3275         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3276         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3277
3278 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3279             Helge Deller <deller@gmx.de>
3280
3281         [BZ #17508]
3282         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3283         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3284         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3285
3286 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3287
3288         [BZ #14132]
3289         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3290         Remove macro definition.
3291         (__ashrdi3_v_glibc20): Likewise.
3292         (__lshrdi3_v_glibc20): Likewise.
3293         (__cmpdi2_v_glibc20): Likewise.
3294         (__ucmpdi2_v_glibc20): Likewise.
3295         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3296         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3297         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3298         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3299         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3300         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3301
3302 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3303
3304         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3305         old GNU extension [0] syntax.
3306         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3307         alloca rather than an array member with variable length.
3308         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3309         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3310         (parse_opt): ... here.  Likewise use alloca there.
3311         Validate the -i argument before checking for rootness.
3312         (send_shutdown): New function, broken out of ...
3313         (parse_opt): ... here.
3314
3315 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3316
3317         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3318         macro to get at the _rt_local_ro field.
3319         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3320         ([PIC] case) or _dl_hwcap ([!PIC] case).
3321         * sysdeps/arm/setjmp.S: Likewise.
3322
3323         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3324         * sysdeps/arm/configure.ac: New check to define it.
3325         * sysdeps/arm/configure: Regenerated.
3326         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3327         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3328         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3329         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3330         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3331         Use move/movt pair instead of a load.
3332         (LDST_GLOBAL): Macro removed.
3333         (LDR_GLOBAL): New macro replaces it.
3334         (LDR_HIDDEN): New macro.
3335         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3336         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3337
3338         * setjmp/tst-setjmp-static.c: New file.
3339         * setjmp/Makefile (tests): Add it.
3340         (tests-static): New variable.
3341
3342 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3343
3344         [BZ #17485]
3345         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3346
3347 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3348
3349         [BZ #14132]
3350         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3351
3352 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3353
3354         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3355
3356 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3357
3358         * io/fts.c (dirent_not_directory): New function.
3359         (fts_build): Call it.
3360
3361 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3362
3363         * nptl/version.c (__nptl_main): Use normal __write rather than
3364         INTERNAL_SYSCALL.
3365         (banner): Update copyright years.
3366
3367         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3368         gettimeofday.
3369         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3370         * nptl/pthread_cond_timedwait.c: Likewise.
3371         * nptl/pthread_mutex_timedlock.c: Likewise.
3372         * nptl/sem_timedwait.c: Likewise.
3373
3374         * sysdeps/nptl/bits/libc-lock.h
3375         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3376         (__libc_lock_init_recursive): Return void, not 0.
3377         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3378         (__libc_rwlock_init): Likewise.
3379         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3380
3381 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3382
3383         [BZ #15215]
3384         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3385         (__pthread_once_slow): ... here.
3386         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3387         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3388
3389 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3390
3391         [BZ #15215]
3392         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3393         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3394         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3395         * nptl/pthread_once.c (__pthread_once): Likewise.
3396         Update comments.
3397
3398 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3399
3400         [BZ #14138]
3401         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3402         name.
3403         (writev): Use __libc_writev as strong name.
3404         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3405         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3406
3407 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3408
3409         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3410
3411         * sysdeps/i386/nptl/tls.h
3412         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3413         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3414         New macros.
3415         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3416         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3417         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3418         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3419         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3420         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3421
3422         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3423         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3424         on [__NR_futex].
3425         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3426         broken out of ...
3427         (__pthread_mutex_init): ... here.  Call it.
3428         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3429         Conditionalize PI cases on [__NR_futex].
3430         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3431         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3432         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3433
3434         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3435         conditional on [SIGSETXID].
3436         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3437         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3438         is defined.  Likewise for SIGSETXID.
3439         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3440         Conditionalize definitions on [SIGSETXID].
3441         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3442         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3443         unblocking on [SIGCANCEL].
3444
3445         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3446         [__NR_set_robust_list].
3447
3448 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3449
3450         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3451         (do_compare): Likewise.
3452
3453 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3454
3455         [BZ #15884]
3456         * string/strcoll_l.c: Don't include stdio.h.
3457         (coll_seq): Remove members idxarr and rulearr.
3458         (get_next_seq_cached): Remove function.
3459         (get_next_seq): Likewise.
3460         (get_next_seq_nocache): Rename to get_next_seq.
3461         (do_compare): Remove function.
3462         (do_compare_nocache): Rename to do_compare.
3463         (STRCOLL): Remove weight and rules cache.
3464
3465 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3466
3467         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3468         * sysdeps/arm/sfp-machine.h: ... to here.
3469         * sysdeps/arm/Implies: Remove arm/soft-fp.
3470
3471 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3472
3473         * conform/data/sys/utsname.h-data (*_t): Allow.
3474         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3475         [POSIX] (WEXITED): Do not expect constant.
3476         [POSIX] (WSTOPPED): Likewise.
3477         [POSIX] (WNOHANG): Likewise.
3478         [POSIX] (WNOWAIT): Likewise.
3479         [POSIX] (siginfo_t): Do not expect type or elements.
3480         [POSIX] (pid_t): Do not expect type.
3481         [POSIX] (signal.h): Do not allow header.
3482         [POSIX] (sys/resource.h): Likewise.
3483         [POSIX] (si_*): Do not allow pattern.
3484         [POSIX] (W*): Likewise.
3485         [POSIX] (P_*): Likewise.
3486         [POSIX] (BUS_*): Likewise.
3487         [POSIX] (CLD_*): Likewise.
3488         [POSIX] (FPE_*): Likewise.
3489         [POSIX] (ILL_*): Likewise.
3490         [POSIX] (POLL_*): Likewise.
3491         [POSIX] (SEGV_*): Likewise.
3492         [POSIX] (SI_*): Likewise.
3493         [POSIX] (TRAP_*): Likewise.
3494         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3495         variable.
3496
3497 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3498
3499         [BZ #12926]
3500         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3501         infinite loop when __recvmsg returns 0.
3502
3503 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3504
3505         * CANCEL-FCT-WAIVE: Remove file.
3506         * CANCEL-FILE-WAIVE: Likewise.
3507
3508         [BZ #14132]
3509         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3510         instead of INTVARDEF.
3511         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3512         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3513         rtld_hidden_data_def instead of INTVARDEF.
3514         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3515         * elf/dl-deps.c (expand_dst): Likewise.
3516         * elf/dl-load.c (_dl_dst_count): Likewise.
3517         (_dl_dst_substitute): Likewise.
3518         (decompose_rpath): Likewise.
3519         (_dl_init_paths): Likewise.
3520         (open_path): Likewise.
3521         (_dl_map_object): Likewise.
3522         * elf/rtld.c (dl_main): Likewise.
3523         (process_dl_audit): Likewise.
3524         (process_envvars): Likewise.
3525         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3526         Remove declaration.
3527         (__libc_enable_secure): Use rtld_hidden_proto.
3528
3529 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3530
3531         * elf/dl-load.c
3532         (add_path): New function broken out of _dl_rtld_di_serinfo.
3533         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3534
3535 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3536
3537         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3538         parentheses around macro arguments.
3539         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3540         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3541         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3542         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3543         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3544         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3545         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3546         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3547         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3548         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3549         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3550         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3551         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3552         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3553         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3554         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3555         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3556         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3557         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3558         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3559         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3560         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3561         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3562         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3563         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3564         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3565         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3566         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3567         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3568         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3569         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3570         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3571         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3572         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3573         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3574         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3575         Likewise.
3576         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3577         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3578         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3579         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3580         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3581         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3582         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3583         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3584         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3585         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3586         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3587         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3588         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3589         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3590         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3591         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3592         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3593         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3594         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3595         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3596         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3597         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3598         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3599         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3600         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3601         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3602         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3603         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3604         (_FP_FRAC_SRS_1): Likewise.
3605         (_FP_FRAC_CLZ_1): Likewise.
3606         (_FP_MUL_MEAT_1_imm): Likewise.
3607         (_FP_MUL_MEAT_1_wide): Likewise.
3608         (_FP_MUL_MEAT_1_hard): Likewise.
3609         (_FP_SQRT_MEAT_1): Likewise.
3610         (_FP_FRAC_ASSEMBLE_1): Likewise.
3611         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3612         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3613         (__FP_CLZ_2): Likewise.
3614         (_FP_MUL_MEAT_2_wide): Likewise.
3615         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3616         (_FP_MUL_MEAT_2_gmp): Likewise.
3617         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3618         (_FP_SQRT_MEAT_2): Likewise.
3619         (_FP_FRAC_ASSEMBLE_2): Likewise.
3620         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3621         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3622         (_FP_FRAC_CLZ_4): Likewise.
3623         (_FP_MUL_MEAT_4_wide): Likewise.
3624         (_FP_MUL_MEAT_4_gmp): Likewise.
3625         (_FP_SQRT_MEAT_4): Likewise.
3626         (_FP_FRAC_ASSEMBLE_4): Likewise.
3627         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3628         * soft-fp/op-common.h (_FP_CMP): Likewise.
3629         (_FP_CMP_EQ): Likewise.
3630         (_FP_CMP_UNORD): Likewise.
3631         (_FP_TO_INT): Likewise.
3632         (_FP_FROM_INT): Likewise.
3633         [!__FP_CLZ] (__FP_CLZ): Likewise.
3634         (_FP_DIV_HELP_imm): Likewise.
3635         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3636         Likewise.
3637         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3638         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3639         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3640         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3641         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3642         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3643         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3644         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3645         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3646         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3647         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3648         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3649         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3650         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3651         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3652         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3653         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3654         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3655         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3656         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3657         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3658         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3659         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3660         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3661         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3662         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3663         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3664         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3665         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3666         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3667         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3668         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3669         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3670         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3671         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3672         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3673         (FP_UNPACK_RAW_SP): Likewise.
3674         (FP_PACK_RAW_S): Likewise.
3675         (FP_PACK_RAW_SP): Likewise.
3676         (FP_UNPACK_S): Likewise.
3677         (FP_UNPACK_SP): Likewise.
3678         (FP_UNPACK_SEMIRAW_S): Likewise.
3679         (FP_UNPACK_SEMIRAW_SP): Likewise.
3680         (FP_PACK_S): Likewise.
3681         (FP_PACK_SP): Likewise.
3682         (FP_PACK_SEMIRAW_S): Likewise.
3683         (FP_PACK_SEMIRAW_SP): Likewise.
3684         (_FP_SQRT_MEAT_S): Likewise.
3685         (FP_CMP_S): Likewise.
3686         (FP_CMP_EQ_S): Likewise.
3687         (FP_CMP_UNORD_S): Likewise.
3688         (FP_TO_INT_S): Likewise.
3689         (FP_FROM_INT_S): Likewise.
3690
3691         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3692
3693         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3694         (FP_EX_INVALID_IMZ): Likewise.
3695         (FP_EX_INVALID_IMZ_FMA): Likewise.
3696         (FP_EX_INVALID_ISI): Likewise.
3697         (FP_EX_INVALID_ZDZ): Likewise.
3698         (FP_EX_INVALID_IDI): Likewise.
3699         (FP_EX_INVALID_SQRT): Likewise.
3700         (FP_EX_INVALID_CVI): Likewise.
3701         (FP_EX_INVALID_VC): Likewise.
3702         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3703         "invalid" exceptions.
3704         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3705         (_FP_ADD_INTERNAL): Likewise.
3706         (_FP_MUL): Likewise.
3707         (_FP_FMA): Likewise.
3708         (_FP_DIV): Likewise.
3709         (_FP_CMP_CHECK_NAN): Likewise.
3710         (_FP_SQRT): Likewise.
3711         (_FP_TO_INT): Likewise.
3712         (FP_EXTEND): Likewise.
3713
3714 2014-10-09  Allan McRae  <allan@archlinux.org>
3715
3716         * po/fr.po: Update French translation from translation project.
3717
3718 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3719
3720         [BZ #14132]
3721         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3722         of INTDEF.
3723         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3724         (__cxa_atexit): Use libc_hidden_proto.
3725         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3726
3727         [BZ #14132]
3728         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3729         declaration.
3730         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3731         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3732         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3733         [!_ISOMAC] (__iswctype_internal): Likewise.
3734         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3735         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3736         alias.
3737         (fcntl): Remove __fcntl_internal alias.
3738         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3739         __connect_internal alias.
3740         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3741         Likewise.
3742
3743         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3744         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3745         FP_DENORM_ZERO.
3746         (_FP_CHECK_FLUSH_ZERO): New macro.
3747         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3748         (_FP_CMP): Likewise.
3749         (_FP_CMP_EQ): Likewise.
3750         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3751         FP_DENORM_ZERO.
3752         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3753         (FP_TRUNC): Likewise.
3754
3755         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3756         treated as invalid conversion, not as normal exponent.
3757
3758         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3759         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3760         (_FP_CMP_EQ): Likewise.
3761         (_FP_CMP_UNORD): Likewise.
3762         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3763         (FP_CMP_EQ_D): Likewise.
3764         (FP_CMP_UNORD_D): Likewise.
3765         * soft-fp/extended.h (FP_CMP_E): Likewise.
3766         (FP_CMP_EQ_E): Likewise.
3767         (FP_CMP_UNORD_E): Likewise.
3768         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3769         (FP_CMP_EQ_Q): Likewise.
3770         (FP_CMP_UNORD_Q): Likewise.
3771         * soft-fp/single.h (FP_CMP_S): Likewise.
3772         (FP_CMP_EQ_S): Likewise.
3773         (FP_CMP_UNORD_S): Likewise.
3774         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3775         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3776         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3777         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3778         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3779         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3780         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3781         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3782         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3783         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3784         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3785         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3786         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3787         to FP_CMP_Q.
3788         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3789         FP_CMP_Q.
3790         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3791         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3792         FP_CMP_EQ_Q.
3793         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3794         FP_CMP_Q.
3795         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3796         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3797         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3798         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3799         FP_CMP_EQ_Q.
3800         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3801         FP_CMP_Q.
3802         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3803         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3804         FP_CMP_EQ_Q.
3805         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3806         FP_CMP_Q.
3807         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3808         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3809         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3810         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3811         FP_CMP_EQ_Q.
3812
3813         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3814         a subnormal result, set the underflow exception if trapping on
3815         underflow is enabled.
3816         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3817         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3818         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3819         redefine to 0.
3820         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3821         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3822         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3823         * soft-fp/extendxftf2.c (__extendxftf2): Use
3824         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3825
3826         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3827         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3828         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3829         FP_HANDLE_EXCEPTIONS.
3830         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3831         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3832         FP_HANDLE_EXCEPTIONS.
3833         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3834         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3835         FP_HANDLE_EXCEPTIONS.
3836         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3837         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3838         FP_HANDLE_EXCEPTIONS.
3839
3840 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3841
3842         [BZ #14132]
3843         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3844         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3845         use INTUSE.
3846         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3847         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3848         Remove alias.
3849         (__adjtimex): Define using libc_hidden_ver.
3850         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3851         Remove declaration.
3852         (ntp_gettime): Call __adjtimex directly.
3853         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3854         Remove declaration.
3855         (ntp_gettimex): Call __adjtimex directly.
3856         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3857         __adjtimex_internal alias.
3858
3859 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3860
3861         [BZ #17460]
3862         * nscd/nscd.c (more_help): Rewrite list of tables collection
3863         using xstrdup and asprintf.
3864
3865         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3866
3867 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3868             Roland McGrath  <roland@hack.frob.com>
3869
3870         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3871         (do_lookup_unique): ... local function 'enter' here; update callers.
3872
3873 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3874
3875         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3876         compat_symbol calls on [SHARED].
3877         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3878         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3879         Remove.
3880         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3881         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3882         (oldsetrlimit): Remove.
3883         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3885         (lchown): New syscall entry.
3886         (oldsetrlimit): Remove.
3887         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3888         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3889         (oldsetrlimit): Remove.
3890         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3891
3892         [BZ #14138]
3893         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3894         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3895         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3896         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3897         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3898         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3899         (fchown): Likewise.
3900         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3901         (fchown): Likewise.
3902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3903         Likewise.
3904
3905 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3906
3907         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3908         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3909         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3910         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3911         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3912         Likewise.
3913         (__old_sem_post): Likewise.
3914
3915 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3916
3917         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3918         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3919         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3920         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3921         Use INLINE_VSYSCALL macro.
3922         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3923         __vdso_clock_gettime.
3924         * sysdeps/unix/sysv/linux/tile/init-first.c
3925         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3926         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3927         __vdso_clock_gettime.
3928
3929         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3930         to set up frame more cleanly.
3931
3932         * sysdeps/tile/memcmp.c: New file.
3933
3934         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3935
3936         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3937         * sysdeps/tile/tilegx/strcasestr.c: New file.
3938         * sysdeps/tile/tilegx/strnlen.c: New file.
3939         * sysdeps/tile/tilegx/strstr.c: New file.
3940
3941         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3942
3943 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3944
3945         * nptl/tst-setuid3.c: Write errors to stdout.
3946
3947 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3948
3949         * elf/dl-deps.c
3950         (preload): New functions broken out of _dl_map_object_deps.
3951         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3952
3953 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3954
3955         [BZ #14138]
3956         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3957         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3958
3959 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3960
3961         * sysdeps/mips/strcmp.S: New.
3962
3963 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3964
3965         [BZ #14138]
3966         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3967         (linkat): Likewise.
3968         (mkdirat): Likewise.
3969         (readlinkat): Likewise.
3970         (renameat): Likewise.
3971         (symlinkat): Likewise.
3972         (unlinkat): Likewise.
3973         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3974         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3975         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3976         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3977         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3978         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3979         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3980
3981 2014-09-30  Will Newton  <will.newton@linaro.org>
3982
3983         * math/math.h: Define long double math functions if
3984         _LIBC_TEST is defined.
3985         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3986
3987         * localedata/Makefile: Move assignment to tests-special
3988         into an ifdef testing run-built-tests.
3989         * timezone/Makefile: Likewise.
3990
3991 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3992
3993         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3994         with $(BASH) not $(SHELL).
3995
3996 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3997             Matthew LeGendre  <legendre1@llnl.gov>
3998
3999         [BZ #17411]
4000         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4001         l_reloc_result.
4002
4003 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4004
4005         * stdio-common/printf_fp.c
4006         (hack_digit): New function, broken out of ...
4007         (__printf_fp): ... local function here.  Update call sites.
4008         hack_digit now takes an additional parameter that is a pointer
4009         to a struct of the referenced locals.  Those locals moved inside
4010         the struct and references updated.
4011
4012 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4013
4014         * aclocal.m4: Require autoconf 2.69.
4015         * configure: Regenerated.
4016         * sysdeps/aarch64/configure: Likewise.
4017         * sysdeps/alpha/configure: Likewise.
4018         * sysdeps/arm/armv7/configure: Likewise.
4019         * sysdeps/arm/configure: Likewise.
4020         * sysdeps/ia64/configure: Likewise.
4021         * sysdeps/mach/configure: Likewise.
4022         * sysdeps/mips/configure: Likewise.
4023         * sysdeps/s390/configure: Likewise.
4024         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4026
4027         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4028         file.
4029         * sysdeps/ia64/configure.ac: Likewise.
4030
4031 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4032
4033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4034         specify symbol version for ld.so.  Do not include entry for
4035         libpthread.
4036         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4037         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4038         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4039
4040         [BZ #14171]
4041         * Makeconfig [$(build-shared) = yes]
4042         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4043         makefiles.
4044         [$(build-shared) = yes && $(soversions.mk-done) = t]
4045         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4046         [$(build-shared) = yes && $(soversions.mk-done) = t]
4047         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4048         to Makerules.
4049         [$(build-shared) = yes && $(soversions.mk-done) = t]
4050         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4051         here.
4052         [$(build-shared) = yes && $(soversions.mk-done) = t]
4053         (common-generated): Don't append gnu/lib-names.h and
4054         gnu/lib-names.stmp here.
4055         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4056         (lib-names-h-abi): New variable.
4057         [$(build-shared) = yes && $(soversions.mk-done) = t]
4058         (lib-names-stmp-abi): Likewise.
4059         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4060         abi-variants] (before-compile): Append
4061         $(common-objpfx)$(lib-names-h-abi).
4062         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4063         abi-variants] (common-generated): Append gnu/lib-names.h.
4064         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4065         abi-variants] (install-others-nosubdir): Depend on
4066         $(inst_includedir)/$(lib-names-h-abi).
4067         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4068         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4069         [$(build-shared) = yes && $(soversions.mk-done) = t]
4070         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4071         [$(build-shared) = yes && $(soversions.mk-done) = t]
4072         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4073         [$(build-shared) = yes && $(soversions.mk-done) = t]
4074         (common-generated): Append $(lib-names-h-abi) and
4075         $(lib-names-stmp-abi).
4076         * scripts/lib-names.awk: Do not handle multi being set.
4077         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4078         Remove variable.
4079         (abi-lp64_be-ld-soname): Likewise.
4080         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4081         Likewise.
4082         (abi-hard-ld-soname): Likewise.
4083         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4084         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4085         Remove variable.
4086         (abi-o32_hard-ld-soname): Likewise.
4087         (abi-o32_soft_2008-ld-soname): Likewise.
4088         (abi-o32_hard_2008-ld-soname): Likewise.
4089         (abi-n32_soft-ld-soname): Likewise.
4090         (abi-n32_hard-ld-soname): Likewise.
4091         (abi-n32_soft_2008-ld-soname): Likewise.
4092         (abi-n32_hard_2008-ld-soname): Likewise.
4093         (abi-n64_soft-ld-soname): Likewise.
4094         (abi-n64_hard-ld-soname): Likewise.
4095         (abi-n64_soft_2008-ld-soname): Likewise.
4096         (abi-n64_hard_2008-ld-soname): Likewise.
4097         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4098         Likewise.
4099         (abi-64-v2-ld-soname): Likewise.
4100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4101         ld.so entries.
4102         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4103         variable.
4104         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4105         entry.
4106         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4107         variable.
4108         (abi-64-ld-soname): Likewise.
4109         (abi-x32-ld-soname): Likewise.
4110         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4111         entry.
4112         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4113
4114 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4115
4116         [BZ #14138]
4117         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4118         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4119         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4120         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4121         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4122         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4123         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4124         syscall entry for GLIBC_2.2 symbol version.
4125         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4126         Likewise.
4127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4128         (setrlimit): Likewise.
4129         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4130         Likewise.
4131
4132 2014-09-23  Will Newton  <will.newton@linaro.org>
4133
4134         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4135         _LINUX_ARM_SYSDEP_H include guard too.
4136         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4137         define.
4138
4139 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4140
4141         * sysdeps/unix/sysv/linux/eventfd.c:
4142         Make first argument unsigned.
4143         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4144         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4145
4146 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4147
4148         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4149         * socket/sys/socket.h: Likewise
4150         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4151
4152 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4153
4154         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4155
4156 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4157
4158         * time/tst-ftime.c: New test.
4159         * time/Makefile (tests): Add tst-ftime.
4160
4161 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4162
4163         * soft-fp/extended.h: Fix comment formatting.
4164         * soft-fp/op-1.h: Likewise.
4165         * soft-fp/op-2.h: Likewise.
4166         * soft-fp/op-4.h: Likewise.
4167         * soft-fp/op-8.h: Likewise.
4168         * soft-fp/op-common.h: Likewise.
4169         * soft-fp/soft-fp.h: Likewise.
4170
4171         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4172
4173 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4174
4175         [BZ #6652]
4176         * Makeconfig (soversions-default-setname): Remove variable.
4177         ($(common-objpfx)soversions.i): Don't pass default_setname to
4178         soversions.awk.
4179         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4180         oldest_abi to abi-versions.awk.
4181         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4182         * config.make.in (oldest-abi): Remove variable.
4183         * configure.ac (--enable-oldest-abi): Remove configure option.
4184         * configure: Regenerated.
4185         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4186         text.
4187         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4188         * scripts/soversions.awk: Do not handle default_setname variable.
4189         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4190         variable.
4191         * sysdeps/mach/hurd/configure: Regenerated.
4192         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4193         variable.
4194         * sysdeps/unix/sysv/linux/configure: Regenerated.
4195
4196 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4197
4198         * elf/Makefile (CFLAGS-interp.c): Remove.
4199         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4200         path string.
4201         * elf/interp.c: Include generated runtime-linker.h
4202
4203         * Makerules (lib%.so): Don't include $(+interp) in
4204         prerequisites.
4205         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4206         * dlfcn/eval.c: Remove file.
4207
4208         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4209         macros.
4210
4211         [BZ #17266]
4212         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4213         4.2 and newer.
4214
4215         [BZ #17370]
4216         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4217
4218 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4219             Jakub Jelinek  <jakub@redhat.com>
4220
4221         [BZ #17266]
4222         * libio/stdio.h: Check definition of __fortify_function
4223         instead of __extern_always_inline to include bits/stdio2.h.
4224         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4225         check if __extern_always_inline is defined.
4226         [__USE_MISC || __USE_XOPEN]: Likewise.
4227         [__USE_ISOC99] Likewise.
4228         * misc/sys/cdefs.h (__fortify_function): Define only if
4229         __extern_always_inline is defined.
4230         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4231         __extern_always_inline and __extern_inline only for g++-4.3
4232         and newer or a compatible gcc.
4233
4234 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4235
4236         [BZ #17371]
4237         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4238         last change to handle zero prefix length.
4239
4240 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4241
4242         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4243         _SC_REGEX_VERSION.
4244
4245         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4246         _POSIX_RAW_SOCKETS.
4247
4248 2014-09-13  Allan McRae  <allan@archlinux.org>
4249
4250         * po/ru.po: Update Russian translation from translation project.
4251
4252 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4253
4254         * locale/programs/locale.c (show_locale_vars): Inline local function
4255         into its sole call site.  Clean up some style nits.
4256         (print_item): New function, broken out of ...
4257         (show_info): ... local function here.  Clean up style nits.
4258
4259         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4260         out of ...
4261         (set_class_defaults): ... local function set_default here.
4262         Define set_default as a macro locally to pass constant parameters.
4263         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4264         rather than a shared local.
4265
4266         * stdlib/rpmatch.c (try): New function, broken out of ...
4267         (rpmatch): ... local function here.  Also, prototypify definition.
4268
4269 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4270
4271         * scripts/soversions.awk: Do not handle configuration names.
4272         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4273         vendor and os variables to soversions.awk.
4274         * configure.ac: Do not modify gnu-* host_os.
4275         * configure: Regenerated
4276         * shlib-versions: Remove first column with configuration names.
4277         * nptl/shlib-versions: Likewise.
4278         * nptl_db/shlib-versions: Likewise.
4279         * sysdeps/hppa/shlib-versions: Likewise.
4280         * sysdeps/m68k/shlib-versions: Likewise.
4281         * sysdeps/mach/hurd/shlib-versions: Likewise.
4282         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4283         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4284         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4285         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4286         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4287         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4288         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4289         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4291         Likewise.
4292         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4293         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4294         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4295         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4296         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4297         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4298         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4299         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4300
4301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4302         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4304         Regenerated.
4305         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4307         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4308
4309         * shlib-versions: Remove OS-specific entries.  Moved to files in
4310         sysdeps.
4311         * sysdeps/mach/hurd/shlib-versions: New file.
4312         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4313
4314         * nptl/shlib-versions: Remove architecture-specific entries.
4315         Moved to files in sysdeps.
4316         * shlib-versions: Likewise.
4317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4318         file.
4319         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4320         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4321         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4322         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4323
4324         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4325         (UDP_NO_CHECK6_RX): Likewise.
4326
4327 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4328
4329         * sysdeps/posix/sysconf.c (__sysconf): Spell
4330         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4331
4332 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4333
4334         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4335         loading.
4336         * iconv/Versions (__gconv_transliterate): Export for use from
4337         gconv modules.
4338         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4339         (struct __gconv_trans_data, __gconv_trans_fct,
4340         __gconv_trans_context_fct, __gconv_trans_query_fct,
4341         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4342         definitions.
4343         (struct __gconv_step_data): Remove __trans member.
4344         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4345         longer hidden.  Remove unused trans_data argument.
4346         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4347         (__gconv_translit_find): Remove declaration.
4348         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4349         prototype.
4350         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4351         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4352         trans_data argument.  Add hidden definition.
4353         (__gconv_translit_find): Remove.
4354         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4355         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4356         * iconv/skeleton.c: Remove transliteration initialization.
4357         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4358         __gconv_step_data initialization.
4359         * libio/iofwide.c (__libio_translit_): Remove.
4360         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4361         * wcsmbs/btowc.c (__btowc): Likewise.
4362         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4363         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4364         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4365         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4366         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4367         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4368         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4369         * wcsmbs/wctob.c (wctob): Likewise.
4370
4371 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4372
4373         [BZ #16194]
4374         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4375         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4376         register usage.
4377         * sysdeps/x86/Makefile: Adjust.
4378
4379 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4380             Roland McGrath  <roland@hack.frob.com>
4381
4382         * locale/weight.h: Add include guard.
4383         (findidx): Make static rather than auto; take new parameters
4384         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4385         * locale/weightwc.h: Likewise.
4386         * posix/fnmatch_loop.c
4387         (FCT): Change type of EXTRA from int32_t to wint_t.
4388         Don't include either header inside the function.
4389         Call FINDIDX rather than findidx, and pass new arguments.
4390         #undef FINDIDX at the end of the file.
4391         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4392         FINDIDX before including fnmatch_loop.c for the non-wide version.
4393         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4394         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4395         for the wide version.
4396         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4397         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4398         Pass new arguments to findidx.
4399         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4400         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4401         Don't #include it inside the function.  Pass new arguments to findidx.
4402         * posix/regex_internal.h
4403         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4404         (re_string_elem_size_at): Don't #include it inside the function.
4405         Pass new arguments to findidx.
4406         * string/strcoll_l.c: #include WEIGHT_H at top level.
4407         (get_next_seq): Don't #include it inside the function.
4408         Pass new arguments to findidx.
4409         (get_next_seq_nocache): Likewise.
4410         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4411         (STRXFRM): Don't #include it inside the function.
4412         Pass new arguments to findidx.
4413
4414 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4415
4416         [BZ #17344]
4417         * malloc/malloc.c (unlink): Turn asserts into a call to
4418         malloc_printerr.
4419
4420 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4421
4422         [BZ #17370]
4423         * libio/wfileops (do_ftell_wide): Free OUT.
4424
4425 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4426
4427         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4428
4429 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4430
4431         [BZ #17363]
4432         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4433         group if the current group is empty.
4434
4435 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4436
4437         * benchtests/bench-memset.c (test_main): Add more test from size
4438         from 32 to 512 bytes.
4439         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4440         Add POWER8 memset object.
4441         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4442         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4443         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4444         implementation.
4445         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4446         Likewise.
4447         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4448         multiarch POWER8 memset optimization.
4449         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4450         POWER8 memset optimization.
4451
4452         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4453         Remove bzero multiarch objects.
4454         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4455         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4456         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4457         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4458         Remove define.
4459         [__bzero]: Redefine to specific name.
4460         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4461         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4462         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4463         define.
4464         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4465         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4466
4467 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4468
4469         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4470         warnings into errors.
4471
4472         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4473         __cxa_thread_atexit_impl prototype.
4474
4475 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4476
4477         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4478         Fix capitalization of error message.
4479
4480 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4481
4482         * sysdeps/mips/preconfigure: Modify ABI tests.
4483
4484 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4485
4486         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4487
4488 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4489             Carlos O'Donell  <carlos@systemhalted.org>
4490
4491         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4492         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4493         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4494         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4495         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4496         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4497         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4498         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4499         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4500         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4501         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4502         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4503         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4504         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4505         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4506         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4507         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4508         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4509         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4510         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4511         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4512         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4513         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4514         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4515         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4516         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4517         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4518         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4519         Deconditionalize the code that was previously under [RESET_PID].
4520         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4521         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4522         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4523         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4524         include sysdep.h.
4525
4526 2014-09-08  Allan McRae  <allan@archlinux.org>
4527
4528         * version.h (RELEASE): Set to "development".
4529         (VERSION): Set to "2.20.90"
4530
4531 2014-09-07  Allan McRae  <allan@archlinux.org
4532
4533         * version.h (RELEASE): Set to "stable".
4534         (VERSION): Set to "2.20"
4535         * include/features.h (__GLIBC_MINOR__): Set to 20.
4536
4537         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4538         Liebler.
4539
4540         * po/ko.po: Update Korean translation from translation project.
4541
4542 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4543
4544         [BZ #17354]
4545         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4546         macro for handling signed relocations.
4547
4548 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4549
4550         [BZ #17325]
4551         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4552         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4553         assert.
4554         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4555         * iconvdata/ibm935.c (BODY): Likewise.
4556         * iconvdata/ibm937.c (BODY): Likewise.
4557         * iconvdata/ibm939.c (BODY): Likewise.
4558         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4559         assert.
4560         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4561         script.
4562         * iconvdata/run-iconv-test.sh: New test loop for checking for
4563         decoder crashers.
4564
4565 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4566
4567         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4568         libm_hidden_ver.
4569
4570 2014-09-01  Allan McRae  <allan@archlinux.org>
4571
4572         * po/eo.po: Update Esperanto translation from translation project.
4573
4574         * po/ca.po: Update Catalan translation from translation project.
4575
4576 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4577
4578         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4579         __proc_dostop call.
4580
4581 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4582
4583         [BZ #17319]
4584         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4585         to call set_thread_area instead of hand written asm.
4586         (__NR_set_thread_area): Removed define.
4587         (TLS_FLAG_WRITABLE): Likewise.
4588         (__ASSUME_SET_THREAD_AREA): Remove check.
4589         (TLS_EBX_ARG): Remove define.
4590         (TLS_LOAD_EBX): Likewise.
4591
4592 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4593
4594         Simplify atomicity of socket creation in bind.
4595
4596         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4597         looking up the name after linking the file.
4598
4599 2014-08-27  Allan McRae  <allan@archlinux.org>
4600
4601         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4602
4603 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4604
4605         [BZ #17187]
4606         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4607         trans_compare, open_translit, __gconv_translit_find):
4608         Remove module loading code.
4609
4610 2014-08-26  Allan McRae  <allan@archlinux.org>
4611
4612         * po/vi.po: Update Vietnamese translation from translation project.
4613
4614         * po/uk.po: Update Ukrainian translation from translation project.
4615
4616         * po/fr.po: Update French translation from translation project.
4617
4618         * po/ru.po: Update Russian translation from translation project.
4619
4620         * po/pl.po: Update Polish translation from translation project.
4621
4622         * po/cs.po: Update Czech translation from translation project.
4623
4624         * po/de.po: Update German translation from translation project.
4625
4626         * po/bg.po: Update Bulgarian translation from translation project.
4627
4628         * po/sv.po: Update Sweedish translation from translation project.
4629
4630         * po/nl.po: Update Dutch translation from translation project.
4631
4632         * po/es.po: Update Spanish translation from translation project.
4633
4634 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4635
4636         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4637
4638         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4639         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4640         (CPPFLAGS-iconvconfig): Likewise.
4641         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4642
4643         * include/libc-symbols.h: Remove unnecessary check for
4644         NOT_IN_libc.
4645         * nptl/pthreadP.h: Likewise.
4646         * sysdeps/aarch64/setjmp.S: Likewise.
4647         * sysdeps/alpha/setjmp.S: Likewise.
4648         * sysdeps/arm/sysdep.h: Likewise.
4649         * sysdeps/i386/setjmp.S: Likewise.
4650         * sysdeps/m68k/setjmp.c: Likewise.
4651         * sysdeps/posix/getcwd.c: Likewise.
4652         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4653         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4654         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4655         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4656         * sysdeps/sh/sh3/setjmp.S: Likewise.
4657         * sysdeps/sh/sh4/setjmp.S: Likewise.
4658         * sysdeps/unix/alpha/sysdep.h: Likewise.
4659         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4660         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4661         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4662         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4665         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4666         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4667         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4668         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4669         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4670         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4671         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4672         * sysdeps/x86_64/setjmp.S: Likewise.
4673
4674 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4675
4676         [BZ #17263]
4677         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4678         <stdint.h>.
4679         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4680         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4681
4682 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4683
4684         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4685
4686         [BZ #17262]
4687         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4688         and __x86_64__ when disabling x87 inline functions.
4689
4690 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4691
4692         [BZ #17259]
4693         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4694         asm statement with __cpuid_count.
4695
4696 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4697
4698         * configure.ac: Change __ehdr_start code to dereference the struct.
4699         Run readelf on the output to look for relocations.
4700         * configure: Regenerated.
4701
4702 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4703
4704         [BZ #17261]
4705         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4706         value to 0.
4707         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4708
4709 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4710
4711         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4712
4713 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4714
4715         [BZ #16892]
4716         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4717         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4718
4719 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4720
4721         * malloc/malloc.c: Fix typo in comment.
4722
4723 2014-08-09  Allan McRae  <allan@archlinux.org>
4724
4725         * Regenerate libc.po.
4726
4727 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4728
4729         * intl/tst-gettext2.sh: Check every lang file for creation.
4730
4731 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4732
4733         * sysdeps/aarch64/fpu/math_private.h
4734         (libc_feholdsetround_noex_aarch64_ctx): New function.
4735
4736 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4737
4738         * sysdeps/arm/armv6/strcpy.S (strcpy):
4739         Fix performance issue in misaligned cases.
4740
4741 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4742
4743         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4744         Move definition from termios.h.
4745         (struct termio): Likewise.
4746         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4747         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4748         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4749         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4750         Likewise.
4751         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4752         Move definition to ioctl-types.h
4753         (struct termio): Likewise.
4754         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4755         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4756         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4757         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4758         Likewise.
4759
4760 2014-08-05  Richard Henderson  <rth@redhat.com>
4761
4762         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4763         exceptions.
4764         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4765         Add fraiseexcpt.
4766         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4767         Use __feraiseexcept.
4768         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4769         Protect libm symbols with IS_IN_libm.
4770
4771         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4772
4773 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4774
4775         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4776
4777 2014-08-04  Will Newton  <will.newton@linaro.org>
4778
4779         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4780         file.
4781
4782 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4783
4784         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4785         variants for each function.
4786
4787 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4788
4789         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4790         appended ...
4791         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4792         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4793         appended ...
4794         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4795         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4796         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4797         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4798         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4799         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4800         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4801         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4802         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4803         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4804         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4805         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4806         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4807         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4808         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4809         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4810         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4811         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4812         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4813         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4814         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4815         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4816         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4817         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4818         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4819         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4820         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4821         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4822         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4823         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4824         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4825         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4826         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4827         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4828         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4829         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4830         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4831         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4832         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4833         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4834         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4835         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4836         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4837         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4838         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4839         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4840         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4841         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4842         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4843         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4844         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4845         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4846         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4847         Update #include.
4848         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4849         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4850
4851 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4852
4853         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4854         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4855         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4856         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4857         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4858         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4859
4860 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4861
4862         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4863         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4864         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4865         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4866
4867 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4868
4869         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4870         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4871         (__libc_vfork): Define function under this name.
4872         (__vfork): Define as an alias.
4873         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4874         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4875
4876 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4877
4878         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4879         that was previously under [RESET_PID].
4880         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4881
4882 2014-08-04  Andreas Schwab  <schwab@suse.de>
4883
4884         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4885
4886 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4887
4888         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4889         (main): Likewise.
4890
4891 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4892
4893         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4894
4895 2014-08-01  Richard Henderon  <rth@redhat.com>
4896
4897         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4898         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4899         typo in exact zero test.
4900         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4901         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4902         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4903
4904 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4905
4906         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4907         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4908         * sysdeps/arm/sysdep.h: ... here.
4909         [!__ASSEMBLER__]: Include <stdint.h>.
4910
4911 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4912
4913         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4914         (HAVE_WCTYPE_H): Likewise.
4915         (HAVE_ISWCTYPE): Likewise.
4916         (ENABLE_NLS): Likewise.
4917         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4918         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4919
4920         * posix/regex_internal.c: Check if DEBUG is defined and is
4921         set.
4922
4923         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4924         (HAVE_MBSRTOWCS): Likewise.
4925         * posix/fnmatch.c: Include string.h unconditionally.
4926
4927 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4928
4929         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4930         reversal.
4931
4932 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4933
4934         * sysdeps/generic/safe-fatal.h: New file.
4935         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4936         * nptl/forward.c: Include it.
4937         (__pthread_unwind): Use __safe_fatal as default action, rather
4938         than a bogus use of INTERNAL_SYSCALL that could never work.
4939
4940         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4941         * configure.ac (libc_cv_builtin_trap): New test.
4942         * configure: Regenerated.
4943         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4944         (ABORT_INSTRUCTION): Define using __builtin_trap.
4945
4946         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4947         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4948         * sysdeps/nptl/nptl-signals.h: New file.
4949         * nptl/pthreadP.h: Include <nptl-signals.h>.
4950
4951 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4952
4953         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4954         (ONE_DIRECTION): Define.
4955         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4956         (ONE_DIRECTION): Define.
4957         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4958         (ONE_DIRECTION): Define.
4959
4960 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4961
4962         * sysdeps/s390/Makefile: Delete file.
4963         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4964         * sysdeps/s390/__longjmp.c: Delete file.
4965         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4966         Remove fields __flags and __reserved.
4967         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4968         and add versioning.
4969         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4970         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4971         * sysdeps/s390/rtld-setjmp.S: Likewise.
4972         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4973         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4974         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4975         * sysdeps/s390/s390-32/setjmp.S: ... here.
4976         Add versioning.
4977         (__sigsetjmp): Remove setting __flags field.
4978         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4979         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4980         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4981         * sysdeps/s390/s390-64/setjmp.S: ... here.
4982         Add versioning.
4983         (__sigsetjmp): Remove setting __flags field.
4984         * sysdeps/s390/setjmp.S: Delete file.
4985         * sysdeps/s390/sigjmp.c: Likewise.
4986         * sysdeps/s390/v1-longjmp.c: Likewise.
4987         * sysdeps/s390/v1-setjmp.h: Likewise.
4988         * sysdeps/s390/v1-sigjmp.c: Likewise.
4989         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4990         Remove v1-longjmp_chk.
4991         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4992         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4993         Include debug/longjmp_chk.c and add versioning.
4994         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4995         Include nptl/pt-longjmp.c and add versioning.
4996         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4997         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4998         Include __longjmp.c.
4999         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5000         Move to ...
5001         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5002         (__getcontext): Remove setting __flags field.
5003         Add versioning.
5004         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5005         Don't restore upper high grps.
5006         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5007         Likewise.
5008         (__swapcontext): Remove setting uc_flags field.
5009         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5010         Delete file.
5011         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5012         Include __longjmp.c.
5013         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5014         Move to ...
5015         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5016         (__getcontext): Remove setting __flags field.
5017         Add versioning.
5018         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5019         (__swapcontext): Remove setting uc_flags field.
5020         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5021         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5022         Remove fields uc_high_gprs and __reserved.
5023         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5024         New file with reverted content.
5025         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5026         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5027         Regenerated.
5028         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5029         Regenerated.
5030
5031 2014-07-31  Andreas Schwab  <schwab@suse.de>
5032
5033         * config.h.in (HAVE_IFUNC): Define to 0.
5034         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5035         definedness.
5036
5037 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5038
5039         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5040         memmove-avx-unaligned, memcpy-avx-unaligned and
5041         mempcpy-avx-unaligned.
5042         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5043         Add tests for AVX memcpy functions.
5044         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5045         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5046         memcpy_chk.
5047         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5048         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5049         memmove_chk.
5050         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5051         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5052         mempcpy_chk.
5053         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5054         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5055         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5056
5057 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5058
5059         [BZ #17213]
5060         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5061         powerpc64le.
5062
5063 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5064
5065         [BZ #16839]
5066         * manual/llio.texi: Add section about open file description locks.
5067         * manual/examples/ofdlocks.c: Example of open file description
5068         lock usage.
5069         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5070         F_OFD_SETLK, and F_OFD_SETLKW.
5071
5072 2014-07-23  Allan McRae  <allan@archlinux.org>
5073
5074         * po/es.po: Update Spanish translation from translation project.
5075
5076 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5077
5078         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5079
5080 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5081
5082         [BZ #17078]
5083         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5084         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5085         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5086
5087 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5088
5089         [BZ #17088]
5090         * math/fesetenv.c (__fesetenv)
5091         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5092         * math/feupdateenv.c (__feupdateenv)
5093         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5094
5095         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5096         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5097         (__ASSUME_SOCKETCALL): Do not define.
5098
5099         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5100         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5101         (__ASSUME_SOCKETCALL): Do not define.
5102         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5103         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5104         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5105         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5106         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5107         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5108         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5109         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5110
5111         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5112         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5113         (__ASSUME_SOCKETCALL): Do not define.
5114         (__ASSUME_IPC64): Define unconditionally.
5115         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5116         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5117         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5118         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5119         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5120         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5121         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5122         Likewise.
5123
5124         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5125         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5126         (__ASSUME_SOCKETCALL): Do not define.
5127         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5128         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5129         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5130         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5131         (__ASSUME_REQUEUE_PI): Define unconditionally.
5132         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5133         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5134         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5135         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5136         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5137         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5138
5139         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5140         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5141         (__ASSUME_SOCKETCALL): Do not define.
5142         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5143         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5144         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5145         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5146         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5147         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5148
5149         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5150         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5151         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5152         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5153         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5154         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5155         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5156         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5157         (__ASSUME_GETCPU_SYSCALL): Likewise.
5158
5159         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5160         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5161         cases for individual architectures.
5162         * sysdeps/gnu/configure: Regenerated.
5163         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5164         LIBC_SLIBDIR_RTLDDIR.
5165         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5166         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5167         LIBC_SLIBDIR_RTLDDIR.
5168         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5170         LIBC_SLIBDIR_RTLDDIR.
5171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5172         Regenerated.
5173         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5174         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5175         file.
5176         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5177         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5178         file.
5179         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5180         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5181         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5182         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5183
5184         * sysdeps/aarch64/shlib-versions: Move to ...
5185         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5186         * sysdeps/alpha/shlib-versions: Move to ...
5187         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5188         * sysdeps/arm/shlib-versions: Move to ...
5189         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5190         * sysdeps/hppa/shlib-versions: Move all contents except for
5191         libgcc_s entry to ...
5192         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5193         entry from ...
5194         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5195         * sysdeps/ia64/shlib-versions: Move to ...
5196         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5197         entry from ...
5198         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5199         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5200         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5201         * sysdeps/microblaze/shlib-versions: Move to ...
5202         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5203         * sysdeps/mips/shlib-versions: Move to ...
5204         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5205         entry from ...
5206         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5207         * sysdeps/tile/shlib-versions: Move to ...
5208         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5209         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5210         from ...
5211         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5212         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5213         entry from ...
5214         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5215
5216 2014-07-17  Will Newton  <will.newton@linaro.org>
5217
5218         * sysdeps/arm/bits/atomic.h
5219         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5220         (__arch_compare_and_exchange_bool_16_int): Likewise.
5221         (__arch_compare_and_exchange_bool_64_int): Likewise.
5222
5223         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5224         into an #else block.
5225
5226 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5227
5228         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5229         just Linux configurations.  Test empirically that the compiler sets
5230         __ARM_EABI__, rather than using the tuple to decide.
5231         * sysdeps/arm/preconfigure: Regenerated.
5232         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5233         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5234         contents appended ...
5235         * sysdeps/arm/configure.ac: ... here.
5236         * sysdeps/arm/configure: Regenerated.
5237
5238 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5239
5240         * nptl/pthread_kill.c: New file.
5241         * nptl/pthread_sigmask.c: New file.
5242         * nptl/pthread_sigqueue.c: New file.
5243
5244         * sysdeps/nptl/lowlevellock.h: New file.
5245         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5246         * sysdeps/nptl/lowlevellock-futex.h: New file.
5247
5248         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5249         Remove dead declarations.
5250
5251 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5252
5253         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5254         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5255         config-cflags-avx2.
5256         * sysdeps/x86_64/configure.ac: Likewise.
5257         * sysdeps/i386/configure: Regenerated.
5258         * sysdeps/x86_64/configure: Likewise.
5259         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5260         memset-avx2 only if config-cflags-avx2 is yes.
5261         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5262         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5263         defined.
5264         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5265         only if HAVE_AVX2_SUPPORT is defined.
5266         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5267
5268 2014-07-14  Alan Modra  <amodra@gmail.com>
5269
5270         [BZ #17153]
5271         * elf/elf.h (DT_PPC64_NUM): Correct value.
5272         * NEWS: Add to fixed bug list.
5273
5274 2014-07-13  Jim Meyering  <meyering@fb.com>
5275
5276         [BZ 17150]
5277         regex: don't deref NULL upon heap allocation failure
5278         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5279         failure in one more place.
5280         To trigger the segfault, configure grep -with-included-regex,
5281         build it, and run these commands:
5282         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5283
5284 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5285
5286         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5287
5288 2014-07-11  Richard Henderson  <rth@redhat.com>
5289
5290         * sysdeps/aarch64/libm-test-ulps: Update.
5291
5292 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5293
5294         [BZ #17135]
5295         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5296         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5297         (__nptl_setxid): Initialize error member.  Call
5298         __nptl_setxid_error.
5299         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5300         * nptl/descr.h (struct xid_command): Add error member.
5301         * nptl/tst-setuid3.c: New file.
5302         * nptl/Makefile (tests): Add it.
5303
5304 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5305
5306         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5307         New define.
5308         (__lll_trylock): Use __lll_base_trylock.
5309         (__lll_cond_trylock): Likewise.
5310
5311 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5312
5313         * nptl/pthread_create.c (start_thread): Use atomic_or and
5314         lll_futex_wake directly rather than lll_robust_dead.
5315         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5316         (lll_robust_dead): Macro removed.
5317         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5318         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5319         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5320         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5321         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5322         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5323         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5324         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5325         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5326         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5327         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5328         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5329         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5330         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5331         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5332
5333         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5334         Use atomic_compare_and_exchange_val_acq directly rather than
5335         lll_robust_trylock.
5336         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5337         (__lll_robust_trylock, lll_robust_trylock): Removed.
5338         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5339         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5340         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5341         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5342         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5343         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5344         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5345         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5346         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5347         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5348         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5349         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5350         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5351         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5352
5353 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5354
5355         * manual/locale.texi (Locale Names): New section documenting
5356         locale name syntax.  Adjust menu and node chaining accordingly.
5357         (Choosing Locale): Reference Locale Names, Locale Categories.
5358         Mention setting LC_ALL=C.  Reflect that name syntax is now
5359         documented.
5360         (Locale Categories): New section title.  Reference Locale Names.
5361         LC_ALL is an environment variable, but not a category.
5362         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5363         description, now in Locale Name.  Reference that section.  Locale
5364         name syntax is now documented.
5365
5366 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5367
5368         [BZ #17137]
5369         * locale/findlocale.c (name_present, valid_locale_name): New
5370         functions.
5371         (_nl_find_locale): Use the loc_name variable to store name
5372         candidates.  Call name_present and valid_locale_name to check and
5373         validate locale names.  Return an error if the locale is invalid.
5374
5375 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5376
5377         * locale/setlocale.c (setlocale): Use strdup for allocating
5378         composite name copy.
5379
5380 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5381
5382         Sync up with gnulib.
5383         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5384         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5385         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5386         and _GL_ARG_NONNULL.
5387         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5388         [!_LIBC]: Include code for Windows and Cygwin.
5389         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5390         Include prototype for int strerror_r.
5391         [!_LIBC] (is_open): New function.
5392         (flush_stdout): New function.
5393         (print_errno_message): Use it.
5394         (error): Likewise.
5395         (error_at_line): Likewise.
5396         (error_tail) Add function attribute macros.  Use
5397         __builtin_expect.
5398
5399         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5400
5401         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5402
5403         * io/ftw.c: Include sys/param.h unconditionally.
5404
5405         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5406
5407         [BZ #17125]
5408         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5409         libc_freeres_ptr.
5410         (freecache): New function to free CACHE on exit.
5411
5412         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5413         initialization.
5414
5415 2014-07-09  David S. Miller  <davem@davemloft.net>
5416
5417         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5418
5419         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5420         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5421         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5422         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5423         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5424         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5425         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5426         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5427         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5428         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5429         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5430         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5431         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5432
5433 2014-07-09  Andreas Schwab  <schwab@suse.de>
5434
5435         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5436         output.
5437         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5438         (do_test): Likewise.
5439
5440         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5441
5442 2014-07-09  Will Newton  <will.newton@linaro.org>
5443
5444         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5445         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5446         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5447         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5448         * sysdeps/hppa/start.S (_start): Likewise.
5449
5450 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5451
5452         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5453
5454         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5455         defined.
5456
5457 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5458
5459         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5460         after checking that it is non-NULL.
5461
5462         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5463
5464 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5465
5466         * sysdeps/powerpc/memmove.c: Remove file.
5467         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5468         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5469         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5470         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5471         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5472         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5473         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5474         string memmove instead of removed powerpc one.
5475
5476         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5477         [weak_alias]: Fix compiler warning due trailing data.
5478         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5479         [weak_alias]: Likewise.
5480         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5481         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5482
5483         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5484         (__libc_ifunc_impl_list): Add memmove functions.
5485
5486 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5487
5488         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5489         Remove code.
5490         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5491         Likewise
5492         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5493         Likewise
5494         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5495         Likewise
5496         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5497         Likewise
5498         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5499         Likewise
5500         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5501         Likewise
5502         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5503         Likewise
5504         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5505         Likewise
5506         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5507         Likewise
5508         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5509         Likewise
5510         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5511         Likewise
5512         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5513         Likewise
5514         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5515         Likewise
5516         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5517         Likewise
5518         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5519         Likewise
5520         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5521         Likewise
5522
5523 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5524
5525         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5526         to avoid alignment traps in non-cacheable memory.
5527         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5528
5529         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5530         multiarch objects.
5531         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5532         file: multiarch power7 memmove.
5533         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5534         multiarch default memmove.
5535         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5536         multiarch memove for powerpc32/power4.
5537
5538         * string/bcopy.c: Use full path to include memmove.c.
5539         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5540         multiarch objects.
5541         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5542         bcopy for powerpc64.
5543         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5544         bcopy for powerpc64.
5545         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5546         and memmove implementations.
5547         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5548         optimized multiarch memmove for POWER7/powerpc64.
5549         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5550         default multiarch memmove for powerpc64.
5551         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5552         multiarch for powerpc64.
5553         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5554         for POWER7/powerpc64.
5555         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5556         memmove for POWER7/powerpc64.
5557
5558         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5559         glibc default one.
5560
5561         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5562         __ELF_NATIVE_CLASS equal to 64.
5563
5564 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5565
5566         * sysdeps/nptl/lowlevellock.h: File removed.
5567
5568         * NEWS: NPTL is no longer an add-on!
5569         * nptl/internaltypes.h: Moved ...
5570         * sysdeps/nptl/internaltypes.h: ... here.
5571         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5572         * sysdeps/nptl/fork.c: Likewise.
5573         * sysdeps/nptl/gai_misc.h: Likewise.
5574         * sysdeps/nptl/librt-cancellation.c: Likewise.
5575         * sysdeps/nptl/jmp-unwind.c: Likewise.
5576         * sysdeps/nptl/setxid.h: Likewise.
5577         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5578         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5579         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5580         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5581         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5582         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5583         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5584         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5585         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5586         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5587         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5588         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5589         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5590         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5591         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5592         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5593         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5594         * nptl/Makeconfig: Moved ...
5595         * sysdeps/nptl/Makeconfig: ... here.
5596         * nptl/configure: File removed.
5597         * nptl/ANNOUNCE: File removed.
5598         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5599         * sysdeps/unix/sysv/linux/configure: Regenerated.
5600
5601         * nptl/Makefile (routines): Add libc_pthread_init,
5602         libc_multiple_threads, register-atfork and unregister-atfork.
5603         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5604         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5605         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5606         pthread-pi-defines.sym, structsem.sym.
5607         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5608         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5609         [$(subdir) = nptl] (tests): Add tst-setgetname.
5610         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5611         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5612         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5613         [!LIBC_SIGACTION]: Remove aliases.
5614         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5615         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5616         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5617         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5618         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5619         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5620         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5621         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5622         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5623         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5624         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5625         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5626         __libc_allocate_rtsig_private.
5627         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5628         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5629         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5630         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5631         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5632         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5633         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5634         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5635         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5636         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5637         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5638         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5639         * nptl/internaltypes.h: ... here.
5640         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5641         * sysdeps/nptl/jmp-unwind.c: ... here.
5642         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5643         * nptl/libc-lowlevellock.c: ... here.
5644         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5645         * nptl/libc_multiple_threads.c: ... here.
5646         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5647         * nptl/libc_pthread_init.c: ... here.
5648         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5649         * nptl/lowlevelbarrier.sym: ... here.
5650         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5651         * nptl/lowlevelcond.sym: ... here.
5652         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5653         * nptl/lowlevellock.c: ... here.
5654         * nptl/lowlevellock.h: Moved ...
5655         * sysdeps/nptl/lowlevellock.h: ... here.
5656         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5657         * nptl/lowlevelrobustlock.c: ... here.
5658         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5659         * nptl/lowlevelrobustlock.sym: ... here.
5660         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5661         * nptl/lowlevelrwlock.sym: ... here.
5662         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5663         * nptl/pt-fork.c: ... here.
5664         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5665         * nptl/pthread-pi-defines.sym: ... here.
5666         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5667         * nptl/pthread_attr_getaffinity.c: ... here.
5668         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5669         * nptl/pthread_attr_setaffinity.c: ... here.
5670         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5671         * nptl/pthread_mutex_cond_lock.c: ... here.
5672         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5673         Update #include.
5674         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5675         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5676         * nptl/pthread_once.c: ... here, replacing old file.
5677         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5678         * nptl/pthread_yield.c: ... here.
5679         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5680         * nptl/register-atfork.c: ... here.
5681         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5682         * nptl/sem_post.c: ... here.
5683         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5684         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5685         * nptl/sem_timedwait.c: ... here.
5686         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5687         * nptl/sem_trywait.c: ... here.
5688         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5689         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5690         * nptl/sem_wait.c: ... here.
5691         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5692         * nptl/structsem.sym: ... here.
5693         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5694         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5695         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5696         * nptl/unregister-atfork.c: ... here.
5697         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5698         * nptl/unwindbuf.sym: ... here.
5699         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5700         * sysdeps/nptl/fork.c: ... here.
5701         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5702         * sysdeps/nptl/fork.h: ... here.
5703         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5704         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5705         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5706         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5707         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5708         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5709         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5710         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5711         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5712         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5713         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5714         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5715         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5716         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5717         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5718         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5719         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5720         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5721         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5722         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5723         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5724         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5725         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5726         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5727         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5728         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5729         * sysdeps/unix/sysv/linux/raise.c: ... here.
5730         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5731         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5732         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5733         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5734         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5735         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5736         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5737         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5738         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5739         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5740         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5741         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5742         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5743         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5744         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5745
5746 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5747
5748         * sysdeps/generic/memcopy.h: Add comment for
5749         MEMCPY_OK_FOR_FWD_MEMMOVE.
5750
5751 2014-07-04  Will Newton  <will.newton@linaro.org>
5752
5753         * string/memchr.c: Merge from gnulib.
5754         [_LIBC]: Remove conditionals.
5755         (__ptr_t): Remove define.
5756         (LONG_MAX_32_BITS): Likewise.
5757         (LONG_MAX): Likewise.
5758         (MEMCHR): Use ANSI prototype and optimize algorithm.
5759
5760         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5761
5762 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5763
5764         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5765         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5766
5767         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5768         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5769         in a bare environment with no <stdlib.h> installed.
5770         * sysdeps/nptl/configure: Regenerated.
5771
5772         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5773
5774         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5775         AC_EGREP_CPP for kernel header checks, so they only succeed if
5776         including <linux/version.h> actually works right.
5777         * sysdeps/unix/sysv/linux/configure: Regenerated.
5778
5779         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5780         value so it's not diagnosed as unused.
5781
5782         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5783         thing) with "ifeq ($(subdir),rt)".
5784
5785 2014-07-03  Richard Henderson  <rth@redhat.com>
5786
5787         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5788         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5789         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5790
5791         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5792         (math_force_eval): New.
5793
5794         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5795         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5796
5797         * sysdeps/alpha/fpu/s_round.c: Remove file.
5798         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5799
5800         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5801         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5802         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5803         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5804         (_dl_start, print_statistics): Likewise.
5805         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5806         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5807
5808         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5809         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5810         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5811         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5812         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5813         (HP_SMALL_TIMING_AVAIL): Define.
5814         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5815         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5816         (HP_SMALL_TIMING_AVAIL): Define.
5817         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5818         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5819
5820         * sysdeps/aarch64/hp-timing.h: New file.
5821
5822         * sysdeps/generic/hp-timing.h: Remove dead comment.
5823         * sysdeps/generic/hp-timing-common.h: New file.
5824         * sysdeps/alpha/hp-timing.h: Include it.
5825         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5826         * sysdeps/i386/i686/hp-timing.h: Likewise.
5827         * sysdeps/ia64/hp-timing.h: Likewise.
5828         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5829         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5830         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5831         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5832         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5833         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5834         (hp_timing_t): New.
5835
5836         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5837         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5838         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5839         * elf/rtld.c (_dl_start_final): Likewise.
5840         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5841         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5842         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5843         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5844         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5845         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5846         (HP_TIMING_DIFF_INIT): Remove.
5847         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5848         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5849         (HP_TIMING_DIFF_INIT): Remove.
5850         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5851         * sysdeps/i386/i686/hp-timing.c: Remove file.
5852         * sysdeps/x86_64/hp-timing.c: Remove file.
5853         * sysdeps/ia64/hp-timing.c: Remove file.
5854         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5855         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5856         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5857         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5858
5859         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5860         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5861         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5862         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5863         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5864         (HP_TIMING_ACCUM): Remove.
5865         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5866         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5867         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5868
5869         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5870         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5871         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5872         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5873         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5874         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5875         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5876         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5877
5878         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5879
5880 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5881
5882         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5883
5884 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5885
5886         Sync up with gettext.
5887         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5888         [_MSC_VER]: Include malloc.h
5889         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5890         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5891         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5892         TEMP_FAILURE_RETRY.  Cast return of alloca.
5893         [!_LIBC] Call gl_rwlock_init.
5894         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5895
5896 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5897
5898         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5899         before checking its value.
5900
5901 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5902
5903         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5904
5905         * debug/memcpy_chk.c: Don't include pagecopy.h.
5906         * debug/mempcpy_chk.c: Likewise.
5907         * string/memcpy.c: Likewise.
5908         * string/memmove.c: Likewise.
5909         * sysdeps/powerpc/memmove.c: Likewise.
5910         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5911         definition of PAGE_COPY_FWD_MAYBE here...
5912         * sysdeps/generic/pagecopy.h: ... from here.
5913         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5914
5915 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5916             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5917
5918         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5919         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5920         optimizations.
5921         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5922         (__libc_ifunc_impl_list): Likewise.
5923         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5924         multiarch strcat for PPC64.
5925         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5926         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5927
5928 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5929
5930         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5931
5932 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5933
5934         * intl/loadmsgcat.c: Remove declaration of
5935         get_sysdep_segment_value.
5936         (get_sysdep_segment_value): Use ISO C style.
5937         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5938         semicolon.  Fix typo and formatting in comment.
5939         (_nl_unload_domain): Use ISO C style.
5940
5941         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5942
5943 2014-07-02  Will Newton  <will.newton@linaro.org>
5944
5945         * malloc/obstack.c: Merge from gnulib master.
5946         [HAVE_CONFIG_H]: Remove conditional code.
5947         [!_LIBC]: Include config.h.
5948         [!ELIDE_CODE]: Don't include inttypes.h, include
5949         stdint.h unconditionally.
5950         (print_and_abort): Mark as _Noreturn.
5951         (_obstack_allocated_p): Mark as __attribute_pure__.
5952         (obstack_free): Rename to __obstack_free.
5953         [!__attribute__]: Remove conditional code.
5954         * malloc/obstack.h: Merge from gnulib master.
5955         [__cplusplus]: Move conditional down.
5956         [!__attribute_pure__]: Define __attribute_pure__ here
5957         if it is not already defined.
5958         (_obstack_memory_used): Mark as __attribute_pure__.
5959         [!__obstack_free]: Define as obstack_free.
5960         [__GNUC__]: Remove check for ancient NeXT gcc.
5961
5962 2014-07-02  Will Newton  <will.newton@linaro.org>
5963             Paul Eggert  <eggert@cs.ucla.edu>
5964
5965         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5966
5967 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5968
5969         * resolv/gethnamaddr.c: Add comment warning that the file is
5970         not maintained.
5971
5972 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5973
5974         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5975         entries.
5976
5977         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5978         entry for aio_cancel and aio_cancel64.
5979         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5980         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5981         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5982         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5983         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5984         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5985         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5986         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5987         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5988         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5989         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5990         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5991         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5992
5993 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5994
5995         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5996         * nptl/pthread_mutex_lock.c: Likewise.
5997         * nptl/pthread_mutex_timedlock.c: Likewise.
5998         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5999
6000 2014-07-01  Richard henderson  <rth@redhat.com>
6001
6002         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6003         (__isnan, __isnanl): Remove.
6004         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6005
6006         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6007
6008 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6009
6010         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6011
6012 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6013
6014         * resolv/nss_dns/dns-host.c (getanswer_r)
6015         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6016
6017 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6018
6019         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6020         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6021         undefine.
6022         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6023         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6024
6025 2014-07-01  Roland McGrath <roland@hack.frob.com>
6026
6027         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6028         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6029
6030         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6031         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6032
6033         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6034         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6035         ... here.
6036         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6037         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6038
6039         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6040         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6041         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6042         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6043
6044         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6045         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6046         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6047         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6048         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6049         Moved ...
6050         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6051         ... here.
6052         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6053         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6054         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6055         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6056         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6057         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6058         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6059         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6060         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6061         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6062         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6063         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6064         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6065         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6066         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6067         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6068         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6069         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6070         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6071         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6072         ... here.
6073         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6074         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6075         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6076         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6077         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6078         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6079         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6080         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6081
6082 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6083
6084         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6085         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6086         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6087         Add sysdep.
6088
6089 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6090
6091         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6092
6093 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6094
6095         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6096         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6097
6098         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6099
6100         * sysdeps/arm/libm-test-ulps: Regenerated.
6101
6102 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6103             Roland McGrath <roland@hack.frob.com>
6104
6105         * test-skeleton.c (signal_handler): Kill the whole process group
6106         before killing the child individually.
6107         (main): Report any failure on `setpgid'.
6108
6109 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6110
6111         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6112         from _TLS_H to _ARM_NPTL_TLS_H.
6113         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6114         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6115
6116 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6117
6118         [BZ #16539]
6119         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6120         (__expm1l): Return argument unchanged when small but not
6121         subnormal.
6122
6123         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6124         include macro name.
6125         (_FP_UNPACK_RAW_1_P): Likewise.
6126         (_FP_PACK_RAW_1): Likewise.
6127         (_FP_PACK_RAW_1_P): Likewise.
6128         (_FP_MUL_MEAT_1_wide): Likewise.
6129         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6130         (_FP_MUL_MEAT_1_hard): Likewise.
6131         (_FP_DIV_MEAT_1_imm): Likewise.
6132         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6133         (_FP_DIV_MEAT_1_udiv): Likewise.
6134         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6135         (_FP_UNPACK_RAW_2): Likewise.
6136         (_FP_UNPACK_RAW_2_P): Likewise.
6137         (_FP_PACK_RAW_2): Likewise.
6138         (_FP_PACK_RAW_2_P): Likewise.
6139         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6140         (_FP_MUL_MEAT_2_wide): Likewise.
6141         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6142         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6143         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6144         (_FP_MUL_MEAT_2_gmp): Likewise.
6145         (_FP_DIV_MEAT_2_udiv): Likewise.
6146         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6147         (_FP_FRAC_SRL_4): Likewise.
6148         (_FP_FRAC_SRST_4): Likewise.
6149         (_FP_FRAC_SRS_4): Likewise.
6150         (_FP_UNPACK_RAW_4): Likewise.
6151         (_FP_UNPACK_RAW_4_P): Likewise.
6152         (_FP_PACK_RAW_4): Likewise.
6153         (_FP_PACK_RAW_4_P): Likewise.
6154         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6155         (_FP_MUL_MEAT_4_wide): Likewise.
6156         (_FP_MUL_MEAT_4_gmp): Likewise.
6157         (umul_ppppmnnn): Likewise.
6158         (_FP_DIV_MEAT_4_udiv): Likewise.
6159         (__FP_FRAC_ADD_4): Likewise.
6160         (__FP_FRAC_SUB_3): Likewise.
6161         (__FP_FRAC_SUB_4): Likewise.
6162         (__FP_FRAC_DEC_3): Likewise.
6163         (__FP_FRAC_DEC_4): Likewise.
6164         (__FP_FRAC_ADDI_4): Likewise.
6165         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6166         (_FP_FRAC_SRL_8): Likewise.
6167         (_FP_FRAC_SRS_8): Likewise.
6168
6169         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6170         include macro name.
6171         (FP_UNPACK_RAW_EP): Likewise.
6172         (FP_PACK_RAW_E): Likewise.
6173         (FP_PACK_RAW_EP): Likewise.
6174         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6175         (_FP_ISSIGNAN): Likewise.
6176         (_FP_ADD_INTERNAL): Likewise.
6177         (_FP_FMA): Likewise.
6178         (_FP_CMP): Likewise.
6179         (_FP_SQRT): Likewise.
6180         (_FP_TO_INT): Likewise.
6181         (_FP_FROM_INT): Likewise.
6182         (FP_EXTEND): Likewise.
6183         (_FP_DIV_MEAT_N_loop): Likewise.
6184
6185 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6186
6187         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6188         throughout.
6189
6190 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6191
6192         [BZ #17097]
6193         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6194         result with correct sign in case of exponents that produce
6195         overflow except for X very close to 1.
6196
6197 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6198
6199         mktime: merge #if/#ifdef usage from glibc
6200         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6201         as that works with both Glibc's and Gnulib's style.
6202         See thread starting at Siddhesh Poyarekar's bug report at:
6203         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6204
6205 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6206
6207         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6208         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6209         * sysdeps/tile/tilegx/memmove.c: Remove file.
6210
6211 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6212
6213         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6214         abi-name definition.
6215         * scripts/soversions.awk: Do not handle or generate ABI lines.
6216         * shlib-versions: Remove ABI entries.
6217         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6218         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6219
6220 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6221
6222         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6223         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6224         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6225         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6226         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6227         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6228         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6229         Moved ...
6230         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6231         ... here.
6232         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6233         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6234         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6235         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6236         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6237         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6238         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6239         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6240         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6241         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6242         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6243         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6244         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6245         Moved ...
6246         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6247         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6248         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6249         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6250         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6251         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6252         Moved ...
6253         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6254         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6255         Moved ...
6256         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6257         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6258         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6259         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6260         Moved ...
6261         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6262         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6263         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6264         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6265         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6266         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6267         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6268         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6269         Moved ...
6270         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6271         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6272         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6273         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6274         Moved ...
6275         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6276         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6277         Moved ...
6278         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6279         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6280         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6281         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6282         Moved ...
6283         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6284         ... here.
6285         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6286         Identical file removed.
6287         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6288         Moved ...
6289         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6290         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6291         Identical file removed.
6292         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6293         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6294         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6295         Moved ...
6296         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6297         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6298         Identical file removed.
6299         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6300         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6301         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6302         Identical file removed.
6303         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6304         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6305         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6306         Identical file removed.
6307         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6308         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6309         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6310         Identical file removed.
6311         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6312         Moved ...
6313         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6314         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6315         Identical file removed.
6316         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6317         Moved ...
6318         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6319         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6320         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6321         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6322         Identical file removed.
6323         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6324         Moved ...
6325         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6326         ... here.
6327         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6328         Identical file removed.
6329         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6330         Moved ...
6331         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6332         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6333         Identical file removed.
6334         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6335         Moved ...
6336         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6337         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6338         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6339         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6340         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6341         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6342         Moved ...
6343         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6344         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6345         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6346
6347         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6348         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6349         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6350         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6351         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6352
6353 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6354
6355         [BZ #17092]
6356         * nscd/nscd.c (monitor_child): Return exit status of child
6357         instead of return value from wait syscall.
6358
6359 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6360
6361         * configure.ac (libc_commonpagesize): Remove variable.
6362         (libc_relro_required): Likewise.
6363         (libc_cv_z_relro): Remove configure test.
6364         * configure: Regenerated.
6365         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6366         variable.
6367         (libc_relro_required): Likewise.
6368         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6369         (libc_relro_required): Likewise.
6370         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6371         (libc_relro_required): Likewise.
6372         * sysdeps/arm/preconfigure: Regenerated.
6373         * sysdeps/ia64/preconfigure: Remove file.
6374         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6375         variable.
6376         (libc_relro_required): Likewise.
6377
6378         [BZ #16561]
6379         [BZ #16562]
6380         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6381         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6382         recompute overflowing results in original rounding mode.
6383         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6384         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6385         recompute overflowing results in original rounding mode.
6386         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6387         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6388         recompute overflowing results in original rounding mode.
6389         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6390         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6391         recompute overflowing results in original rounding mode.
6392         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6393         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6394         recompute overflowing results in original rounding mode.
6395         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6396         (libc_feholdsetround_ctx): New macro.
6397         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6398         * sysdeps/i386/fpu/libm-test-ulps: Update.
6399         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6400
6401 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6402
6403         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6404         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6405         corresponding .cpsetup call.
6406
6407 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6408
6409         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6410         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6411         * sysdeps/arm/Makefile [$(subdir) = csu]
6412         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6413         (static-only-routines): Add aeabi_read_tp here.
6414         (shared-only-routines): Add libc-aeabi_read_tp here.
6415         (CFLAGS-libc-start.c): Add -fexceptions here.
6416         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6417         (sysdep_routines, static-only-routines, shared-only-routines):
6418         Don't add to these here.
6419         (CFLAGS-libc-start.c): Likewise.
6420
6421         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6422         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6423         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6424         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6425         * sysdeps/arm/Makefile [$(subdir) = rt]
6426         (librt-sysdep_routines, librt-shared-only-routines):
6427         Append rt-aeabi_unwind_cpp_pr1 here.
6428         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6429         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6430         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6431         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6432         Append nptl-aeabi_unwind_cpp_pr1 here.
6433         (tests): Filter out tst-cleanupx4 here.
6434         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6435         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6436         Don't do those here.
6437
6438 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6439
6440         * scripts/list-sources.sh: Do not handle ports specially.
6441
6442 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6443
6444         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6445         * sysdeps/arm/feupdateenv.c: Likewise.
6446
6447         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6448
6449 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6450
6451         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6452         trailing whitespace removed.
6453         * scripts/config.guess: Update to version 2014-03-23.
6454         * scripts/config.sub: Update to version 2014-05-01
6455         * scripts/install-sh: Update to version 2013-12-25.23.
6456         * scripts/move-if-change: Update from gnulib.
6457
6458 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6459
6460         * debug/memmove_chk.c: Remove pagecopy.h include.
6461
6462 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6463
6464         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6465         identical to gnulib mktime.
6466
6467 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6468
6469         * configure.ac: Do not test for machine being rs6000.  Do not test
6470         for powerpc*-*soft.
6471         * configure: Regenerated.
6472
6473         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6474         test.
6475         * configure: Regenerated.
6476         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6477         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6478         Remove configure test.
6479         * sysdeps/arm/configure: Regenerated.
6480         * sysdeps/nptl/configure.ac: Do not check
6481         libc_cv_asm_cfi_directives.
6482         * sysdeps/nptl/configure: Regenerated.
6483         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6484         * sysdeps/x86_64/nptl/configure: Remove generated file.
6485         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6486         unconditional.
6487         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6488
6489 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6490
6491         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6492         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6493         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6494         it is defined.
6495
6496         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6497         instead of whether it is defined.
6498         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6499         * sysdeps/hppa/dl-machine.h: Likewise.
6500         * sysdeps/ia64/dl-machine.h: Likewise.
6501         * sysdeps/m68k/dl-machine.h: Likewise.
6502         * sysdeps/microblaze/dl-machine.h: Likewise.
6503         * sysdeps/mips/dl-machine.: Likewise.
6504         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6505         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6506         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6507         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6508         * sysdeps/sh/dl-machine.h: Likewise.
6509         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6510         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6511         * sysdeps/tile/dl-machine.h: Likewise.
6512         * sysdeps/x86_64/dl-machine.h: Likewise.
6513
6514         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6515         code.
6516         (verify_persistent_db): Likewise.
6517
6518 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6519
6520         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6521         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6522         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6523         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6524         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6525         Moved ...
6526         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6527         ... here.
6528         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6529         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6530         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6531         Identical file removed.
6532         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6533         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6534         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6535         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6536         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6537         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6538         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6539         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6540         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6541         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6542         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6543         Moved ...
6544         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6545         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6546         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6547         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6548         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6549         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6550         Moved ...
6551         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6553         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6554         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6555         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6556         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6557         Identical file removed.
6558         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6559         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6560         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6561         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6562         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6563         Moved ...
6564         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6565         ... here.
6566         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6567         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6568         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6569         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6570         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6571         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6573         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6574         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6575         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6576         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6577         Moved ...
6578         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6579         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6580         Moved ...
6581         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6582         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6583         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6584         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6585         Moved ...
6586         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6587         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6588         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6589
6590         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6591         folded into ...
6592         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6593         * sysdeps/unix/sysv/linux/s390/Versions
6594         (libpthread: GLIBC_2.19): New version set.
6595         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6596         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6597         (librt: GLIBC_2.3.3): New version set.
6598         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6599         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6600         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6601         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6602         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6603         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6604         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6605         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6606         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6607         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6608         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6609         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6610         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6611         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6612         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6613         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6614         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6615         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6616         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6617         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6618         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6619         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6620         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6621         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6622         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6623         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6624         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6625         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6626         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6627         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6628         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6629         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6630         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6631         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6632         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6633         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6634         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6635         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6636         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6637         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6638         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6639         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6640         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6641         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6642         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6643
6644         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6645         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6646         (__libc_vfork): Define the function under this name.
6647         [!NOT_IN_libc] (__vfork): Make this an alias.
6648         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6649         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6650         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6651         (__libc_vfork): Define the function under this name.
6652         [!NOT_IN_libc] (__vfork): Make this an alias.
6653         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6654         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6655         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6656         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6657         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6658         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6659
6660         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6661         code that was previously under [RESET_PID].
6662         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6663         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6664         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6665
6666         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6667         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6668         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6669         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6670         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6671         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6672         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6673         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6674         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6675         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6676         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6677         Moved ...
6678         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6679         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6680         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6682         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6686         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6687         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6688         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6690         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6691         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6692         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6693         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6694         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6695         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6696         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6697         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6698         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6699         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6700         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6701         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6702         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6703         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6704         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6705         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6706         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6707
6708 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6709
6710         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6711         that was previously under [RESET_PID].
6712         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6713
6714 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6715
6716         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6717         not undefine and redefine.
6718         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6719         [O_CLOEXEC]: Make code unconditional.
6720         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6721         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6722         <kernel-features.h>.
6723         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6724         conditional variable definition.
6725         (shm_open) [O_CLOEXEC]: Make code unconditional.
6726         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6727         code.
6728
6729         * configure.ac (USE_REGPARMS): Don't define here.
6730         * configure: Regenerated.
6731         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6732         * sysdeps/i386/configure: Regenerated.
6733
6734         * nptl/createthread.c: Don't include kernel-features.h.
6735         * nptl/pthread_cancel.c: Likewise.
6736         * nptl/pthread_condattr_setclock.c: Likewise.
6737         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6738         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6739         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6740         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6741         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6742         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6743         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6744         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6745         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6746         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6747         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6748         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6749         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6750         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6751         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6752         * nscd/gai.c: Likewise.
6753         * nss/nss_db/db-open.c: Likewise.
6754         * sysdeps/generic/ldsodefs.h: Likewise.
6755         * sysdeps/sh/nptl/tls.h: Likewise.
6756         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6757         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6758         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6759         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6760         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6761         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6762         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6763         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6764         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6765         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6766         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6767         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6768         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6769         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6770         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6771         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6772         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6773         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6774         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6775         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6776         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6777         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6778         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6779         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6780         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6781         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6782         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6783         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6784         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6785         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6786         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6787         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6788         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6789         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6790         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6791         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6792         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6793         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6794         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6795         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6796         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6797         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6798         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6799         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6800         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6801         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6802         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6803         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6804         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6805         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6806         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6807         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6808         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6809         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6810         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6811         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6812         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6813         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6836         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6837         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6838         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6839         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6840         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6841         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6842         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6843         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6844         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6845         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6846         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6847         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6848         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6849         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6850         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6851         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6852         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6853         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6854         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6855         * sysdeps/unix/sysv/linux/system.c: Likewise.
6856         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6857         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6858         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6859         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6860         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6861         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6862         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6863
6864         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6865         * configure: Regenerated.
6866         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6867
6868         * configure.ac (base_machine): Do not set specially for particular
6869         machines here.
6870         * configure: Regenerated.
6871         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6872         settings from configure.ac.
6873         * sysdeps/i386/preconfigure: New file.
6874         * sysdeps/s390/preconfigure: Likewise.
6875         * sysdeps/sh/preconfigure: Likewise.
6876         * sysdeps/sparc/preconfigure: Likewise.
6877
6878 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6879
6880         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6881         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6882         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6883         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6884         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6885         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6886         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6887         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6888         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6889         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6890         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6891         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6892         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6893         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6894         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6895         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6896         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6897         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6898         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6899
6900         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6901         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6902         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6903         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6904         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6905         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6906         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6907         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6908         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6909         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6910         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6911         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6912         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6913         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6914         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6915         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6916         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6917         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6918         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6919         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6920         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6921         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6922         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6923         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6924         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6925         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6926         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6927         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6928         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6929         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6930         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6931         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6932         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6933         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6934         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6935         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6936         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6937         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6938
6939         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6940         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6941         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6942         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6943         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6944         Moved ...
6945         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6946         ... here.
6947         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6948         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6949         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6950         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6951         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6952         Moved ...
6953         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6954         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6955         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6956         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6957         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6958         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6959         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6960         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6961         Moved ...
6962         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6963         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6964         Moved ...
6965         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6966         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6967         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6968         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6969         Moved ...
6970         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6971         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6972         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6973         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6974         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6975         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6976         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6977         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6978         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6979         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6980         Moved ...
6981         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6982         ... here.
6983         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6984         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6985         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6986         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6987         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6988         Moved ...
6989         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6990         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6991         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6992         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6993         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6994         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6995         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6996         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6997         Moved ...
6998         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6999         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7000         Moved ...
7001         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7002         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7003         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7004         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7005         Moved ...
7006         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7007         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7008         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7009         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7010         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7011
7012 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7013
7014         * timezone/checktab.awk: Update from tzcode 2014e.
7015         * timezone/private.h: Likewise.
7016         * timezone/tzfile.h: Likewise.
7017         * timezone/zdump.c: Likewise.
7018         * timezone/zic.c: Likewise.
7019
7020         * sysdeps/unix/sysv/linux/kernel-features.h
7021         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7022         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7023         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7024         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7025         Remove conditional code.
7026
7027 2014-06-25  Will Newton  <will.newton@linaro.org>
7028
7029         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7030         (_dl_arm_cap_flags): Add HWCAP2 values.
7031         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7032         (_DL_HWCAP_COUNT): Increase to 37.
7033         (_DL_HWCAP_LAST): New define.
7034         (_DL_HWCAP2_LAST): New define.
7035         (_dl_procinfo): Add support for printing
7036         AT_HWCAP2 entries.
7037         (_dl_string_hwcap): Use _dl_hwcap_string.
7038
7039 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7040
7041         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7042
7043 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7044
7045         * README: Do not mention ports directory.
7046
7047         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7048         Remove macro.
7049         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7050         <kernel-features.h>.
7051         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7052         conditional variable definition.
7053         (__futimes): Update comment.
7054         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7055         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7056
7057         [BZ #16560]
7058         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7059         arguments close to 0.
7060         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7061         Likewise.
7062         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7063         Likewise.
7064         * math/auto-libm-test-in: Add more tests of exp10.
7065         * math/auto-libm-test-out: Regenerated.
7066         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7067
7068         * sysdeps/unix/sysv/linux/kernel-features.h
7069         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7070         * sysdeps/unix/sysv/linux/readv.c: Do not include
7071         <kernel-features.h>.
7072         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7073         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7074         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7075         unconditional.
7076         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7077         conditional code.
7078         * sysdeps/unix/sysv/linux/writev.c: Do not include
7079         <kernel-features.h>.
7080         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7081         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7082         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7083         unconditional.
7084         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7085         conditional code.
7086
7087 2014-06-25  Will Newton  <will.newton@linaro.org>
7088
7089         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7090         comment changes throughout the file.  Remove checks
7091         for HAVE_*_H definitions that are not required.
7092         (__gen_tempname): Call abort if an unknown kind value is
7093         passed.
7094
7095 2014-06-25  Andreas Schwab  <schwab@suse.de>
7096
7097         [BZ #17086]
7098         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7099         scalbln, scalblnf, scalblnl in libc.
7100
7101 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7102
7103         [BZ #17086]
7104         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7105         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7106         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7107
7108 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7109
7110         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7111         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7112         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7113         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7114         Update #include.
7115         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7116         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7117         Update #include.
7118         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7119         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7120         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7121         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7122         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7123         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7124         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7125         * sysdeps/x86/bits/semaphore.h: ... here.
7126         * sysdeps/x86/nptl/elide.h: Moved ...
7127         * sysdeps/x86/elide.h: ... here.
7128         * sysdeps/x86_64/nptl/Implies: File removed.
7129         * sysdeps/i386/nptl/Implies: File removed.
7130
7131 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7132
7133         [BZ #16539]
7134         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7135         return the argument for normal arguments with exponent below -64.
7136         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7137         Likewise.
7138         * math/auto-libm-test-in: Add another test of expm1.
7139         * math/auto-libm-test-out: Regenerated.
7140
7141         [BZ #16287]
7142         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7143         calling __erfcl for arguments at least 16.
7144         * math/auto-libm-test-in: Add more tests of erf.
7145         * math/auto-libm-test-out: Regenerated.
7146
7147         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7148         individual architectures.
7149         * sysdeps/unix/sysv/linux/configure: Regenerated.
7150         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7151         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7152         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7153         (ldd_rewrite_script): Define variable.
7154         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7156         file.
7157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7158         generated file.
7159         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7160         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7161         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7162         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7163         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7164         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7165         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7166         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7167
7168 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7169
7170         [BZ #17084]
7171         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7172         Rename member __data.d to __data.__elision_data.
7173
7174 2014-06-24  Wilco  <wdijkstr@arm.com>
7175
7176         * NEWS: Add 16918 to fixed bug list.
7177
7178 2014-06-24  Wilco  <wdijkstr@arm.com>
7179
7180         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7181
7182 2014-06-24  Wilco  <wdijkstr@arm.com>
7183
7184         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7185         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7186         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7187         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7188         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7189         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7190         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7191         Use _FPU_MASK_RM.
7192
7193 2014-06-24  Wilco  <wdijkstr@arm.com>
7194
7195         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7196
7197 2014-06-24  Wilco  <wdijkstr@arm.com>
7198
7199         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7200         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7201         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7202         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7203
7204 2014-06-24  Wilco  <wdijkstr@arm.com>
7205
7206         [BZ #16918]
7207         * sysdeps/arm/feupdateenv.c (feupdateenv):
7208         Rewrite to reduce FPSCR accesses and fix return value.
7209
7210 2014-06-24  Wilco  <wdijkstr@arm.com>
7211
7212         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7213         Optimize to avoid unnecessary FPSCR writes.
7214         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7215         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7216         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7217         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7218
7219 2014-06-24  Wilco  <wdijkstr@arm.com>
7220
7221         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7222         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7223         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7224         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7225         Call libc_fetestexcept_vfp.
7226         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7227         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7228         __SOFTFP__ ifdef so that they can be built for softfp.
7229
7230 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7231
7232         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7233         argument type signed char.
7234
7235         * Makerules (check-abi): Dump diff of symlist if the test
7236         fails.
7237
7238 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7239
7240         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7241         using abort.
7242
7243         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7244         Remove unused variable ST.
7245
7246 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7247
7248         [BZ #16354]
7249         [BZ #17061]
7250         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7251         small arguments before calling __expm1.
7252         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7253         small arguments before calling __expm1f.
7254         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7255         small arguments before calling __expm1l.
7256         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7257         Likewise.
7258         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7259         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7260         spurious underflow for some cosh tests.
7261         * math/auto-libm-test-out: Regenerated.
7262         * sysdeps/i386/fpu/libm-test-ulps: Update.
7263
7264         [BZ #17050]
7265         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7266         (__ieee754_y1): Set errno if return value overflows.
7267         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7268         (__ieee754_y1f): Set errno if return value overflows.
7269         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7270         (__ieee754_y1l): Set errno if return value overflows.
7271         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7272         (__ieee754_y1l): Set errno if return value overflows.
7273         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7274         * math/auto-libm-test-out: Regenerated.
7275
7276         * math/gen-auto-libm-tests.c: Document use of
7277         ignore-zero-inf-sign.
7278         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7279         (input_flags): Add ignore-zero-inf-sign.
7280         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7281         * math/gen-libm-test.pl (generate_testfile): Handle
7282         ignore-zero-inf-sign.
7283         * math/auto-libm-test-in: Mark some cpow tests with
7284         ignore-zero-inf-sign and some with xfail-rounding.
7285         * math/auto-libm-test-out: Regenerated.
7286         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7287         * sysdeps/i386/fpu/libm-test-ulps: Update.
7288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7289
7290         [BZ #16315]
7291         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7292         overflowing or underflowing operations take place with sign of
7293         result.
7294         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7295         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7296         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7297         (__ieee754_pow): Recompute overflowing and underflowing results in
7298         original rounding mode.
7299         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7300         (__powl_helper): Allow negative argument X and scale negated value
7301         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7302         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7303         overflowing or underflowing operations take place with sign of
7304         result.
7305         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7306         Include <math.h>.
7307         * math/auto-libm-test-in: Add more tests of pow.
7308         * math/auto-libm-test-out: Regenerated.
7309         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7310         (pow_tonearest_test_data): Remove.
7311         (pow_test_tonearest): Likewise.
7312         (pow_towardzero_test_data): Likewise.
7313         (pow_test_towardzero): Likewise.
7314         (pow_downward_test_data): Likewise.
7315         (pow_test_downward): Likewise.
7316         (pow_upward_test_data): Likewise.
7317         (pow_test_upward): Likewise.
7318         (main): Don't call removed functions.
7319         * sysdeps/i386/fpu/libm-test-ulps: Update.
7320         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7321
7322 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7323
7324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7325         Moved ...
7326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7328         Moved ...
7329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7331         Moved ...
7332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7334         Moved ...
7335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7337         File removed.
7338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7339         File removed.
7340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7341         File removed.
7342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7343         File removed.
7344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7345         File removed.
7346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7347         File removed.
7348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7349         File removed.
7350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7351         File removed.
7352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7353         File removed.
7354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7355         File removed.
7356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7357         File removed.
7358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7359         File removed.
7360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7361         Moved ...
7362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7364         Moved ...
7365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7366         ... here.
7367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7368         Moved ...
7369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7371         Moved ...
7372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7374         Moved ...
7375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7377         Moved ...
7378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7380         Moved ...
7381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7383         Moved ...
7384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7386         Moved ...
7387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7390         ... here.
7391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7392         Moved ...
7393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7395         Moved ...
7396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7397         ... here.
7398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7399         Moved ...
7400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7401         ... here.
7402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7403         Moved ...
7404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7405         ... here.
7406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7407         Moved ...
7408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7410         Moved ...
7411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7415         Moved ...
7416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7417         ... here.
7418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7419         Moved ...
7420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7421         ... here.
7422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7423         Moved ...
7424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7426         Moved ...
7427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7429         Moved ...
7430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7432         Moved ...
7433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7435         Moved ...
7436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7437         ... here.
7438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7439         Moved ...
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7442         Moved ...
7443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7445         Moved ...
7446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7448         Moved ...
7449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7453         Moved ...
7454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7456         Moved ...
7457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7459         Moved ...
7460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7461         ... here.
7462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7463         Moved ...
7464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7465         ... here.
7466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7467         Moved ...
7468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7469         ... here.
7470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7471         Moved ...
7472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7474         Moved ...
7475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7477         Moved ...
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7480         Moved ...
7481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7482         ... here.
7483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7484         Moved ...
7485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7486         ... here.
7487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7488         Moved ...
7489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7490         ... here.
7491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7492         Moved ...
7493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7495         Moved ...
7496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7497
7498 2014-06-23  Will Newton  <will.newton@linaro.org>
7499             Wilco  <wdijkstr@arm.com>
7500
7501         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7502         implementation.  Include get-rounding-mode.h.
7503         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7504         [!libc_feholdsetround_noex_ctx]: Define
7505         libc_feholdsetround_noex_ctx.
7506         [!libc_feholdsetround_noexf_ctx]: Define
7507         libc_feholdsetround_noexf_ctx.
7508         [!libc_feholdsetround_noexl_ctx]: Define
7509         libc_feholdsetround_noexl_ctx.
7510         (libc_feholdsetround_ctx): New function.
7511         (libc_feresetround_ctx): New function.
7512         (libc_feholdsetround_noex_ctx): New function.
7513         (libc_feresetround_noex_ctx): New function.
7514
7515 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7516
7517         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7518         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7519         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7520         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7521         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7522         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7523
7524         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7525         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7526         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7527         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7528         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7529         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7530         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7531         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7532         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7533         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7534         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7535         Moved ...
7536         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7537         ... here.
7538         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7539         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7540         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7541         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7542         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7543         Moved ...
7544         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7545         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7546         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7547         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7548         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7549         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7550         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7551         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7552         Moved ...
7553         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7554         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7555         Moved ...
7556         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7557         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7558         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7559         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7560         Moved ...
7561         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7562         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7563         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7564         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7565         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7566         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7567         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7568         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7569         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7570         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7571         Moved ...
7572         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7573         ... here.
7574         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7575         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7576         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7577         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7578         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7579         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7580         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7581         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7582         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7583         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7584         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7585         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7586         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7587         Moved ...
7588         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7589         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7590         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7591         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7592         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7593         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7594         Moved ...
7595         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7596         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7597         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7598         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7599         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7600
7601         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7602         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7603         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7604         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7605         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7606         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7607         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7608         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7609         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7610         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7611         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7612         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7613         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7614         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7615         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7616         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7617         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7618         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7619         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7620         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7621         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7622         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7623         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7624         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7625         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7626         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7627         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7628         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7629
7630 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7631
7632         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7633         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7634         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7635         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7636         (IPV6_PMTUDISC_INTERFACE): Likewise.
7637         (IPV6_PMTUDISC_OMIT): Likewise.
7638
7639 2014-06-23  Andreas Schwab  <schwab@suse.de>
7640
7641         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7642         Remove unused errout label.
7643
7644 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7645
7646         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7647         macro: hardware supports Vector Crypto instructions.
7648
7649 2014-06-23  Will Newton  <will.newton@linaro.org>
7650
7651         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7652         rather than __builtin_expect.
7653
7654         * elf/dl-lookup.c (undefined_msg): Remove variable.
7655         (_dl_lookup_symbol_x): Replace undefined_msg with string
7656         literal.
7657
7658         * elf/dl-lookup.c (do_lookup_unique): New function.
7659         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7660         to a separate function.
7661
7662 2014-06-23  Andreas Schwab  <schwab@suse.de>
7663
7664         [BZ #17079]
7665         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7666         before reading the next line.
7667
7668 2014-06-23  Will Newton  <will.newton@linaro.org>
7669
7670         * test-skeleton.c (signal_handler): Use printf and %m
7671         rather than perror.  Use printf rather than fprintf to
7672         stderr.  Use puts rather than fputs to stderr.
7673         (main): Likewise.
7674
7675 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7676
7677         * nscd/nscd.c (thread_info_t): Remove typedef.
7678         (thread_info): Remove variable.
7679
7680 2014-06-21  Allan McRae  <allan@archlinux.org>
7681
7682         * NEWS: Mention CVE-2014-4043.
7683
7684 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7685
7686         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7687         * nptl/smp.h: ... here.
7688
7689         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7690
7691         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7692         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7693         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7694         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7695
7696         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7697         * nptl/stack-aliasing.h: New file.
7698         * sysdeps/i386/i686/stack-aliasing.h: New file.
7699         * sysdeps/i386/i686/nptl/Makefile: File removed.
7700         * sysdeps/x86_64/stack-aliasing.h: New file.
7701         * sysdeps/x86_64/nptl/Makefile
7702         (CFLAGS-pthread_create.c): Variable removed.
7703
7704         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7705         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7706         old file.
7707         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7708         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7709         old file.
7710
7711 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7712
7713         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7714         (__ASSUME_SIGFRAME_V2): Remove macro.
7715         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7716         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7717         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7718         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7719         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7720         Declare as function.  Remove conditional macro definitions.
7721         (__default_rt_sa_restorer): Likewise.
7722         (__default_sa_restorer_v1): Remove declaration.
7723         (__default_sa_restorer_v2): Likewise.
7724         (__default_rt_sa_restorer_v1): Likewise.
7725         (__default_rt_sa_restorer_v2): Likewise.
7726         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7727         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7728         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7729
7730 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7731
7732         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7733         (libpthread-routines): Add sysdep.
7734         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7735         * sysdeps/unix/sysv/linux/sparc/Versions
7736         (libpthread: GLIBC_2.3.3): New version set.
7737         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7738         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7739         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7740         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7741         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7742         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7743         Moved ...
7744         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7745         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7746         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7747         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7748         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7749         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7750         * sysdeps/sparc/nptl/sem_init.c: ... here.
7751         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7752         * sysdeps/sparc/nptl/sem_post.c: ... here.
7753         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7754         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7755         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7756         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7757         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7758         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7759         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7760         (libpthread-routines): Add cpu_relax.
7761         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7762         File removed.
7763         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7764         (librt: GLIBC_2.3.3): New version set.
7765         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7766         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7767         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7768         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7769         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7770         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7771         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7772         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7773         Moved ...
7774         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7775         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7776         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7777         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7778         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7779         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7780         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7781         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7782         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7783         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7784         Moved ...
7785         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7786         Update #include.
7787         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7788         Moved ...
7789         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7790         Update #include.
7791         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7792         Moved ...
7793         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7794         Update #include.
7795         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7796         Moved ...
7797         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7798         Update #include.
7799         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7800         Moved ...
7801         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7802         Update #include.
7803         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7804         Moved ...
7805         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7806         Update #include.
7807         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7808         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7809         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7810         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7811         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7812         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7813         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7814         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7815         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7816         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7817         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7818         Moved ...
7819         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7820         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7821         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7822         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7823         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7824
7825 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7826
7827         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7828         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7829         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7830         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7831         * nscd/nscd.c: Likewise.
7832         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7833         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7834         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7835         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7836
7837         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7838         <kernel-features.h>.
7839         (init_mq_netlink): Remove conditional have_sock_cloexec
7840         definitions.  Remove code conditional on have_sock_cloexec < 0.
7841         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7842         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7843         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7844         <kernel-features.h>.
7845         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7846         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7847
7848 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7849
7850         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7851         Add tests for memset_chk and memset.
7852
7853         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7854         with AVX2_Usable.
7855
7856 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7857
7858         [BZ #16046]
7859         * elf/tst-dl-iter-static.c: New file.
7860         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7861
7862         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7863         error.
7864
7865 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7866
7867         * sysdeps/unix/sysv/linux/kernel-features.h
7868         (__ASSUME_F_GETOWN_EX): Remove macro.
7869         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7870         <kernel-features.h>.
7871         (miss_F_GETOWN_EX): Remove variable or macro.
7872         (do_fcntl): Do not check miss_F_GETOWN_EX.
7873         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7874
7875         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7876         Remove macro.
7877         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7878         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7879         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7880
7881         * sysdeps/unix/sysv/linux/kernel-features.h
7882         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7883         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7884         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7885         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7886
7887 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7888
7889         [BZ #17075]
7890         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7891         Fix calculation of the symbol's value.
7892         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7893         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7894         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7895         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7896         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7897         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7898         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7899         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7900         (modules-names): Add `tst-armtlsdescmod',
7901         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7902         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7903         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7904         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7905         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7906         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7907         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7908         ($(objpfx)tst-armtlsdescloc): New dependency.
7909         ($(objpfx)tst-armtlsdescextnow): Likewise.
7910         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7911         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7912         TLS scheme support.
7913         * sysdeps/arm/configure: Regenerate.
7914
7915 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7916
7917         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7918         (__atfct_seterrno_2): Likewise.
7919         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7920         <kernel-features.h>.
7921         (__ASSUME_ATFCTS): Do not undefine and redefine.
7922         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7923         (__have_atfcts): Remove conditional definition.
7924         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7925         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7926         unreachable if [__ASSUME_ATFCTS].
7927         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7928         not undefine and redefine.
7929         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7930         <kernel-features.h>.
7931         (faccessat) [__NR_faccessat]: Make code unconditional.
7932         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7933         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7934         <kernel-features.h>.
7935         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7936         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7937         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7938         <kernel-features.h>.
7939         (fchownat) [__NR_fchownat]: Make code unconditional.
7940         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7941         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7942         <kernel-features.h>.
7943         (futimesat) [__NR_futimesat]: Make code unconditional.
7944         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7945         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7946         <kernel-features.h>.
7947         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7948         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7949         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7950         <kernel-features.h>.
7951         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7952         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7953         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7954         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7955         <kernel-features.h>.
7956         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7957         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7958         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7959         <kernel-features.h>.
7960         (linkat) [__NR_linkat]: Make code unconditional.
7961         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7962         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7963         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7964         <kernel-features.h>.
7965         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7966         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7967         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7968         <kernel-features.h>.
7969         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7970         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7971         * sysdeps/unix/sysv/linux/openat.c: Do not include
7972         <kernel-features.h>.
7973         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7974         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7975         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7976         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7977         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7978         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7979         <kernel-features.h>.
7980         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7981         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7982         result of INLINE_SYSCALL directly, not via int variable.
7983         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7984         <kernel-features.h>.
7985         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7986         (renameat) [__NR_renameat]: Make code unconditional.
7987         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7988         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7989         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7990         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7991         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7992         (__ASSUME_ATFCTS): Do not undefine and redefine.
7993         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7994         <kernel-features.h>.
7995         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7996         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7997         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7998         <kernel-features.h>.
7999         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8000         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8001         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8002         (__ASSUME_ATFCTS): Do not undefine and redefine.
8003         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8004         <kernel-features.h>.
8005         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8006         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8007         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8008         <kernel-features.h>.
8009         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8010         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8011
8012 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8013
8014         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8015
8016 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8017
8018         [BZ #17069]
8019         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8020         constructed tree before returning error.
8021         * posix/bug-regexp36.c: Expand test case.
8022
8023 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8024
8025         [BZ #6803]
8026         * math/libm-test.inc (scalbln_test_date):
8027         Add errno expectations.
8028         * math/w_scalblnf.c: New File.
8029         Add wrapper which checks for setting errno to ERANGE.
8030         Add weak_alias for corresponding scalbln function.
8031         * math/w_scalbln.c: Likewise.
8032         * math/w_scalblnl.c: Likewise.
8033         * math/Makefile (libm-calls): Add w_scalbln.
8034         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8035         Remove weak_alias for corresponding scalbln function.
8036         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8037         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8038         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8039         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8040         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8041         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8042         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8043         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8044         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8045         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8046         Remove long_double_symbol for scalblnl function in libm, libc.
8047         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8048         Add wrapper which checks for setting errno to ERANGE.
8049         Add long_double_symbol for scalblnl function in libm, libc.
8050         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8051         Remove long_double_symbol for scalblnl in libm.
8052         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8053         Add wrapper which checks for setting errno to ERANGE.
8054         Add long_double_symbol for scalblnl function in libm.
8055         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8056         Do not use wrapper because of own implementation.
8057
8058 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8059
8060         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8061         3 bytes for __pad1 for x32.
8062         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8063
8064 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8065             H.J. Lu  <hongjiu.lu@intel.com>
8066
8067         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8068         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8069         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8070         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8071         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8072
8073 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8074
8075         [BZ #17069]
8076         * posix/regcomp.c (parse_expression): Deallocate partially
8077         constructed tree before returning error.
8078         * posix/Makefile.c (tests): Add bug-regex36.
8079         (generated): Add bug-regex36.mtrace.
8080         (tests-special): Add $(objpfx)bug-regex36-mem.out
8081         (bug-regex36-ENV): New variable.
8082         ($(objpfx)bug-regex36-mem.out): New rule.
8083         * posix/bug-regex36.c: New file.
8084
8085 2014-06-19  Will Newton  <will.newton@linaro.org>
8086
8087         * malloc/malloc.c (systrim): If extra is zero then return
8088         early.
8089
8090 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8091
8092         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8093
8094 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8095
8096         * sysdeps/aarch64/strchr.S: New file.
8097
8098 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8099
8100         [BZ #17022]
8101         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8102         from arguments -2 or below.
8103         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8104         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8105
8106 2014-06-18  Andreas Schwab  <schwab@suse.de>
8107
8108         [BZ #17062]
8109         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8110         of a bracket expr not to run off the end of the string.
8111         * posix/Makefile (tests): Add tst-fnmatch3.
8112         * posix/tst-fnmatch3.c: New file.
8113
8114 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8115
8116         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8117         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8118         [$(cross-compiling) = no]: Likewise.
8119         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8120         [$(cross-compiling) = no]: Likewise.
8121
8122 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8123
8124         [BZ #17031]
8125         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8126         double, adjusted for any remainder from the high double.
8127         * math/libm-test.inc (nearbyint): Add tests.
8128         (rint): Likewise.
8129
8130 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8131
8132         * nptl/sysdeps/powerpc/Makefile: Moved ...
8133         * sysdeps/powerpc/nptl/Makefile: ... here.
8134         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8135         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8136         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8137         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8138         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8139         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8140         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8141         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8142         * nptl/sysdeps/powerpc/tls.h: Moved ...
8143         * sysdeps/powerpc/nptl/tls.h: ... here.
8144
8145 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8146
8147         [BZ #16681]
8148         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8149         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8150         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8151         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8152         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8153         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8154         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8155         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8156         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8157
8158 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8159
8160         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8161
8162 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8163
8164         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8165         defined operator.
8166
8167         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8168         $TIMEOUTFACTOR.
8169
8170 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8171
8172         [BZ #17058]
8173         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8174         non-executed part of the test.
8175
8176 2014-06-16  Andreas Schwab  <schwab@suse.de>
8177
8178         * string/bits/string2.h (strdup, strndup): Update feature guard.
8179
8180 2014-06-14  David S. Miller  <davem@davemloft.net>
8181
8182         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8183
8184 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8185
8186         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8187         that was previously under [RESET_PID].
8188         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8189
8190         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8191         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8192         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8193         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8194         (__libc_vfork): New strong alias.
8195         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8196
8197 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8198
8199         * sysdeps/generic/elide.h: New file.
8200
8201 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8202
8203         * Makefile (installed-headers): Adjust path of pthread.h header.
8204
8205 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8206
8207         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8208         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8209         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8210         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8211
8212         * nptl/sysdeps/s390/Makefile: Moved ...
8213         * sysdeps/s390/nptl/Makefile: ... here.
8214         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8215         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8216         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8217         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8218         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8219         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8220         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8221         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8222         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8223         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8224         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8225         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8226         * nptl/sysdeps/s390/tls.h: Moved ...
8227         * sysdeps/s390/nptl/tls.h: ... here.
8228
8229         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8230         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8231
8232 2014-06-13  David S. Miller  <davem@davemloft.net>
8233
8234         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8235         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8236         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8237         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8238         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8239         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8240         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8241         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8242         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8243         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8244         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8245         Remove RESET_PID cpp guards.
8246         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8247         Remove RESET_PID cpp guards.
8248         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8249
8250 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8251
8252         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8253         __sp to uintptr_t.
8254
8255 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8256
8257         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8258         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8259         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8260         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8261         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8262         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8263         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8264         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8265         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8266         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8267         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8268         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8269         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8270         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8271         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8272         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8273         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8274         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8275         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8276         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8277
8278         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8279         (pthread_rwlock_rdlock): Add elision.
8280         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8281         (pthread_rwlock_wrlock): Add elision.
8282         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8283         (pthread_rwlock_trywrlock): Add elision.
8284         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8285         (pthread_rwlock_tryrdlock): Add elision.
8286         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8287         (pthread_rwlock_tryrdlock): Add elision unlock.
8288         * nptl/sysdeps/pthread/pthread.h:
8289         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8290         (PTHREAD_RWLOCK_INITIALIZER,
8291         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8292         Handle new elision field.
8293         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8294         * sysdeps/arm/nptl/bits/pthreadtypes.h
8295         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8296         * sysdeps/sh/nptl/bits/pthreadtypes.h
8297         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8298         * sysdeps/tile/nptl/bits/pthreadtypes.h
8299         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8300         * sysdeps/a/nptl/bits/pthreadtypes.h
8301         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8302         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8303         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8304         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8305         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8306         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8307         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8308         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8309         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8310         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8311         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8312         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8313         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8314         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8315         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8316         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8317         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8318         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8319         (elision_init): Set try_xbegin to zero when no RTM.
8320         * sysdeps/x86/nptl/bits/pthreadtypes.h
8321         (pthread_rwlock_t): Change __pad1 to __rwelision.
8322         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8323
8324 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8325
8326         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8327         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8328         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8329         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8330
8331 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8332
8333         [BZ #16996]
8334         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8335         that the cached result has been set before returning it.
8336
8337 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8338
8339         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8340         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8341         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8342         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8343         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8344         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8345
8346         * nptl/sysdeps/sparc/Makefile: Moved ...
8347         * sysdeps/sparc/nptl/Makefile: ... here.
8348         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8349         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8350         * nptl/sysdeps/sparc/tls.h: Moved ...
8351         * sysdeps/sparc/nptl/tls.h: ... here.
8352         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8353         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8354         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8355         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8356         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8357         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8358         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8359         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8360         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8361         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8362         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8363         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8364         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8365         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8366         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8367         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8368         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8369         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8370         Update #include.
8371         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8372         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8373         Update #include.
8374         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8375         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8376         Update #include.
8377         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8378         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8379         Update #include.
8380
8381         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8382
8383         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8384         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8385
8386         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8387         (struct list_links): Type removed.
8388         (struct thread_node, struct timer_node): Replace struct list_links
8389         with struct list_head.
8390         (list_unlink_ip): Likewise.
8391         * sysdeps/pthread/timer_routines.c
8392         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8393         (list_append, list_insbefore): Likewise.
8394         (list_init): Function removed.
8395         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8396         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8397         * sysdeps/pthread/Makefile: ... here, new file.
8398
8399         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8400         * sysdeps/nptl/Implies: ... here.
8401         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8402         * nptl/sysdeps/pthread/list.h: Moved ...
8403         * include/list.h: ... here.
8404         * nptl/sysdeps/pthread/createthread.c: Moved ...
8405         * nptl/createthread.c: ... here.
8406         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8407         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8408         * nptl/pt-longjmp.c: ... here.
8409         * nptl/sysdeps/pthread/Makefile: Moved ...
8410         * sysdeps/nptl/Makefile: ... here.
8411         * nptl/sysdeps/pthread/Subdirs: Moved ...
8412         * sysdeps/nptl/Subdirs: ... here.
8413         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8414         * sysdeps/nptl/aio_misc.h: ... here.
8415         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8416         * sysdeps/nptl/bits/libc-lock.h: ... here.
8417         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8418         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8419         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8420         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8421         * nptl/sysdeps/pthread/configure: Moved ...
8422         * sysdeps/nptl/configure: ... here.
8423         * nptl/sysdeps/pthread/configure.ac: Moved ...
8424         * sysdeps/nptl/configure.ac: ... here.
8425         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8426         * sysdeps/nptl/gai_misc.h: ... here.
8427         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8428         * sysdeps/nptl/librt-cancellation.c: ... here.
8429         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8430         * sysdeps/nptl/malloc-machine.h: ... here.
8431         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8432         * sysdeps/nptl/pthread-functions.h: ... here.
8433         * nptl/sysdeps/pthread/pthread.h: Moved ...
8434         * sysdeps/nptl/pthread.h: ... here.
8435         * nptl/sysdeps/pthread/setxid.h: Moved ...
8436         * sysdeps/nptl/setxid.h: ... here.
8437         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8438         * sysdeps/nptl/sigfillset.c: ... here.
8439         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8440         * sysdeps/nptl/tcb-offsets.h: ... here.
8441         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8442         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8443         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8444         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8445         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8446         * sysdeps/pthread/allocalim.h: ... here.
8447         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8448         * sysdeps/pthread/bits/sigthread.h: ... here.
8449         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8450         * sysdeps/pthread/flockfile.c: ... here.
8451         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8452         * sysdeps/pthread/ftrylockfile.c: ... here.
8453         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8454         * sysdeps/pthread/funlockfile.c: ... here.
8455         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8456         * sysdeps/pthread/posix-timer.h: ... here.
8457         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8458         * sysdeps/pthread/timer_create.c: ... here.
8459         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8460         * sysdeps/pthread/timer_delete.c: ... here.
8461         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8462         * sysdeps/pthread/timer_getoverr.c: ... here.
8463         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8464         * sysdeps/pthread/timer_gettime.c: ... here.
8465         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8466         * sysdeps/pthread/timer_routines.c: ... here.
8467         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8468         * sysdeps/pthread/timer_settime.c: ... here.
8469         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8470         * sysdeps/pthread/tst-timer.c: ... here.
8471         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8472         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8473
8474         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8475         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8476
8477         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8478         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8479         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8480         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8481         Update #include target.
8482         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8483         * sysdeps/i386/i686/nptl/Makefile: ... here.
8484         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8485         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8486         Update #include target.
8487         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8488         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8489         * nptl/sysdeps/i386/Makefile: Moved ...
8490         * sysdeps/i386/nptl/Makefile: ... here.
8491         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8492         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8493         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8494         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8495         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8496         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8497         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8498         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8499         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8500         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8501         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8502         * nptl/sysdeps/i386/tls.h: Moved ...
8503         * sysdeps/i386/nptl/tls.h: ... here.
8504
8505         * sysdeps/sh/Makefile [$(subdir) = csu]
8506         (gen-as-const-headers): Add tcb-offsets.sym.
8507         * nptl/sysdeps/sh/Makefile: File removed.
8508         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8509         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8510         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8511         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8512         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8513         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8514         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8515         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8516         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8517         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8518         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8519         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8520         * nptl/sysdeps/sh/tls.h: Moved ...
8521         * sysdeps/sh/nptl/tls.h: ... here.
8522         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8523         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8524         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8525         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8526         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8527         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8528         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8529         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8530         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8531         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8532         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8533         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8534         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8535         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8536         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8537         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8538         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8539         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8540         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8541         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8542         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8543         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8544         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8545         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8546         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8547         Moved ...
8548         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8549         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8550         Moved ...
8551         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8552         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8553         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8554         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8555         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8556         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8557         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8558         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8559         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8560         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8561         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8562         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8563         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8564         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8565         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8566         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8567         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8568         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8569         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8570
8571 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8572
8573         * posix/spawn_faction_addopen.c: Include string.h.
8574
8575 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8576
8577         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8578         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8579         * nptl/sysdeps/x86_64/Makefile: Moved ...
8580         * sysdeps/x86_64/nptl/Makefile: ... here.
8581         * nptl/sysdeps/x86_64/configure: Moved ...
8582         * sysdeps/x86_64/nptl/configure: ... here.
8583         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8584         * sysdeps/x86_64/nptl/configure.ac: ... here.
8585         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8586         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8587         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8588         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8589         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8590         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8591         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8592         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8593         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8594         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8595         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8596         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8597         * nptl/sysdeps/x86_64/tls.h: Moved ...
8598         * sysdeps/x86_64/nptl/tls.h: ... here.
8599         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8600         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8601         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8602         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8603
8604         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8605
8606 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8607
8608         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8609
8610 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8611
8612         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8613         type.
8614         [POSIX] (off_t): Likewise.
8615         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8616         [POSIX] (S_ISBLK): Require macro.
8617         [POSIX] (S_ISCHR): Likewise.
8618         [POSIX] (S_ISDIR): Likewise.
8619         [POSIX] (S_ISFIFO): Likewise.
8620         [POSIX] (S_ISREG): Likewise.
8621         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8622         optional-macro.
8623         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8624         type.
8625         [POSIX] (time_t): Likewise.
8626         [POSIX] (timer_t): Likewise.
8627
8628 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8629
8630         [BZ #17048]
8631         * posix/spawn_int.h (struct __spawn_action): Make the path string
8632         non-const to support deallocation.
8633         * posix/spawn_faction_addopen.c
8634         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8635         * posix/spawn_faction_destroy.c
8636         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8637         path in all spawn_do_open actions.
8638         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8639         posix_spawn_file_actions_addopen.
8640
8641 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8642
8643         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8644         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8645         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8646         conditional code always true.
8647         (__libc_vfork): New alias.
8648
8649 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8650
8651         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8652         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8653
8654         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8655
8656         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8657         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8658
8659         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8660         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8661
8662         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8663         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8664
8665 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8666
8667         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8668         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8669         multiarch strcmp for PPC64.
8670         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8671         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8672         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8673         multiarch optimizations.
8674         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8675         (__libc_ifunc_impl_list): Likewise.
8676
8677 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8678
8679         * benchtests/scripts/validate_benchout.py: New script.
8680         * benchtests/Makefile (bench-func): Call it.
8681         * benchtests/scripts/benchout.schema.json: New file.
8682
8683 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8684
8685         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8686         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8687         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8688         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8689         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8690         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8691         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8692         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8693         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8694         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8695         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8696         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8697         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8698         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8699         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8700         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8702         Moved ...
8703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8704         ... here.
8705         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8706         Moved ...
8707         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8708         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8709         Moved ...
8710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8711         ... here.
8712         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8713         Moved ...
8714         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8715         ... here.
8716         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8717         Moved ...
8718         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8719         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8720         Moved ...
8721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8722         ... here.
8723         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8724         Moved ...
8725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8726         ... here.
8727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8728         Moved ...
8729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8730         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8731         Moved ...
8732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8733         ... here.
8734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8735         Moved ...
8736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8737         ... here.
8738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8739         Moved ...
8740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8741         ... here.
8742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8743         Moved ...
8744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8746         Moved ...
8747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8748         ... here.
8749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8750         Moved ...
8751         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8752         ... here.
8753         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8754         Moved ...
8755         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8756         ... here.
8757         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8758         Moved ...
8759         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8761         Moved ...
8762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8763         ... here.
8764         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8765         Moved ...
8766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8767         ... here.
8768         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8769         Moved ...
8770         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8771         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8772         Moved ...
8773         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8774         ... here.
8775         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8776         Moved ...
8777         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8778         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8779         Moved ...
8780         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8782         Moved ...
8783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8784         ... here.
8785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8786         Moved ...
8787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8788         ... here.
8789         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8790         Moved ...
8791         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8792         ... here.
8793         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8794         Moved ...
8795         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8796         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8797         Moved ...
8798         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8799         ... here.
8800         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8801         Moved ...
8802         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8803         ... here.
8804         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8805         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8806         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8807         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8808         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8809         Moved ...
8810         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8811         ... here.
8812         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8813         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8814         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8815         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8816         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8817         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8818         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8819         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8820         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8821         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8822         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8823         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8824         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8825         Moved ...
8826         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8827         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8828         Moved ...
8829         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8830         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8831         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8832         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8833         Moved ...
8834         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8835         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8836         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8837         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8838         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8839         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8840         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8841
8842 2014-06-10  Wilco  <wdijkstr@arm.com>
8843
8844         * math/test-fenv-return.c: New file.
8845         * math/Makefile: Add new test test-fenv-return.
8846
8847 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8848
8849         [BZ #17042]
8850         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8851         when x - 1 is zero.
8852         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8853         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8854         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8855         0.0L for an argument of 1.0L.
8856         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8857         Likewise.
8858         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8859         value when x - 1 is zero.
8860         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8861         * sysdeps/i386/fpu/libm-test-ulps: Update.
8862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8863
8864 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8865
8866         [BZ #15119]
8867         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8868
8869 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8870
8871         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8872         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8873
8874 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8875
8876         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8877         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8878
8879         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8880         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8881
8882         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8883         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8884
8885         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8886         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8887
8888         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8889         if not already defined.
8890         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8891         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8892         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8893         (TLS_INIT_TP): Use it.
8894         (TLS_DEFINE_INIT_TP): New macro.
8895         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8896
8897 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8898
8899         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8900         constant.
8901         [POSIX] (IXANY): Likewise.
8902         [POSIX] (OLCUC): Likewise.
8903         [POSIX || POSIX2008] (CBAUD): Do not allow.
8904         [POSIX || POSIX2008] (DEFECHO): Likewise.
8905         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8906         [POSIX || POSIX2008] (ECHOKE): Likewise.
8907         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8908         [POSIX || POSIX2008] (EXTA): Likewise.
8909         [POSIX || POSIX2008] (EXTB): Likewise.
8910         [POSIX || POSIX2008] (FLUSHO): Likewise.
8911         [POSIX || POSIX2008] (LOBLK): Likewise.
8912         [POSIX || POSIX2008] (PENDIN): Likewise.
8913         [POSIX || POSIX2008] (SWTCH): Likewise.
8914         [POSIX || POSIX2008] (VDISCARD): Likewise.
8915         [POSIX || POSIX2008] (VDSUSP): Likewise.
8916         [POSIX || POSIX2008] (VLNEXT): Likewise.
8917         [POSIX || POSIX2008] (VREPRINT): Likewise.
8918         [POSIX || POSIX2008] (VSTATUS): Likewise.
8919         [POSIX || POSIX2008] (VWERASE): Likewise.
8920         (B*): Change to B[0123456789]*.
8921         * conform/data/time.h-data [POSIX || UNIX98]
8922         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8923         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8924         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8925         [POSIX] (tm_*): Do not allow.
8926
8927 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8928
8929         * Makefile (install): Don't set LANGUAGE.
8930         * Makefile.in (install): Likewise.
8931         * assert/Makefile (test-assert-ENV): Remove variable.
8932         (test-assert-perr-ENV): Likewise.
8933         * elf/Makefile (neededtest4-ENV): Likewise.
8934         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8935         [$(cross-compiling) = no]: Don't set LANGUAGE.
8936         * io/ftwtest-sh (LANG): Remove variable.
8937         * libio/Makefile (tst-widetext-ENV): Likewise.
8938         * manual/install.texi (Running make install): Don't refer to
8939         environment settings for make install.
8940         * INSTALL: Regenerated.
8941         * nptl/tst-tls6.sh: Don't set LANG.
8942         * posix/globtest.sh (LANG): Remove variable.
8943         * string/Makefile (tester-ENV): Likewise.
8944         (inl-tester-ENV): Likewise.
8945         (noinl-tester-ENV): Likewise.
8946         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8947         [$(cross-compiling) = no]: Don't set LANGUAGE.
8948         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8949         without explicit environment settings.
8950
8951 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8952
8953         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8954         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8955         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8956         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8957
8958 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8959
8960         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8961         other files in the crypt directory.
8962         * crypt/crypt.c: Remove duplicate includes.
8963         * crypt/crypt-entry.c: Likewise.
8964         * crypt/crypt_util.c: Likewise.
8965
8966 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8967
8968         * Makeconfig (run-program-env): New variable.
8969         (run-program-prefix-before-env): Likewise.
8970         (run-program-prefix-after-env): Likewise.
8971         (run-program-prefix): Define in terms of new variables.
8972         (built-program-cmd-before-env): New variable.
8973         (built-program-cmd-after-env): Likewise.
8974         (built-program-cmd): Define in terms of new variables.
8975         (test-program-prefix-before-env): New variable.
8976         (test-program-prefix-after-env): Likewise.
8977         (test-program-prefix): Define in terms of new variables.
8978         (test-program-cmd-before-env): New variable.
8979         (test-program-cmd-after-env): Likewise.
8980         (test-program-cmd): Define in terms of new variables.
8981         * Rules (make-test-out): Use $(run-program-env).
8982         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8983         (help): Do not mention environment variables.  Mention
8984         --timeoutfactor option.
8985         (timeoutfactor): New variable.
8986         (blacklist_exports): Remove function.
8987         (exports): Remove variable.
8988         (command): Do not include ${exports}.
8989         * manual/install.texi (Configuring and compiling): Do not mention
8990         test wrappers preserving environment variables.  Mention that last
8991         assignment to a variable must take precedence.
8992         * INSTALL: Regenerated.
8993         * benchtests/Makefile (run-bench): Use $(run-program-env).
8994         * catgets/Makefile ($(objpfx)test1.cat): Use
8995         $(built-program-cmd-before-env), $(run-program-env) and
8996         $(built-program-cmd-after-env).
8997         ($(objpfx)test2.cat): Do not specify environment variables
8998         explicitly.
8999         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9000         $(run-program-env) and $(built-program-cmd-after-env).
9001         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9002         $(run-program-env) and $(test-program-cmd-after-env).
9003         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9004         explicitly.
9005         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9006         run_program_env and test_program_cmd_after_env arguments.
9007         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9008         * elf/tst-pathopt.sh: Use run_program_env argument.
9009         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9010         $(test-wrapper-env) and $(run-program-env).
9011         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9012         run_program_env arguments.
9013         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9014         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9015         $(test-program-prefix-before-env), $(run-program-env) and
9016         $(test-program-prefix-after-env).
9017         ($(objpfx)tst-gettext2.out): Likewise.
9018         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9019         run_program_env and test_program_prefix_after_env arguments.
9020         * intl/tst-gettext2.sh: Likewise.
9021         * intl/tst-gettext4.sh: Do not set environment variables
9022         explicitly.
9023         * intl/tst-gettext6.sh: Likewise.
9024         * intl/tst-translit.sh: Likewise.
9025         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9026         $(test-program-prefix-before-env), $(run-program-env) and
9027         $(test-program-prefix-after-env).
9028         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9029         run_program_env and test_program_prefix_after_env arguments.
9030         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9031         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9032         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9033         explicitly with each use of ${test_wrapper_env}.
9034         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9035         $(test-program-prefix-before-env), $(run-program-env) and
9036         $(test-program-prefix-after-env).
9037         * posix/tst-getconf.sh: Do not set environment variables
9038         explicitly.
9039         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9040         run_program_env and test_program_prefix_after_env arguments.
9041         * stdio-common/tst-printf.sh: Do not set environment variables
9042         explicitly.
9043         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9044         $(test-program-prefix-before-env), $(run-program-env) and
9045         $(test-program-prefix-after-env).
9046         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9047         run_program_env and test_program_prefix_after_env arguments.
9048         Split $test calls into $test_pre and $test.
9049         * timezone/Makefile (build-testdata): Use
9050         $(built-program-cmd-before-env), $(run-program-env) and
9051         $(built-program-cmd-after-env).
9052
9053 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9054
9055         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9056         strlen for non SHARED builds.
9057
9058 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9059
9060         * nptl/allocatestack.c (check_list): Inlined function...
9061         (__reclaim_stacks): ... here.
9062
9063 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9064
9065         [BZ #15698]
9066         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9067         memory overrun.
9068
9069 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9070
9071         * Rules (make-test-out): Include
9072         LOCPATH=$(common-objpfx)localedata in default environment.
9073         * debug/Makefile (tst-chk1-ENV): Remove variable.
9074         (tst-chk2-ENV): Likewise.
9075         (tst-chk3-ENV): Likewise.
9076         (tst-chk4-ENV): Likewise.
9077         (tst-chk5-ENV): Likewise.
9078         (tst-chk6-ENV): Likewise.
9079         (tst-lfschk1-ENV): Likewise.
9080         (tst-lfschk2-ENV): Likewise.
9081         (tst-lfschk3-ENV): Likewise.
9082         (tst-lfschk4-ENV): Likewise.
9083         (tst-lfschk5-ENV): Likewise.
9084         (tst-lfschk6-ENV): Likewise.
9085         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9086         (tst-iconv7-ENV): Likewise.
9087         * intl/Makefile (LOCPATH-ENV): Likewise.
9088         (tst-codeset-ENV): Likewise.
9089         (tst-gettext3-ENV): Likewise.
9090         (tst-gettext5-ENV): Likewise.
9091         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9092         (tst-fopenloc-ENV): Likewise.
9093         (tst-fgetws-ENV): Remove variable.
9094         (tst-ungetwc1-ENV): Likewise.
9095         (tst-ungetwc2-ENV): Likewise.
9096         (bug-ungetwc2-ENV): Likewise.
9097         (tst-swscanf-ENV): Likewise.
9098         (bug-ftell-ENV): Likewise.
9099         (tst-fgetwc-ENV): Likewise.
9100         (tst-fseek-ENV): Likewise.
9101         (tst-ftell-partial-wide-ENV): Likewise.
9102         (tst-ftell-active-handler-ENV): Likewise.
9103         (tst-ftell-append-ENV): Likewise.
9104         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9105         (tst-regexloc-ENV): Likewise.
9106         (bug-regex1-ENV): Likewise.
9107         (tst-regex-ENV): Likewise.
9108         (tst-regex2-ENV): Likewise.
9109         (bug-regex5-ENV): Likewise.
9110         (bug-regex6-ENV): Likewise.
9111         (bug-regex17-ENV): Likewise.
9112         (bug-regex18-ENV): Likewise.
9113         (bug-regex19-ENV): Likewise.
9114         (bug-regex20-ENV): Likewise.
9115         (bug-regex22-ENV): Likewise.
9116         (bug-regex23-ENV): Likewise.
9117         (bug-regex25-ENV): Likewise.
9118         (bug-regex26-ENV): Likewise.
9119         (bug-regex30-ENV): Likewise.
9120         (bug-regex32-ENV): Likewise.
9121         (bug-regex33-ENV): Likewise.
9122         (bug-regex34-ENV): Likewise.
9123         (bug-regex35-ENV): Likewise.
9124         (tst-rxspencer-ENV): Likewise.
9125         (tst-rxspencer-no-utf8-ENV): Likewise.
9126         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9127         (tst-sscanf-ENV): Likewise.
9128         (tst-swprintf-ENV): Likewise.
9129         (tst-swscanf-ENV): Likewise.
9130         (test-vfprintf-ENV): Likewise.
9131         (scanf13-ENV): Likewise.
9132         (bug14-ENV): Likewise.
9133         (tst-grouping-ENV): Likewise.
9134         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9135         (tst-strtod3-ENV): Likewise.
9136         (tst-strtod4-ENV): Likewise.
9137         (tst-strtod5-ENV): Likewise.
9138         (testmb2-ENV): Likewise./
9139         * string/Makefile (tst-strxfrm-ENV): Likewise.
9140         (tst-strxfrm2-ENV): Likewise.
9141         (bug-strcoll1-ENV): Likewise.
9142         (test-strcasecmp-ENV): Likewise.
9143         (test-strncasecmp-ENV): Likewise.
9144         * time/Makefile (tst-strptime-ENV): Likewise.
9145         (tst-ftime_l-ENV): Likewise.
9146         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9147         (tst-mbrtowc-ENV): Likewise.
9148         (tst-wcrtomb-ENV): Likewise.
9149         (tst-mbrtowc2-ENV): Likewise.
9150         (tst-c16c32-1-ENV): Likewise.
9151         (tst-mbsnrtowcs-ENV): Likewise.
9152
9153 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9154
9155         * manual/resource.texi (How to get information about the memory
9156         subsystem?): Fix typo.
9157         Reported by Peon de la Parra Ivan <peon@keba.com>
9158
9159 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9160
9161         [BZ #16882]
9162         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9163         (pthread_spin_lock): Branch out of spin loop to proper location.
9164         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9165         (pthread_spin_lock): Likewise.
9166
9167         * nptl/tst-spin4.c: New test.
9168         * nptl/Makefile (tests): Add tst-spin4.
9169
9170 2014-06-03  Andreas Schwab  <schwab@suse.de>
9171
9172         [BZ #15946]
9173         * resolv/res_send.c (send_dg): Reload file descriptor after
9174         calling reopen.
9175
9176 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9177
9178         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9179
9180 2014-06-03  Richard Henderson  <rth@redhat.com>
9181
9182         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9183         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9184         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9185         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9186         in the SAVE_PID block.
9187         (__libc_vfork): New alias.
9188         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9189
9190         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9191         child in registers, not on the stack.  Remove RESET_PID conditionals.
9192         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9193
9194 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9195
9196         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9197
9198 2014-06-03  Wilco  <wdijkstr@arm.com>
9199
9200         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9201         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9202         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9203         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9204         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9205         Likewise.
9206
9207 2014-06-03  Wilco  <wdijkstr@arm.com>
9208
9209         * sysdeps/aarch64/fpu/math_private.h
9210         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9211         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9212         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9213         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9214         Fix declarations.
9215
9216 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9217
9218         * crypt/crypt-private.h: Include ufc-crypt.h.
9219         (__b64_from_24bit): Declare extern.
9220         * crypt/crypt_util.c(__b64_from_24bit): New function.
9221         (b64t): New static const variable.
9222         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9223         (b64t): Remove variable.
9224         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9225         * crypt/sha256-crypt.c: Include crypt-private.h.
9226         (b64t): Remove variable.
9227         (__sha256_crypt_r): Remove b64_from_24bit and replace
9228         with __b64_from_24bit.
9229         * crypt/sha512-crypt.c: Likewise.
9230
9231 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9232
9233         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9234         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9235         Label the code __libc_vfork rather than __vfork.
9236         [!NOT_IN_libc] (vfork): Define as weak alias.
9237         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9238         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9239         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9240
9241 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9242
9243         * malloc/malloc.c (malloc_info): Fix format specifier for
9244         n_mmaps.
9245
9246 2014-06-02  Wilco  <wdijkstr@arm.com>
9247
9248         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9249         FPCR write.
9250
9251 2014-06-02  Wilco  <wdijkstr@arm.com>
9252
9253         [BZ #17009]
9254         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9255         Rewrite to reduce FPCR/FPSR accesses.
9256
9257 2014-06-01  David S. Miller  <davem@davemloft.net>
9258
9259         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9260
9261 2014-05-31  David S. Miller  <davem@davemloft.net>
9262
9263         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9264         to occur in round to nearest mode when |x| >= 2.0
9265
9266 2014-05-30  Richard Henderson  <rth@twiddle.net>
9267
9268         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9269         (PSEUDO_RET_NOERRNO): Remove.
9270         (ret): Don't redefine.
9271         (ret_NOERRNO): Define in terms of ret.
9272         (ret_ERRVAL): Likewise.
9273
9274         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9275         use of PSEUDO_RET; perform the error check directly.
9276
9277 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9278
9279         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9280         with __int128_t.
9281
9282 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9283
9284         * malloc/malloc (malloc_info): Fix formatting.
9285
9286 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9287             Roland McGrath  <roland@hack.frob.com>
9288
9289         * malloc/malloc (malloc_info): Also print mmapped statistics.
9290
9291 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9292
9293         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9294         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9295
9296 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9297
9298         * malloc/malloc.c (malloc_info): Inline mi_arena.
9299
9300 2014-05-29  Richard Henderson  <rth@twiddle.net>
9301
9302         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9303         Remove comma before expanding ASM_ARGS_##nr.
9304         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9305         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9306         of ASM_ARGS_##nr.
9307         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9308         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9309         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9310         (ASM_ARGS_1): Add leading comma.
9311
9312         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9313         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9314         to __errno_location.
9315         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9316         Remove the expected plt for __errno_location.
9317
9318         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9319         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9320         call to __read_tp.
9321
9322         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9323         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9324         it and break it down.
9325         (DOCARGS_0, DOCARGS_1): Do nothing.
9326         (DOCARGS_2): Update to store into the new stack frame.
9327         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9328         (UNDOCARGS_1): Update to restore from the new stack frame.
9329         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9330         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9331
9332         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9333         (SINGLE_THREAD_P): New parameter for result regno.
9334         (PSEUDO): Update to match; use cbz instead of beq.
9335
9336         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9337         Use ENTRY to define the _nocancel entry point.  Share the syscall
9338         and syscall error check paths with the cancel path.
9339         (PSEUDO_END): New.
9340
9341         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9342         whitespace; tabs before and after asm mnemonics.
9343
9344 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9345
9346         [BZ #15132]
9347         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9348         Call fstat64 or stat64 internally, depending on arguments passed.
9349         Replace stat buffer argument with file descriptor argument.
9350         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9351         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9352         Pass fd to __internal_statvfs instead of calling fstat64.
9353         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9354         Pass fd to __internal_statvfs64 instead of calling fstat64.
9355         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9356         Pass -1 to __internal_statvfs instead of calling stat64.
9357         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9358         Pass -1 to __internal_statvfs64 instead of calling stat64.
9359
9360 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9361
9362         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9363         that was previously under [RESET_PID].
9364         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9365
9366         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9367         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9368
9369 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9370
9371         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9372
9373         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9374         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9375
9376 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9377
9378         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9379
9380 2014-05-27  Andreas Schwab  <schwab@suse.de>
9381
9382         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9383         TLS_INIT_TP macro.
9384         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9385         * elf/rtld.c (init_tls, dl_main): Likewise.
9386         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9387         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9388         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9389         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9390         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9391         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9392         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9393         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9394         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9395         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9396         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9397         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9398         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9399         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9400         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9401         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9402         * sysdeps/generic/tls.h: Update description.
9403
9404 2014-05-27  Will Newton  <will.newton@linaro.org>
9405
9406         [BZ #16990]
9407         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9408         and restore r2 rather than just restoring.
9409
9410 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9411
9412         [BZ #16724]
9413         * libio/tst-ftell-append.c: New test case.
9414         * libio/Makefile (tests): Add test case.
9415         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9416         append mode.
9417         * libio/wfileops.c (do_ftell_wide): Likewise.
9418
9419 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9420
9421         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9422
9423         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9424         ...
9425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9427         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9428         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9429         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9430         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9431         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9432         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9433         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9434         Moved ...
9435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9436         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9437         Moved ...
9438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9439         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9440         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9441         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9442         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9443         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9444         ...
9445         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9446         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9447         Moved ...
9448         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9449         here.
9450         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9451         ...
9452         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9453         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9454         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9455
9456         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9457         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9458         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9459         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9460
9461         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9462         merge into ...
9463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9464         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9465         ...
9466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9467         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9468         ...
9469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9470         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9471         Moved ...
9472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9473         here.
9474         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9475         Moved ...
9476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9477         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9478         Moved ...
9479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9480
9481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9482         conditional [RESET_PID].
9483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9484         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9485         removed.
9486         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9487         removed.
9488
9489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9490         <tcb-offsets.h>.
9491         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9492         (__libc_vfork): New strong alias.
9493         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9494         removed.
9495         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9496         Removed.
9497
9498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9499         <tcb-offsets.h>.
9500         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9501         (__libc_vfork): New strong alias.
9502         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9503         removed.
9504         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9505         removed.
9506
9507 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9508
9509         * malloc/malloc.c (mi_arena): New function.
9510         (malloc_info): Remove nested function mi_arena. Call non-nosted
9511         function mi_arena.
9512
9513 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9514
9515         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9516         by insrwi.
9517         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9518         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9519         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9520         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9521         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9522         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9523         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9524
9525 2014-05-26  Andreas Schwab  <schwab@suse.de>
9526
9527         [BZ #16984]
9528         * locale/programs/repertoire.c (repertoire_read): Add slash
9529         between I18NPATH element and file name.
9530         * locale/programs/locfile.c (locfile_read): Likewise.
9531
9532 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9533
9534         * nptl/pthread_mutexattr_settype.c
9535         (__pthread_mutexattr_settype):
9536         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9537
9538 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9539
9540         * nptl/tst-mutex5 (do_test):
9541         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9542
9543 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9544
9545         * benchtests/README: Document 'init' directive.
9546         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9547         BENCH_INIT.
9548         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9549         (parse_file): Recognize 'init' directive.
9550
9551 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9552
9553         [BZ #16796]
9554         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9555         alignment of struct pthread.
9556
9557 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9558
9559         [BZ #16878]
9560         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9561         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9562         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9563         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9564
9565 2014-05-25  Richard Henderson  <rth@twiddle.net>
9566
9567         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9568         (SINGLE_THREAD_P_PIC): Remove.
9569         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9570         (SINGLE_THREAD_P_PIC): Remove.
9571
9572         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9573         branch to syscall error ...
9574         (PSEUDO): ... here.
9575         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9576         from __local_syscall_error to .Lsyscall_error.
9577         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9578         (SYSCALL_ERROR): Update label name.
9579
9580         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9581         Do not use DOARGS/UNDOARGS.
9582         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9583         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9584         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9585         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9586         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9587
9588         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9589         block comment.
9590
9591         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9592         define if !NOT_IN_libc.
9593         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9594         define with non-default symbol versions.
9595
9596 2014-05-23  Richard Henderson  <rth@twiddle.net>
9597
9598         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9599         (vfork, __vfork): Define via compat_symbol.
9600
9601         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9602         [!HAVE_IFUNC] (vfork_compat): Remove.
9603         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9604
9605 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9606
9607         [BZ #16978]
9608         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9609         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9610         variable.
9611
9612 2014-05-23  Richard Henderson  <rth@twiddle.net>
9613
9614         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9615         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9616         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9617         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9618
9619         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9620         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9621         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9622         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9623         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9624         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9625         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9626         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9627         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9628         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9629         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9630         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9631         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9632         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9633         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9634         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9635         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9636         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9637         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9638         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9639         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9640         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9641         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9642         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9643         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9644         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9645         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9646         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9647         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9648         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9649         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9650         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9651         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9652         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9653         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9654         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9655         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9656         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9657         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9658         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9659         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9660         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9661         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9662         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9663         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9664         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9665         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9666         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9667         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9668         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9669         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9670         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9671         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9672         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9673         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9674         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9675
9676         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9677         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9678         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9679         before exiting on error.
9680         (__libc_vfork): New strong alias.
9681         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9682         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9683
9684         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9685         that was previously under [RESET_PID].
9686         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9687
9688         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9689
9690 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9691
9692         [BZ #16977]
9693         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9694         value when x - 1 is zero.
9695         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9696         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9697         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9698         0.0L for an argument of 1.0L.
9699         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9700         Likewise.
9701         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9702         value when x - 1 is zero.
9703         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9704         * sysdeps/i386/fpu/libm-test-ulps: Update.
9705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9706
9707 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9708
9709         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9710         alphasort and versionsort.
9711
9712 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9713
9714         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9715         macro.
9716         [copysignf]: Likewise.
9717
9718 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9719
9720         * crypt/md5-crypt.c: Fix formatting.
9721
9722 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9723
9724         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9725         (b64_from_24bit): New function.
9726
9727 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9728
9729         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9730         libc_hidden_builtin_def to ifunc.
9731         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9732         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9733
9734 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9735
9736         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9737         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9738
9739 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9740
9741         * nscd/Depend (linuxthreads): Remove.
9742         (nptl): Add.
9743         * resolv/Depend (linuxthreads): Remove.
9744         * rt/Depend (linuxthreads): Remove.
9745
9746         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9747         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9748         $(common-objpfx)elf/.
9749         (link-libc-before-gnulib): Likewise.
9750         (elfobjdir): Remove variable.
9751         * Makefile (install): Use $(elf-objpfx) instead of
9752         $(common-objpfx)elf/.
9753         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9754         $(elfobjdir)/.
9755         (link-libc-deps): Likewise.
9756         ($(common-objpfx)libc.so): Likewise.
9757         ($(common-objpfx)linkobj/libc.so): Likewise.
9758         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9759         instead of $(common-objpfx)elf/.
9760         (symbolic-link-list): Likewise.
9761         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9762         [$(cross-compiling) = no]: Likewise.
9763         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9764         $(elfobjdir)/.
9765         (static-gnulib-arch): Likewise.
9766         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9767         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9768         $(common-objpfx)elf/.
9769
9770 2014-05-21  Richard Henderson  <rth@redhat.com>
9771
9772         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9773         (SINGLE_THREAD_P): Use the correct width load.  Fold
9774         into the ldr offset.
9775
9776         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9777         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9778
9779 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9780
9781         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9782         (libgcc_s_resume): Use __attribute_used__.
9783         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9784         Likewise.
9785
9786 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9787
9788         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9789         optimization when used with float constants.
9790
9791         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9792
9793 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9794
9795         [BZ #16915]
9796         * locale/nl_langinfo_l.c: Make direct reference to every
9797         _nl_current_CATEGORY symbol.
9798         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9799         (tests-static): Add tst-langinfo-static.
9800         (tests-special): Add tst-langinfo-static.out.
9801         ($(objpfx)tst-langinfo.out): Redirect output.
9802         ($(objpfx)tst-langinfo-static.out): New.
9803         * localedata/tst-langinfo.sh: Send output to stdout.
9804         * localedata/tst-langinfo-static.c: New file.
9805
9806         [BZ #16965]
9807         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9808         when the shift amount is modulo the limb size.
9809
9810 2014-05-20  Richard Henderson  <rth@redhat.com>
9811
9812         [BZ #16967]
9813         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9814         Change type of sa_flags from unsigned int to int.
9815
9816         [BZ #16966]
9817         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9818
9819         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9820
9821 2014-05-20  Will Newton  <will.newton@linaro.org>
9822
9823         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9824         Test the return value of the system call in the nocancel case.
9825
9826 2014-05-20  Will Newton  <will.newton@linaro.org>
9827             Yvan Roux  <yvan.roux@linaro.org>
9828
9829         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9830         #include of asm/ptrace.h.
9831         (PTRACE_GET_THREAD_AREA): Remove #undef.
9832         (PTRACE_GETHBPREGS): Likewise.
9833         (PTRACE_SETHBPREGS): Likewise.
9834         (struct user_regs_struct): New structure.
9835         (struct user_fpsimd_struct): New structure.
9836         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9837         #include of asm/ptrace.h and second #include of sys/user.h.
9838         (PTRACE_GET_THREAD_AREA): Remove #undef.
9839         (PTRACE_GETHBPREGS): Likewise.
9840         (PTRACE_SETHBPREGS): Likewise.
9841         (ELF_NGREG): Use new struct user_regs_struct.
9842         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9843
9844 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9845
9846         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9847         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9848
9849 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9850
9851         [BZ #16958]
9852         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9853         membar to avoid block loads/stores to overlap previous stores.
9854
9855 2014-05-17  Richard Henderson  <rth@redhat.com>
9856
9857         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9858         Create the __##syscall_name##_nocancel entry point.
9859         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9860         Remove; let the sysdep-cancel.h code create it.
9861
9862 2014-05-17  David S. Miller  <davem@davemloft.net>
9863
9864         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9865         Protect with __USE_GNU.
9866         (TIOCSET_TEMPT): Likewise.
9867         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9868         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9869         these are already provided in bits/ioctl-types.h
9870
9871 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9872
9873         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9874         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9875
9876         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9877         Use wait4 regardless of [__NR_waitpid].
9878
9879 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9880
9881         PR libgcc/60166
9882         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9883         (_FP_NANSIGN_Q): Set the quiet bit.
9884
9885 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9886
9887         * benchtests/Makefile
9888         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9889         not $(common-objpfx)math/libm.so.
9890         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9891         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9892         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9893         $(common-objpfx)dlfcn/libdl.so.
9894         ($(objpfx)tst-audit8): Depend on $(libm), not
9895         $(common-objpfx)math/libm.so.
9896         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9897         not $(common-objpfx)dlfcn/libdl.so.
9898         * math/Makefile
9899         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9900         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9901         [$(build-shared) = yes].
9902         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9903         $(common-objpfx)nptl/libpthread.so.
9904         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9905         $(common-objpfx)math/libm.so$(libm.so-version) or
9906         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9907         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9908         $(common-objpfx)dlfcn/libdl.so.
9909         * setjmp/Makefile (link-libm): Remove variable.
9910         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9911         * stdio-common/Makefile (link-libm): Remove variable.
9912         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9913         * stdlib/Makefile (link-libm): Remove variable.
9914         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9915         ($(objpfx)tst-strtod-round): Likewise.
9916         ($(objpfx)tst-tininess): Likewise.
9917         ($(objpfx)tst-strtod-underflow): Likewise.
9918         ($(objpfx)tst-strtod6): Likewise.
9919         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9920         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9921         $(common-objpfx)dlfcn/libdl.so.
9922
9923 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9924
9925         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9926         BSD terminal modes definitions.
9927
9928 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9929
9930         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9931         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9932
9933         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9934         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9935         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9936         Don't do #include_next.
9937         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9938         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9939         Don't do #include_next.
9940         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9941         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9942         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9943         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9944
9945 2014-05-16  Allan McRae  <allan@archlinux.org>
9946
9947         * po/sv.po: Update Swedish translation from translation project.
9948
9949         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9950         in sed expression.
9951
9952 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9953
9954         [BZ #16917]
9955         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9956         errno if the TIOCGPTN ioctl fails with an error different than
9957         EINVAL.
9958         * login/tst-ptsname.c: New file.
9959         * login/Makefile (tests): Add tst-ptsname.
9960
9961         [BZ #16943]
9962         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9963         and prlimit64.
9964
9965 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9966
9967         [BZ #16849]
9968         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9969         herrno to return EAI_AGAIN.
9970
9971 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9972
9973         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9974         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9975         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9976         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9977         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9978         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9979         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9980         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9981         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9982         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9983         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9984         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9985         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9986         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9987         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9988         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9989         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9990         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9991         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9992         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9993         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9994         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9995         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9996         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9997         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9998         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9999         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10000         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10001         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10002         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10003         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10004         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10005         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10006         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10007         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10008         Moved ...
10009         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10010         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10011         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10012         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10013         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10014         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10015         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10016         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10017         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10018         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10019         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10020         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10021         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10022         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10023         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10024         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10025         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10026         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10027         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10028         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10029         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10030         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10031         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10033         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10034         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10035         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10036         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10037         Moved ...
10038         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10039         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10040         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10041         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10042         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10043         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10044         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10045         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10046         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10047         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10048         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10049         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10050         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10051         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10052         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10053         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10054         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10055         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10056         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10057         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10058         Moved ...
10059         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10060         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10061         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10062
10063         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10064         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10065         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10066         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10067         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10068         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10069         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10070         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10071         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10072         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10073         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10074         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10075         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10076         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10077         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10078         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10079         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10080         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10081         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10082         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10083         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10084         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10085         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10086         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10087         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10088         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10089         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10090         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10091         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10092         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10093         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10094
10095         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10096         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10097
10098         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10099         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10100         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10102         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10103         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10104         Moved ...
10105         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10106         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10107         Moved ...
10108         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10109         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10110         Moved ...
10111         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10112         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10113         Moved ...
10114         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10115         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10116         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10117         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10118         Moved ...
10119         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10120         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10121         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10122         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10123         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10124         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10125         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10126         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10127         Moved ...
10128         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10129         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10130         Moved ...
10131         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10132         ... here.
10133         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10134         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10135         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10136         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10137         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10138         Moved ...
10139         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10140         ... here.
10141         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10142         Moved ...
10143         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10144         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10145         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10147         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10148         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10149         Moved ...
10150         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10151         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10152         Moved ...
10153         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10154         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10155         Moved ...
10156         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10157         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10158         Moved ...
10159         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10160         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10161         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10162         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10163         Moved ...
10164         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10165         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10166         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10167         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10168         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10169         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10170         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10171         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10172         Moved ...
10173         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10174         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10175         Moved ...
10176         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10177         ... here.
10178         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10179         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10180         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10181         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10182         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10183         Moved ...
10184         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10185         ... here.
10186         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10187         Moved ...
10188         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10190         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10191         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10192         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10193         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10194         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10195         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10196         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10197         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10198         Moved ...
10199         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10200         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10201         Moved ...
10202         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10203         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10204         Moved ...
10205         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10206         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10207         Moved ...
10208         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10209         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10210         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10211         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10212         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10213         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10214         Moved ...
10215         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10216         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10217         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10218         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10219         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10220         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10221         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10222         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10223         Moved ...
10224         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10225         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10226         Moved ...
10227         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10228         ... here.
10229         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10230         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10231         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10232         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10233         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10234         Moved ...
10235         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10236         ... here.
10237         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10238         Moved ...
10239         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10240         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10241         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10242         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10243         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10244         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10245         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10246         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10247         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10248         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10249         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10250
10251         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10252         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10253
10254         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10255         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10256
10257         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10258         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10259         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10260         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10261         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10262         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10263         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10264         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10265         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10266         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10267         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10268         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10269         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10270         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10271         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10272         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10273         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10274         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10275         Moved ...
10276         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10277         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10278         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10279         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10280         Moved ...
10281         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10282         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10283         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10284         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10285         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10286         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10287         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10288         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10289         Moved ...
10290         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10291         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10292         Moved ...
10293         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10294         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10295         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10296         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10297         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10298         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10299         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10300         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10301         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10302         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10303         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10304         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10305         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10306         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10307         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10308         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10309         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10310
10311         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10312         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10313         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10314         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10315         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10316
10317         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10318         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10319         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10320         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10321         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10322         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10323         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10324         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10325         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10326         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10327
10328         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10329         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10330
10331         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10332         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10333         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10334         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10335         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10336         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10337         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10338         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10339         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10340         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10341         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10342         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10343         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10344         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10345         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10346         Update #include.
10347         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10348         Likewise.
10349         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10350         Likewise.
10351         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10352         Likewise.
10353         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10354         Likewise.
10355         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10356         Likewise.
10357         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10358         Likewise.
10359         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10360         Likewise.
10361         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10362         Likewise.
10363         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10364         Likewise.
10365         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10366         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10367         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10368         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10369         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10370         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10371         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10372         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10373         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10374         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10375         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10376         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10377         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10378         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10379         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10380
10381         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10382         that was previously under [RESET_PID].
10383         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10384         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10385         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10386
10387         * sysdeps/i386/nptl/Implies: New file.
10388         * sysdeps/x86_64/nptl/Implies: New file.
10389         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10390         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10391         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10392         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10393
10394         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10395         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10396         (__libc_vfork): New strong alias.
10397         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10398         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10399
10400         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10401         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10402         (__libc_vfork): New strong alias.
10403         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10404         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10405
10406         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10407         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10408         (__libc_vfork): New strong alias.
10409         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10410         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10411         * nptl/pt-vfork.c: New file.
10412         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10413         (libpthread: GLIBC_2.20): New version set (empty).
10414
10415 2014-05-14  Will Newton  <will.newton@linaro.org>
10416
10417         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10418         rather than #if.
10419
10420 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10421
10422         [BZ #16564]
10423         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10424         arguments with exponent 65 or above.
10425         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10426         arguments 0x1p113L or above.
10427         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10428         to arguments 0x1p107L or above.
10429         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10430         positive arguments with exponent 65 or above.
10431         * math/auto-libm-test-in: Add more tests of log1p.
10432         * math/auto-libm-test-out: Regenerated.
10433
10434         [BZ #16928]
10435         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10436         non-finite arguments is +0.
10437         * math/s_cacosf.c (__cacosf): Likewise.
10438         * math/s_cacosl.c (__cacosl): Likewise.
10439         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10440         * sysdeps/i386/fpu/libm-test-ulps: Update.
10441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10442
10443         [BZ #16927]
10444         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10445         value.
10446         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10447         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10448         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10449         for explicit high bit of mantissa when testing for argument equal
10450         to 1.
10451         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10452         * sysdeps/i386/fpu/libm-test-ulps: Update.
10453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10454
10455         [BZ #16516]
10456         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10457         (__erf): Scale by 16 instead of 8 in potentially underflowing
10458         case.  Ensure exception if result actually underflows.
10459         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10460         (__erff): Scale by 16 instead of 8 in potentially underflowing
10461         case.  Ensure exception if result actually underflows.
10462         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10463         (efx8): Remove variable.
10464         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10465         case.  Ensure exception if result actually underflows.
10466         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10467         (efx8): Remove variable.
10468         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10469         case.  Ensure exception if result actually underflows.
10470         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10471         (efx8): Remove variable.
10472         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10473         case.  Ensure exception if result actually underflows.
10474         * math/auto-libm-test-in: Add more tests of erf.
10475         * math/auto-libm-test-out: Regenerated.
10476
10477 2014-05-14  Andreas Schwab  <schwab@suse.de>
10478
10479         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10480         Remove code conditionalized on USE___THREAD.
10481
10482         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10483         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10484         not definedness.
10485
10486 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10487
10488         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10489         Define unconditionally.
10490         (__ASSUME_O_CLOEXEC): Likewise.
10491         (__ASSUME_SOCK_CLOEXEC): Likewise.
10492         (__ASSUME_IN_NONBLOCK): Likewise.
10493         (__ASSUME_PIPE2): Likewise.
10494         (__ASSUME_EVENTFD2): Likewise.
10495         (__ASSUME_SIGNALFD4): Likewise.
10496         (__ASSUME_DUP3): Likewise.
10497         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10498         (__ASSUME_DUP3): Do not define.
10499         (__ASSUME_EVENTFD2): Likewise.
10500         (__ASSUME_IN_NONBLOCK): Likewise.
10501         (__ASSUME_O_CLOEXEC): Likewise.
10502         (__ASSUME_PIPE2): Likewise.
10503         (__ASSUME_SIGNALFD4): Likewise.
10504         (__ASSUME_SOCK_CLOEXEC): Likewise.
10505         (__ASSUME_UTIMES): Undefine.
10506         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10507         (__ASSUME_UTIMES): Do not define.
10508         (__ASSUME_O_CLOEXEC): Likewise.
10509         (__ASSUME_SOCK_CLOEXEC): Likewise.
10510         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10511         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10512         0x020621].
10513         (__ASSUME_PIPE2): Likewise.
10514         (__ASSUME_EVENTFD2): Likewise.
10515         (__ASSUME_SIGNALFD4): Likewise.
10516         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10517         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10518         Do not define.
10519         (__ASSUME_EVENTFD2): Likewise.
10520         (__ASSUME_SIGNALFD4): Likewise.
10521         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10522         (__ASSUME_32BITUIDS): Likewise.
10523         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10524         (__ASSUME_IPC64): Likewise.
10525         (__ASSUME_ST_INO_64_BIT): Likewise.
10526         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10527         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10528         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10529         (__ASSUME_UTIMES): Do not define.
10530         (__ASSUME_PSELECT): Likewise.
10531         (__ASSUME_PPOLL): Likewise.
10532         (__ASSUME_O_CLOEXEC): Likewise.
10533         (__ASSUME_SOCK_CLOEXEC): Likewise.
10534         (__ASSUME_IN_NONBLOCK): Likewise.
10535         (__ASSUME_PIPE2): Likewise.
10536         (__ASSUME_EVENTFD2): Likewise.
10537         (__ASSUME_SIGNALFD4): Likewise.
10538         (__ASSUME_DUP3): Likewise.
10539         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10540         (__ASSUME_UTIMES): Likewise.
10541         (__ASSUME_O_CLOEXEC): Likewise.
10542         (__ASSUME_SOCK_CLOEXEC): Likewise.
10543         (__ASSUME_IN_NONBLOCK): Likewise.
10544         (__ASSUME_PIPE2): Likewise.
10545         (__ASSUME_EVENTFD2): Likewise.
10546         (__ASSUME_SIGNALFD4): Likewise.
10547         (__ASSUME_DUP3): Likewise.
10548         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10549         (__ASSUME_UTIMES): Likewise.
10550         (__ASSUME_O_CLOEXEC): Likewise.
10551         (__ASSUME_SOCK_CLOEXEC): Likewise.
10552         (__ASSUME_IN_NONBLOCK): Likewise.
10553         (__ASSUME_PIPE2): Likewise.
10554         (__ASSUME_EVENTFD2): Likewise.
10555         (__ASSUME_SIGNALFD4): Likewise.
10556         (__ASSUME_DUP3): Likewise.
10557         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10558         Likewise.
10559         (__ASSUME_UTIMES): Likewise.
10560         (__ASSUME_EVENTFD2): Likewise.
10561         (__ASSUME_SIGNALFD4): Likewise.
10562         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10563         (__ASSUME_O_CLOEXEC): Likewise.
10564         (__ASSUME_SOCK_CLOEXEC): Likewise.
10565         (__ASSUME_IN_NONBLOCK): Likewise.
10566         (__ASSUME_PIPE2): Likewise.
10567         (__ASSUME_EVENTFD2): Likewise.
10568         (__ASSUME_SIGNALFD4): Likewise.
10569         (__ASSUME_DUP3): Likewise.
10570         (__ASSUME_UTIMES): Undefine.
10571
10572         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10573         feclearexcept.  Remove symbol versioning code.
10574         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10575         symbol versioning code.
10576         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10577         symbol versioning code.
10578         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10579         feupdateenv.  Remove symbol versioning code.
10580         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10581         fegetexceptflag.  Remove symbol versioning code.
10582         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10583         fesetexceptflag.  Remove symbol versioning code.
10584         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10585         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10586         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10587         (__posix_fadvise64_l32): Remove prototype.
10588         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10589         code.
10590
10591 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10592
10593         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10594         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10595         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10596         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10597
10598 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10599
10600         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10601         current working directory
10602
10603 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10604
10605         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10606         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10607         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10608         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10609         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10610         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10611         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10612         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10613         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10614         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10615         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10616         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10617         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10618         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10619         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10620         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10621         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10622         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10623         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10624         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10625         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10626         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10627         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10628         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10629         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10630         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10631         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10632         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10633         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10634         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10635         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10636         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10637         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10638         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10639         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10640         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10641         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10642         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10643         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10644         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10645         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10646         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10647
10648         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10649         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10650
10651         * sysdeps/unix/sysv/linux/arm/Makefile
10652         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10653         Add rt-aeabi_unwind_cpp_pr1.
10654         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10655         Add nptl-aeabi_unwind_cpp_pr1.
10656         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10657         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10658         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10659         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10660         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10661         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10662
10663         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10664         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10665         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10666         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10667
10668         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10669         Deconditionalize the code that was previously under [RESET_PID].
10670         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10671
10672         * sysdeps/generic/exit-thread.h: New file.
10673         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10674         * include/unistd.h (__exit_thread): Remove declaration.
10675         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10676         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10677         * csu/libc-start.c: Include <exit-thread.h>.
10678         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10679         * nptl/pthread_create.c: Include <exit-thread.h>.
10680         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10681         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10682         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10683         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10684         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10685         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10686         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10687         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10688         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10689         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10690         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10691         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10692         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10693         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10694         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10695         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10696         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10697
10698 2014-05-13  Andreas Schwab  <schwab@suse.de>
10699
10700         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10701
10702 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10703
10704         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10705         (__ASSUME_UTIMES): Do not condition on kernel version.
10706         (__ASSUME_PSELECT): Define unconditionally.
10707         (__ASSUME_PPOLL): Likewise.
10708         (__ASSUME_ATFCTS): Likewise.
10709         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10710         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10711         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10712         (__ASSUME_UTIMENSAT): Define unconditionally.
10713         (__ASSUME_PRIVATE_FUTEX): Likewise.
10714         (__ASSUME_FALLOCATE): Likewise.
10715         (__ASSUME_O_CLOEXEC): Likewise.
10716         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10717         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10718         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10719         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10720         (__ASSUME_IN_NONBLOCK): Likewise.
10721         (__ASSUME_PIPE2): Likewise.
10722         (__ASSUME_EVENTFD2): Likewise.
10723         (__ASSUME_SIGNALFD4): Likewise.
10724         (__ASSUME_DUP3): Likewise.
10725         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10726         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10727         (__ASSUME_AT_RANDOM): Likewise.
10728         (__ASSUME_PREADV): Likewise.
10729         (__ASSUME_PWRITEV): Likewise.
10730         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10731         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10732         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10733         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10734         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10735         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10736         (__ASSUME_O_CLOEXEC): Define unconditionally.
10737         (__ASSUME_PSELECT): Do not undefine conditionally.
10738         (__ASSUME_PPOLL): Likewise.
10739         (__ASSUME_ATFCTS): Likewise.
10740         (__ASSUME_SET_ROBUST_LIST): Likewise.
10741         (__ASSUME_UTIMENSAT): Likewise.
10742         (__ASSUME_FDATASYNC): Define unconditionally.
10743         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10744         (__ASSUME_SIGFRAME_V2): Likewise.
10745         )__ASSUME_EVENTFD2): Likewise.
10746         (__ASSUME_SIGNALFD4): Likewise.
10747         (__ASSUME_PSELECT): Do not undefine conditionally.
10748         (__ASSUME_PPOLL): Likewise.
10749         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10750         (__ASSUME_PSELECT): Define unconditionally.
10751         (__ASSUME_PPOLL): Likewise.
10752         (__ASSUME_O_CLOEXEC): Likewise.
10753         (__ASSUME_SOCK_CLOEXEC): Likewise.
10754         (__ASSUME_IN_NONBLOCK): Likewise.
10755         (__ASSUME_PIPE2): Likewise.
10756         (__ASSUME_EVENTFD2): Likewise.
10757         (__ASSUME_SIGNALFD4): Likewise.
10758         (__ASSUME_DUP3): Likewise.
10759         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10760         (__ASSUME_O_CLOEXEC): Likewise.
10761         (__ASSUME_SOCK_CLOEXEC): Likewise.
10762         (__ASSUME_IN_NONBLOCK): Likewise.
10763         (__ASSUME_PIPE2): Likewise.
10764         (__ASSUME_EVENTFD2): Likewise.
10765         (__ASSUME_SIGNALFD4): Likewise.
10766         (__ASSUME_DUP3): Likewise.
10767         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10768         (__ASSUME_EVENTFD2): Likewise.
10769         (__ASSUME_SIGNALFD4): Likewise.
10770         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10771
10772 2014-05-12  Andreas Schwab  <schwab@suse.de>
10773
10774         [BZ #16932]
10775         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10776         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10777         than maximum RPC packet size.
10778         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10779         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10780         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10781         (_nss_nis_getservbyport_r): Likewise.
10782
10783 2014-05-12  Will Newton  <will.newton@linaro.org>
10784
10785         * malloc/Makefile (tests): Add tst-mallopt.
10786         * malloc/tst-mallopt.c: New file.
10787
10788 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10789
10790         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10791         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10792
10793 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10794
10795         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10796         (tst-tlsmod6.so): Likewise.
10797
10798 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10799
10800         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10801
10802 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10803
10804         [BZ #16064]
10805         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10806         and <dl-procinfo.h>.
10807         (__fegetenv): Save SSE state in envp->__eip if supported.
10808         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10809         envp->__eip if supported.
10810         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10811         and <dl-procinfo.h>.
10812         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10813         __data_offset and __data_selector in environment to 0.  Set SSE
10814         state if supported.
10815         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10816         test-fenv-sse.
10817         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10818         -mfpmath=sse.
10819         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10820
10821 2014-05-09  Will Newton  <will.newton@linaro.org>
10822
10823         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10824         and libc_relro_required for ARM.
10825         * sysdeps/arm/preconfigure: Regenerate.
10826
10827 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10828             Stefan Liebler  <stli@linux.vnet.ibm.com>
10829
10830         * config.make.in (enable-lock-elision): New Makefile variable.
10831         * configure.ac: Likewise.
10832         * configure: Regenerate.
10833         * sysdeps/s390/configure.ac:
10834         Add check for gcc transactions support.
10835         * sysdeps/s390/configure: Regenerate.
10836         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10837         Build elision files if enabled.
10838         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10839         Add lock elision support for s390.
10840         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10841         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10842         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10843         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10844         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10845         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10846         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10847         Likewise.
10848         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10849         Likewise.
10850         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10851         Likewise.
10852         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10853         Likewise.
10854         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10855         (__lll_timedlock_elision, __lll_lock_elision)
10856         (__lll_unlock_elision, __lll_trylock_elision)
10857         (lll_timedlock_elision, lll_lock_elision)
10858         (lll_unlock_elision, lll_trylock_elision): Add.
10859         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10860         (pthread_mutex_t): Add lock elision support for s390.
10861
10862 2014-05-14  Wilco  <wdijkstr@arm.com>
10863
10864         * sysdeps/arm/fclrexcpt.c: Cleanup.
10865         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10866         * sysdeps/arm/feenablxcpt.c: Cleanup.
10867         * sysdeps/arm/fegetenv.c: Cleanup.
10868         * sysdeps/arm/fegetexcept.c: Cleanup.
10869         * sysdeps/arm/fegetround.c: Cleanup.
10870         * sysdeps/arm/feholdexcpt.c: Cleanup.
10871         * sysdeps/arm/fesetenv.c: Cleanup.
10872         * sysdeps/arm/fesetround.c: Cleanup.
10873         * sysdeps/arm/feupdateenv.c: Cleanup.
10874         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10875         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10876         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10877         * sysdeps/arm/ftestexcept.c: Cleanup.
10878         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10879         * sysdeps/arm/setfpucw.c: Cleanup.
10880
10881 2014-05-09  Will Newton  <will.newton@linaro.org>
10882
10883         * sysdeps/arm/armv7/strcmp.S: New file.
10884         * NEWS: Mention addition of ARMv7 optimized strcmp.
10885
10886 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10887
10888         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10889         look for %.ac rather than %.in.
10890
10891         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10892         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10893         * sysdeps/mach/hurd/configure: Regenerated.
10894         * sysdeps/unix/sysv/linux/configure: Regenerated.
10895
10896         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10897
10898 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10899
10900         [BZ# 16922]
10901         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10902         (LONG_SUB): Ditto.
10903         (PTR_SUB): Ditto.
10904
10905 2014-05-07  Andreas Schwab  <schwab@suse.de>
10906
10907         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10908         when skipping over non-matching result from nscd.
10909
10910 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10911
10912         [BZ #16876]
10913         * nptl/sockperf.c (client): Check socket return value.
10914
10915         [BZ #16877]
10916         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10917         nscd security class.
10918
10919 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10920
10921         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10922         * sysdeps/arm/unwind.h: ... here.
10923
10924 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10925
10926         [BZ# 16916]
10927         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10928         Define.
10929
10930 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10931
10932         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10933         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10934         multiarch strncpy for PPC64.
10935         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10936         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10937         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10938         multiarch optimizations.
10939         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10940         (__libc_ifunc_impl_list): Likewise.
10941         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10942         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10943         multiarch stpncpy for PPC64.
10944         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10945         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10946
10947 2014-05-06  Andreas Schwab  <schwab@suse.de>
10948
10949         [BZ #16912]
10950         * gmon/mcount.c (_MCOUNT_DECL): Use
10951         atomic_compare_and_exchange_bool_acq instead of
10952         catomic_compare_and_exchange_bool_acq.
10953
10954 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10955
10956         * elf/Makefile (others, install-bin): Remove pldd.
10957         (pldd-modules): Variable removed.
10958         ($(objpfx)pldd): Target removed.
10959         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10960         (others, install-bin): Append pldd here.
10961         ($(objpfx)pldd): New target.
10962
10963         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10964         to 0, so the first #if test emitted later doesn't see it undefined.
10965         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10966         * sysdeps/gnu/errlist.c: Regenerated.
10967
10968 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10969
10970         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10971         [libc_hidden_builtin_def]: Define to empty value.
10972         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10973         [libc_hidden_builtin_def]: Likewise.
10974         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10975         [libc_hidden_builtin_def]: Likewise.
10976         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10977         [libc_hidden_builtin_def]: Likewise.
10978         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10979         __redirect_memcpy and define ifunc as default hidden symbol.
10980         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10981         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10982
10983 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10984
10985         * locale/iso-4217.def: Reintroduce XDR currency.
10986
10987 2014-05-04  Allan McRae  <allan@archlinux.org>
10988
10989         * po/eo.po: Update Esperanto translation from translation project.
10990
10991 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10992
10993         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10994         and FEATURE_INDEX_MAX to 1.
10995         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10996
10997 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10998
10999         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11000         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11001         * iconvdata/big5.c (ONE_DIRECTION): Define.
11002         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11003         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11004         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11005         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11006         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11007         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11008         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11009         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11010         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11011         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11012         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11013         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11014         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11015         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11016         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11017         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11018         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11019         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11020         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11021         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11022         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11023         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11024         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11025         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11026         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11027         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11028         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11029         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11030         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11031         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11032         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11033         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11034         * iconvdata/johab.c (ONE_DIRECTION): Define.
11035         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11036         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11037         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11038         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11039         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11040         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11041         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11042         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11043         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11044         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11045
11046 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11047
11048         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11049         (_IO_JUMPS_OFFSET): Define to 0.
11050
11051         * nptl/sysdeps/pthread/bits/libc-lock.h
11052         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11053         (__libc_lock_define_initialized_recursive): Always define using
11054         initializer.  Modern compilers treat uninitialized (implicit zero) and
11055         explicit zero initializers the same (i.e. put the datum in bss).
11056
11057 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11058
11059         * nscd/nscd-client.h: Include <string.h>.
11060
11061 2014-05-01  David S. Miller  <davem@davemloft.net>
11062
11063         [BZ #16885]
11064         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11065         multiple zero bytes exist at the end of a string.
11066         Reported by Aurelien Jarno <aurelien@aurel32.net>
11067
11068         * string/test-strcmp.c (check): Add explicit test for situations where
11069         there are multiple zero bytes after the first.
11070
11071 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11072
11073         [BZ #16890]
11074         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11075         when compiling wprintf.
11076         * stdio-common/tstdiomisc.c (t3): New function.
11077         (main): Call it.
11078
11079 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11080
11081         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11082         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11083         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11084         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11085
11086 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11087
11088         * stdlib/longlong.h: Updated from GCC.
11089
11090 2014-05-01  Will Newton  <will.newton@linaro.org>
11091             Bernard Ogden  <bernie.ogden@linaro.org>
11092
11093         * NEWS: Update fixed bug list.
11094
11095         [BZ #15119]
11096         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11097
11098 2014-04-30  David S. Miller  <davem@davemloft.net>
11099
11100         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11101         (libc_feholdexcept_setround_sparc_ctx): New function.
11102         (libc_fesetenv_sparc_ctx): Likewise.
11103         (libc_feupdateenv_sparc_ctx): Likewise.
11104         (libc_feholdsetround_sparc_ctx): Likewise.
11105         (libc_feholdexcept_setround_ctx): Define.
11106         (libc_feholdexcept_setroundf_ctx): Likewise.
11107         (libc_feholdexcept_setroundl_ctx): Likewise.
11108         (libc_fesetenv_ctx): Likewise.
11109         (libc_fesetenvf_ctx): Likewise.
11110         (libc_fesetenvl_ctx): Likewise.
11111         (libc_feupdateenv_ctx): Likewise.
11112         (libc_feupdateenvf_ctx): Likewise.
11113         (libc_feupdateenvl_ctx): Likewise.
11114         (libc_feresetround_ctx): Likewise.
11115         (libc_feresetroundf_ctx): Likewise.
11116         (libc_feresetroundl_ctx): Likewise.
11117         (libc_feholdsetround_ctx): Likewise.
11118         (libc_feholdsetroundf_ctx): Likewise.
11119         (libc_feholdsetroundl_ctx): Likewise.
11120
11121         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11122         with __USE_GNU instead of XOPEN cpp guards.
11123
11124         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11125         0.
11126
11127         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11128         with XOPEN cpp guards.
11129
11130 2014-04-30  Julian Brown  <julian@codesourcery.com>
11131
11132         [BZ #16888]
11133         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11134         handling.
11135
11136 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11137
11138         [BZ #9894]
11139         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11140         Change to 2.6.32.
11141         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11142         * sysdeps/unix/sysv/linux/configure: Regenerated.
11143         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11144         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11145         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11146         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11147         * README: Update reference to required Linux kernel version.
11148         * manual/install.texi (Linux): Update reference to required Linux
11149         kernel headers version.
11150         * INSTALL: Regenerated.
11151
11152         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11153         header inclusion.
11154         [POSIX] (limits.h): Likewise.
11155         [POSIX] (math.h): Likewise.
11156         [POSIX] (sys/wait.h): Likewise.
11157         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11158         function.
11159         [POSIX] (stddef.h): Do not allow header inclusion.
11160
11161 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11162
11163         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11164
11165 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11166
11167         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11168         Return immediately after lll_futex_wake.
11169
11170 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11171
11172         [BZ #16791]
11173         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11174         structure.
11175         (datahead_init_pos): Call datahead_init_common early.
11176         (datahead_init_neg): Likewise.
11177
11178         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11179         datahead_init_neg): New functions.
11180         * nscd/aicache.c (addhstaiX): Use them.
11181         * nscd/grpcache.c (cache_addgr): Likewise.
11182         * nscd/hstcache.c (cache_addhst): Likewise.
11183         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11184         * nscd/netgroupcache.c (do_notfound): Likewise.
11185         (addgetnetgrentX): Likewise.
11186         (addinnetgrX): Likewise.
11187         * nscd/pwdcache.c (cache_addpw): Likewise.
11188         * nscd/servicescache.c (cache_addserv): Likewise.
11189
11190 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11191             Atsushi Onoe  <atsushi@onoe.org>
11192
11193         [BZ #14308]
11194         [BZ #12994]
11195         [BZ #13651]
11196         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11197         one response is valid.
11198         * resolv/res_send.c (send_dg): Check for validity of other
11199         response if the current response is a referral.
11200
11201 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11202
11203         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11204
11205 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11206
11207         [BZ #16823]
11208         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11209         Always divide by positive zero when computing -Inf result.
11210         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11211         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11212
11213 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11214
11215         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11216         FPSCR if value do not change.
11217         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11218         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11219         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11220         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11221         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11222         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11223         function.
11224
11225 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11226
11227         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11228         * sysdeps/unix/sysv/linux/hppa: Move directory from
11229         ports/systeps/unix/sysv/linux/hppa.
11230         * README: Update listing for hppa-*-linux-gnu.
11231
11232 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11233
11234         [BZ #16754]
11235         * manual/stdio.texi (Hook functions): Fix types of stream hook
11236         functions.
11237         [BZ #16854]
11238         * socket/sys/socket.h: Fix typo in comment.
11239
11240 2014-04-28  Wilco  <wdijkstr@arm.com>
11241
11242         * sysdeps/arm/fenv_private.h: New file.
11243         * sysdeps/arm/math_private.h: New file.
11244         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11245
11246 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11247
11248         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11249         with __int128_t.
11250         (La_x86_64_retval): Likewise.
11251
11252 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11253
11254         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11255         fpsr if value didn't change.
11256         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11257         to fpcr if value didn't change.
11258         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11259         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11260         fpsr or fpcr if value didn't change.
11261         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11262         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11263         fpcr if value didn't change.
11264         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11265         to fpsr if value didn't change.
11266
11267 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11268
11269         * nptl/tst-sem3.c: Use test-skeleton.c
11270         (main): Rename to do_test.  Use return instead of
11271         exit.
11272         * nptl/tst-sem4.c: Use test-skeleton.c
11273         (main): Rename to do_test.
11274
11275 2014-04-22  David S. Miller  <davem@davemloft.net>
11276
11277         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11278         (struct sigaction): New struct member __glibc_reserved0, change
11279         type of sa_flags to int.
11280
11281 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11282
11283         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11284         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11285
11286 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11287
11288         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11289         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11290
11291 2014-04-22  Will Newton  <will.newton@linaro.org>
11292             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11293
11294         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11295         (__longjmp): Add longjmp and longjmp_target SystemTap
11296         probes.
11297         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11298         (__sigsetjmp): Add setjmp SystemTap probe.
11299
11300 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11301
11302         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11303         match manual order.
11304
11305 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11306
11307         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11308
11309         * sysdeps/powerpc/fpu/fenv_private.h
11310         (libc_feholdexcept_setroundl_ctx): Define to
11311         libc_feholdexcept_setround_ppc_ctx.
11312         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11313         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11314         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11315         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11316
11317 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11318
11319         * sysdeps/aarch64/math-tests.h: New file.
11320
11321 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11322
11323         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11324         New.
11325         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11326         Check and set bit_AVX2_Usable.
11327         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11328         macro.
11329         (bit_AVX2): Likewise.
11330         (index_AVX2_Usable): Likewise.
11331         (CPUID_AVX2): Likewise.
11332         (HAS_AVX2): Likewise.
11333
11334 2014-04-17  Will Newton  <will.newton@linaro.org>
11335
11336         * manual/setjmp.texi (System V contexts): Add note that
11337         calling setcontext on a context created by a call to a
11338         signal handler is undefined.  Update text to note that
11339         setcontext from a signal handler is possible but not
11340         recommended.
11341
11342         [BZ #16629]
11343         * stdlib/tst-setcontext.c: Include signal.h.
11344         (main): Check that the signal stack before and
11345         after swapcontext is the same.
11346
11347         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11348         Re-implement to restore registers in user code and avoid
11349         rt_sigreturn system call.
11350
11351 2014-04-17  Wilco  <wdijkstr@arm.com>
11352
11353         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11354         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11355         * math/test-fenv.c: Skip exception trap tests on targets which only
11356         support non-stop mode.
11357
11358 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11359             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11360
11361         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11362         (libc_feholdsetround_aarch64_ctx)
11363         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11364         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11365         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11366         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11367         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11368         (libc_feresetround_noexl_ctx): Define.
11369
11370 2014-04-16  Richard Henderson  <rth@redhat.com>
11371
11372         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11373
11374         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11375         unwind tables.
11376
11377         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11378         const from the non-libc, non-ldso copy.
11379
11380         * sysdeps/alpha/libm-test-ulps: Regenerate.
11381
11382 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11383             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11384
11385         * sysdeps/aarch64/fpu/math_private.h: New file.
11386
11387 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11388
11389         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11390
11391 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11392
11393         [BZ #16275]
11394         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11395         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11396         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11397         Intel MPX bound registers before _dl_profile_fixup.
11398         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11399         registers after _dl_profile_fixup.  Save and restore bound
11400         registers bnd0/bnd1 when calling _dl_call_pltexit.
11401         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11402         (LR_BND_OFFSET): Likewise.
11403         (LRV_BND0_OFFSET): Likewise.
11404         (LRV_BND1_OFFSET): Likewise.
11405
11406 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11407
11408         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11409         to...
11410         * sysdeps/mach/hurd/i386/tls.h: ... here.
11411         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11412         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11413         fields.
11414
11415 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11416
11417         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11418
11419 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11420
11421         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11422
11423 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11424
11425         [BZ #14770]
11426         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11427         * sysdeps/s390/configure: Regenerate.
11428
11429         [BZ #16824]
11430         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11431         Set round-to-nearest internally to reduce error accumulation.
11432
11433 2014-04-16  Alan Modra  <amodra@gmail.com>
11434
11435         [BZ #16740]
11436         [BZ #16619]
11437         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11438         * math/libm-test.inc (frexp_test_data): Add tests.
11439         * NEWS: Update fixed bug list.
11440
11441 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11442
11443         * benchtests/Makefile: Depend on libraries in build directory.
11444         (bench-math): Separate out math tests.
11445         (bench-pthread): Separate out pthread tests.
11446         (bench): Include math and pthread tests.
11447
11448 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11449
11450         [BZ #16831]
11451         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11452         _dl_debug_initialize.
11453
11454         * configure.ac: Remove SELinux header check.
11455         * configure: Regenerate.
11456         * nscd/selinux.c (perms): Array of const char* to permission names.
11457         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11458         default policy. Call string_to_security_class and string_to_av_perm to
11459         translate strings. Enforce default policy and call avs_has_perm with
11460         results of translated strings.
11461
11462 2014-04-13  David S. Miller  <davem@davemloft.net>
11463
11464         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11465
11466 2014-04-12  Allan McRae  <allan@archlinux.org>
11467
11468         [BZ #16838]
11469         * manual/string.texi (Collation Functions): Fix qsort argument
11470         order in example.
11471         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11472
11473 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11474
11475         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11476         Make the test a no-op if there are no exceptions defined.
11477
11478 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11479
11480         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11481         enable-hardcoded-path-in-tests
11482
11483 2014-04-11  Will Newton  <will.newton@linaro.org>
11484
11485         * benchtests/Makefile (extra-objs): Add json-lib.o.
11486         (bench-func): Tidy up JSON output.
11487         * benchtests/bench-skeleton.c: Include json-lib.h.
11488         (main): Use JSON library functions to do output of
11489         benchmark results.
11490         * benchtests/bench-timing-type.c (main): Output the
11491         timing type simply, leaving formatting to the user.
11492         * benchtests/json-lib.c: New file.
11493         * benchtests/json-lib.h: Likewise.
11494
11495 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11496
11497         [BZ #15215]
11498         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11499         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11500         memory barriers.  Add comments.
11501         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11502         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11503         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11504         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11505         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11506         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11507
11508 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11509
11510         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11511         * sysdeps/s390/s390-64/configure.ac: ... this ...
11512         * sysdeps/s390/configure.ac: ... to here.
11513         * sysdeps/s390/s390-32/configure: Delete file.
11514         * sysdeps/s390/s390-64/configure: Delete file.
11515         * sysdeps/s390/configure: Regenerate.
11516
11517 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11518
11519         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11520
11521 2014-04-11  Will Newton  <will.newton@linaro.org>
11522
11523         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11524         to zero if it is not defined elsewhere.  (mtrim): Test
11525         the value of MALLOC_DEBUG with #if rather than #ifdef.
11526
11527 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11528
11529         * benchtests/pthread_once-inputs: New file.
11530         * benchtests/pthread_once-source.c: New file.
11531         * benchtests/README: Update documentation.
11532
11533 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11534             H.J. Lu  <hongjiu.lu@intel.com>
11535
11536         [BZ #16275]
11537         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11538         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11539         * sysdeps/x86_64/configure: Regenerated.
11540         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11541         macro.
11542         (REGISTER_SAVE_RAX): Likewise.
11543         (REGISTER_SAVE_RCX): Likewise.
11544         (REGISTER_SAVE_RDX): Likewise.
11545         (REGISTER_SAVE_RSI): Likewise.
11546         (REGISTER_SAVE_RDI): Likewise.
11547         (REGISTER_SAVE_R8): Likewise.
11548         (REGISTER_SAVE_R9): Likewise.
11549         (REGISTER_SAVE_BND0): Likewise.
11550         (REGISTER_SAVE_BND1): Likewise.
11551         (REGISTER_SAVE_BND2): Likewise.
11552         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11553         bound registers when calling _dl_fixup.
11554
11555 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11556
11557         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11558         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11559         of its definition.
11560         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11561         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11562         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11563         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11564         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11565         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11566         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11567
11568 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11569
11570         [BZ #15514]
11571         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11572         pathconf(_PC_NAME_MAX).
11573
11574 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11575
11576         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11577         Remove macro usage.
11578         (__PTHREAD_SPINS): Move definition to ...
11579         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11580         (__PTHREAD_SPINS): ... here.
11581         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11582         (__PTHREAD_SPIN): Likewise.
11583         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11584         (__PTHREAD_SPIN): Likewise.
11585         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11586         (__PTHREAD_SPIN): Likewise.
11587         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11588         (__PTHREAD_SPIN): Likewise.
11589         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11590         (__PTHREAD_SPIN): Likewise.
11591         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11592         (__PTHREAD_SPIN): Likewise.
11593         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11594         (__PTHREAD_SPIN): Likewise.
11595         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11596         (__PTHREAD_SPIN): Likewise.
11597         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11598         (__PTHREAD_SPIN): Likewise.
11599         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11600         (__PTHREAD_SPIN): Likewise.
11601         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11602         (__PTHREAD_SPIN): Likewise.
11603         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11604         (__PTHREAD_SPIN): Likewise.
11605
11606         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11607         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11608         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11609         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11610         imply folder.
11611         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11612         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11613         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11614         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11615         correct imply path.
11616         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11617         strlen symbol for non multi-arch builds.
11618         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11619         missing hidden_def and weak_alias.
11620
11621 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11622
11623         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11624
11625 2014-04-07  Will Newton  <will.newton@linaro.org>
11626
11627         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11628         and contents.  [!_LIBC] Remove #ifndef and contents.
11629         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11630         * string/memccpy.c (__memccpy): Use ANSI prototype.
11631         * string/memfrob.c (memfrob): Likewise.
11632         * string/strcoll.c (STRCOLL): Likewise.
11633         * string/strlen.c (strlen): Likewise.
11634         * string/strtok.c (STRTOK): Likewise.
11635         * string/strcat.c: Remove unused #include of memcopy.h.
11636         (strcat): Use ANSI prototype.
11637         * string/strchr.c: Remove unused #include of memcopy.h.
11638         (strchr): Use ANSI prototype.
11639         * string/strcmp.c: Remove unused #include of memcopy.h.
11640         (strcmp): Use ANSI prototype.
11641         * string/strcpy.c: Remove unused #include of memcopy.h.
11642         (strcpy): Use ANSI prototype.
11643
11644 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11645
11646         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11647         * config.make.in (config-extra-cppflags): Set it from
11648         libc_extra_cppflags.
11649         * configure.ac (libc_extra_cflags): Make it accumulate over
11650         configure fragments.
11651         (libc_extra_cppflags): New flag.
11652         * configure. Regenerate.
11653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11654         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11655         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11657
11658         [BZ #16815]
11659         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11660         result for FE_DOWNWARD rounding mode.
11661         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11662         Likewise.
11663         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11664
11665 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11666
11667         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11668         in function argument name.
11669
11670 2014-04-03  David Svoboda  <svoboda@cert.org>
11671
11672         [BZ #5666]
11673         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11674         explicitly.
11675
11676 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11677
11678         * elf/dl-unmap-segments.h: New file.
11679         * sysdeps/generic/ldsodefs.h
11680         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11681         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11682         * elf/dl-fptr.c: Likewise.
11683         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11684         * sysdeps/aarch64/tlsdesc.c: Likewise.
11685         * sysdeps/arm/tlsdesc.c: Likewise.
11686         * sysdeps/i386/tlsdesc.c: Likewise.
11687         * sysdeps/tile/dl-runtime.c: Likewise.
11688         * sysdeps/x86_64/tlsdesc.c: Likewise.
11689         * elf/dl-load.h: New file.
11690         * elf/dl-load.c: Include it.
11691         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11692         Macros moved to dl-load.h.
11693         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11694         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11695         Use _dl_unmap_segments in place of __munmap.
11696         Break out segment-mapping loop into ...
11697         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11698
11699 2014-04-03  Will Newton  <will.newton@linaro.org>
11700
11701         * elf/dl-lookup.c (do_lookup_x): Remove comment
11702         referring to nested function and move variable
11703         declarations down to before first use.
11704
11705 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11706
11707         [BZ #16799]
11708         [BZ #16800]
11709         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11710         with 0 numerator.
11711         * math/s_catanf.c (__catanf): Likewise.
11712         * math/s_catanh.c (__catanh): Likewise.
11713         * math/s_catanhf.c (__catanhf): Likewise.
11714         * math/s_catanhl.c (__catanhl): Likewise.
11715         * math/s_catanl.c (__catanl): Likewise.
11716         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11717         by positive zero when computing -Inf result.
11718         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11719         (catanh_test): Likewise.
11720         * sysdeps/i386/fpu/libm-test-ulps: Update.
11721         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11722
11723         [BZ #16789]
11724         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11725         instead of using underflowing value in computing result.
11726         * math/s_clog10.c (__clog10): Likewise.
11727         * math/s_clog10f.c (__clog10f): Likewise.
11728         * math/s_clog10l.c (__clog10l): Likewise.
11729         * math/s_clogf.c (__clogf): Likewise.
11730         * math/s_clogl.c (__clogl): Likewise.
11731         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11732         (clog10_test): Likewise.
11733         * sysdeps/i386/fpu/libm-test-ulps: Update.
11734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11735
11736 2014-04-02  Alan Modra  <amodra@gmail.com>
11737
11738         [BZ #16739]
11739         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11740         output when value is near a power of two.  Use int64_t for lx and
11741         remove casts.  Use decimal rather than hex exponent constants.
11742         Don't use long double multiplication when double will suffice.
11743         * math/libm-test.inc (nextafter_test_data): Add tests.
11744         * NEWS: Add 16739 and 16786 to bug list.
11745
11746         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11747
11748         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11749
11750 2014-04-01  Will Newton  <will.newton@linaro.org>
11751
11752         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11753         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11754
11755 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11756
11757         [BZ #13347]
11758         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11759         * nptl/tst-setuid2.c: New file.
11760         * nptl/Makefile (xtests): Add tst-setuid2.
11761
11762 2014-04-01  Alan Modra  <amodra@gmail.com>
11763
11764         [BZ #16786]
11765         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11766
11767 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11768
11769         [BZ #6803]
11770         [BZ #6804]
11771         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11772         set errno as appropriate.
11773         * math/w_scalbf.c (__scalbf): Likewise.
11774         * math/w_scalbl.c (__scalbl): Likewise.
11775         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11776         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11777         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11778         Add more NaN tests.
11779
11780         [BZ #16349]
11781         * math/w_atan2.c: Include <errno.h>.
11782         (__atan2): Set errno for result underflowing to zero.
11783         * math/w_atan2f.c: Include <errno.h>.
11784         (__atan2f): Set errno for result underflowing to zero.
11785         * math/w_atan2l.c: Include <errno.h>.
11786         (__atan2l): Set errno for result underflowing to zero.
11787         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11788         tests.
11789         * math/auto-libm-test-out: Regenerated.
11790
11791 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11792
11793         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11794         Encode instruction correctly in little endian.
11795         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11796         Likewise.
11797         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11798         Likewise.
11799         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11800         Likewise.
11801         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11802         Likewise.
11803
11804 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11805
11806         [BZ #9894]
11807         * sysdeps/unix/sysv/linux/kernel-features.h
11808         [__sparc__ && !__arch64__ && !__sparc_v9__]
11809         (__ASSUME_SET_ROBUST_LIST): Do not define.
11810         [__sparc__ && !__arch64__ && !__sparc_v9__]
11811         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11812         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11813         Likewise.
11814         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11815         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11816         (__ASSUME_REQUEUE_PI): Likewise.
11817         (__ASSUME_SET_ROBUST_LIST): Likewise.
11818         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11819         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11820         Undefine.
11821         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11822         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11823         Likewise.
11824         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11825         Likewise.
11826         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11827         Likewise.
11828         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11829         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11830         Undefine.
11831         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11832         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11833         Likewise.
11834
11835         [BZ #16648]
11836         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11837         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11838         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11839
11840 2014-03-31  Will Newton  <will.newton@linaro.org>
11841
11842         * benchtests/Makefile (bench): Add ffs and ffsll to list
11843         of tests.
11844         * benchtests/ffs-inputs: New file.
11845         * benchtests/ffsll-inputs: Likewise.
11846
11847 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11848
11849         [BZ #16770]
11850         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11851         too large before casting to int.
11852         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11853         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11854         * math/libm-test.inc (scalb_test_data): Add more tests.
11855
11856 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11857
11858         * benchtests/Makefile (DETAILED_OPT): New make option.
11859         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11860         set.
11861         * benchtests/bench-skeleton.c: Include stdbool.h.
11862         (main): Store and print timings per input.
11863         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11864         member to each argument value.
11865         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11866         (_print_arg_data): Initialize per-input timing to 0.
11867
11868         * benchtests/Makefile (timing-type): New binary.
11869         (bench-clean): Also remove bench-timing-type.
11870         (bench): New target for timing-type.
11871         (bench-func): Print output in JSON format.
11872         * benchtests/bench-skeleton.c (main): Print output in JSON
11873         format.
11874         * benchtests/bench-timing-type.c: New file.
11875         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11876         (TIMING_PRINT_STATS): Remove.
11877         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11878         name separately.
11879
11880         * benchtests/bench-modf.c: Remove.
11881         * benchtests/modf-inputs: New inputs file.
11882
11883 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11884
11885         [BZ #16362]
11886         * math/s_clog10.c (M_PI_LOG10E): New macro.
11887         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11888         imaginary parts are 0.
11889         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11890         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11891         imaginary parts are 0.
11892         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11893         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11894         imaginary parts are 0.
11895         * math/libm-test.inc (clog10_test_data): Update expected results
11896         for when real and imaginary parts are 0.
11897
11898 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11899
11900         * elf/dl-load.c: Finish conversion of __builtin_expect into
11901         __glibc_{un}likely.
11902
11903 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11904
11905         [BZ #16348]
11906         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11907         1+x for argument with exponent below -67.
11908         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11909         Likewise.
11910         * math/auto-libm-test-in: Add more tests of exp.
11911         * math/auto-libm-test-out: Regenerated.
11912
11913 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11914
11915         [BZ #16759]
11916         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11917         (nscd_getnetgrent): Use it.
11918
11919         [BZ #16760]
11920         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11921         of stpcpy.
11922
11923 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11924
11925         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11926         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11927         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11928         (lll_robust_unlock): Remove out of line section. Use cfi
11929         intrinsics.
11930         (LLL_STUB_UNWIND_INFO*): Remove.
11931         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11932         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11933         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11934         (lll_robust_unlock): Remove out of line section. Use cfi
11935         intrinsics.
11936         (LLL_STUB_UNWIND_INFO*): Remove.
11937
11938 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11939
11940         [BZ #16758]
11941         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11942         blank values.
11943
11944 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11945
11946         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11947
11948 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11949
11950         [BZ #16198]
11951         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11952         fnstenv.
11953         * math/test-fenv-preserve.c: New file.
11954         * math/Makefile (tests): Add test-fenv-preserve.
11955
11956 2014-03-26  Will Newton <will.newton@linaro.org>
11957
11958         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11959
11960 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11961
11962         * scripts/versionlist.awk: Partition the version sets and emit all
11963         GLIBC_* (sorted) before all others (sorted).
11964
11965 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11966
11967         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11968         GLIBC_2.2.5 version.
11969
11970 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11971
11972         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11973         calls.
11974
11975         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11976         previous change.
11977
11978         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11979
11980 2014-03-25  Andreas Schwab  <schwab@suse.de>
11981
11982         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11983         label to be used after in6ailist is initialized.
11984
11985 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11986
11987         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11988         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11989
11990 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11991
11992         [BZ #16357]
11993         [BZ #16599]
11994         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11995         min_plus_half.
11996         (fp_formats): Update initializers.
11997         (init_fp_formats): Initialize new field.
11998         (output_for_one_input_case): Allow underflow for results up to
11999         min_plus_half.
12000         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12001         * math/auto-libm-test-in: Don't mark some underflows from asin and
12002         atanh as spurious.
12003         * math/auto-libm-test-out: Regenerated.
12004         * sysdeps/i386/fpu/libm-test-ulps: Update.
12005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12006
12007 2014-03-25  Andreas Schwab  <schwab@suse.de>
12008
12009         * libio/Makefile (tst-ftell-partial-wide-ENV)
12010         (tst-ftell-active-handler-ENV): Define.
12011
12012 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12013
12014         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12015
12016 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12017
12018         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12019
12020 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12021
12022         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12023         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12024         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12025
12026 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12027
12028         [BZ #16634]
12029         * elf/dl-load.c (open_verify): Add mode parameter.
12030         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12031         (open_path): Change from boolean 'secure' to complete flag 'mode'
12032         (_dl_map_object): Adjust.
12033         * elf/Makefile (tests): Add tst-dlopen-aout.
12034         * elf/tst-dlopen-aout.c: New test.
12035
12036 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12037
12038         [BZ #16714]
12039         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12040         (struct stat): Rename member pad0 to __glibc_reserved0.
12041
12042         [BZ #16712]
12043         * sysdeps/s390/s390-32/bits/wordsize.h
12044         (__WORDSIZE32_SIZE_ULONG): New define.
12045         * sysdeps/s390/s390-64/bits/wordsize.h
12046         (__WORDSIZE32_SIZE_ULONG): Likewise.
12047         * sysdeps/generic/stdint.h (SIZE_MAX):
12048         Define as UL if __WORDSIZE32_SIZE_ULONG.
12049
12050         [BZ #16713]
12051         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12052         (__glibc_reserved0): New variable.
12053         (sa_flags): Change type to int.
12054
12055         * posix/Makefile (before-compile): Use += before-compile instead
12056         of a :=.
12057
12058         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12059         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12060
12061 2014-03-20  Andreas Schwab  <schwab@suse.de>
12062
12063         [BZ #16743]
12064         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12065         non-matching result from nscd.
12066
12067 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12068
12069         * scripts/bench.py: Moved to ...
12070         * benchtests/scripts/bench.py: ... here.
12071         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12072
12073 2014-03-24  Andreas Schwab  <schwab@suse.de>
12074
12075         [BZ #16002]
12076         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12077         alloca_account and account alloca use for struct in6ailist.
12078
12079 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12080
12081         [BZ #16284]
12082         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12083         rounding mode to recompute results that overflow to infinity or
12084         underflow to zero.
12085         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12086         bug 16284.
12087         * math/auto-libm-test-out: Regenerated.
12088         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12089         (ccosh_test): Likewise.
12090         (csin_test_data): Use plus_oflow.
12091         (csin_test): Use ALL_RM_TEST.
12092         (csinh_test_data): Use plus_oflow.
12093         (csinh_test): Use ALL_RM_TEST.
12094         * sysdeps/i386/fpu/libm-test-ulps: Update.
12095         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12096
12097 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12098
12099         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12100         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12101         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12102
12103         [BZ #16731]
12104         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12105         when x - 1 is zero.
12106         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12107         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12108         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12109         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12110         argument is 1.
12111         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12112         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12113         zero.
12114         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12115         * sysdeps/i386/fpu/libm-test-ulps: Update.
12116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12117
12118 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12119
12120         * scripts/bench.pl: Remove file.
12121         * scripts/bench.py: New benchmark script.
12122         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12123         * benchtests/README: Mention python dependency.
12124         * scripts/pylintrc: New file.
12125         * scripts/pylint: New file.
12126
12127         * bits/mathdef.h: Use #ifdef instead of #if.
12128         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12129         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12130         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12131         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12132         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12133         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12134
12135 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12136             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12137
12138         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12139         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12140         and strpbrk-ppc64 objects.
12141         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12142         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12143         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12144         multiarch strpbrk for POWER7.
12145         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12146         multiarch strpbrk for PPC64.
12147         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12148         ifunc selector.
12149         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12150         strpbrk for POWER7.
12151
12152 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12153
12154         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12155         (atan_test): Likewise.
12156         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12157         (atanh_test): Use ALL_RM_TEST.
12158         (atan2_test_data): Likewise.
12159         (cabs_test): Likewise.
12160         (cacosh_test): Likewise.
12161         (carg_test): Likewise.
12162         (casin_test): Likewise.
12163         (casinh_test): Likewise.
12164         (cbrt_test): Likewise.
12165         (csqrt_test): Likewise.
12166         (erf_test): Likewise.
12167         (erfc_test): Likewise.
12168         (pow10_test): Likewise.
12169         (exp2_test): Likewise.
12170         (hypot_test): Likewise.
12171         (j0_test): Likewise.
12172         (j1_test): Likewise.
12173         (lgamma_test): Likewise.
12174         (gamma_test): Likewise.
12175         (sincos_test): Likewise.
12176         (tanh_test): Likewise.
12177         (y0_test): Likewise.
12178         (y1_test): Likewise.
12179         * sysdeps/i386/fpu/libm-test-ulps: Update.
12180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12181
12182 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12183
12184         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12185         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12186         and strcspn-ppc64 objects.
12187         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12188         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12189         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12190         multiarch strcspn for POWER7.
12191         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12192         multiarch strcspn for PPC64.
12193         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12194         ifunc selector.
12195         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12196         strcspn for POWER7.
12197
12198 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12199
12200         * math/gen-libm-test.pl (generate_testfile): Expect only function
12201         name as argument to AUTO_TESTS_* and pass results for all rounding
12202         modes to parse_args.
12203         (parse_auto_input): Separate inputs of automatic tests from
12204         outputs before storing in %auto_tests.
12205         * math/libm-test.inc (acos_test_data): Update call to
12206         AUTO_TESTS_f_f.
12207         (acos_test): Use ALL_RM_TEST.
12208         (acos_tonearest_test_data): Remove.
12209         (acos_test_tonearest): Likewise.
12210         (acos_towardzero_test_data): Likewise.
12211         (acos_test_towardzero): Likewise.
12212         (acos_downward_test_data): Likewise.
12213         (acos_test_downward): Likewise.
12214         (acos_upward_test_data): Likewise.
12215         (acos_test_upward): Likewise.
12216         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12217         (asin_test_data): Likewise.
12218         (asin_test): Use ALL_RM_TEST.
12219         (asin_tonearest_test_data): Remove.
12220         (asin_test_tonearest): Likewise.
12221         (asin_towardzero_test_data): Likewise.
12222         (asin_test_towardzero): Likewise.
12223         (asin_downward_test_data): Likewise.
12224         (asin_test_downward): Likewise.
12225         (asin_upward_test_data): Likewise.
12226         (asin_test_upward): Likewise.
12227         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12228         (atan_test_data): Likewise.
12229         (atanh_test_data): Likewise.
12230         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12231         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12232         (carg_test_data): Likewise.
12233         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12234         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12235         (ccosh_test_data): Likewise.
12236         (cexp_test_data): Likewise.
12237         (clog_test_data): Likewise.
12238         (clog10_test_data): Likewise.
12239         (cos_test_data): Update call to AUTO_TESTS_f_f.
12240         (cos_test): Use ALL_RM_TEST.
12241         (cos_tonearest_test_data): Remove.
12242         (cos_test_tonearest): Likewise.
12243         (cos_towardzero_test_data): Likewise.
12244         (cos_test_towardzero): Likewise.
12245         (cos_downward_test_data): Likewise.
12246         (cos_test_downward): Likewise.
12247         (cos_upward_test_data): Likewise.
12248         (cos_test_upward): Likewise.
12249         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12250         (cosh_test): Use ALL_RM_TEST.
12251         (cosh_tonearest_test_data): Remove.
12252         (cosh_test_tonearest): Likewise.
12253         (cosh_towardzero_test_data): Likewise.
12254         (cosh_test_towardzero): Likewise.
12255         (cosh_downward_test_data): Likewise.
12256         (cosh_test_downward): Likewise.
12257         (cosh_upward_test_data): Likewise.
12258         (cosh_test_upward): Likewise.
12259         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12260         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12261         (ctan_test_data): Likewise.
12262         (ctan_test): Use ALL_RM_TEST.
12263         (ctan_tonearest_test_data): Remove.
12264         (ctan_test_tonearest): Likewise.
12265         (ctan_towardzero_test_data): Likewise.
12266         (ctan_test_towardzero): Likewise.
12267         (ctan_downward_test_data): Likewise.
12268         (ctan_test_downward): Likewise.
12269         (ctan_upward_test_data): Likewise.
12270         (ctan_test_upward): Likewise.
12271         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12272         (ctanh_test): Use ALL_RM_TEST.
12273         (ctanh_tonearest_test_data): Remove.
12274         (ctanh_test_tonearest): Likewise.
12275         (ctanh_towardzero_test_data): Likewise.
12276         (ctanh_test_towardzero): Likewise.
12277         (ctanh_downward_test_data): Likewise.
12278         (ctanh_test_downward): Likewise.
12279         (ctanh_upward_test_data): Likewise.
12280         (ctanh_test_upward): Likewise.
12281         (erf_test_data): Update call to AUTO_TESTS_f_f.
12282         (erfc_test_data): Likewise.
12283         (exp_test_data): Likewise.
12284         (exp_test): Use ALL_RM_TEST.
12285         (exp_tonearest_test_data): Remove.
12286         (exp_test_tonearest): Likewise.
12287         (exp_towardzero_test_data): Likewise.
12288         (exp_test_towardzero): Likewise.
12289         (exp_downward_test_data): Likewise.
12290         (exp_test_downward): Likewise.
12291         (exp_upward_test_data): Likewise.
12292         (exp_test_upward): Likewise.
12293         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12294         (exp10_test): Use ALL_RM_TEST.
12295         (exp10_tonearest_test_data): Remove.
12296         (exp10_test_tonearest): Likewise.
12297         (exp10_towardzero_test_data): Likewise.
12298         (exp10_test_towardzero): Likewise.
12299         (exp10_downward_test_data): Likewise.
12300         (exp10_test_downward): Likewise.
12301         (exp10_upward_test_data): Likewise.
12302         (exp10_test_upward): Likewise.
12303         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12304         (expm1_test_data): Likewise.
12305         (expm1_test): Use ALL_RM_TEST.
12306         (expm1_tonearest_test_data): Remove.
12307         (expm1_test_tonearest): Likewise.
12308         (expm1_towardzero_test_data): Likewise.
12309         (expm1_test_towardzero): Likewise.
12310         (expm1_downward_test_data): Likewise.
12311         (expm1_test_downward): Likewise.
12312         (expm1_upward_test_data): Likewise.
12313         (expm1_test_upward): Likewise.
12314         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12315         (fma_test): Use ALL_RM_TEST.
12316         (fma_towardzero_test_data): Remove.
12317         (fma_test_towardzero): Likewise.
12318         (fma_downward_test_data): Likewise.
12319         (fma_test_downward): Likewise.
12320         (fma_upward_test_data): Likewise.
12321         (fma_test_upward): Likewise.
12322         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12323         (j0_test_data): Update call to AUTO_TESTS_f_f.
12324         (j1_test_data): Likewise.
12325         (jn_test_data): Update call to AUTO_TESTS_if_f.
12326         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12327         (log_test_data): Update call to AUTO_TESTS_f_f.
12328         (log10_test_data): Likewise.
12329         (log1p_test_data): Likewise.
12330         (log2_test_data): Likewise.
12331         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12332         (pow_tonearest_test_data): Likewise.
12333         (sin_test_data): Update call to AUTO_TESTS_f_f.
12334         (sin_test): Use ALL_RM_TEST.
12335         (sin_tonearest_test_data): Remove.
12336         (sin_test_tonearest): Likewise.
12337         (sin_towardzero_test_data): Likewise.
12338         (sin_test_towardzero): Likewise.
12339         (sin_downward_test_data): Likewise.
12340         (sin_test_downward): Likewise.
12341         (sin_upward_test_data): Likewise.
12342         (sin_test_upward): Likewise.
12343         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12344         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12345         (sinh_test): Use ALL_RM_TEST.
12346         (sinh_tonearest_test_data): Remove.
12347         (sinh_test_tonearest): Likewise.
12348         (sinh_towardzero_test_data): Likewise.
12349         (sinh_test_towardzero): Likewise.
12350         (sinh_downward_test_data): Likewise.
12351         (sinh_test_downward): Likewise.
12352         (sinh_upward_test_data): Likewise.
12353         (sinh_test_upward): Likewise.
12354         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12355         (sqrt_test): Use ALL_RM_TEST.
12356         (sqrt_tonearest_test_data): Remove.
12357         (sqrt_test_tonearest): Likewise.
12358         (sqrt_towardzero_test_data): Likewise.
12359         (sqrt_test_towardzero): Likewise.
12360         (sqrt_downward_test_data): Likewise.
12361         (sqrt_test_downward): Likewise.
12362         (sqrt_upward_test_data): Likewise.
12363         (sqrt_test_upward): Likewise.
12364         (tan_test_data): Update call to AUTO_TESTS_f_f.
12365         (tan_test): Use ALL_RM_TEST.
12366         (tan_tonearest_test_data): Remove.
12367         (tan_test_tonearest): Likewise.
12368         (tan_towardzero_test_data): Likewise.
12369         (tan_test_towardzero): Likewise.
12370         (tan_downward_test_data): Likewise.
12371         (tan_test_downward): Likewise.
12372         (tan_upward_test_data): Likewise.
12373         (tan_test_upward): Likewise.
12374         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12375         (tgamma_test_data): Likewise.
12376         (y0_test_data): Likewise.
12377         (y1_test_data): Likewise.
12378         (yn_test_data): Update call to AUTO_TESTS_if_f.
12379         (main): Do not call removed functions.
12380
12381 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12382
12383         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12384         (ldexp_test_data): Remove.
12385         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12386         scalbn_test_data.
12387         (scalb_test): Use ALL_RM_TEST.
12388
12389 2014-03-19  Andreas Schwab  <schwab@suse.de>
12390
12391         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12392
12393 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12394
12395         [BZ #16649]
12396         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12397         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12398         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12399         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12400         (__ASSUME_PREADV): Undefine.
12401         (__ASSUME_PWRITEV): Likewise.
12402
12403 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12404
12405         * bits/mman-linux.h: Add comment about non-Linux use.
12406         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12407         bits/mman-linux.h resting place.
12408
12409         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12410         * bits/mman-linux.h: ... here.
12411
12412 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12413
12414         * conform/conformtest.pl: Add standard definition when calling C
12415         preprocessor on data files.
12416         (checknamespace): Remove unused variable.
12417
12418 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12419
12420         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12421         minus_oflow, plus_uflow and minus_uflow in expected results.
12422         * math/libm-test.inc (scalbn_test_data): Add more tests of
12423         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12424         minus_uflow.
12425         (scalbn_test): Use ALL_RM_TEST.
12426         (scalbln_test_data): Add more tests of negative arguments.  Use
12427         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12428         (scalbln_test): Use ALL_RM_TEST.
12429
12430 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12431
12432         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12433
12434 2014-03-18  Will Newton  <will.newton@linaro.org>
12435
12436         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12437         inaccurate comment.
12438
12439 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12440
12441         * Makerules [!subdir] (check-abi): Exit with error status if a
12442         test failed.
12443
12444 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12445
12446         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12447         for rint.  Include results for all rounding modes.
12448         (nearbyint_test): Use ALL_RM_TEST.
12449         (rint_test_data): Include all tests used for nearbyint.
12450
12451 2014-03-17  Will Newton  <will.newton@linaro.org>
12452
12453         * nptl/sysdeps/pthread/pthread.h: Revert previous
12454         change.
12455
12456         * sysdeps/generic/ldsodefs.h: Revert previous
12457         change.
12458
12459         * libio/genops.c: Revert previous change.
12460         * libio/libioP.h: Likewise.
12461         * stdio-common/vfprintf.c: Likewise.
12462
12463         * sysdeps/generic/math_private.h: Revert previous
12464         change.
12465
12466         * sysdeps/generic/math_private.h: Check whether
12467         HAVE_RM_CTX is defined with #ifdef rather
12468         than #if.
12469
12470         * argp/argp-fmtstream.h: Check whether
12471         __STRICT_ANSI__ is defined with #ifdef rather
12472         than #if.
12473         * argp/argp.h: Likewise.
12474
12475         * libio/genops.c: Check whether
12476         _IO_JUMPS_OFFSET is defined with #ifdef rather
12477         than #if.
12478         * libio/libioP.h: Likewise.
12479         * stdio-common/vfprintf.c: Likewise.
12480
12481         * sysdeps/generic/ldsodefs.h: Check whether
12482         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12483         than #if.
12484
12485         * nptl/sysdeps/pthread/pthread.h: Check
12486         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12487         its value.
12488
12489 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12490
12491         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12492         setting O_APPEND.
12493         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12494         test case.
12495
12496         [BZ #16680]
12497         * libio/fileops.c (_IO_file_open): Seek to end of file but
12498         don't cache the offset.
12499         (get_file_offset): Remove function.
12500         (do_ftell): Use cached offset when available.
12501         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12502         don't cache the offset.
12503         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12504         case.
12505         (do_one_test): Call it.
12506         (do_ftell_test): Fix up expected old offset for a+ mode.
12507         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12508         available.
12509
12510         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12511         up test status with function return status.
12512         (do_write_test): Likewise.
12513         (do_append_test): Likewise.
12514
12515         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12516         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12517         Remove.
12518
12519 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12520
12521         * math/gen-libm-test.pl (parse_args): Handle results specified for
12522         each rounding mode separately.
12523         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12524         tests and results from lrint_tonearest_test_data,
12525         lrint_towardzero_test_data, lrint_downward_test_data and
12526         lrint_upward_test_data.
12527         (lrint_test): Use ALL_RM_TEST.
12528         (lrint_tonearest_test_data): Remove.
12529         (lrint_test_tonearest): Likewise.
12530         (lrint_towardzero_test_data): Likewise.
12531         (lrint_test_towardzero): Likewise.
12532         (lrint_downward_test_data): Likewise.
12533         (lrint_test_downward): Likewise.
12534         (lrint_upward_test_data): Likewise.
12535         (lrint_test_upward): Likewise.
12536         (llrint_test_data): Merge in per-rounding-mode tests and results
12537         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12538         llrint_downward_test_data and llrint_upward_test_data.
12539         (llrint_test): Use ALL_RM_TEST.
12540         (llrint_tonearest_test_data): Remove.
12541         (llrint_test_tonearest): Likewise.
12542         (llrint_towardzero_test_data): Likewise.
12543         (llrint_test_towardzero): Likewise.
12544         (llrint_downward_test_data): Likewise.
12545         (llrint_test_downward): Likewise.
12546         (llrint_upward_test_data): Likewise.
12547         (llrint_test_upward): Likewise.
12548         (rint_test_data): Merge in per-rounding-mode tests and results
12549         from rint_tonearest_test_data, rint_towardzero_test_data,
12550         rint_downward_test_data and rint_upward_test_data.  Add
12551         per-rounding-mode results for tests not in those arrays.
12552         (rint_test): Use ALL_RM_TEST.
12553         (rint_tonearest_test_data): Remove.
12554         (rint_test_tonearest): Likewise.
12555         (rint_towardzero_test_data): Likewise.
12556         (rint_test_towardzero): Likewise.
12557         (rint_downward_test_data): Likewise.
12558         (rint_test_downward): Likewise.
12559         (rint_upward_test_data): Likewise.
12560         (rint_test_upward): Likewise.
12561         (main): Don't call removed functions.
12562
12563 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12564
12565         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12566         "Compiled on ..." crapola.  It is anti-useful.
12567
12568 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12569
12570         * scripts/evaluate-test.sh: Handle fourth argument to determine
12571         whether test run should stop on failure.
12572         * Makeconfig (stop-on-test-failure): New variable.
12573         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12574         $(stop-on-test-failure).
12575         * Makefile (tests): Give a summary of results from testing and
12576         exit with failure status if they include an ERROR or FAIL.
12577         (xtests): Likewise.
12578         * manual/install.texi (Configuring and compiling): Mention
12579         stop-on-test-failure=y.
12580         * INSTALL: Regenerated.
12581
12582 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12583
12584         * scripts/versionlist.awk: New file.
12585         * Makerules [$(build-shared) = yes]
12586         (postclean-generated): Add Versions.def, not Versions.def.v and
12587         Versions.def.v.i.
12588         ($(common-objpfx)Versions.def.v.i): Target removed.
12589         ($(common-objpfx)Versions.def): New target.
12590         ($(common-objpfx)Versions.all): Depend on that rather that
12591         $(common-objpfx)Versions.def.v.
12592         * Versions.def: File removed.
12593
12594         * Makeconfig (+gccwarn): Add -Wundef.
12595         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12596         a dl-sysdep.h breaking its contract.
12597         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12598         * include/stackinfo.h: New file.
12599         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12600         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12601         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12602         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12603         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12604         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12605         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12606         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12607         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12608         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12609         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12610         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12611         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12612         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12613         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12614
12615 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12616
12617         [BZ #16707]
12618         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12619         implementation.
12620         * math/libm-test.inc (round_test_data): Add more tests.
12621
12622         [BZ #16706]
12623         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12624         implementation.
12625         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12626
12627         [BZ #16701]
12628         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12629         implementation.
12630         * math/libm-test.inc (ceil_test_data): Add more tests.
12631
12632         * math/libm-test.inc (trunc_test_data): Add more tests related to
12633         BZ#16414.
12634
12635 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12636
12637         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12638         with #if rather than #ifdef.
12639         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12640
12641 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12642
12643         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12644         first.  Disable AVX-512 GCC support if assembler doesn't support
12645         it.
12646         * sysdeps/x86_64/configure: Regenerated.
12647
12648 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12649
12650         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12651         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12652         (__old_pthread_attr_setstack): Likewise.
12653         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12654         [!_STACK_GROWS_DOWN]: Likewise.
12655
12656 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12657
12658         * config.make.in (have-bash2): Delete.
12659         * configure.ac (libc_cv_have_bash2): Delete.
12660         * configure: Regenerate.
12661         * elf/Makefile (common-ldd-rewrite): Rename to ...
12662         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12663         (sh-ldd-rewrite): Delete.
12664         (bash-ldd-rewrite): Delete.
12665         (have-bash2): Delete checks.
12666         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12667         ldd-rewrite.
12668
12669         * config.make.in (have-ksh): Delete.
12670         (KSH): Delete.
12671         * configure.ac (libc_cv_have_ksh): Delete.
12672         * configure: Regenerate.
12673
12674         * elf/Makefile: Delete $(have-ksh) check.
12675         ($(objpfx)sotruss): Change KSH to BASH.
12676         * elf/sotruss.ksh: Rename to ...
12677         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12678         function style to match POSIX.  Drop ksh vim mode setting.
12679
12680         * manual/time.texi (Specifying the Time Zone with TZ): Change
12681         Tuesday to Thursday.
12682
12683         * debug/tst-longjmp_chk2.c: Update header comment.
12684         (stackoverflow_handler): Add comment.  Call assert on pass value.
12685
12686 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12687
12688         [BZ #16194]
12689         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12690         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12691         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12692         (La_x86_64_vector): Add zmm.
12693         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12694         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12695         ($(objpfx)tst-audit10): New target.
12696         ($(objpfx)tst-audit10.out): Likewise.
12697         (tst-audit10-ENV): New.
12698         (AVX512-CFLAGS): Likewise.
12699         (CFLAGS-tst-audit10.c): Likewise.
12700         (CFLAGS-tst-auditmod10a.c): Likewise.
12701         (CFLAGS-tst-auditmod10b.c): Likewise.
12702         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12703         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12704         * sysdeps/x86_64/configure: Regenerated.
12705         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12706         AVX-512 zmm register support.
12707         (_dl_x86_64_save_sse): Likewise.
12708         (_dl_x86_64_restore_sse): Likewise.
12709         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12710         size vector registers.
12711         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12712         (ZMM_SIZE): Likewise.
12713         * sysdeps/x86_64/tst-audit10.c: New file.
12714         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12715         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12716
12717 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12718
12719         * configure.ac (HAVE_EHDR_START): New check.
12720         * configure: Regenerated.
12721         * config.h.in (HAVE_EHDR_START): New #undef.
12722         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12723         assuming the lowest-addressed segment maps the start of the file.
12724
12725 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12726
12727         * INSTALL: Regenerated.
12728
12729 2014-03-13  Will Newton  <will.newton@linaro.org>
12730
12731         * manual/setjmp.texi (System V contexts): Improve
12732         clarity and grammar of documentation.
12733
12734 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12735
12736         [BZ #16381]
12737         * elf/Makefile (tests): Add tst-pie2.
12738         (tests-pie): Add tst-pie2.
12739         * elf/tst-pie2.c: New file.
12740         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12741         for ET_EXEC.
12742         * elf/rtld.c (map_doit): Load executable as lt_executable.
12743         (dl_main): Likewise.
12744
12745 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12746
12747         [BZ #16642]
12748         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12749         (__ASSUME_PSELECT): Undefine.
12750
12751 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12752
12753         [BZ #16689]
12754         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12755         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12756         static build.
12757         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12758         selector for static builds.
12759
12760 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12761
12762         [BZ #16695]
12763         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12764         key in the buffer.
12765
12766 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12767
12768         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12769         IFUNC selector for static builds.
12770
12771 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12772
12773         * sysdeps/mips/math_private.h [__mips_hard_float]
12774         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12775         libc_feresetround_mips_ctx.
12776         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12777         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12778         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12779
12780         [BZ #16677]
12781         * math/s_nextafter.c (__nextafter): Do not return value from
12782         overflowing computation.
12783         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12784         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12785         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12786         Likewise.
12787         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12788         Likewise.
12789         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12790         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12791
12792 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12793
12794         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12795         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12796         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12797         the new mov targetting sp.
12798
12799 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12800
12801         [BZ #16683]
12802         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12803         Define it for static builds as well.
12804         (NO_BZERO_IMPL): Likewise.
12805
12806 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12807
12808         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12809         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12810         multiarch strspn for PPC64.
12811         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12812         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12813         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12814         (__libc_ifunc_impl_list): Likewise.
12815         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12816         multiarch optimizations
12817         * string/strspn.c (strspn): Using macro to redefine symbol name.
12818
12819 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12820             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12821
12822         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12823         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12824         multiarch strncat for PPC64.
12825         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12826         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12827         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12828         (__libc_ifunc_impl_list): Likewise.
12829         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12830         multiarch optimizations
12831
12832 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12833
12834         [BZ #16639]
12835         * nscd/nscd.service: Make service type forking.
12836
12837 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12838
12839         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12840         sign in non default rounding modes.
12841         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12842
12843 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12844
12845         * math/libm-test.inc (ALL_RM_TEST): New macro.
12846         (ceil_test): Use ALL_RM_TEST.
12847         (cimag_test): Likewise.
12848         (conj_test): Likewise.
12849         (copysign_test): Likewise.
12850         (cproj_test): Likewise.
12851         (creal_test): Likewise.
12852         (fabs_test): Likewise.
12853         (floor_test): Likewise.
12854         (fmax_test): Likewise.
12855         (fmin_test): Likewise.
12856         (fmod_test): Likewise.
12857         (fpclassify_test): Likewise.
12858         (frexp_test): Likewise.
12859         (ilogb_test): Likewise.
12860         (isfinite_test): Likewise.
12861         (finite_test): Likewise.
12862         (isgreater_test): Likewise.
12863         (isgreaterequal_test): Likewise.
12864         (isinf_test): Likewise.
12865         (isless_test): Likewise.
12866         (islessequal_test): Likewise.
12867         (islessgreater_test): Likewise.
12868         (isnan_test): Likewise.
12869         (isnormal_test): Likewise.
12870         (issignaling_test): Likewise.
12871         (isunordered_test): Likewise.
12872         (logb_test): Likewise.
12873         (logb_downward_test_data): Remove.
12874         (logb_test_downward): Likewise.
12875         (lround_test): Use ALL_RM_TEST.
12876         (llround_test): Likewise.
12877         (modf_test): Likewise.
12878         (nexttoward_test): Likewise.
12879         (remainder_test): Likewise.
12880         (drem_test): Likewise.
12881         (remainder_tonearest_test_data): Likewise.
12882         (remainder_test_tonearest): Likewise.
12883         (drem_test_tonearest): Likewise.
12884         (remainder_towardzero_test_data): Likewise.
12885         (remainder_test_towardzero): Likewise.
12886         (drem_test_towardzero): Likewise.
12887         (remainder_downward_test_data): Likewise.
12888         (remainder_test_downward): Likewise.
12889         (drem_test_downward): Likewise.
12890         (remainder_upward_test_data): Likewise.
12891         (remainder_test_upward): Likewise.
12892         (drem_test_upward): Likewise.
12893         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12894         (round_test): Use ALL_RM_TEST.
12895         (signbit_test): Likewise.
12896         (trunc_test): Likewise.
12897         (significand_test): Likewise.
12898         (main): Don't call removed functions.
12899
12900 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12901
12902         [BZ #16674]
12903         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12904         || __USE_XOPEN2K8].
12905         (ILL_ILLOPN): Likewise.
12906         (ILL_ILLADR): Likewise.
12907         (ILL_ILLTRP): Likewise.
12908         (ILL_PRVOPC): Likewise.
12909         (ILL_PRVREG): Likewise.
12910         (ILL_COPROC): Likewise.
12911         (ILL_BADSTK): Likewise.
12912         (FPE_INTDIV): Likewise.
12913         (FPE_INTOVF): Likewise.
12914         (FPE_FLTDIV): Likewise.
12915         (FPE_FLTOVF): Likewise.
12916         (FPE_FLTUND): Likewise.
12917         (FPE_FLTRES): Likewise.
12918         (FPE_FLTINV): Likewise.
12919         (FPE_FLTSUB): Likewise.
12920         (SEGV_MAPERR): Likewise.
12921         (SEGV_ACCERR): Likewise.
12922         (BUS_ADRALN): Likewise.
12923         (BUS_ADRERR): Likewise.
12924         (BUS_OBJERR): Likewise.
12925         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12926         (TRAP_TRACE): Likewise.
12927         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12928         __USE_XOPEN2K8].
12929         (CLD_KILLED): Likewise.
12930         (CLD_DUMPED): Likewise.
12931         (CLD_TRAPPED): Likewise.
12932         (CLD_STOPPED): Likewise.
12933         (CLD_CONTINUED): Likewise.
12934         (POLL_IN): Likewise.
12935         (POLL_OUT): Likewise.
12936         (POLL_MSG): Likewise.
12937         (POLL_ERR): Likewise.
12938         (POLL_PRI): Likewise.
12939         (POLL_HUP): Likewise.
12940         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12941         Likewise.
12942         (ILL_ILLOPN): Likewise.
12943         (ILL_ILLADR): Likewise.
12944         (ILL_ILLTRP): Likewise.
12945         (ILL_PRVOPC): Likewise.
12946         (ILL_PRVREG): Likewise.
12947         (ILL_COPROC): Likewise.
12948         (ILL_BADSTK): Likewise.
12949         (FPE_INTDIV): Likewise.
12950         (FPE_INTOVF): Likewise.
12951         (FPE_FLTDIV): Likewise.
12952         (FPE_FLTOVF): Likewise.
12953         (FPE_FLTUND): Likewise.
12954         (FPE_FLTRES): Likewise.
12955         (FPE_FLTINV): Likewise.
12956         (FPE_FLTSUB): Likewise.
12957         (SEGV_MAPERR): Likewise.
12958         (SEGV_ACCERR): Likewise.
12959         (BUS_ADRALN): Likewise.
12960         (BUS_ADRERR): Likewise.
12961         (BUS_OBJERR): Likewise.
12962         (BUS_MCEERR_AR): Likewise.
12963         (BUS_MCEERR_AO): Likewise.
12964         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12965         (TRAP_TRACE): Likewise.
12966         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12967         __USE_XOPEN2K8].
12968         (CLD_KILLED): Likewise.
12969         (CLD_DUMPED): Likewise.
12970         (CLD_TRAPPED): Likewise.
12971         (CLD_STOPPED): Likewise.
12972         (CLD_CONTINUED): Likewise.
12973         (POLL_IN): Likewise.
12974         (POLL_OUT): Likewise.
12975         (POLL_MSG): Likewise.
12976         (POLL_ERR): Likewise.
12977         (POLL_PRI): Likewise.
12978         (POLL_HUP): Likewise.
12979         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12980         (ILL_ILLOPN): Likewise.
12981         (ILL_ILLADR): Likewise.
12982         (ILL_ILLTRP): Likewise.
12983         (ILL_PRVOPC): Likewise.
12984         (ILL_PRVREG): Likewise.
12985         (ILL_COPROC): Likewise.
12986         (ILL_BADSTK): Likewise.
12987         (FPE_INTDIV): Likewise.
12988         (FPE_INTOVF): Likewise.
12989         (FPE_FLTDIV): Likewise.
12990         (FPE_FLTOVF): Likewise.
12991         (FPE_FLTUND): Likewise.
12992         (FPE_FLTRES): Likewise.
12993         (FPE_FLTINV): Likewise.
12994         (FPE_FLTSUB): Likewise.
12995         (SEGV_MAPERR): Likewise.
12996         (SEGV_ACCERR): Likewise.
12997         (BUS_ADRALN): Likewise.
12998         (BUS_ADRERR): Likewise.
12999         (BUS_OBJERR): Likewise.
13000         (BUS_MCEERR_AR): Likewise.
13001         (BUS_MCEERR_AO): Likewise.
13002         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13003         (TRAP_TRACE): Likewise.
13004         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13005         __USE_XOPEN2K8].
13006         (CLD_KILLED): Likewise.
13007         (CLD_DUMPED): Likewise.
13008         (CLD_TRAPPED): Likewise.
13009         (CLD_STOPPED): Likewise.
13010         (CLD_CONTINUED): Likewise.
13011         (POLL_IN): Likewise.
13012         (POLL_OUT): Likewise.
13013         (POLL_MSG): Likewise.
13014         (POLL_ERR): Likewise.
13015         (POLL_PRI): Likewise.
13016         (POLL_HUP): Likewise.
13017         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13018         Likewise.
13019         (ILL_ILLOPN): Likewise.
13020         (ILL_ILLADR): Likewise.
13021         (ILL_ILLTRP): Likewise.
13022         (ILL_PRVOPC): Likewise.
13023         (ILL_PRVREG): Likewise.
13024         (ILL_COPROC): Likewise.
13025         (ILL_BADSTK): Likewise.
13026         (ILL_BADIADDR): Likewise.
13027         (ILL_BREAK): Likewise.
13028         (FPE_INTDIV): Likewise.
13029         (FPE_INTOVF): Likewise.
13030         (FPE_FLTDIV): Likewise.
13031         (FPE_FLTOVF): Likewise.
13032         (FPE_FLTUND): Likewise.
13033         (FPE_FLTRES): Likewise.
13034         (FPE_FLTINV): Likewise.
13035         (FPE_FLTSUB): Likewise.
13036         (FPE_DECOVF): Likewise.
13037         (FPE_DECDIV): Likewise.
13038         (FPE_DECERR): Likewise.
13039         (FPE_INVASC): Likewise.
13040         (FPE_INVDEC): Likewise.
13041         (SEGV_MAPERR): Likewise.
13042         (SEGV_ACCERR): Likewise.
13043         (SEGV_PSTKOVF): Likewise.
13044         (BUS_ADRALN): Likewise.
13045         (BUS_ADRERR): Likewise.
13046         (BUS_OBJERR): Likewise.
13047         (BUS_MCEERR_AR): Likewise.
13048         (BUS_MCEERR_AO): Likewise.
13049         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13050         (TRAP_TRACE): Likewise.
13051         (TRAP_BRANCH): Likewise.
13052         (TRAP_HWBKPT): Likewise.
13053         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13054         __USE_XOPEN2K8].
13055         (CLD_KILLED): Likewise.
13056         (CLD_DUMPED): Likewise.
13057         (CLD_TRAPPED): Likewise.
13058         (CLD_STOPPED): Likewise.
13059         (CLD_CONTINUED): Likewise.
13060         (POLL_IN): Likewise.
13061         (POLL_OUT): Likewise.
13062         (POLL_MSG): Likewise.
13063         (POLL_ERR): Likewise.
13064         (POLL_PRI): Likewise.
13065         (POLL_HUP): Likewise.
13066         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13067         (ILL_ILLOPN): Likewise.
13068         (ILL_ILLADR): Likewise.
13069         (ILL_ILLTRP): Likewise.
13070         (ILL_PRVOPC): Likewise.
13071         (ILL_PRVREG): Likewise.
13072         (ILL_COPROC): Likewise.
13073         (ILL_BADSTK): Likewise.
13074         (FPE_INTDIV): Likewise.
13075         (FPE_INTOVF): Likewise.
13076         (FPE_FLTDIV): Likewise.
13077         (FPE_FLTOVF): Likewise.
13078         (FPE_FLTUND): Likewise.
13079         (FPE_FLTRES): Likewise.
13080         (FPE_FLTINV): Likewise.
13081         (FPE_FLTSUB): Likewise.
13082         (SEGV_MAPERR): Likewise.
13083         (SEGV_ACCERR): Likewise.
13084         (BUS_ADRALN): Likewise.
13085         (BUS_ADRERR): Likewise.
13086         (BUS_OBJERR): Likewise.
13087         (BUS_MCEERR_AR): Likewise.
13088         (BUS_MCEERR_AO): Likewise.
13089         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13090         (TRAP_TRACE): Likewise.
13091         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13092         __USE_XOPEN2K8].
13093         (CLD_KILLED): Likewise.
13094         (CLD_DUMPED): Likewise.
13095         (CLD_TRAPPED): Likewise.
13096         (CLD_STOPPED): Likewise.
13097         (CLD_CONTINUED): Likewise.
13098         (POLL_IN): Likewise.
13099         (POLL_OUT): Likewise.
13100         (POLL_MSG): Likewise.
13101         (POLL_ERR): Likewise.
13102         (POLL_PRI): Likewise.
13103         (POLL_HUP): Likewise.
13104         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13105         (ILL_ILLOPN): Likewise.
13106         (ILL_ILLADR): Likewise.
13107         (ILL_ILLTRP): Likewise.
13108         (ILL_PRVOPC): Likewise.
13109         (ILL_PRVREG): Likewise.
13110         (ILL_COPROC): Likewise.
13111         (ILL_BADSTK): Likewise.
13112         (FPE_INTDIV): Likewise.
13113         (FPE_INTOVF): Likewise.
13114         (FPE_FLTDIV): Likewise.
13115         (FPE_FLTOVF): Likewise.
13116         (FPE_FLTUND): Likewise.
13117         (FPE_FLTRES): Likewise.
13118         (FPE_FLTINV): Likewise.
13119         (FPE_FLTSUB): Likewise.
13120         (SEGV_MAPERR): Likewise.
13121         (SEGV_ACCERR): Likewise.
13122         (BUS_ADRALN): Likewise.
13123         (BUS_ADRERR): Likewise.
13124         (BUS_OBJERR): Likewise.
13125         (BUS_MCEERR_AR): Likewise.
13126         (BUS_MCEERR_AO): Likewise.
13127         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13128         (TRAP_TRACE): Likewise.
13129         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13130         __USE_XOPEN2K8].
13131         (CLD_KILLED): Likewise.
13132         (CLD_DUMPED): Likewise.
13133         (CLD_TRAPPED): Likewise.
13134         (CLD_STOPPED): Likewise.
13135         (CLD_CONTINUED): Likewise.
13136         (POLL_IN): Likewise.
13137         (POLL_OUT): Likewise.
13138         (POLL_MSG): Likewise.
13139         (POLL_ERR): Likewise.
13140         (POLL_PRI): Likewise.
13141         (POLL_HUP): Likewise.
13142         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13143         (ILL_ILLOPN): Likewise.
13144         (ILL_ILLADR): Likewise.
13145         (ILL_ILLTRP): Likewise.
13146         (ILL_PRVOPC): Likewise.
13147         (ILL_PRVREG): Likewise.
13148         (ILL_COPROC): Likewise.
13149         (ILL_BADSTK): Likewise.
13150         (FPE_INTDIV): Likewise.
13151         (FPE_INTOVF): Likewise.
13152         (FPE_FLTDIV): Likewise.
13153         (FPE_FLTOVF): Likewise.
13154         (FPE_FLTUND): Likewise.
13155         (FPE_FLTRES): Likewise.
13156         (FPE_FLTINV): Likewise.
13157         (FPE_FLTSUB): Likewise.
13158         (SEGV_MAPERR): Likewise.
13159         (SEGV_ACCERR): Likewise.
13160         (BUS_ADRALN): Likewise.
13161         (BUS_ADRERR): Likewise.
13162         (BUS_OBJERR): Likewise.
13163         (BUS_MCEERR_AR): Likewise.
13164         (BUS_MCEERR_AO): Likewise.
13165         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13166         (TRAP_TRACE): Likewise.
13167         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13168         __USE_XOPEN2K8].
13169         (CLD_KILLED): Likewise.
13170         (CLD_DUMPED): Likewise.
13171         (CLD_TRAPPED): Likewise.
13172         (CLD_STOPPED): Likewise.
13173         (CLD_CONTINUED): Likewise.
13174         (POLL_IN): Likewise.
13175         (POLL_OUT): Likewise.
13176         (POLL_MSG): Likewise.
13177         (POLL_ERR): Likewise.
13178         (POLL_PRI): Likewise.
13179         (POLL_HUP): Likewise.
13180         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13181         (ILL_ILLOPN): Likewise.
13182         (ILL_ILLADR): Likewise.
13183         (ILL_ILLTRP): Likewise.
13184         (ILL_PRVOPC): Likewise.
13185         (ILL_PRVREG): Likewise.
13186         (ILL_COPROC): Likewise.
13187         (ILL_BADSTK): Likewise.
13188         (ILL_DBLFLT): Likewise.
13189         (ILL_HARDWALL): Likewise.
13190         (FPE_INTDIV): Likewise.
13191         (FPE_INTOVF): Likewise.
13192         (FPE_FLTDIV): Likewise.
13193         (FPE_FLTOVF): Likewise.
13194         (FPE_FLTUND): Likewise.
13195         (FPE_FLTRES): Likewise.
13196         (FPE_FLTINV): Likewise.
13197         (FPE_FLTSUB): Likewise.
13198         (SEGV_MAPERR): Likewise.
13199         (SEGV_ACCERR): Likewise.
13200         (BUS_ADRALN): Likewise.
13201         (BUS_ADRERR): Likewise.
13202         (BUS_OBJERR): Likewise.
13203         (BUS_MCEERR_AR): Likewise.
13204         (BUS_MCEERR_AO): Likewise.
13205         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13206         (TRAP_TRACE): Likewise.
13207         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13208         __USE_XOPEN2K8].
13209         (CLD_KILLED): Likewise.
13210         (CLD_DUMPED): Likewise.
13211         (CLD_TRAPPED): Likewise.
13212         (CLD_STOPPED): Likewise.
13213         (CLD_CONTINUED): Likewise.
13214         (POLL_IN): Likewise.
13215         (POLL_OUT): Likewise.
13216         (POLL_MSG): Likewise.
13217         (POLL_ERR): Likewise.
13218         (POLL_PRI): Likewise.
13219         (POLL_HUP): Likewise.
13220         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13221         (ILL_ILLOPN): Likewise.
13222         (ILL_ILLADR): Likewise.
13223         (ILL_ILLTRP): Likewise.
13224         (ILL_PRVOPC): Likewise.
13225         (ILL_PRVREG): Likewise.
13226         (ILL_COPROC): Likewise.
13227         (ILL_BADSTK): Likewise.
13228         (FPE_INTDIV): Likewise.
13229         (FPE_INTOVF): Likewise.
13230         (FPE_FLTDIV): Likewise.
13231         (FPE_FLTOVF): Likewise.
13232         (FPE_FLTUND): Likewise.
13233         (FPE_FLTRES): Likewise.
13234         (FPE_FLTINV): Likewise.
13235         (FPE_FLTSUB): Likewise.
13236         (SEGV_MAPERR): Likewise.
13237         (SEGV_ACCERR): Likewise.
13238         (BUS_ADRALN): Likewise.
13239         (BUS_ADRERR): Likewise.
13240         (BUS_OBJERR): Likewise.
13241         (BUS_MCEERR_AR): Likewise.
13242         (BUS_MCEERR_AO): Likewise.
13243         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13244         (TRAP_TRACE): Likewise.
13245         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13246         __USE_XOPEN2K8].
13247         (CLD_KILLED): Likewise.
13248         (CLD_DUMPED): Likewise.
13249         (CLD_TRAPPED): Likewise.
13250         (CLD_STOPPED): Likewise.
13251         (CLD_CONTINUED): Likewise.
13252         (POLL_IN): Likewise.
13253         (POLL_OUT): Likewise.
13254         (POLL_MSG): Likewise.
13255         (POLL_ERR): Likewise.
13256         (POLL_PRI): Likewise.
13257         (POLL_HUP): Likewise.
13258         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13259         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13260
13261         [BZ #16670]
13262         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13263         before #include of <time.h>.
13264         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13265         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13266         (test-xfail-UNIX98/sched.h/conform): Likewise.
13267
13268 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13269
13270         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13271         error absence of trapping exception support.
13272         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13273
13274 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13275
13276         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13277         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13278         * timezone/Makefile (testdata): Move definition above include of
13279         Rules.
13280         (test-zones): New variable.
13281         (tests-special): Add zone files.
13282         (build-testdata): Use $(evaluate-test).
13283
13284         * elf/Makefile (tests-special): Rename tests to end with .out.
13285         ($(objpfx)noload-mem): Likewise.
13286         ($(objpfx)tst-leaks1-mem): Likewise.
13287         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13288         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13289         $(objpfx)test-iconvconfig.out.
13290         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13291         set -e inside subshell and redirect output to file.
13292         * iconvdata/Makefile (generated): Rename tests to end with .out.
13293         Correct type.
13294         (tests-special): Rename tests to end with .out.
13295         ($(objpfx)mtrace-tst-loading): Likewise.
13296         * intl/Makefile (generated): Likewise.
13297         (tests-special): Likewise.
13298         ($(objpfx)mtrace-tst-gettext): Likewise.
13299         * misc/Makefile (generated): Likewise.
13300         (tests-special): Likewise.
13301         ($(objpfx)tst-error1-mem): Likewise.
13302         * nptl/Makefile (tests-special): Likewise.
13303         ($(objpfx)tst-stack3-mem): Likewise.
13304         (generated): Likewise.
13305         * posix/Makefile (generated): Likewise.
13306         (tests-special): Likewise.
13307         (xtests-special): Likewise.
13308         ($(objpfx)tst-fnmatch-mem): Likewise.
13309         ($(objpfx)bug-regex2-mem): Likewise.
13310         ($(objpfx)bug-regex14-mem): Likewise.
13311         ($(objpfx)bug-regex21-mem): Likewise.
13312         ($(objpfx)bug-regex31-mem): Likewise.
13313         ($(objpfx)tst-vfork3-mem): Likewise.
13314         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13315         ($(objpfx)tst-pcre-mem): Likewise.
13316         ($(objpfx)tst-boost-mem): Likewise.
13317         ($(objpfx)bug-ga2-mem): Likewise.
13318         ($(objpfx)bug-glob2-mem): Likewise.
13319         * resolv/Makefile (generate): Likewise.
13320         (tests-special): Likewise.
13321         (xtests-special): Likewise.
13322         (generated): Likewise.
13323         ($(objpfx)mtrace-tst-leaks): Likewise.
13324         ($(objpfx)mtrace-tst-leaks2): Likewise.
13325
13326         * scripts/merge-test-results.sh: New file.
13327         * Makefile (tests-special-notdir): New variable.
13328         (tests): Run merge-test-results.sh.
13329         (xtests): Likewise.
13330         * Rules (tests-special-notdir): New variable.
13331         (xtests-special-notdir): Likewise.
13332         (tests): Run merge-test-results.sh
13333         (xtests): Likewise.
13334
13335         * Makeconfig (test-xfail-name): New variable.
13336         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13337         compute variable name for expected failures.
13338         * conform/Makefile (conformtest-headers-data): New variable.
13339         (conformtest-standards): Likewise.
13340         (conformtest-headers-ISO): Likewise.
13341         (conformtest-headers-ISO99): Likewise.
13342         (conformtest-headers-ISO11): Likewise.
13343         (conformtest-headers-POSIX): Likewise.
13344         (conformtest-headers-XPG3): Likewise.
13345         (conformtest-headers-XPG4): Likewise.
13346         (conformtest-headers-UNIX98): Likewise.
13347         (conformtest-headers-XOPEN2K): Likewise.
13348         (conformtest-headers-POSIX2008): Likewise.
13349         (conformtest-headers-XOPEN2K8): Likewise.
13350         (conformtest-header-list-base): Likewise.
13351         (conformtest-header-list-tests): Likewise.
13352         (conformtest-header-base): Likewise.
13353         (conformtest-header-tests): Likewise.
13354         (tests-special): Add $(conformtest-header-list-tests).  If
13355         [$(fast-check) && !$(cross-compiling)], add
13356         $(conformtest-header-tests) instead of
13357         $(objpfx)run-conformtest.out.
13358         (generated): Add $(conformtest-header-list-base).  If
13359         [$(fast-check) && !$(cross-compiling)], add
13360         $(conformtest-header-base).  Remove previous setting.
13361         ($(conformtest-header-list-tests)): New target.
13362         (test-xfail-run-conformtest): Remove variable.
13363         ($(objpfx)run-conformtest.out): Remove target.
13364         (test-xfail-ISO11/complex.h/conform): New variable.
13365         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13366         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13367         (test-xfail-XPG3/varargs.h/conform): Likewise.
13368         (test-xfail-XPG4/varargs.h/conform): Likewise.
13369         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13370         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13371         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13372         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13373         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13374         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13375         (test-xfail-XPG3/ftw.h/conform): Likewise.
13376         (test-xfail-XPG3/grp.h/conform): Likewise.
13377         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13378         (test-xfail-XPG3/limits.h/conform): Likewise.
13379         (test-xfail-XPG3/pwd.h/conform): Likewise.
13380         (test-xfail-XPG3/search.h/conform): Likewise.
13381         (test-xfail-XPG3/signal.h/conform): Likewise.
13382         (test-xfail-XPG3/stdio.h/conform): Likewise.
13383         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13384         (test-xfail-XPG3/string.h/conform): Likewise.
13385         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13386         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13387         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13388         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13389         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13390         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13391         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13392         (test-xfail-XPG3/termios.h/conform): Likewise.
13393         (test-xfail-XPG3/time.h/conform): Likewise.
13394         (test-xfail-XPG3/unistd.h/conform): Likewise.
13395         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13396         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13397         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13398         (test-xfail-XPG4/netdb.h/conform): Likewise.
13399         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13400         (test-xfail-XPG4/signal.h/conform): Likewise.
13401         (test-xfail-XPG4/stdio.h/conform): Likewise.
13402         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13403         (test-xfail-XPG4/stropts.h/conform): Likewise.
13404         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13405         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13406         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13407         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13408         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13409         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13410         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13411         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13412         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13413         (test-xfail-XPG4/termios.h/conform): Likewise.
13414         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13415         (test-xfail-XPG4/unistd.h/conform): Likewise.
13416         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13417         (test-xfail-POSIX/sched.h/conform): Likewise.
13418         (test-xfail-POSIX/signal.h/conform): Likewise.
13419         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13420         (test-xfail-POSIX/tar.h/conform): Likewise.
13421         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13422         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13423         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13424         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13425         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13426         (test-xfail-UNIX98/sched.h/conform): Likewise.
13427         (test-xfail-UNIX98/signal.h/conform): Likewise.
13428         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13429         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13430         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13431         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13432         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13433         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13434         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13435         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13436         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13437         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13438         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13439         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13440         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13441         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13442         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13443         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13444         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13445         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13446         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13447         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13448         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13449         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13450         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13451         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13452         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13453         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13454         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13455         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13456         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13457         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13458         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13459         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13460         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13461         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13462         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13463         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13464         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13465         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13466         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13467         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13468         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13469         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13470         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13471         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13472         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13473         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13474         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13475         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13476         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13477         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13478         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13479         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13480         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13481         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13482         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13483         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13484         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13485         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13486         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13487         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13488         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13489         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13490         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13491         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13492         (conformtest-cc-flags): Likewise.
13493         ($(conformtest-header-tests): New target.
13494         * conform/check-header-lists.sh: New file.
13495         * conform/run-conformtest.sh: Remove.
13496
13497         * conform/conformtest.pl: Allow ' and \ in values given for
13498         constants.
13499         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13500         inclusion.
13501         [POSIX] (sys/types.h): Likewise.
13502         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13503         inclusion.
13504         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13505         inclusion.
13506         * conform/data/signal.h-data (SIGIO): Remove expectation.
13507         [XPG3] (SIGBUS): Do not expect.
13508         [POSIX || XPG3] (SIGPOLL): Likewise.
13509         [POSIX || XPG3] (SIGPROF): Likewise.
13510         [POSIX || XPG3] (SIGSYS): Likewise.
13511         [XPG3] (SIGTRAP): Likewise.
13512         [POSIX || XPG3] (SIGURG): Likewise.
13513         [POSIX || XPG3] (SIGVTALRM): Likewise.
13514         [POSIX || XPG3] (SIGXCPU): Likewise.
13515         [POSIX || XPG3] (SIGXFSZ): Likewise.
13516         [POSIX] (SA_SIGINFO): Expect.
13517         [XPG3] (siginfo_t): Do not expect type or contents.
13518         [POSIX] (si_pid): Do not expect element.
13519         [POSIX] (si_uid): Likewise.
13520         [POSIX] (si_addr): Likewise.
13521         [POSIX] (si_status): Likewise.
13522         [POSIX] (si_band): Likewise.
13523         [XPG4] (si_value): Likewise.
13524         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13525         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13526         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13527         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13528         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13529         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13530         [POSIX || XPG3] (ILL_COPROC): Likewise.
13531         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13532         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13533         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13534         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13535         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13536         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13537         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13538         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13539         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13540         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13541         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13542         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13543         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13544         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13545         [POSIX || XPG3] (CLD_EXITED): Likewise.
13546         [POSIX || XPG3] (CLD_KILLED): Likewise.
13547         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13548         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13549         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13550         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13551         [POSIX || XPG3] (POLL_IN): Likewise.
13552         [POSIX || XPG3] (POLL_OUT): Likewise.
13553         [POSIX || XPG3] (POLL_MSG): Likewise.
13554         [POSIX || XPG3] (POLL_ERR): Likewise.
13555         [POSIX || XPG3] (POLL_PRI): Likewise.
13556         [POSIX || XPG3] (POLL_HUP): Likewise.
13557         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13558         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13559         (SIG*): Do not allow.
13560         [XPG3] (si_*): Likewise.
13561         [XPG3] (SI_*): Likewise.
13562         [XPG3 || XPG4] (sigev_*): Likewise.
13563         [XPG3 || XPG4] (SIGEV_*): Likewise.
13564         [XPG3 || XPG4] (sival_*): Likewise.
13565         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13566         [POSIX || XPG3] (BUS_*): Likewise.
13567         [POSIX || XPG3] (CLD_*): Likewise.
13568         [POSIX || XPG3] (FPE_*): Likewise.
13569         [POSIX || XPG3] (ILL_*): Likewise.
13570         [POSIX || XPG3] (POLL_*): Likewise.
13571         [POSIX || XPG3] (SEGV_*): Likewise.
13572         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13573         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13574         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13575         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13576         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13577         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13578         Specify type and value.
13579         (TVERSLEN): Likewise.
13580         (REGTYPE): Likewise.
13581         (AREGTYPE): Likewise.
13582         (LNKTYPE): Likewise.
13583         (SYMTYPE): Likewise.
13584         (CHRTYPE): Likewise.
13585         (BLKTYPE): Likewise.
13586         (DIRTYPE): Likewise.
13587         (FIFOTYPE): Likewise.
13588         (CONTTYPE): Likewise.
13589         (TSUID): Likewise.
13590         (TSGID): Likewise.
13591         (TSVTX): Likewise.
13592         (TUREAD): Likewise.
13593         (TUWRITE): Likewise.
13594         (TUEXEC): Likewise.
13595         (TGREAD): Likewise.
13596         (TGWRITE): Likewise.
13597         (TGEXEC): Likewise.
13598         (TOREAD): Likewise.
13599         (TOWRITE): Likewise.
13600         (TOEXEC): Likewise.
13601         [POSIX] (TSVTX): Expect constant.
13602
13603 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13604
13605         * Makefile (tests): Change dependencies to ....
13606         (tests-special): ... additions to this variable.
13607         (tests): Depend on $(tests-special).
13608         * Makerules (check-abi-list): New variable.
13609         (check-abi): Depend on $(check-abi-list).
13610         [$(subdir) = elf] (tests-special): Add
13611         $(objpfx)check-abi-libc.out.
13612         [$(build-shared) = yes && subdir] (tests-special): Add
13613         $(check-abi-list).
13614         [$(build-shared) = yes && subdir] (tests): Do not depend on
13615         check-abi.
13616         * Rules (tests): Depend on $(tests-special).
13617         (xtests): Depend on $(xtests-special).
13618         * catgets/Makefile (tests): Change dependencies to ....
13619         (tests-special): ... additions to this variable.
13620         * conform/Makefile (tests): Change dependencies to ....
13621         (tests-special): ... additions to this variable.
13622         * elf/Makefile (tests): Change dependencies to ....
13623         (tests-special): ... additions to this variable.
13624         * grp/Makefile (tests): Change dependencies to ....
13625         (tests-special): ... additions to this variable.
13626         * iconv/Makefile (xtests): Change dependencies to ....
13627         (xtests-special): ... additions to this variable.
13628         * iconvdata/Makefile (tests): Change dependencies to ....
13629         (tests-special): ... additions to this variable.
13630         * intl/Makefile (tests): Change dependencies to ....
13631         (tests-special): ... additions to this variable.  Also add
13632         $(objpfx)tst-gettext.out.
13633         * io/Makefile (tests): Change dependencies to ....
13634         (tests-special): ... additions to this variable.
13635         * libio/Makefile (tests): Change dependencies to ....
13636         (tests-special): ... additions to this variable.
13637         * malloc/Makefile (tests): Change dependencies to ....
13638         (tests-special): ... additions to this variable.
13639         * misc/Makefile (tests): Change dependencies to ....
13640         (tests-special): ... additions to this variable.
13641         * nptl/Makefile (tests): Change dependencies to ....
13642         (tests-special): ... additions to this variable.
13643         * nptl_db/Makefile (tests): Change dependencies to ....
13644         (tests-special): ... additions to this variable.
13645         * posix/Makefile (tests): Change dependencies to ....
13646         (tests-special): ... additions to this variable.
13647         (xtests): Change dependencies to ....
13648         (xtests-special): ... additions to this variable.
13649         * resolv/Makefile (tests): Change dependencies to ....
13650         (tests-special): ... additions to this variable.
13651         (xtests): Change dependencies to ....
13652         (xtests-special): ... additions to this variable.
13653         * stdio-common/Makefile (tests): Change dependencies to ....
13654         (tests-special): ... additions to this variable.
13655         (do-tst-unbputc): Remove target.
13656         (do-tst-printf): Likewise.
13657         * stdlib/Makefile (tests): Change dependencies to ....
13658         (tests-special): ... additions to this variable.
13659         * string/Makefile (tests): Change dependencies to ....
13660         (tests-special): ... additions to this variable.
13661         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13662         (tests-special): ... additions to this variable.
13663
13664         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13665         whole file.
13666         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13667         whole file.
13668         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13669         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13670
13671         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13672         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13673         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13674         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13675         * conform/data/libgen.h-data [XPG3]: Likewise.
13676         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13677         * conform/data/ndbm.h-data [XPG3]: Likewise.
13678         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13679         * conform/data/netdb.h-data [XPG3]: Likewise.
13680         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13681         * conform/data/poll.h-data [XPG3]: Likewise.
13682         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13683         * conform/data/strings.h-data [XPG3]: Likewise.
13684         * conform/data/stropts.h-data [XPG3]: Likewise.
13685         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13686         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13687         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13688         Likewise.
13689         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13690         * conform/data/sys/time.h-data [XPG3]: Likewise.
13691         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13692         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13693         * conform/data/sys/un.h-data [XPG3]: Likewise.
13694         * conform/data/syslog.h-data [XPG3]: Likewise.
13695         * conform/data/ucontext.h-data [XPG3]: Likewise.
13696         * conform/data/utmpx.h-data [XPG3]: Likewise.
13697         * conform/data/varargs.h-data [UNIX98]: Enable file.
13698
13699         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13700
13701         * math/libm-test.inc (struct test_f_f_data): Move expected results
13702         into structure for each rounding mode.
13703         (struct test_ff_f_data): Likewise.
13704         (struct test_ff_f_data_nexttoward): Likewise.
13705         (struct test_fi_f_data): Likewise.
13706         (struct test_fl_f_data): Likewise.
13707         (struct test_if_f_data): Likewise.
13708         (struct test_fff_f_data): Likewise.
13709         (struct test_c_f_data): Likewise.
13710         (struct test_f_f1_data): Likewise.
13711         (struct test_fF_f1_data): Likewise.
13712         (struct test_ffI_f1_data): Likewise.
13713         (struct test_c_c_data): Likewise.
13714         (struct test_cc_c_data): Likewise.
13715         (struct test_f_i_data): Likewise.
13716         (struct test_ff_i_data): Likewise.
13717         (struct test_f_l_data): Likewise.
13718         (struct test_f_L_data): Likewise.
13719         (struct test_fFF_11_data): Likewise.
13720         (RM_): New macro.
13721         (RM_FE_DOWNWARD): Likewise.
13722         (RM_FE_TONEAREST): Likewise.
13723         (RM_FE_TOWARDZERO): Likewise.
13724         (RM_FE_UPWARD): Likewise.
13725         (RUN_TEST_LOOP_f_f): Update references to expected results.
13726         (RUN_TEST_LOOP_2_f): Likewise.
13727         (RUN_TEST_LOOP_fff_f): Likewise.
13728         (RUN_TEST_LOOP_c_f): Likewise.
13729         (RUN_TEST_LOOP_f_f1): Likewise.
13730         (RUN_TEST_LOOP_fF_f1): Likewise.
13731         (RUN_TEST_LOOP_fI_f1): Likewise.
13732         (RUN_TEST_LOOP_ffI_f1): Likewise.
13733         (RUN_TEST_LOOP_c_c): Likewise.
13734         (RUN_TEST_LOOP_cc_c): Likewise.
13735         (RUN_TEST_LOOP_f_i): Likewise.
13736         (RUN_TEST_LOOP_f_i_tg): Likewise.
13737         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13738         (RUN_TEST_LOOP_f_b): Likewise.
13739         (RUN_TEST_LOOP_f_b_tg): Likewise.
13740         (RUN_TEST_LOOP_f_l): Likewise.
13741         (RUN_TEST_LOOP_f_L): Likewise.
13742         (RUN_TEST_LOOP_fFF_11): Likewise.
13743         * math/gen-libm-test.pl (parse_args): Output four copies of
13744         expected results for each test.
13745
13746         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13747         (__ASSUME_UTIMES): Remove.
13748         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13749         (__ASSUME_UTIMES): Likewise.
13750
13751         * math/gen-auto-libm-tests.c: Update comment on output format.
13752         (output_for_one_input_case): Generate before-rounding and
13753         after-rounding information as conditions on output flags not
13754         floating-point format.
13755         * math/auto-libm-test-out: Regenerated.
13756         * math/gen-libm-test.pl (cond_value): New function.
13757         (or_cond_value): Use cond_value.
13758         (generate_testfile): Handle conditional exceptions.
13759
13760 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13761
13762         * math/libm-test.inc (max_valid_error): New variable.
13763         (init_max_error): Take new argument specifying whether function
13764         results are exactly determined.  Set max_valid_error and bound
13765         other variables for errors based on this argument.
13766         (set_max_error): Do not record results above max_valid_error.
13767         (check_float_internal): Only accept errors of up to 0.5ulps if
13768         also at most max_valid_error.
13769         (START): Take new argument EXACT and pass it to init_max_error.
13770         (acos_test): Update call to START.
13771         (acos_test_tonearest): Likewise.
13772         (acos_test_towardzero): Likewise.
13773         (acos_test_downward): Likewise.
13774         (acos_test_upward): Likewise.
13775         (acosh_test): Likewise.
13776         (asin_test): Likewise.
13777         (asin_test_tonearest): Likewise.
13778         (asin_test_towardzero): Likewise.
13779         (asin_test_downward): Likewise.
13780         (asin_test_upward): Likewise.
13781         (asinh_test): Likewise.
13782         (atan_test): Likewise.
13783         (atanh_test): Likewise.
13784         (atan2_test): Likewise.
13785         (cabs_test): Likewise.
13786         (cacos_test): Likewise.
13787         (cacosh_test): Likewise.
13788         (carg_test): Likewise.
13789         (casin_test): Likewise.
13790         (casinh_test): Likewise.
13791         (catan_test): Likewise.
13792         (catanh_test): Likewise.
13793         (cbrt_test): Likewise.
13794         (ccos_test): Likewise.
13795         (ccosh_test): Likewise.
13796         (ceil_test): Likewise.
13797         (cexp_test): Likewise.
13798         (cimag_test): Likewise.
13799         (clog_test): Likewise.
13800         (clog10_test): Likewise.
13801         (conj_test): Likewise.
13802         (copysign_test): Likewise.
13803         (cos_test): Likewise.
13804         (cos_test_tonearest): Likewise.
13805         (cos_test_towardzero): Likewise.
13806         (cos_test_downward): Likewise.
13807         (cos_test_upward): Likewise.
13808         (cosh_test): Likewise.
13809         (cosh_test_tonearest): Likewise.
13810         (cosh_test_towardzero): Likewise.
13811         (cosh_test_downward): Likewise.
13812         (cosh_test_upward): Likewise.
13813         (cpow_test): Likewise.
13814         (cproj_test): Likewise.
13815         (creal_test): Likewise.
13816         (csin_test): Likewise.
13817         (csinh_test): Likewise.
13818         (csqrt_test): Likewise.
13819         (ctan_test): Likewise.
13820         (ctan_test_tonearest): Likewise.
13821         (ctan_test_towardzero): Likewise.
13822         (ctan_test_downward): Likewise.
13823         (ctan_test_upward): Likewise.
13824         (ctanh_test): Likewise.
13825         (ctanh_test_tonearest): Likewise.
13826         (ctanh_test_towardzero): Likewise.
13827         (ctanh_test_downward): Likewise.
13828         (ctanh_test_upward): Likewise.
13829         (erf_test): Likewise.
13830         (erfc_test): Likewise.
13831         (exp_test): Likewise.
13832         (exp_test_tonearest): Likewise.
13833         (exp_test_towardzero): Likewise.
13834         (exp_test_downward): Likewise.
13835         (exp_test_upward): Likewise.
13836         (exp10_test): Likewise.
13837         (exp10_test_tonearest): Likewise.
13838         (exp10_test_towardzero): Likewise.
13839         (exp10_test_downward): Likewise.
13840         (exp10_test_upward): Likewise.
13841         (pow10_test): Likewise.
13842         (exp2_test): Likewise.
13843         (expm1_test): Likewise.
13844         (expm1_test_tonearest): Likewise.
13845         (expm1_test_towardzero): Likewise.
13846         (expm1_test_downward): Likewise.
13847         (expm1_test_upward): Likewise.
13848         (fabs_test): Likewise.
13849         (fdim_test): Likewise.
13850         (floor_test): Likewise.
13851         (fma_test): Likewise.
13852         (fma_test_towardzero): Likewise.
13853         (fma_test_downward): Likewise.
13854         (fma_test_upward): Likewise.
13855         (fmax_test): Likewise.
13856         (fmin_test): Likewise.
13857         (fmod_test): Likewise.
13858         (fpclassify_test): Likewise.
13859         (frexp_test): Likewise.
13860         (hypot_test): Likewise.
13861         (ilogb_test): Likewise.
13862         (isfinite_test): Likewise.
13863         (finite_test): Likewise.
13864         (isgreater_test): Likewise.
13865         (isgreaterequal_test): Likewise.
13866         (isinf_test): Likewise.
13867         (isless_test): Likewise.
13868         (islessequal_test): Likewise.
13869         (islessgreater_test): Likewise.
13870         (isnan_test): Likewise.
13871         (isnormal_test): Likewise.
13872         (issignaling_test): Likewise.
13873         (isunordered_test): Likewise.
13874         (j0_test): Likewise.
13875         (j1_test): Likewise.
13876         (jn_test): Likewise.
13877         (ldexp_test): Likewise.
13878         (lgamma_test): Likewise.
13879         (gamma_test): Likewise.
13880         (lrint_test): Likewise.
13881         (lrint_test_tonearest): Likewise.
13882         (lrint_test_towardzero): Likewise.
13883         (lrint_test_downward): Likewise.
13884         (lrint_test_upward): Likewise.
13885         (llrint_test): Likewise.
13886         (llrint_test_tonearest): Likewise.
13887         (llrint_test_towardzero): Likewise.
13888         (llrint_test_downward): Likewise.
13889         (llrint_test_upward): Likewise.
13890         (log_test): Likewise.
13891         (log10_test): Likewise.
13892         (log1p_test): Likewise.
13893         (log2_test): Likewise.
13894         (logb_test): Likewise.
13895         (logb_test_downward): Likewise.
13896         (lround_test): Likewise.
13897         (llround_test): Likewise.
13898         (modf_test): Likewise.
13899         (nearbyint_test): Likewise.
13900         (nextafter_test): Likewise.
13901         (nexttoward_test): Likewise.
13902         (pow_test): Likewise.
13903         (pow_test_tonearest): Likewise.
13904         (pow_test_towardzero): Likewise.
13905         (pow_test_downward): Likewise.
13906         (pow_test_upward): Likewise.
13907         (remainder_test): Likewise.
13908         (drem_test): Likewise.
13909         (remainder_test_tonearest): Likewise.
13910         (drem_test_tonearest): Likewise.
13911         (remainder_test_towardzero): Likewise.
13912         (drem_test_towardzero): Likewise.
13913         (remainder_test_downward): Likewise.
13914         (drem_test_downward): Likewise.
13915         (remainder_test_upward): Likewise.
13916         (drem_test_upward): Likewise.
13917         (remquo_test): Likewise.
13918         (rint_test): Likewise.
13919         (rint_test_tonearest): Likewise.
13920         (rint_test_towardzero): Likewise.
13921         (rint_test_downward): Likewise.
13922         (rint_test_upward): Likewise.
13923         (round_test): Likewise.
13924         (scalb_test): Likewise.
13925         (scalbn_test): Likewise.
13926         (scalbln_test): Likewise.
13927         (signbit_test): Likewise.
13928         (sin_test): Likewise.
13929         (sin_test_tonearest): Likewise.
13930         (sin_test_towardzero): Likewise.
13931         (sin_test_downward): Likewise.
13932         (sin_test_upward): Likewise.
13933         (sincos_test): Likewise.
13934         (sinh_test): Likewise.
13935         (sinh_test_tonearest): Likewise.
13936         (sinh_test_towardzero): Likewise.
13937         (sinh_test_downward): Likewise.
13938         (sinh_test_upward): Likewise.
13939         (sqrt_test): Likewise.
13940         (sqrt_test_tonearest): Likewise.
13941         (sqrt_test_towardzero): Likewise.
13942         (sqrt_test_downward): Likewise.
13943         (sqrt_test_upward): Likewise.
13944         (tan_test): Likewise.
13945         (tan_test_tonearest): Likewise.
13946         (tan_test_towardzero): Likewise.
13947         (tan_test_downward): Likewise.
13948         (tan_test_upward): Likewise.
13949         (tanh_test): Likewise.
13950         (tgamma_test): Likewise.
13951         (trunc_test): Likewise.
13952         (y0_test): Likewise.
13953         (y1_test): Likewise.
13954         (yn_test): Likewise.
13955         (significand_test): Likewise.
13956
13957         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13958         individual tests in comment.
13959         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13960         (prev_max_error): New variable.
13961         (prev_real_max_error): Likewise.
13962         (prev_imag_max_error): Likewise.
13963         (compare_ulp_data): Don't refer to test names in comment.
13964         (find_test_ulps): Remove function.
13965         (find_function_ulps): Likewise.
13966         (find_complex_function_ulps): Likewise.
13967         (init_max_error): Take function name as argument.  Look up ulps
13968         for that function.
13969         (print_ulps): Remove function.
13970         (print_max_error): Use prev_max_error instead of calling
13971         find_function_ulps.
13972         (print_complex_max_error): Use prev_real_max_error and
13973         prev_imag_max_error instead of calling find_complex_function_ulps.
13974         (check_float_internal): Take max_ulp parameter instead of calling
13975         find_test_ulps.  Don't call print_ulps.
13976         (check_float): Update call to check_float_internal.
13977         (check_complex): Update calls to check_float_internal.
13978         (START): Pass argument to init_max_error.
13979         * math/gen-libm-test.pl (%results): Don't include "kind"
13980         information.
13981         (parse_ulps): Don't handle ulps of individual tests.
13982         (print_ulps_file): Likewise.
13983         (output_ulps): Likewise.
13984         * math/README.libm-test: Update.
13985         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13986         individual tests.
13987         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13988         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13989         * sysdeps/arm/libm-test-ulps: Likewise.
13990         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13991         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13992         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13993         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13994         * sysdeps/microblaze/libm-test-ulps: Likewise.
13995         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13996         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13997         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13998         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13999         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14000         * sysdeps/sh/libm-test-ulps: Likewise.
14001         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14002         * sysdeps/tile/libm-test-ulps: Likewise.
14003         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14004
14005 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14006
14007         * math/libm-test.inc (print_complex_max_error): Check separately
14008         whether real and imaginary errors are within allowed range and
14009         pass 0 to print_complex_function_ulps instead of value within
14010         allowed range.
14011
14012 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14013
14014         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14015         formatting.
14016         (get_handles_fopen): Likewise.
14017         (do_write_test): Likewise.
14018
14019         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14020
14021         * libio/fileops.c (do_ftell): Use cached offset when
14022         available.
14023         * libio/iofwide.c (do_ftell_wide): Likewise.
14024         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14025         _IO_file_attach.
14026         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14027
14028         [BZ #16532]
14029         * libio/libioP.h (get_file_offset): New function.
14030         * libio/fileops.c (get_file_offset): Likewise.
14031         (do_ftell): Likewise.
14032         (_IO_new_file_seekoff): Split out ftell logic.
14033         * libio/wfileops.c (do_ftell_wide): Likewise.
14034         (_IO_wfile_seekoff): Split out ftell logic.
14035         * libio/tst-ftell-active-handler.c: New test case.
14036         * libio/Makefile (tests): Add it.
14037
14038 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14039
14040         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14041         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14042
14043 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14044
14045         [BZ #16639]
14046         * nscd/connections.c (nscd_init): Call do_exit.
14047         (start_threads): Call do_exit and notify_parent.
14048         (begin_drop_privileges): Call do_exit.
14049         (finish_drop_privileges): Likewise.
14050         * nscd/selinux.c (preserve_capabilities): Likewise.
14051         (install_real_capabilities): Likewise.
14052         (nscd_selinux_enabled): Likewise.
14053         (avc_create_thread): Likewise.
14054         (avc_alloc_lock): Likewise.
14055         (nscd_avc_init): Likewise.
14056         * nscd/nscd.c (parent_fd): New static variable.
14057         (main): Create a pipe between parent and child processes.
14058         Skip closing parent_fd.
14059         (monitor_child): New function.
14060         (do_exit): Likewise.
14061         (notify_parent): Likewise.
14062         * nscd/nscd.h (notify_parent): Likewise.
14063         (do_exit): Likewise.
14064
14065 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14066
14067         * malloc/malloc.c (__libc_calloc): Revert last change.
14068
14069 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14070
14071         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14072
14073 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14074
14075         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14076         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14077         implementation.
14078         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14079         (__libc_ifunc_impl_list): Likewise.
14080         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14081         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14082         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14083         * string/strrchr.c: Define STRRCHR.
14084
14085 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14086
14087         * benchtest/bench-strtok.c (simple_strtok): Delete.
14088         (strtok_string): Use as benchmark.
14089         * string/strtok (STRTOK): New macro.
14090
14091 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14092
14093         * manual/threads.texi: Add header and standard comments to all
14094         functions.
14095
14096         * elf/dl-lookup.c (check_match): New function.
14097         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14098         (do_lookup_x): Remove nested function check_match. Use non-nested
14099         function check_match.
14100
14101 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14102
14103         * csu/Makefile (generated, before-compile): Use += rather than =.
14104         * catgets/Makefile (generated, generated-dirs): Likewise.
14105         * debug/Makefile (generated): Likewise.
14106         * dlfcn/Makefile (generated): Likewise.
14107         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14108         * iconvdata/Makefile (before-compile, generated): Likewise.
14109         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14110         * libio/Makefile (generated): Likewise.
14111         * malloc/Makefile (generated): Likewise.
14112         * manual/Makefile (generated, generated-dirs): Likewise.
14113         * misc/Makefile (generated): Likewise.
14114         * posix/Makefile (generated): Likewise.
14115         * resolv/Makefile (generated): Likewise.
14116         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14117         * timezone/Makefile (generated, generated-dirs): Likewise.
14118
14119         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14120
14121 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14122
14123         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14124         power8 implementation.
14125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14126         file: POWER8 llround ifunc implementation.
14127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14128         (__lllround): Add POWER8 implementation.
14129         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14130         POWER8 llround implementation.
14131
14132         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14133         power8 implementation.
14134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14135         file: POWER8 llrint ifunc implementation.
14136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14137         Add POWER8 implementation.
14138         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14139         POWER8 llrint implementation.
14140
14141         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14142         power8 implementation.
14143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14144         file: POWER8 finite ifunc implementation.
14145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14146         Add POWER8 implementation.
14147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14148         Likewise.
14149         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14150         POWER8 finite implementation.
14151         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14152
14153         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14154         power8 implementation.
14155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14156         file: POWER8 isinf ifunc implementation.
14157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14158         POWER8 implementation.
14159         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14160         Likewise.
14161         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14162         isinf implementation.
14163         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14164
14165         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14166         (INIT_ARCH): Add hwcap2 initialization.
14167         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14168         power8 implementation.
14169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14170         file: POWER8 isnan ifunc implementation.
14171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14172         POWER8 implementation.
14173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14174         Likewise.
14175         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14176         isnan implementation.
14177         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14178
14179 2014-02-27  Joey Ye  <joey.ye@arm.com>
14180
14181         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14182         (_FP_NANFRAC_Q): Set to zero.
14183
14184 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14185
14186         [BZ #16623]
14187         * math/auto-libm-test-in: New test inputs.
14188         * math/auto-libm-test-out: Regenerate.
14189         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14190         and DA.
14191         (__cos): Likewise.
14192         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14193
14194 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14195
14196         * scripts/evaluate-test.sh: Take new argument indicating whether
14197         failure is expected.
14198         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14199         indicating whether failure is expected.
14200         * conform/Makefile (test-xfail-run-conformtest): New variable.
14201         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14202         level.
14203         * posix/Makefile (test-xfail-annexc): New variable.
14204         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14205
14206 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14207
14208         * argp/Makefile: Include Makeconfig immediately after defining
14209         subdir.
14210         * assert/Makefile: Likewise.
14211         * benchtests/Makefile: Likewise.
14212         * catgets/Makefile: Likewise.
14213         * conform/Makefile: Likewise.
14214         * crypt/Makefile: Likewise.
14215         * csu/Makefile: Likewise.
14216         (all): Remove target.
14217         * ctype/Makefile: Include Makeconfig immediately after defining
14218         subdir.
14219         * debug/Makefile: Likewise.
14220         * dirent/Makefile: Likewise.
14221         * dlfcn/Makefile: Likewise.
14222         * gmon/Makefile: Likewise.
14223         * gnulib/Makefile: Likewise.
14224         * grp/Makefile: Likewise.
14225         * gshadow/Makefile: Likewise.
14226         * hesiod/Makefile: Likewise.
14227         * hurd/Makefile: Likewise.
14228         (all): Remove target.
14229         * iconvdata/Makefile: Include Makeconfig immediately after
14230         defining subdir.
14231         * inet/Makefile: Likewise.
14232         * intl/Makefile: Likewise.
14233         * io/Makefile: Likewise.
14234         * libio/Makefile: Likewise.
14235         (all): Remove target.
14236         * locale/Makefile: Include Makeconfig immediately after defining
14237         subdir.
14238         * login/Makefile: Likewise.
14239         * mach/Makefile: Likewise.
14240         (all): Remove target.
14241         * malloc/Makefile: Include Makeconfig immediately after defining
14242         subdir.
14243         (all): Remove target.
14244         * manual/Makefile: Include Makeconfig immediately after defining
14245         subdir.
14246         * math/Makefile: Likewise.
14247         * misc/Makefile: Likewise.
14248         * nis/Makefile: Likewise.
14249         * nss/Makefile: Likewise.
14250         * po/Makefile: Likewise.
14251         (all): Remove target.
14252         * posix/Makefile: Include Makeconfig immediately after defining
14253         subdir.
14254         * pwd/Makefile: Likewise.
14255         * resolv/Makefile: Likewise.
14256         * resource/Makefile: Likewise.
14257         * rt/Makefile: Likewise.
14258         * setjmp/Makefile: Likewise.
14259         * shadow/Makefile: Likewise.
14260         * signal/Makefile: Likewise.
14261         * socket/Makefile: Likewise.
14262         * soft-fp/Makefile: Likewise.
14263         * stdio-common/Makefile: Likewise.
14264         * stdlib/Makefile: Likewise.
14265         * streams/Makefile: Likewise.
14266         * string/Makefile: Likewise.
14267         * sunrpc/Makefile: Likewise.
14268         (all): Remove target.
14269         * sysvipc/Makefile: Include Makeconfig immediately after defining
14270         subdir.
14271         * termios/Makefile: Likewise.
14272         * time/Makefile: Likewise.
14273         * timezone/Makefile: Likewise.
14274         (all): Remove target.
14275         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14276         subdir.
14277         * wctype/Makefile: Likewise.
14278
14279 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14280
14281         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14282         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14283         (libc_feholdexcept_setround_mips): Ditto.
14284         (libc_feholdsetround): New.
14285         (libc_feholdsetroundf): New.
14286         (libc_feholdsetroundl): New.
14287         (libc_feupdateenv_test_mips): New.
14288         (libc_feupdateenv_test): New.
14289         (libc_feupdateenv_testf): New.
14290         (libc_feupdateenv_testl): New.
14291         (libc_feresetround): New.
14292         (libc_feresetroundf): New.
14293         (libc_feresetroundl): New.
14294         (libc_fetestexcept_mips): New.
14295         (libc_fetestexcept): New.
14296         (libc_fetestexceptf): New.
14297         (libc_fetestexceptl): New.
14298         (HAVE_RM_CTX): New.
14299         (libc_feholdexcept_setround_mips_ctx): New.
14300         (libc_feholdexcept_setround_ctx): New.
14301         (libc_feholdexcept_setroundf_ctx): New.
14302         (libc_feholdexcept_setroundl_ctx): New.
14303         (libc_fesetenv_mips_ctx): New.
14304         (libc_fesetenv_ctx): New.
14305         (libc_fesetenv_ctxf): New.
14306         (libc_fesetenv_ctxl): New.
14307         (libc_feupdateenv_mips_ctx): New.
14308         (libc_feupdateenv_ctx): New.
14309         (libc_feupdateenvf_ctx): New.
14310         (libc_feupdateenvl_ctx): New.
14311         (libc_feholdsetround_mips_ctx): New.
14312         (libc_feholdsetround_ctx): New.
14313         (libc_feholdsetroundf_ctx): New.
14314         (libc_feholdsetroundl_ctx): New.
14315         (libc_feresetround_mips_ctx): New.
14316         (libc_feresetround_ctx): New.
14317         (libc_feresetroundf_ctx): New.
14318         (libc_feresetroundl_ctx): New.
14319
14320 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14321
14322         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14323
14324         * manual/ipc.texi: New file.
14325         * manual/Makefile (chapters): Add ipc.
14326         * manual/job.texi: Add "Inter-Process Communication" to next.
14327         * manual/process.texi: Add "Inter-Process Communication" to prev.
14328
14329 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14330
14331         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14332
14333 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14334
14335         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14336
14337         * manual/arith.texi: Fix spaces after sentences.
14338         * manual/charset.texi: Likewise.
14339         * manual/errno.texi: Likewise.
14340         * manual/install.texi: Likewise.
14341         * manual/llio.texi: Likewise.
14342         * manual/locale.texi: Likewise.
14343         * manual/maint.texi: Likewise.
14344         * manual/math.texi: Likewise.
14345         * manual/memory.texi: Likewise.
14346         * manual/message.texi: Likewise.
14347         * manual/probes.texi: Likewise.
14348         * manual/resource.texi: Likewise.
14349         * manual/signal.texi: Likewise.
14350         * manual/socket.texi: Likewise.
14351         * manual/stdio.texi: Likewise.
14352         * manual/string.texi: Likewise.
14353         * manual/time.texi: Likewise.
14354         * manual/users.texi: Likewise.
14355
14356 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14357
14358         [BZ #16632]
14359         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14360         _DEFAULT_SOURCE is defined.
14361
14362 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14363             Carlos O'Donell  <carlos@redhat.com>
14364
14365         [BZ #16613]
14366         * elf/dl-tls.c (_dl_count_modids): New function.
14367         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14368         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14369         audit library and increment generation counter.
14370         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14371         * elf/tst-audit9.c: New file.
14372         * elf/tst-auditmod9a.c: New file.
14373         * elf/tst-auditmod9b.c: New file.
14374         * elf/Makefile: Add rules to build and run tst-audit9.
14375
14376 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14377
14378         [BZ #15347]
14379         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14380
14381 2014-02-25  Will Newton  <will.newton@linaro.org>
14382
14383         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14384         (__longjmp): Restore sp and lr before restoring callee
14385         saved registers.  Add longjmp and longjmp_target
14386         SystemTap probe point.
14387         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14388         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14389         Define to zero to match jmpbuf layout.
14390         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14391         (__sigsetjmp): Save sp and lr before saving callee
14392         saved registers.  Add setjmp SystemTap probe point.
14393
14394 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14395
14396         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14397
14398 2014-02-24  Andreas Schwab  <schwab@suse.de>
14399
14400         [BZ #15804]
14401         * elf/pldd.c (wait_for_ptrace_stop): New function.
14402         (main): Call it after attaching.
14403
14404 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14405
14406         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14407         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14408         Versions files is now verboten.
14409         * hurd/Versions (libc: GLIBC_2.0):
14410         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14411         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14412         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14413         * mach/Versions: Likewise.
14414
14415         * csu/Versions: Remove unused %include.
14416         * resolv/Versions: Likewise.
14417
14418 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14419
14420         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14421         ($(objpfx)check-local-headers.out): Likewise.
14422         ($(objpfx)begin-end-check.out): Likewise.
14423         * Makerules (check-abi-%.out): Likewise.
14424         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14425         ($(objpfx)test2.cat): Likewise.
14426         ($(objpfx)de/libc.cat): Likewise.
14427         ($(objpfx)test-gencat.out): Likewise.
14428         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14429         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14430         ($(objpfx)noload-mem): Likewise.
14431         ($(objpfx)tst-pathopt.out): Likewise.
14432         ($(objpfx)tst-rtld-load-self.out): Likewise.
14433         ($(objpfx)tst-array1-cmp.out): Likewise.
14434         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14435         ($(objpfx)tst-array2-cmp.out): Likewise.
14436         ($(objpfx)tst-array3-cmp.out): Likewise.
14437         ($(objpfx)tst-array4-cmp.out): Likewise.
14438         ($(objpfx)tst-array5-cmp.out): Likewise.
14439         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14440         ($(objpfx)check-textrel.out): Likewise.
14441         ($(objpfx)check-execstack.out): Likewise.
14442         ($(objpfx)check-localplt.out): Likewise.
14443         ($(objpfx)order2-cmp.out): Likewise.
14444         ($(objpfx)tst-leaks1-mem): Likewise.
14445         ($(objpfx)tst-leaks1-static-mem): Likewise.
14446         ($(objpfx)tst-initorder-cmp.out): Likewise.
14447         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14448         ($(objpfx)tst-unused-dep.out): Likewise.
14449         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14450         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14451         * iconv/Makefile (test-iconvconfig): Likewise.
14452         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14453         ($(objpfx)iconv-test.out): Likewise.
14454         ($(objpfx)tst-tables.out): Likewise.
14455         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14456         ($(objpfx)tst-gettext.out): Likewise.
14457         ($(objpfx)tst-translit.out): Likewise.
14458         ($(objpfx)tst-gettext2.out): Likewise.
14459         ($(objpfx)tst-gettext4.out): Likewise.
14460         ($(objpfx)tst-gettext6.out): Likewise.
14461         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14462         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14463         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14464         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14465         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14466         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14467         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14468         ($(objpfx)wordexp-tst.out): Likewise.
14469         ($(objpfx)annexc.out): Likewise.
14470         ($(objpfx)tst-fnmatch-mem): Likewise.
14471         ($(objpfx)bug-regex2-mem): Likewise.
14472         ($(objpfx)bug-regex14-mem): Likewise.
14473         ($(objpfx)bug-regex21-mem): Likewise.
14474         ($(objpfx)bug-regex31-mem): Likewise.
14475         ($(objpfx)tst-vfork3-mem): Likewise.
14476         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14477         ($(objpfx)tst-pcre-mem): Likewise.
14478         ($(objpfx)tst-boost-mem): Likewise.
14479         ($(objpfx)tst-getconf.out): Likewise.
14480         ($(objpfx)bug-ga2-mem): Likewise.
14481         ($(objpfx)bug-glob2-mem): Likewise.
14482         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14483         ($(objpfx)mtrace-tst-leaks2): Likewise.
14484         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14485         ($(objpfx)tst-printf.out): Likewise.
14486         ($(objpfx)tst-setvbuf1.out): Likewise.
14487         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14488         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14489         ($(objpfx)tst-fmtmsg.out): Likewise.
14490         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14491         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14492
14493         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14494         * bits/sigaction.h [__USE_MISC]: Likewise.
14495         * bits/waitstatus.h: Update #endif comments.
14496         * ctype/ctype.h: Likewise.
14497         * dirent/dirent.h: Likewise.
14498         [__USE_MISC]: Remove redundant conditionals.
14499         * grp/grp.h: Update #endif comments.
14500         [__USE_GNU]: Remove redundant conditionals.
14501         [__USE_MISC]: Likewise.
14502         * inet/netinet/in.h [__USE_GNU]: Likewise.
14503         * io/sys/stat.h [__USE_MISC]: Likewise.
14504         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14505         * libio/bits/stdio.h: Update #endif comments.
14506         [__USE_MISC]: Remove redundant conditionals.
14507         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14508         * libio/stdio.h: Update #endif comments.
14509         [__USE_MISC]: Remove redundant conditionals.
14510         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14511         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14512         * math/math.h: Update #else and #endif comments.
14513         [__USE_MISC]: Remove redundant conditionals.
14514         * misc/sys/uio.h: Update #endif comments.
14515         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14516         * posix/glob.h [__USE_MISC]: Likewise.
14517         * posix/sys/types.h: Update #endif comments.
14518         [__USE_MISC]: Remove redundant conditionals.
14519         * posix/sys/wait.h: Update #endif comments.
14520         [__USE_MISC]: Remove redundant conditionals.
14521         * posix/unistd.h: Update #endif comments.
14522         [__USE_MISC]: Remove redundant conditionals.
14523         * pwd/pwd.h [__USE_GNU]: Likewise.
14524         [__USE_MISC]: Likewise.
14525         * resolv/netdb.h [__USE_GNU]: Likewise.
14526         * signal/signal.h: Update #endif comments.
14527         [__USE_MISC]: Remove redundant conditionals.
14528         * stdlib/stdlib.h: Update #else and #endif comments.
14529         [__USE_MISC]: Remove redundant conditionals.
14530         [__USE_GNU]: Likewise.
14531         * string/bits/string2.h [__USE_MISC]: Likewise.
14532         * string/string.h: Update #endif comments.
14533         [__USE_MISC]: Remove redundant conditionals.
14534         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14535         Likewise.
14536         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14537         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14538         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14539         Likewise.
14540         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14541         Likewise.
14542         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14543         comments.
14544         [__USE_MISC]: Remove redundant conditionals.
14545         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14546         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14547         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14548         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14549         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14550         Likewise.
14551         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14552         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14553         Likewise.
14554         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14555         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14556         Likewise.
14557         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14558         Likewise.
14559         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14560         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14561         Likewise.
14562         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14563         Likewise.
14564         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14565         * sysdeps/x86/bits/string.h: Update #endif comments.
14566         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14567         conditionals.
14568         * time/sys/time.h: Update #endif comments.
14569         * time/time.h: Likewise.
14570         [__USE_MISC]: Remove redundant conditionals.
14571
14572 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14573
14574         [BZ #16600]
14575         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14576
14577 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14578
14579         * Versions.def (librt): Add GLIBC_2.17.
14580
14581 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14582
14583         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14584         synonym for _SYS_AUXV_H to allow direct inclusion.
14585         * sysdeps/sparc/bits/hwcap.h: Likewise.
14586         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14587         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14588         * sysdeps/sparc/sysdep.h: Likewise.
14589
14590 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14591
14592         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14593
14594 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14595
14596         * benchtests/bench-strrchr.c: Print length instead of position.
14597
14598 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14599
14600         [BZ #16611]
14601         * sysdeps/unix/sysv/linux/kernel-features.h
14602         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14603         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14604         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14605         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14606         Likewise.
14607         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14608         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14609         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14610         (__ASSUME_SENDMMSG): Define instead of using previous
14611         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14612         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14613         (__ASSUME_SENDMMSG_SYSCALL): Define.
14614         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14615         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14616         Likewise.
14617         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14618         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14619         Likewise.
14620         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14621         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14622         Likewise.
14623         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14624         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14625         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14626         [__ASSUME_SENDMMSG]: Change conditionals to
14627         [__ASSUME_SENDMMSG_SOCKETCALL].
14628         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14629         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14630         Define.
14631         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14632         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14633         Likewise.
14634         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14635         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14636         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14637         [!__ASSUME_SENDMMSG]: Change conditional to
14638         [!__ASSUME_SENDMMSG_SOCKETCALL].
14639         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14640         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14641         Define.
14642
14643         [BZ #16610]
14644         * sysdeps/unix/sysv/linux/kernel-features.h
14645         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14646         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14647         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14648         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14649         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14650         [__i386__ || __sparc__]
14651         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14652         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14653         (__ASSUME_RECVMMSG): Define instead of using previous
14654         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14655         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14656         (__ASSUME_RECVMMSG_SYSCALL): Define.
14657         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14658         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14659         Likewise.
14660         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14661         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14662         Likewise.
14663         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14664         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14665         Likewise.
14666         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14667         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14668         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14669         [__ASSUME_RECVMMSG]: Change condition to
14670         [__ASSUME_RECVMMSG_SOCKETCALL].
14671         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14672         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14673         Define.
14674         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14675         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14676         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14677         Likewise.
14678         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14679         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14680         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14681         [!__ASSUME_RECVMMSG]: Change condition to
14682         [!__ASSUME_RECVMMSG_SOCKETCALL].
14683         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14684         (__ASSUME_RECVMMSG_SYSCALL): Define.
14685
14686         [BZ #16609]
14687         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14688         __powerpc__ || __s390__ || __sh__ || __sparc__]
14689         (__ASSUME_SOCKETCALL): Define.
14690         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14691         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14692         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14693         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14694         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14695         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14696         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14697         (__ASSUME_ACCEPT4): Define instead of using previous
14698         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14699         __powerpc__ || __sparc__ || __s390__)] condition.
14700         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14701         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14702         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14703         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14704         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14705         [!__ASSUME_ACCEPT4]: Change condition to
14706         [!__ASSUME_ACCEPT4_SOCKETCALL].
14707         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14708         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14709         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14710         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14711         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14712         __ASSUME_ACCEPT4_SYSCALL.
14713         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14714         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14715         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14716         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14717         __ASSUME_ACCEPT4_SYSCALL.
14718         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14719         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14720         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14721         [__ASSUME_ACCEPT4]: Change condition to
14722         [__ASSUME_ACCEPT4_SOCKETCALL].
14723         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14724         (__ASSUME_SOCKETCALL): Define.
14725         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14726         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14727         (__ASSUME_SOCKETCALL): Define.
14728         (__ASSUME_ACCEPT4): Remove.
14729         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14730         Define.
14731         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14732         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14733         Likewise.
14734         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14735         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14736
14737         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14738         macro.
14739         (HWCAP_ARM_LPAE): Likewise.
14740         (HWCAP_ARM_EVTSTRM): Likewise.
14741         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14742         Add vpfd32, lpae and evtstrm.
14743         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14744         Increase to 22.
14745
14746 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14747
14748         * math/auto-libm-test-in: Add tests of clog10.
14749         * math/auto-libm-test-out: Regenerated.
14750         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14751         * sysdeps/i386/fpu/libm-test-ulps: Update.
14752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14753
14754 2014-02-18  Andreas Schwab  <schwab@suse.de>
14755
14756         [BZ #16574]
14757         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14758         Store non-zero if the second buffer was newly allocated.
14759         (send_dg): Likewise.
14760         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14761         to send_vc and send_dg.
14762         (res_nsend): Pass NULL for ansp2_malloced.
14763         * resolv/res_query.c (__libc_res_nquery): Add parameter
14764         answerp2_malloced and pass it down to __libc_res_nsend.
14765         (res_nquery): Pass additional NULL to __libc_res_nquery.
14766         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14767         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14768         second answer buffer if answerp2_malloced was set.
14769         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14770         (__libc_res_nquerydomain): Add parameter
14771         answerp2_malloced and pass it down to __libc_res_nquery.
14772         (res_nquerydomain): Pass additional NULL to
14773         __libc_res_nquerydomain.
14774         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14775         additional NULL to __libc_res_nsend and __libc_res_nquery.
14776         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14777         additional NULL to __libc_res_nsearch.
14778         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14779         parameter of __libc_res_nsearch to check for separately allocated
14780         second buffer.
14781         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14782         __libc_res_nquery.
14783         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14784         additional NULL to __libc_res_nquery.
14785         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14786         __libc_res_nsearch.
14787         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14788         * include/resolv.h: Update prototypes of __libc_res_nquery,
14789         __libc_res_nsearch, __libc_res_nsend.
14790
14791 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14792
14793         * math/auto-libm-test-in: Add tests of fma.
14794         * math/auto-libm-test-out: Regenerated.
14795         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14796         (fma_towardzero_test_data): Likewise.
14797         (fma_downward_test_data): Likewise.
14798         (fma_upward_test_data): Likewise.
14799         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14800         mpc_mode.
14801         (rounding_modes): Add values for new field.
14802         (func_calc_method): Add value mpfr_fff_f.
14803         (func_calc_desc): Add mpfr_fff_f union field.
14804         (test_function): Add field exact_args.
14805         (FUNC): Add macro argument EXACT_ARGS.
14806         (FUNC_mpfr_f_f): Update call to FUNC.
14807         (FUNC_mpfr_f_f): Likewise.
14808         (FUNC_mpfr_ff_f): Likewise.
14809         (FUNC_mpfr_if_f): Likewise.
14810         (FUNC_mpc_c_f): Likewise.
14811         (FUNC_mpc_c_c): Likewise.
14812         (test_functions): Add fma.  Update calls to FUNC.
14813         (handle_input_arg): Add argument exact_args.
14814         (add_test): Update call to handle_input_arg.
14815         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14816         (output_for_one_input_case): Update call to calc_generic_results.
14817         Recalculate exact zero results in each rounding mode.
14818
14819         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14820         non-negative before setting low bit.
14821         * math/auto-libm-test-in: Mark one asin test possibly having
14822         spurious underflow.
14823         * math/auto-libm-test-out: Regenerated.
14824         * sysdeps/i386/fpu/libm-test-ulps: Update.
14825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14826
14827 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14828
14829         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14830         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14831         ports/sysdeps/unix/sysv/linux/microblaze.
14832         * README: Add missing listing for microblaze*-*-linux-gnu.
14833
14834 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14835
14836         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14837         duplicate code
14838
14839 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14840
14841         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14842         * sysdeps/unix/sysv/linux/ia64: Move directory from
14843         ports/sysdeps/unix/sysv/linux/ia64.
14844         * README: Update listing for ia64-*-linux-gnu.
14845
14846 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14847             Joseph Myers  <joseph@codesourcery.com>
14848
14849         * Makeconfig (test-name): New variable.
14850         (evaluate-test): Likewise.
14851         * Makerules (do-test-clean): Remove .test-result files.
14852         (common-mostlyclean): Likewise.
14853         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14854         * scripts/evaluate-test.sh: New file.
14855
14856 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14857
14858         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14859         separate $(objpfx)tst-fopenloc-cmp.out and
14860         $(objpfx)tst-fopenloc-mem.out targets.
14861         (tests): Update dependencies.
14862         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14863         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14864         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14865         (tst-rxspencer-no-utf8-ARGS): New variable.
14866         (tst-rxspencer-no-utf8-ENV): Likewise.
14867         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14868         instead of $(objpfx)tst-rxspencer-mem.
14869         ($(objpfx)tst-rxspencer-mem): Change target to
14870         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14871         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14872         * posix/tst-rxspencer-no-utf8.c: New file.
14873
14874         * elf/Makefile ($(objpfx)order.out): Remove rule.
14875         [$(run-built-tests) = yes] (tests): Depend on
14876         $(objpfx)order-cmp.out.
14877         ($(objpfx)order-cmp.out): New rule.
14878         [$(run-built-tests) = yes] (tests): Depend on
14879         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14880         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14881         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14882         $(objpfx)tst-array5-static-cmp.out.
14883         ($(objpfx)tst-array1.out): Remove rule.
14884         ($(objpfx)tst-array1-cmp.out): New rule.
14885         ($(objpfx)tst-array1-static.out): Remove rule.
14886         ($(objpfx)tst-array1-static-cmp.out): New rule.
14887         ($(objpfx)tst-array2.out): Remove rule.
14888         ($(objpfx)tst-array2-cmp.out): New rule.
14889         ($(objpfx)tst-array3.out): Remove rule.
14890         ($(objpfx)tst-array3-cmp.out): New rule.
14891         ($(objpfx)tst-array4.out): Remove rule.
14892         ($(objpfx)tst-array4-cmp.out): New rule.
14893         ($(objpfx)tst-array5.out): Remove rule.
14894         ($(objpfx)tst-array5-cmp.out): New rule.
14895         ($(objpfx)tst-array5-static.out): Remove rule.
14896         ($(objpfx)tst-array5-static-cmp.out): New rule.
14897         [$(run-built-tests) = yes] (tests): Depend on
14898         $(objpfx)order2-cmp.out.
14899         ($(objpfx)order2.out): Remove rule.
14900         ($(objpfx)order2-cmp.out): New rule.
14901         ($(objpfx)tst-initorder.out): Remove rule.
14902         [$(run-built-tests) = yes] (tests): Depend on
14903         $(objpfx)tst-initorder-cmp.out.
14904         ($(objpfx)tst-initorder-cmp.out): New rule.
14905         ($(objpfx)tst-initorder2.out): Remove rule.
14906         [$(run-built-tests) = yes] (tests): Depend on
14907         $(objpfx)tst-initorder2-cmp.out.
14908         ($(objpfx)tst-initorder2-cmp.out): New rule.
14909         [$(run-built-tests) = yes] (tests): Depend on
14910         $(objpfx)tst-unused-dep-cmp.out.
14911         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14912         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14913         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14914         on $(objpfx)tst-setvbuf1-cmp.out.
14915         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14916         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14917         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14918         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14919         ($(objpfx)tst-svc.out): Remove rule.
14920         ($(objpfx)tst-svc-cmp.out): New rule.
14921
14922 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14923
14924         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14925         * ctype/ctype.h [__USE_MISC]: Likewise.
14926         * dirent/dirent.h [__USE_MISC]: Likewise.
14927         * grp/grp.h [__USE_MISC]: Likewise.
14928         * io/fcntl.h [__USE_MISC]: Likewise.
14929         * io/sys/stat.h [__USE_MISC]: Likewise.
14930         * libio/stdio.h [__USE_MISC]: Likewise.
14931         * posix/unistd.h [__USE_MISC]: Likewise.
14932         * pwd/pwd.h [__USE_MISC]: Likewise.
14933         * stdlib.h [__USE_MISC]: Likewise.
14934         * string/bits/string2.h [__USE_MISC]: Likewise.
14935         * string/string.h [__USE_MISC]: Likewise.
14936         * time/time.h [__USE_MISC]: Likewise.
14937
14938 2014-02-13  Andreas Schwab  <schwab@suse.de>
14939
14940         [BZ #16574]
14941         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14942         second answer buffer if it was separately allocated.
14943
14944 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14945
14946         * sysdeps/mips/math-tests.h: Include <features.h>.
14947         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14948         (ROUNDING_TESTS_long_double): Do not define.
14949         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14950         (EXCEPTION_TESTS_long_double): Likewise.
14951         * sysdeps/mips/mips64/libm-test-ulps: Update.
14952
14953         * include/features.h (__USE_BSD): Remove macro definitions.
14954         (__USE_SVID): Likewise.
14955         (_BSD_SOURCE): Likewise.
14956         (_SVID_SOURCE): Likewise.
14957         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14958         from definition of _DEFAULT_SOURCE.
14959         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14960         [_DEFAULT_SOURCE].
14961         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14962         * bits/mman.h [__USE_BSD]: Likewise.
14963         * bits/termios.h [__USE_BSD]: Likewise.
14964         * bits/waitstatus.h [__USE_BSD]: Likewise.
14965         * ctype/ctype.h [__USE_SVID]: Likewise.
14966         * dirent/dirent.h [__USE_BSD]: Likewise.
14967         * grp/grp.h [__USE_SVID]: Likewise.
14968         [__USE_BSD]: Likewise.
14969         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14970         * io/fcntl.h [__USE_BSD]: Likewise.
14971         * io/ftw.h [__USE_BSD]: Likewise.
14972         * io/sys/stat.h [__USE_BSD]: Likewise.
14973         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14974         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14975         * libio/stdio.h [__USE_SVID]: Likewise.
14976         [__USE_BSD]: Likewise.
14977         * math/math.h [__USE_SVID]: Likewise.
14978         [__USE_BSD]: Likewise.
14979         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14980         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14981         * misc/search.h [__USE_SVID]: Likewise.
14982         * misc/sys/mman.h [__USE_BSD]: Likewise.
14983         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14984         * misc/sys/uio.h [__USE_BSD]: Likewise.
14985         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14986         * posix/glob.h [__USE_BSD]: Likewise.
14987         * posix/regex.h [__USE_BSD]: Likewise.
14988         * posix/sys/types.h [__USE_BSD]: Likewise.
14989         [__USE_SVID]: Likewise.
14990         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14991         * posix/sys/wait.h [__USE_BSD]: Likewise.
14992         [__USE_SVID]: Likewise.
14993         * posix/unistd.h [__USE_BSD]: Likewise.
14994         [__USE_SVID]: Likewise.
14995         * pwd/pwd.h [__USE_SVID]: Likewise.
14996         * resolv/netdb.h [__USE_BSD]: Likewise.
14997         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14998         * signal/signal.h [__USE_BSD]: Likewise.
14999         [__USE_SVID]: Likewise.
15000         * socket/sys/socket.h [__USE_BSD]: Likewise.
15001         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15002         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15003         [__USE_SVID]: Likewise.
15004         * string/bits/string2.h [__USE_BSD]: Likewise.
15005         [__USE_SVID]: Likewise.
15006         * string/bits/string3.h [__USE_BSD]: Likewise.
15007         * string/endian.h [__USE_BSD]: Likewise.
15008         * string/string.h [__USE_SVID]: Likewise.
15009         [__USE_BSD]: Likewise.
15010         * string/strings.h [__USE_BSD]: Likewise.
15011         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15012         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15013         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15014         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15015         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15016         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15017         Likewise.
15018         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15019         Likewise.
15020         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15021         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15022         Likewise.
15023         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15024         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15025         Likewise.
15026         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15027         Likewise.
15028         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15029         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15030         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15031         Likewise.
15032         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15033         Likewise.
15034         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15035         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15036         * termios/termios.h [__USE_BSD]: Likewise.
15037         * time/sys/time.h [__USE_BSD]: Likewise.
15038         * time/time.h [__USE_BSD]: Likewise.
15039         [__USE_SVID]: Likewise.
15040
15041         * Makefile (subdir_targets): Remove subdir_lint.out.
15042
15043         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15044         (do-tst-printf): Likewise.
15045         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15046         $(objpfx)tst-printf.out.
15047
15048         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15049
15050         * Makerules (check-abi-%): Change target to
15051         $(objpfx)check-abi-%.out.
15052         (check-abi target): Update dependencies.
15053         (check-abi-pattern variable): Redirect output of diff to $@.
15054         (check-abi variable): Likewise.
15055         * elf/Makefile (check-abi): Update dependencies.
15056
15057         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15058         unused.
15059         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15060         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15061         subnormal range.
15062         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15063         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15064         value has largest subnormal exponent.
15065         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15066         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15067         * sysdeps/aarch64/soft-fp/sfp-machine.h
15068         (_FP_TININESS_AFTER_ROUNDING): New macro.
15069         * sysdeps/alpha/soft-fp/sfp-machine.h
15070         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15071         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15072         Likewise.
15073         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15074         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15075         * sysdeps/mips/soft-fp/sfp-machine.h
15076         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15077         * sysdeps/powerpc/soft-fp/sfp-machine.h
15078         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15079         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15080         Likewise.
15081         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15082         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15083         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15084         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15085         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15086         Likewise.
15087
15088 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15089
15090         [BZ #16545]
15091         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15092         model 1.
15093
15094 2014-02-12  Richard Henderson  <rth@redhat.com>
15095
15096         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15097         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15098         * sysdeps/unix/sysv/linux/alpha: Move directory from
15099         ports/sysdeps/unix/sysv/linux/alpha.
15100         * README: Update listing for alpha-*-linux-gnu.
15101
15102 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15103
15104         * include/features.h: Update comment documenting feature test
15105         macros.
15106         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15107         _DEFAULT_SOURCE.
15108         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15109         (_SVID_SOURCE): Likewise.
15110         (_DEFAULT_SOURCE): Update description of default features.
15111         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15112         with _GNU_SOURCE.
15113         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15114         (S_ISVTX): Likewise.
15115         * manual/math.texi (Mathematical Constants): Likewise.
15116         * manual/signal.texi (Interrupted Primitives): Likewise.
15117         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15118         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15119         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15120         Don't refer to _SVID_SOURCE in warning text.
15121
15122         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15123
15124         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15125         already defined.
15126         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15127         * sysdeps/mips/dl-lookup.c: Remove.
15128         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15129
15130 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15131
15132         [BZ #16447]
15133         * math/auto-libm-test-in: Add testcase for expl.
15134         * math/auto-libm-test-out: Regenerate.
15135         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15136         calculation of unsafe.
15137         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15138
15139 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15140
15141         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15142         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15143         ports/sysdeps/unix/sysv/linux/aarch64.
15144         * README: Update listing for aarch64*-*-linux-gnu.
15145
15146 2014-02-11  Will Newton  <will.newton@linaro.org>
15147
15148         * manual/probes.texi (Mathematical Function Probes): Use
15149         "triggered" instead of "hit".
15150
15151         * manual/probes.texi (Internal Probes): Add documentation
15152         of setjmp, longjmp and longjmp_target probes.
15153
15154         * include/stap-probe.h: Add comment about probe argument
15155         format.
15156
15157         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15158         definition.  (tr_where, tr_freehook, tr_mallochook,
15159         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15160
15161 2014-02-11  David S. Miller  <davem@davemloft.net>
15162
15163         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15164         processing int_tests.
15165
15166 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15167
15168         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15169         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15170         * sysdeps/unix/sysv/linux/mips: Move directory from
15171         ports/sysdeps/unix/sysv/linux/mips.
15172         * README: Update listing for mips-*-linux-gnu and
15173         mips64-*-linux-gnu.
15174
15175 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15176
15177         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15178         * sysdeps/unix/sysv/linux/m68k: Move directory from
15179         ports/sysdeps/unix/sysv/linux/m68k.
15180         * README: Update listing for m68k-*-linux-gnu.
15181
15182 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15183
15184         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15185         * sysdeps/unix/sysv/linux/generic: Move directory from
15186         ports/sysdeps/unix/sysv/linux/generic.
15187         * sysdeps/unix/sysv/linux/tile: Move directory from
15188         ports/sysdeps/unix/sysv/linux/tile.
15189         * README: Update listing for tile*-*-linux-gnu.
15190
15191 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15192
15193         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15194         __builtin_expect.
15195         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15196         * catgets/open_catalog.c (__open_catalog): Likewise.
15197         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15198         * debug/confstr_chk.c: Likewise.
15199         * debug/fread_chk.c (__fread_chk): Likewise.
15200         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15201         * debug/getgroups_chk.c: Likewise.
15202         * debug/mbsnrtowcs_chk.c: Likewise.
15203         * debug/mbsrtowcs_chk.c: Likewise.
15204         * debug/mbstowcs_chk.c: Likewise.
15205         * debug/memcpy_chk.c: Likewise.
15206         * debug/memmove_chk.c: Likewise.
15207         * debug/mempcpy_chk.c: Likewise.
15208         * debug/memset_chk.c: Likewise.
15209         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15210         * debug/strcat_chk.c (__strcat_chk): Likewise.
15211         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15212         * debug/strncat_chk.c (__strncat_chk): Likewise.
15213         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15214         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15215         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15216         * debug/wcpncpy_chk.c: Likewise.
15217         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15218         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15219         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15220         * debug/wcsncpy_chk.c: Likewise.
15221         * debug/wcsnrtombs_chk.c: Likewise.
15222         * debug/wcsrtombs_chk.c: Likewise.
15223         * debug/wcstombs_chk.c: Likewise.
15224         * debug/wmemcpy_chk.c: Likewise.
15225         * debug/wmemmove_chk.c: Likewise.
15226         * debug/wmempcpy_chk.c: Likewise.
15227         * debug/wmemset_chk.c: Likewise.
15228         * dirent/scandirat.c (SCANDIRAT): Likewise.
15229         * dlfcn/dladdr1.c (dladdr1): Likewise.
15230         * dlfcn/dladdr.c (dladdr): Likewise.
15231         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15232         * dlfcn/dlerror.c (__dlerror): Likewise.
15233         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15234         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15235         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15236         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15237         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15238         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15239         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15240         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15241         Likewise.
15242         * elf/dl-conflict.c: Likewise.
15243         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15244         * elf/dl-dst.h: Likewise.
15245         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15246         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15247         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15248         * elf/dl-init.c (call_init, _dl_init): Likewise.
15249         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15250         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15251         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15252         Likewise.
15253         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15254         Likewise.
15255         * elf/dl-minimal.c (__libc_memalign): Likewise.
15256         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15257         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15258         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15259         * elf/dl-sym.c (do_sym): Likewise.
15260         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15261         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15262         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15263         * elf/dl-writev.h (_dl_writev): Likewise.
15264         * elf/ldconfig.c (search_dir): Likewise.
15265         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15266         (dl_main): Likewise.
15267         * elf/setup-vdso.h (setup_vdso): Likewise.
15268         * grp/compat-initgroups.c (compat_call): Likewise.
15269         * grp/fgetgrent.c (fgetgrent): Likewise.
15270         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15271         * grp/putgrent.c (putgrent): Likewise.
15272         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15273         Likewise.
15274         * hurd/hurdinit.c: Likewise.
15275         * iconvdata/8bit-gap.c (struct): Likewise.
15276         * iconvdata/ansi_x3.110.c : Likewise.
15277         * iconvdata/big5.c : Likewise.
15278         * iconvdata/big5hkscs.c : Likewise.
15279         * iconvdata/cp1255.c: Likewise.
15280         * iconvdata/cp1258.c : Likewise.
15281         * iconvdata/cp932.c : Likewise.
15282         * iconvdata/euc-cn.c: Likewise.
15283         * iconvdata/euc-jisx0213.c : Likewise.
15284         * iconvdata/euc-jp.c: Likewise.
15285         * iconvdata/euc-jp-ms.c : Likewise.
15286         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15287         * iconvdata/gb18030.c : Likewise.
15288         * iconvdata/gbbig5.c (const): Likewise.
15289         * iconvdata/gbgbk.c: Likewise.
15290         * iconvdata/gbk.c : Likewise.
15291         * iconvdata/ibm1364.c : Likewise.
15292         * iconvdata/ibm930.c : Likewise.
15293         * iconvdata/ibm932.c: Likewise.
15294         * iconvdata/ibm933.c : Likewise.
15295         * iconvdata/ibm935.c : Likewise.
15296         * iconvdata/ibm937.c : Likewise.
15297         * iconvdata/ibm939.c : Likewise.
15298         * iconvdata/ibm943.c: Likewise.
15299         * iconvdata/iso_11548-1.c: Likewise.
15300         * iconvdata/iso-2022-cn.c : Likewise.
15301         * iconvdata/iso-2022-cn-ext.c : Likewise.
15302         * iconvdata/iso-2022-jp-3.c: Likewise.
15303         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15304         * iconvdata/iso-2022-kr.c : Likewise.
15305         * iconvdata/iso646.c (gconv_end): Likewise.
15306         * iconvdata/iso_6937-2.c : Likewise.
15307         * iconvdata/iso_6937.c : Likewise.
15308         * iconvdata/iso8859-1.c: Likewise.
15309         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15310         * iconvdata/shift_jisx0213.c : Likewise.
15311         * iconvdata/sjis.c : Likewise.
15312         * iconvdata/t.61.c : Likewise.
15313         * iconvdata/tcvn5712-1.c : Likewise.
15314         * iconvdata/tscii.c: Likewise.
15315         * iconvdata/uhc.c : Likewise.
15316         * iconvdata/unicode.c (gconv_end): Likewise.
15317         * iconvdata/utf-16.c (gconv_end): Likewise.
15318         * iconvdata/utf-32.c (gconv_end): Likewise.
15319         * iconvdata/utf-7.c (base64): Likewise.
15320         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15321         * iconv/gconv_close.c (__gconv_close): Likewise.
15322         * iconv/gconv_open.c (__gconv_open): Likewise.
15323         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15324         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15325         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15326         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15327         (ucs4le_internal_loop_single): Likewise.
15328         * iconv/iconv.c (iconv): Likewise.
15329         * iconv/iconv_close.c: Likewise.
15330         * iconv/loop.c (SINGLE): Likewise.
15331         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15332         * include/atomic.h: Likewise.
15333         * inet/inet6_option.c (option_alloc): Likewise.
15334         * intl/bindtextdom.c (set_binding_values): Likewise.
15335         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15336         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15337         * intl/localealias.c (read_alias_file): Likewise.
15338         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15339         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15340         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15341         * libio/fmemopen.c (fmemopen): Likewise.
15342         * libio/iofgets.c (_IO_fgets): Likewise.
15343         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15344         * libio/iofgetws.c (fgetws): Likewise.
15345         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15346         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15347         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15348         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15349         * locale/findlocale.c (_nl_find_locale): Likewise.
15350         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15351         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15352         Likewise.
15353         * locale/setlocale.c (setlocale): Likewise.
15354         * login/programs/pt_chown.c (main): Likewise.
15355         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15356         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15357         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15358         (mmap, mmap64, mremap, munmap): Likewise.
15359         * math/e_exp2l.c: Likewise.
15360         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15361         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15362         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15363         * math/s_catan.c (__catan): Likewise.
15364         * math/s_catanf.c (__catanf): Likewise.
15365         * math/s_catanh.c (__catanh): Likewise.
15366         * math/s_catanhf.c (__catanhf): Likewise.
15367         * math/s_catanhl.c (__catanhl): Likewise.
15368         * math/s_catanl.c (__catanl): Likewise.
15369         * math/s_ccosh.c (__ccosh): Likewise.
15370         * math/s_ccoshf.c (__ccoshf): Likewise.
15371         * math/s_ccoshl.c (__ccoshl): Likewise.
15372         * math/s_cexp.c (__cexp): Likewise.
15373         * math/s_cexpf.c (__cexpf): Likewise.
15374         * math/s_cexpl.c (__cexpl): Likewise.
15375         * math/s_clog10.c (__clog10): Likewise.
15376         * math/s_clog10f.c (__clog10f): Likewise.
15377         * math/s_clog10l.c (__clog10l): Likewise.
15378         * math/s_clog.c (__clog): Likewise.
15379         * math/s_clogf.c (__clogf): Likewise.
15380         * math/s_clogl.c (__clogl): Likewise.
15381         * math/s_csin.c (__csin): Likewise.
15382         * math/s_csinf.c (__csinf): Likewise.
15383         * math/s_csinh.c (__csinh): Likewise.
15384         * math/s_csinhf.c (__csinhf): Likewise.
15385         * math/s_csinhl.c (__csinhl): Likewise.
15386         * math/s_csinl.c (__csinl): Likewise.
15387         * math/s_csqrt.c (__csqrt): Likewise.
15388         * math/s_csqrtf.c (__csqrtf): Likewise.
15389         * math/s_csqrtl.c (__csqrtl): Likewise.
15390         * math/s_ctan.c (__ctan): Likewise.
15391         * math/s_ctanf.c (__ctanf): Likewise.
15392         * math/s_ctanh.c (__ctanh): Likewise.
15393         * math/s_ctanhf.c (__ctanhf): Likewise.
15394         * math/s_ctanhl.c (__ctanhl): Likewise.
15395         * math/s_ctanl.c (__ctanl): Likewise.
15396         * math/w_pow.c: Likewise.
15397         * math/w_powf.c: Likewise.
15398         * math/w_powl.c: Likewise.
15399         * math/w_scalb.c (sysv_scalb): Likewise.
15400         * math/w_scalbf.c (sysv_scalbf): Likewise.
15401         * math/w_scalbl.c (sysv_scalbl): Likewise.
15402         * misc/error.c (error_tail): Likewise.
15403         * misc/pselect.c (__pselect): Likewise.
15404         * nis/nis_callback.c (__nis_create_callback): Likewise.
15405         * nis/nis_call.c (__nisfind_server): Likewise.
15406         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15407         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15408         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15409         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15410         * nis/nis_lookup.c (nis_lookup): Likewise.
15411         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15412         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15413         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15414         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15415         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15416         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15417         * nis/nss_compat/compat-initgroups.c (add_group)
15418         (internal_getgrent_r): Likewise.
15419         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15420         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15421         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15422         (internal_getspnam_r): Likewise.
15423         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15424         (_nss_nis_getaliasbyname_r): Likewise.
15425         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15426         (_nss_nis_getntohost_r): Likewise.
15427         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15428         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15429         (_nss_nis_getgrgid_r): Likewise.
15430         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15431         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15432         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15433         (_nss_nis_gethostbyname4_r): Likewise.
15434         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15435         (initgroups_netid): Likewise.
15436         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15437         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15438         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15439         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15440         (_nss_nis_getprotobynumber_r): Likewise.
15441         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15442         (_nss_nis_getsecretkey): Likewise.
15443         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15444         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15445         (_nss_nis_getpwuid_r): Likewise.
15446         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15447         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15448         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15449         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15450         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15451         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15452         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15453         Likewise.
15454         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15455         (_nss_nisplus_getntohost_r): Likewise.
15456         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15457         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15458         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15459         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15460         Likewise.
15461         * nis/nss_nisplus/nisplus-initgroups.c
15462         (_nss_nisplus_initgroups_dyn): Likewise.
15463         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15464         (_nss_nisplus_getnetbyaddr_r): Likewise.
15465         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15466         (_nss_nisplus_getprotobynumber_r): Likewise.
15467         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15468         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15469         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15470         Likewise.
15471         * nis/nss_nisplus/nisplus-service.c
15472         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15473         (_nss_nisplus_getservbyport_r): Likewise.
15474         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15475         (_nss_nisplus_getspnam_r): Likewise.
15476         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15477         Likewise.
15478         * nscd/aicache.c (addhstaiX): Likewise.
15479         * nscd/cache.c (cache_search, prune_cache): Likewise.
15480         * nscd/connections.c (register_traced_file, send_ro_fd)
15481         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15482         (main_loop_epoll): Likewise.
15483         * nscd/grpcache.c (addgrbyX): Likewise.
15484         * nscd/hstcache.c (addhstbyX): Likewise.
15485         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15486         * nscd/mem.c (gc, mempool_alloc): Likewise.
15487         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15488         (addinnetgrX): Likewise.
15489         * nscd/nscd-client.h (__nscd_acquire_maplock)
15490         (__nscd_drop_map_ref): Likewise.
15491         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15492         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15493         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15494         Likewise.
15495         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15496         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15497         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15498         (__nscd_get_map_ref): Likewise.
15499         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15500         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15501         Likewise.
15502         * nscd/pwdcache.c (addpwbyX): Likewise.
15503         * nscd/selinux.c (preserve_capabilities): Likewise.
15504         * nscd/servicescache.c (addservbyX): Likewise.
15505         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15506         * posix/fnmatch.c (fnmatch): Likewise.
15507         * posix/getopt.c (_getopt_internal_r): Likewise.
15508         * posix/glob.c (glob, glob_in_dir): Likewise.
15509         * posix/wordexp.c (exec_comm_child): Likewise.
15510         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15511         (getanswer_r, gaih_getanswer_slice): Likewise.
15512         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15513         * resolv/res_init.c: Likewise.
15514         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15515         * resolv/res_query.c (__libc_res_nquery): Likewise.
15516         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15517         Likewise.
15518         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15519         * stdio-common/perror.c (perror): Likewise.
15520         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15521         * stdio-common/tmpnam.c (tmpnam): Likewise.
15522         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15523         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15524         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15525         Likewise.
15526         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15527         * stdlib/putenv.c (putenv): Likewise.
15528         * stdlib/setenv.c (__add_to_environ): Likewise.
15529         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15530         * stdlib/strtol_l.c (INTERNAL): Likewise.
15531         * string/memmem.c (memmem): Likewise.
15532         * string/strerror.c (strerror): Likewise.
15533         * string/strnlen.c (__strnlen): Likewise.
15534         * string/test-memmem.c (simple_memmem): Likewise.
15535         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15536         * sunrpc/pm_getport.c (__get_socket): Likewise.
15537         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15538         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15539         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15540         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15541         Likewise.
15542         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15543         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15544         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15545         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15546         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15547         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15548         Likewise.
15549         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15550         Likewise.
15551         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15552         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15553         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15554         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15555         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15556         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15557         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15558         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15559         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15560         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15561         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15562         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15563         Likewise.
15564         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15565         Likewise.
15566         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15567         Likewise.
15568         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15569         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15570         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15571         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15572         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15573         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15574         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15575         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15576         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15577         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15578         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15579         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15580         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15581         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15582         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15583         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15584         Likewise.
15585         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15586         Likewise.
15587         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15588         Likewise.
15589         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15590         Likewise.
15591         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15592         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15593         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15594         Likewise.
15595         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15596         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15597         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15598         * sysdeps/posix/sleep.c: Likewise.
15599         * sysdeps/posix/tempname.c: Likewise.
15600         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15601         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15602         Likewise.
15603         * sysdeps/powerpc/powerpc32/dl-machine.h
15604         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15605         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15606         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15607         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15608         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15609         Likewise.
15610         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15611         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15612         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15613         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15614         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15615         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15616         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15617         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15618         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15619         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15620         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15621         (elf_machine_lazy_rel): Likewise.
15622         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15623         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15624         (elf_machine_lazy_rel): Likewise.
15625         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15626         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15627         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15628         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15629         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15630         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15631         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15632         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15633         Likewise.
15634         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15635         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15636         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15637         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15638         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15639         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15640         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15641         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15642         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15643         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15644         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15645         Likewise.
15646         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15647         (__posix_fallocate64_l64): Likewise.
15648         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15649         (posix_fallocate): Likewise.
15650         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15651         Likewise.
15652         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15653         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15654         (getifaddrs_internal): Likewise.
15655         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15656         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15657         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15658         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15659         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15660         (__posix_fallocate64_l64): Likewise.
15661         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15662         Likewise.
15663         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15664         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15665         (__get_clockfreq): Likewise.
15666         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15667         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15668         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15669         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15670         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15671         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15672         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15673         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15674         Likewise.
15675         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15676         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15677         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15678         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15679         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15680         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15681         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15682         Likewise.
15683         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15684         (posix_fallocate): Likewise.
15685         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15686         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15687         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15688         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15689         (elf_machine_rela, elf_machine_rela_relative)
15690         (elf_machine_lazy_rel): Likewise.
15691         * time/asctime.c (asctime_internal): Likewise.
15692         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15693         * time/tzset.c (__tzset_parse_tz): Likewise.
15694         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15695         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15696         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15697         * wcsmbs/wcsmbsload.h: Likewise.
15698
15699         [BZ #15894]
15700         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15701
15702         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15703         (arena_get2): Remove THREAD_STATS conditionals.
15704         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15705         (__malloc_stats, int): Likewise.
15706
15707 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15708
15709         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15710         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15711
15712         * manual/setjmp.texi: Fix typos/grammar errors.
15713
15714         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15715         Only return early when n is <= 0.  Delete unused return statement.
15716
15717         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15718         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15719         * debug/tst-longjmp_chk3.c: New file.
15720
15721         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15722         (test_main): Replace code with set_fortify_handler call.
15723         * debug/test-strcpy_chk.c: Likewise.
15724         * debug/tst-chk1.c: Likewise.
15725         * debug/tst-longjmp_chk.c: Likewise.
15726         * test-skeleton.c: Include fcntl.h & paths.h
15727         (set_fortify_handler): Define.
15728
15729         * debug/tst-longjmp_chk.c: Add header comment and include
15730         ../test-skeleton.c.
15731         (do_test): Mark static.
15732         (TEST_FUNCTION): Define.
15733
15734         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15735         (IP_PMTUDISC_INTERFACE): Likewise.
15736         (IP_MULTICAST_IF): Likewise.
15737         (IP_MULTICAST_TTL): Likewise.
15738         (IP_MULTICAST_LOOP): Likewise.
15739         (IP_ADD_MEMBERSHIP): Likewise.
15740         (IP_DROP_MEMBERSHIP): Likewise.
15741         (IP_UNBLOCK_SOURCE): Likewise.
15742         (IP_BLOCK_SOURCE): Likewise.
15743         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15744         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15745         (IP_MSFILTER): Likewise.
15746         (MCAST_JOIN_GROUP): Likewise.
15747         (MCAST_BLOCK_SOURCE): Likewise.
15748         (MCAST_UNBLOCK_SOURCE): Likewise.
15749         (MCAST_LEAVE_GROUP): Likewise.
15750         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15751         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15752         (MCAST_MSFILTER): Likewise.
15753         (IP_MULTICAST_ALL): Likewise.
15754         (IP_UNICAST_IF): Likewise.
15755
15756         * timezone/Makefile: Delete $(have-ksh) check.
15757         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15758         * timezone/tzselect.ksh: Add +x mode bits.
15759
15760         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15761         (ANON_INODE_FS_MAGIC): Likewise.
15762         (BDEVFS_MAGIC): Likewise.
15763         (BINFMTFS_MAGIC): Likewise.
15764         (BTRFS_TEST_MAGIC): Likewise.
15765         (CRAMFS_MAGIC_WEND): Likewise.
15766         (DEBUGFS_MAGIC): Likewise.
15767         (ECRYPTFS_SUPER_MAGIC): Likewise.
15768         (EXT3_SUPER_MAGIC): Likewise.
15769         (EXT4_SUPER_MAGIC): Likewise.
15770         (FUTEXFS_SUPER_MAGIC): Likewise.
15771         (HOSTFS_SUPER_MAGIC): Likewise.
15772         (HUGETLBFS_MAGIC): Likewise.
15773         (MINIX3_SUPER_MAGIC): Likewise.
15774         (MTD_INODE_FS_MAGIC): Likewise.
15775         (NILFS_SUPER_MAGIC): Likewise.
15776         (OPENPROM_SUPER_MAGIC): Likewise.
15777         (PIPEFS_MAGIC): Likewise.
15778         (PSTOREFS_MAGIC): Likewise.
15779         (QNX6_SUPER_MAGIC): Likewise.
15780         (RAMFS_MAGIC): Likewise.
15781         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15782         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15783         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15784         (SECURITYFS_MAGIC): Likewise.
15785         (SELINUX_MAGIC): Likewise.
15786         (SMACK_MAGIC): Likewise.
15787         (SOCKFS_MAGIC): Likewise.
15788         (SQUASHFS_MAGIC): Likewise.
15789         (STACK_END_MAGIC): Likewise.
15790         (TMPFS_MAGIC): Likewise.
15791         (USBDEVICE_SUPER_MAGIC): Likewise.
15792         (V9FS_MAGIC): Likewise.
15793         (XENFS_SUPER_MAGIC): Likewise.
15794         (CRAMFS_MAGIC): Fix typo in comment.
15795         (EXT2_SUPER_MAGIC): Update comment.
15796         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15797
15798 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15799
15800         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15801         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15802         * sysdeps/unix/sysv/linux/arm: Move directory from
15803         ports/sysdeps/unix/sysv/linux/arm.
15804         * README: Update listing for arm-*-linux-gnueabi.
15805
15806         * README: Remove mention of am33.
15807
15808 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15809
15810         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15811         than the comma operator, to avoid "rhs of comma has no effect"
15812         compiler warnings.
15813         (__sigfillset, __sigandset, __sigorset): Likewise.
15814         * include/signal.h (__sigemptyset): Likewise.
15815         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15816
15817 2014-02-07  Allan McRae  <allan@archlinux.org>
15818
15819         * version.h (RELEASE): Set to "development".
15820         (VERSION): Set to "2.19.90"
15821         * NEWS: Add 2.20 section.
15822
15823 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15824
15825         [BZ #16529]
15826         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15827
15828 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15829
15830         * manual/contrib.texi: Update entry for Carlos O'Donell,
15831         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15832
15833 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15834
15835         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15836
15837         * sysdeps/unix/sysv/linux/kernel-features.h
15838         [__LINUX_KERNEL_VERSION >= 0x020621]
15839         (__ASSUME_PROC_PID_TASK_COMM): Define.
15840
15841 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15842
15843         [BZ #16398]
15844         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15845         conversion when destination buffer does not have enough space.
15846         * libio/tst-ftell-partial-wide.c: New test case.
15847         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15848
15849         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15850         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15851         Leonard and Allan McRae.
15852
15853 2014-02-04  David S. Miller  <davem@davemloft.net>
15854
15855         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15856         32-bit.
15857
15858 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15859
15860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15861         New file
15862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15863         New file
15864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15865         New file.
15866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15867         New file.
15868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15869         New file.
15870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15871         New file.
15872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15873         New file.
15874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15875         New file.
15876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15877         New file.
15878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15879         New file.
15880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15881         New file.
15882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15883         New file.
15884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15885         New file.
15886
15887 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15888
15889         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15890         * shlib-versions: Likewise.
15891
15892 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15893             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15894
15895         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15896         (abilist-pattern): New variable, set to %-le.abilist.
15897
15898         * Makerules (abilist-pattern): New variable.
15899         (vpath): Use $(abilist-pattern) in place of %.abilist.
15900         (check-abi-% pattern rule): Likewise.
15901         (check-abi, update-abi): Likewise.
15902
15903 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15904
15905         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15906
15907 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15908
15909         * manual/startup.texi: Add next, previous, and top entries for
15910         the `Program Arguments' and `Environment Variables' nodes.
15911
15912 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15913
15914         * manual/macros.texi: Add comments before MTASC-safety macros.
15915
15916         * manual/users.texi: Document MTASC-safety properties.
15917
15918         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15919         (pthread_getspecific, pthread_setspecific): Format with
15920         @deftypefun, and add @safety note.
15921         * manual/signal.texi: Move comments that analyze the above
15922         functions to their home place.
15923
15924 2014-02-03  Allan McRae  <allan@archlinux.org>
15925
15926         * po/sl.po: Update Slovenian translation from translation project.
15927
15928 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15929
15930         * manual/time.texi (timegm): Add missing blank after @c.
15931         Reported by Joseph Myers <joseph@codesourcery.com>.
15932
15933 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15934
15935         * manual/check-safety.sh: New.
15936         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15937
15938         * manual/terminal.texi: Document MTASC-safety properties.
15939
15940         * manual/filesys.texi: Document MTASC-safety properties.
15941
15942         * manual/errno.texi: Document MTASC-safety properties.
15943
15944         * manual/intro.texi: Document safety identifiers and
15945         conditionals.
15946
15947         * manual/string.texi (wcstok): Fix prototype.
15948         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15949
15950         * manual/time.texi: Document MTASC-safety properties.
15951
15952         * manual/string.texi: Document MTASC-safety properties.
15953
15954         * manual/threads.texi: Document MTASC-safety properties.
15955
15956         * manual/stdio.texi: Document MTASC-safety properties.
15957
15958         * manual/syslog.texi: Document MTASC-safety properties.
15959
15960         * manual/sysinfo.texi: Document MTASC-safety properties.
15961
15962         * manual/startup.texi: Document MTASC-safety properties.
15963
15964         * manual/socket.texi: Document MTASC-safety properties.
15965
15966         * manual/signal.texi: Document MTASC-safety properties.
15967
15968 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15969
15970         * manual/setjmp.texi: Document MTASC-safety properties.
15971
15972         * manual/search.texi: Document MTASC-safety properties.
15973
15974         * manual/resource.texi: Document MTASC-safety properties.
15975
15976         * manual/process.texi: Document MTASC-safety properties.
15977
15978         * manual/platform.texi: Document MTASC-safety properties.
15979
15980         * manual/pipe.texi: Document MTASC-safety properties.
15981
15982         * manual/pattern.texi: Document MTASC-safety properties.
15983
15984         * manual/message.texi: Document MTASC-safety properties.
15985
15986         [BZ #12751]
15987         * manual/memory.texi: Document MTASC-safety properties.
15988
15989         * manual/math.texi: Document MTASC-safety properties.
15990
15991         * manual/locale.texi: Document MTASC-safety properties.
15992
15993         * manual/llio.texi: Document MTASC-safety properties.
15994
15995         * manual/libdl.texi: New.
15996
15997         * manual/lang.texi: Document MTASC-safety properties.
15998
15999         * manual/job.texi: Document MTASC-safety properties.
16000
16001         * manual/getopt.texi: Document MTASC-safety properties.
16002
16003         * manual/ctype.texi: Document MTASC-safety properties.
16004
16005 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16006
16007         [BZ #16046]
16008         * csu/libc-tls.c (static_map): Remove variable.
16009         (__libc_setup_tls): Use main executable's link map for TLS data.
16010         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16011         casing for LM_ID_BASE and GL(dl_nns).
16012         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16013         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16014         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16015         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16016         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16017         member.
16018         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16019         l_phnum members.
16020
16021 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16022
16023         * manual/debug.texi: Document MTASC-safety properties.
16024
16025 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16026
16027         [BZ #16510]
16028         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16029         of __x86_64__ when disabling x87 inline functions.
16030
16031 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16032
16033         * manual/charset.texi: Document MTASC-safety properties.
16034
16035         * manual/crypt.texi: Document MTASC-safety properties.
16036
16037         * manual/conf.texi: Document MTASC-safety properties.
16038
16039         * manual/arith.texi: Document MTASC-safety properties.
16040
16041         * manual/argp.texi: Document MTASC-safety properties.
16042
16043         * manual/macros.texi: Introduce macros to document multi
16044         thread, asynchronous signal and asynchronous cancellation
16045         safety properties.
16046         * manual/intro.texi: Introduce the properties themselves.
16047
16048 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16049
16050         * sysdeps/sh/sh4/Makefile: New file.
16051
16052 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16053
16054         * math/gen-libm-test.pl ($srcdir): New variable.
16055         ($auto_input): Use it.
16056
16057 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16058
16059         [BZ #16506]
16060         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16061         access beyond array bounds when parsing netgroups file.
16062
16063         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16064         the old buffer before realloc.
16065
16066 2014-01-27  Allan McRae  <allan@archlinux.org>
16067
16068         * po/fr.po: Update French translation from translation project.
16069
16070 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16071
16072         * sysdeps/sh/libm-test-ulps: Regenerate.
16073
16074 2014-01-24  David S. Miller  <davem@davemloft.net>
16075
16076         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16077
16078 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16079
16080         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16081         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16082
16083 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16084
16085         [BZ #16474]
16086         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16087         string pointers after reallocation.
16088
16089 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16090
16091         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16092         __SH4A__ instead of __SH_FPU_ANY__.
16093
16094 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16095
16096         * sysdeps/sh/fpu_control.h: New file.
16097         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16098         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16099         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16100         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16101         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16102         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16103         * sysdeps/sh/sys/ucontext.h: Remove.
16104         * sysdeps/sh/sys: Remove directory.
16105
16106 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16107
16108         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16109         s390/sys/ucontext.h.
16110         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16111         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16112
16113 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16114
16115         [BZ #15605]
16116         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16117
16118 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16119
16120         [BZ#16431]
16121         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16122         Adjust the vDSO correctly for internal calls.
16123         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16124
16125 2014-01-20  Allan McRae  <allan@archlinux.org>
16126
16127         * po/ca.po: Update Catalan translation from translation project.
16128
16129 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16130
16131         * sysdeps/s390/sotruss-lib.c: New file.
16132
16133 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16134
16135         [BZ#16430]
16136         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16137         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16138         local calls issues by not having a PLT stub required for IFUNC calls.
16139         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16140
16141 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16142
16143         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16144         * math/test-fpucw-static.c: Likewise.
16145
16146 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16147
16148         [BZ #16453]
16149         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16150
16151 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16152
16153         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16154         implementation for powerpc.
16155
16156 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16157
16158         [BZ #14782]
16159         * sysdeps/posix/system.c (__libc_system): Do not enable
16160         asynchronous cancellation.
16161
16162 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16163
16164         [BZ #16427]
16165         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16166         handling only for numbers special also in the IEEE case.
16167
16168 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16169
16170         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16171
16172 2014-01-11  Allan McRae  <allan@archlinux.org>
16173
16174         * po/bg.po: Update Bulgarian translation from translation project.
16175
16176         * po/de.po: Update German translation from translation project.
16177
16178 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16179
16180         * sysdeps/generic/gcc-compat.h: New file.
16181
16182 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16183
16184         * benchtests/asin-inputs: Correct slow inputs.
16185         * benchtests/acos-inputs: Likewise.
16186
16187 2014-01-10  Allan McRae  <allan@archlinux.org>
16188
16189         * po:sv.po: Update Swedish translation from translation project.
16190
16191         * po/vi.po: Update Vietnamese translation from translation project.
16192
16193         * po/eo.po: Update Esperanto translation from translation project.
16194
16195         * po/cs.po: Update Czech translation from translation project.
16196
16197         * po/nl.po: Update Dutch translation from translation project.
16198
16199         * po/pl.po: Update Polish translation from translation project.
16200
16201         * po/ru.po: Update Russian translation from translation project.
16202
16203         * po/uk.po: Update Ukrainian translation from translation project.
16204
16205 2014-01-08  Brooks Moses  <bmoses@google.com>
16206
16207         * elf/dl-load.c: Fix comment typo.
16208
16209 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16210
16211         * po/header.pot: Rename to...
16212         * po/pot.header: ... this.
16213         * po/Makefile: Use pot.header.
16214
16215 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16216             Maxim Kuvyrkov  <maxim@kugelworks.com>
16217
16218         [BZ #16394]
16219         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16220         SRC and DEST against LEN.
16221
16222 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16223
16224         [BZ #16414]
16225         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16226         implementation.
16227         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16228
16229 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16230
16231         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16232
16233 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16234
16235         [BZ #16408]
16236         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16237         for large positive arguments.
16238
16239 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16240
16241         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16242
16243         * math/auto-libm-test-in: Mark various tests with
16244         xfail-rounding:ldbl-128ibm.
16245         * math/auto-libm-test-out: Regenerated.
16246
16247         [BZ #16407]
16248         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16249         Increase overflow threshold.
16250
16251 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16252
16253         [BZ #14286]
16254         * stdio-common/vfprintf.c: Check for integer overflow.
16255
16256 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16257
16258         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16259         the first argument and return value of __tls_get_addr_internal.
16260
16261 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16262
16263         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16264         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16265
16266 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16267
16268         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16269         * sysdeps/s390/rtld-global-offsets.sym: New file.
16270         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16271         GLIBC_2.19 symbol.
16272         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16273         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16274         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16275         ... this.
16276         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16277         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16278         ... this.
16279         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16280         Regenerate.
16281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16282         Regenerate.
16283         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16284         halfs of GPRs for high_gprs contexts.
16285         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16286         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16287         field.
16288         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16289         uc_flags field.
16290         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16291         64 bit versions:
16292         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16293         for high GPRs (uc_high_gprs) and for future extensions
16294         (__reserved).
16295         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16296         for future extensions (__reserved).
16297         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16298         64 bit versions:
16299         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16300         SC_HIGHGPRS offset definition.
16301         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16302         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16303
16304         * Versions.def: Add GLIBC_2.19 for libpthread.
16305         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16306         siglongjmp for libpthread with GLIBC_2.19 symver.
16307         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16308         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16309         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16310         * sysdeps/s390/__longjmp.c: New file.
16311         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16312         * sysdeps/s390/longjmp.c: New file.
16313         * sysdeps/s390/setjmp.S: New file.
16314         * sysdeps/s390/sigjmp.S: New file.
16315         * sysdeps/s390/v1-longjmp.c: New file.
16316         * sysdeps/s390/v1-setjmp.h: New file.
16317         * sysdeps/s390/v1-sigjmp.c: New file.
16318         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16319         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16320         GLIBC_2.19 version.
16321         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16322         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16323         versioned symbols for ____longjmp_chk.
16324         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16325         Likewise.
16326         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16327         Regenerate.
16328         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16329         Regenerate.
16330         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16331         Regenerate.
16332         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16333         Regenerate.
16334         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16335         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16336         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16337         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16338         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16339         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16340         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16341         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16342         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16343         * sysdeps/s390/rtld-__longjmp.c: New file.
16344         * sysdeps/s390/rtld-setjmp.S: New file.
16345
16346 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16347
16348         [BZ #16400]
16349         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16350         Return -__logl (x) for small positive arguments without evaluating
16351         a polynomial.
16352
16353 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16354
16355         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16356         Rename to ...
16357         (__ptrace_peeksiginfo_args): ... this.
16358         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16359         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16360         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16361
16362 2014-01-06  Allan McRae  <allan@archlinux.org>
16363
16364         * inet/netinet/in.h: Fix typo in comment.
16365
16366 2014-01-05  Andreas Jaeger  <aj@suse.de>
16367
16368         * sysdeps/i386/fpu/libm-test-ulps: Update.
16369
16370 2014-01-05  Allan McRae  <allan@archlinux.org>
16371
16372         * po/libc.pot: Regenerated.
16373
16374         * malloc/memusagestat.c: Fix gettext call formatting.
16375
16376 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16377
16378         * nscd/nscd.c: Improve usage() output.
16379
16380 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16381
16382         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16383         * sysdeps/unix/sysv/linux/configure: Regenerated.
16384         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16385         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16386
16387 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16388
16389         [BZ #16390]
16390         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16391         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16392
16393 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16394
16395         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16396         extra tokens at end of #undef directive.
16397         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16398         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16399         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16400
16401 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16402
16403         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16404
16405         * math/auto-libm-test-in: Mark various tests with
16406         xfail-rounding:ldbl-128ibm.
16407         * math/auto-libm-test-out: Regenerated.
16408
16409 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16410
16411         [BZ #16386]
16412         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16413         numbers with subnormal high part when calculating exponent.
16414
16415         [BZ #16385]
16416         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16417         fabs.
16418
16419         [BZ #16384]
16420         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16421         M_LN2l.
16422         (__ieee754_acoshl): Use __log1pl not __log1p.
16423
16424 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16425
16426         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16427         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16428         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16429         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16430         (reused_arena, arena_get2): Convert to GNU style.
16431         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16432         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16433         (memalign_check, __malloc_set_state): Likewise.
16434         * malloc/mallocbug.c (main): Likewise.
16435         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16436         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16437         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16438         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16439         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16440         (__posix_memalign, malloc_info): Likewise.
16441         * malloc/malloc.h: Likewise.
16442         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16443         (mallochook, memalignhook, reallochook, mabort): Likewise.
16444         * malloc/mcheck.h: Likewise.
16445         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16446         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16447         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16448         * malloc/morecore.c (__default_morecore): Likewise.
16449         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16450         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16451         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16452         (print_and_abort): Likewise.
16453         * malloc/obstack.h: Likewise.
16454         * malloc/set-freeres.c (__libc_freeres): Likewise.
16455         * malloc/tst-mallocstate.c (main): Likewise.
16456         * malloc/tst-mtrace.c (main): Likewise.
16457         * malloc/tst-realloc.c (do_test): Likewise.
16458
16459 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16460
16461         [BZ #16366]
16462         * nscd/netgroupcache.c (do_notfound): New function.
16463         (addgetnetgrentX): Use it.
16464
16465         [BZ # 16365]
16466         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16467         NSS_STATUS_NOTFOUND.
16468
16469 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16470
16471         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16473
16474 2014-01-01  Allan McRae  <allan@archlinux.org>
16475
16476         * scripts/update-copyrights: Update configure input file suffix.
16477
16478         * NEWS: Update copyright year.
16479         * catgets/gencat.c: Likewise.
16480         * csu/version.c: Likewise.
16481         * debug/catchsegv.sh: Likewise.
16482         * debug/pcprofiledump.c: Likewise.
16483         * debug/xtrace.sh: Likewise.
16484         * elf/ldconfig.c: Likewise.
16485         * elf/ldd.bash.in: Likewise.
16486         * elf/pldd.c: Likewise.
16487         * elf/sotruss.ksh: Likewise.
16488         * elf/sprof.c: Likewise.
16489         * iconv/iconv_prog.c: Likewise.
16490         * iconv/iconvconfig.c: Likewise.
16491         * locale/programs/locale.c: Likewise.
16492         * locale/programs/localedef.c: Likewise.
16493         * login/programs/pt_chown.c: Likewise.
16494         * malloc/memusage.sh: Likewise.
16495         * malloc/memusagestat.c: Likewise.
16496         * malloc/mtrace.pl: Likewise.
16497         * manual/libc.texinfo: Likewise.
16498         * nscd/nscd.c: Likewise.
16499         * nss/getent.c: Likewise.
16500         * nss/makedb.c: Likewise.
16501         * posix/getconf.c: Likewise.
16502         * scripts/test-installation.pl: Likewise.
16503
16504         * All files with FSF copyright notices: Update copyright dates
16505         using scripts/update-copyrights.
16506         * intl/plural.c: Regenerated.
16507         * locale/programs/charmap-kw.h: Likewise.
16508         * locale/programs/locfile-kw.h: Likewise.
16509
16510 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16511
16512         * sysdeps/unix/sysv/linux/configure: Regenerated.
16513         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16514         the linux/fanotify.h header.
16515         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16516         HAVE_LINUX_FANOTIFY_H is defined.
16517
16518 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16519
16520         * benchtests/cos-inputs: New inputs.
16521         * benchtests/sin-inputs: Likewise.
16522
16523         * benchtests/atan-inputs: New inputs. Fix name of multiple
16524         precision fallback inputs.
16525
16526         * benchtests/atanh-inputs: New inputs.
16527         * benchtests/tanh-inputs: Likewise.
16528
16529         * benchtests/acosh-inputs: New inputs.
16530         * benchtests/asinh-inputs: Likewise.
16531
16532         * benchtests/cosh-inputs: New inputs.
16533         * benchtests/sinh-inputs: Likewise.
16534
16535         * benchtests/acos-inputs: Add more inputs.
16536         * benchtests/asin-inputs: Likewise.
16537
16538 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16539
16540         [BZ #16375]
16541         * manual/arith.texi: Fix spelling.
16542         * manual/charset.texi: Likewise.
16543         * manual/errno.texi: Likewise.
16544         * manual/filesys.texi: Likewise.
16545         * manual/lang.texi: Likewise.
16546         * manual/llio.texi: Likewise.
16547         * manual/locale.texi: Likewise.
16548         * manual/message.texi: Likewise.
16549         * manual/resource.texi: Likewise.
16550         * manual/search.texi: Likewise.
16551         * manual/setjmp.texi: Likewise.
16552         * manual/stdio.texi: Likewise.
16553         * manual/string.texi: Likewise.
16554         * manual/sysinfo.texi: Likewise.
16555         * manual/time.texi: Likewise.
16556
16557 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16558
16559         * po/sl.po: New file.
16560
16561 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16562
16563         * .gitignore: Add core/.gdbinit/.gdb_history.
16564
16565 2013-12-27  Allan McRae  <allan@archlinux.org>
16566
16567         [BZ #16369]
16568         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16569         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16570
16571 2013-12-24  Brooks Moses  <bmoses@google.com>
16572
16573         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16574         all compilers that claim C++98 compliance, not just GCC.
16575         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16576         Likewise.
16577
16578 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16579
16580         * NEWS: Restore accidentally deleted bug-fix entries.
16581
16582 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16583             Ondřej Bílka  <neleai@seznam.cz>
16584
16585         [BZ #15073]
16586         * malloc/malloc.c (_int_free): Perform sanity check only if we
16587         have_lock.
16588
16589 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16590
16591         [BZ #12986]
16592         * manual/stdio.texi (String Input Conversions): Clarify that character
16593         classes are not supported.
16594
16595 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16596
16597         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16598
16599 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16600
16601         [BZ #16337]
16602         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16603         Calculate results for small negative arguments directly rather
16604         than using reflection formula with special underflow handling.
16605
16606         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16607         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16608         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16609         (fchflags): Likewise.
16610         (revoke): Likewise.
16611         (setlogin): Likewise.
16612         (sigaltstack): Likewise.
16613         (wait4): Likewise.
16614         (sigblock): Remove.
16615         (sigsetmask): Likewise.
16616         (wait3): Likewise.
16617         (waitpid): Likewise.
16618         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16619         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16620         file.
16621         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16622         * sysdeps/unix/bsd/Makefile: ... here.
16623         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16624         * sysdeps/unix/bsd/Versions: ... here.
16625         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16626         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16627         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16628         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16629         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16630         * sysdeps/unix/bsd/sigblock.c: ... here.
16631         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16632         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16633         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16634         * sysdeps/unix/bsd/sigvec.c: ... here.
16635         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16636         * sysdeps/unix/bsd/tcdrain.c: ... here.
16637         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16638         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16639         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16640         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16641         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16642         * sysdeps/unix/bsd/wait.c: ... here.
16643         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16644         * sysdeps/unix/bsd/wait3.c: ... here.
16645         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16646         * sysdeps/unix/bsd/waitpid.c: ... here.
16647
16648 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16649
16650         [BZ #16356]
16651         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16652         round-to-nearest for [!USE_AS_EXPM1L].
16653         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16654         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16655         more tests of exp and exp10.  Expect some exp10 tests to miss
16656         exceptions or fail in directed rounding modes.
16657         * math/auto-libm-test-out: Regenerated.
16658         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16659         (exp10_test_tonearest): New function.
16660         (exp10_towardzero_test_data): New array.
16661         (exp10_test_towardzero): New function.
16662         (exp10_downward_test_data): New array.
16663         (exp10_test_downward): New function.
16664         (exp10_upward_test_data): New array.
16665         (exp10_test_upward): New function.
16666         (main): Call the new functions.
16667         * sysdeps/i386/fpu/libm-test-ulps: Update.
16668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16669
16670 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16671
16672         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16673         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16674         * math/auto-libm-test-out: Regenerated.
16675         * math/libm-test.inc (acosh_test_data): Add more tests.
16676         (atanh_test_data): Likewise.
16677         (ceil_test_data): Likewise.
16678         (copysign_test_data): Likewise.
16679         * sysdeps/i386/fpu/libm-test-ulps: Update.
16680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16681
16682         * timezone/checktab.awk: Update from tzcode 2013i.
16683         * timezone/private.h: Likewise.
16684         * timezone/scheck.c: Likewise.
16685         * timezone/tzfile.h: Likewise.
16686         * timezone/tzselect.ksh: Likewise.
16687         * timezone/zdump.c: Likewise.
16688         * timezone/zic.c: Likewise.
16689
16690         * math/auto-libm-test-in: Add tests of cpow.
16691         * math/auto-libm-test-out: Regenerated.
16692         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16693         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16694         mpc_cc_c.
16695         (func_calc_desc): Add mpc_cc_c union field.
16696         (test_functions): Add cpow.
16697         (special_fill_2pi): New function.
16698         (special_real_inputs): Add 2pi.
16699         (calc_generic_results): Handle mpc_cc_c.
16700         * sysdeps/i386/fpu/libm-test-ulps: Update.
16701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16702
16703         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16704         csqrt, ctan and ctanh.
16705         * math/auto-libm-test-out: Regenerated.
16706         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16707         (TEST_COND_x86): Likewise.
16708         (ccos_test_data): Use AUTO_TESTS_c_c.
16709         (ccosh_test_data): Likewise.
16710         (cexp_test_data): Likewise.
16711         (clog_test_data): Likewise.
16712         (csqrt_test_data): Likewise.
16713         (ctan_test_data): Likewise.
16714         (ctan_tonearest_test_data): Likewise.
16715         (ctan_towardzero_test_data): Likewise.
16716         (ctan_downward_test_data): Likewise.
16717         (ctan_upward_test_data): Likewise.
16718         (ctanh_test_data): Likewise.
16719         (ctanh_tonearest_test_data): Likewise.
16720         (ctanh_towardzero_test_data): Likewise.
16721         (ctanh_downward_test_data): Likewise.
16722         (ctanh_upward_test_data): Likewise.
16723         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16724         mpc_c_c.
16725         (func_calc_desc): Add mpc_c_c union field.
16726         (FUNC_mpc_c_c): New macro.
16727         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16728         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16729         ctanh.
16730         (special_fill_min_subnorm_p120): New function.
16731         (special_real_inputs): Add min_subnorm_p120.
16732         (calc_generic_results): Handle mpc_c_c.
16733         * sysdeps/i386/fpu/libm-test-ulps: Update.
16734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16735
16736 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16737
16738         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16739         (do_sin_slow): New functions.
16740         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16741         (cslow2, csloww1, csloww2): Use the new functions.
16742
16743         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16744         Use M to change sign of result instead of X.  Assume X is
16745         positive.
16746         (csloww1): Likewise.
16747         (__sin): Adjust.
16748         (__cos): Adjust.
16749
16750         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16751         arguments A and DA.
16752         (__sin): Adjust.
16753         (__cos): Likewise.
16754
16755         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16756         (__cos): Likewise.
16757         (sloww1): Don't adjust sign of DX.
16758         (csloww1): Likewise.
16759         (sloww2): Use X directly and don't adjust sign of DX.
16760         (csloww2): Likewise.
16761
16762 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16763
16764         * math/auto-libm-test-in: Add tests of cabs and carg.
16765         * math/auto-libm-test-out: Regenerated.
16766         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16767         (carg_test_data): Likewise.
16768         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16769         mpc_c_f.
16770         (func_calc_desc): Add mpc_c_f union field.
16771         (test_functions): Add cabs and carg.
16772         (calc_generic_results): Handle mpc_c_f.
16773
16774         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16775         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16776         as a macro and a compat symbol.
16777         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16778         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16779         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16780         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16781         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16782         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16783         not use .hidden.
16784         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16785         Likewise.
16786         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16787         Likewise.
16788         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16789         Likewise.
16790         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16791         Likewise.
16792         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16793         Likewise.
16794         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16795         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16796         from GLIBC_2.3.2.
16797
16798 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16799
16800         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16801
16802 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16803
16804         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16805         trailing whitespace removed.
16806         * scripts/config.guess: Update to version 2013-11-29.
16807         * scripts/config.sub: Update to version 2013-10-01.
16808
16809         * math/auto-libm-test-in: Add tests of sincos.
16810         * math/auto-libm-test-out: Regenerated.
16811         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16812         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16813         mpfr_f_11.
16814         (func_calc_desc): Add mpfr_f_11 union field.
16815         (test_functions): Add sincos.
16816         (calc_generic_results): Handle mpfr_f_11.
16817         * sysdeps/i386/fpu/libm-test-ulps: Update.
16818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16819
16820 2013-12-19  Andreas Schwab  <schwab@suse.de>
16821
16822         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16823         CALL_MCOUNT.
16824         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16825         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16826         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16827
16828 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16829
16830         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16831         * sysdeps/i386/fpu/libm-test-ulps: Update.
16832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16833
16834         [BZ #16293]
16835         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16836         round-to-nearest mode when using frndint.
16837         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16838         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16839         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16840         Likewise.
16841         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16842         sinh test to fail.
16843         * math/auto-libm-test-out: Regenerated.
16844         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16845         (TEST_COND_x86): Likewise.
16846         (expm1_tonearest_test_data): New array.
16847         (expm1_test_tonearest): New function.
16848         (expm1_towardzero_test_data): New array.
16849         (expm1_test_towardzero): New function.
16850         (expm1_downward_test_data): New array.
16851         (expm1_test_downward): New function.
16852         (expm1_upward_test_data): New array.
16853         (expm1_test_upward): New function.
16854         (main): Run the new test functions.
16855         * sysdeps/i386/fpu/libm-test-ulps: Update.
16856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16857
16858         * include/features.h: Update comment documenting feature test
16859         macros.  Mention _DEFAULT_SOURCE in comment.
16860         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16861         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16862         _BSD_SOURCE and _SVID_SOURCE.
16863         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16864         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16865         !_SVID_SOURCE]: Likewise.
16866         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16867         (__USE_POSIX_IMPLICITLY): Define.
16868         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16869         (_POSIX_SOURCE): Undefine and redefine.
16870         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16871         (_POSIX_C_SOURCE): Likewise.
16872         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16873         (Feature Test Macros): Update documentation of default features.
16874
16875 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16876
16877         * benchtests/Makefile: Add bench-strtok.
16878         * benchtests/bench-strtok.c: New file: strtok benchtest.
16879
16880 2013-12-19  Allan McRae  <allan@archlinux.org>
16881
16882         * manual/install.texi: Suppress menu for plain text output.
16883         * INSTALL: Regenerated.
16884
16885 2013-12-18  Brooks Moses  <bmoses@google.com>
16886
16887         [BZ #15846]
16888         * misc/getauxval.c: Include errno.h.
16889         (__getauxval): Set errno to ENOENT if the requested type is not
16890         found.
16891         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16892         don't declare with __attribute_const__.
16893         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16894         * manual/startup.texi: Document that getauxval sets errno.
16895
16896 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16897
16898         * math/auto-libm-test-in: Add tests of jn and yn.
16899         * math/auto-libm-test-out: Regenerated.
16900         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16901         (yn_test_data): Likewise.
16902         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16903         mpfr_if_f.
16904         (func_calc_desc): Add mpfr_if_f union field.
16905         (FUNC_mpfr_if_f): New macro.
16906         (test_functions): Add jn and yn.
16907         (calc_generic_results): Assert type of second input for
16908         mpfr_ff_f.  Handle mpfr_if_f.
16909         (output_for_one_input_case): Disable all checking for arguments
16910         fitting floating-point types in case of an integer argument.
16911         * sysdeps/i386/fpu/libm-test-ulps: Update.
16912         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16913
16914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16915         Don't expect fegetround reference in libm.so.
16916
16917 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16918
16919         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16920         $(config-cflags-nofma).
16921
16922 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16923
16924         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16925         * math/auto-libm-test-out: Regenerated.
16926
16927         [BZ #16338]
16928         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16929         to determine exponent and adjust argument to have exponent of -1.
16930         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16931         log2.
16932         * math/auto-libm-test-out: Regenerated.
16933         * sysdeps/i386/fpu/libm-test-ulps: Update.
16934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16935
16936 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16937
16938         * manual/probes.texi: Remove cases when per-thread arenas are
16939         disabled.
16940
16941 2013-12-18  Andreas Schwab  <schwab@suse.de>
16942
16943         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16944         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16945         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16946         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16947         * sysdeps/i386/i686/multiarch/Makefile: Update.
16948         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16949
16950 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16951
16952         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16953         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16954
16955 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16956
16957         [BZ #15968]
16958         Support TZ transition times < 00:00:00.
16959         This is needed for version-3 tz-format files; it supports time
16960         stamps past 2037 for America/Godthab (the only entry in the tz
16961         database for which this change is relevant).
16962         * manual/time.texi (TZ Variable): Document transition times
16963         from -167:59:59 through -00:00:01.
16964         * time/tzset.c (tz_rule): Time of day is now signed.
16965         (__tzset_parse_tz): Parse negative time of day.
16966
16967         Document TZ transition times >= 25:00:00.
16968         * manual/time.texi (TZ Variable): Document transition times from
16969         25:00:00 through 167:59:59.  These are already supported, and this
16970         support will help with version-3 tz-format files.
16971
16972         * manual/time.texi (TZ Variable): Modernize North America example
16973         to reflect current (i.e., 2007-and-later) daylight saving rules.
16974
16975         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16976
16977 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16978
16979         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16980         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16981         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16982         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16983         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16984         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16985         * sysdeps/unix/bsd/clock.c: Likewise.
16986         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16987         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16988         * sysdeps/unix/bsd/init-posix.c: Likewise.
16989         * sysdeps/unix/bsd/poll.c: Likewise.
16990         * sysdeps/unix/bsd/ptsname.c: Likewise.
16991         * sysdeps/unix/bsd/seekdir.c: Likewise.
16992         * sysdeps/unix/bsd/setegid.c: Likewise.
16993         * sysdeps/unix/bsd/seteuid.c: Likewise.
16994         * sysdeps/unix/bsd/setgid.c: Likewise.
16995         * sysdeps/unix/bsd/setrgid.c: Likewise.
16996         * sysdeps/unix/bsd/setruid.c: Likewise.
16997         * sysdeps/unix/bsd/setsid.c: Likewise.
16998         * sysdeps/unix/bsd/setuid.c: Likewise.
16999         * sysdeps/unix/bsd/sigaction.c: Likewise.
17000         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17001         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17002         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17003         * sysdeps/unix/bsd/telldir.c: Likewise.
17004         * sysdeps/unix/bsd/times.c: Likewise.
17005         * sysdeps/unix/bsd/usleep.c: Likewise.
17006
17007         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17008         ($(objpfx)libbsd-compat.a): Remove rule.
17009
17010         * include/features.h (__FAVOR_BSD): Do not define.
17011         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17012         features conflicting with POSIX.
17013         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17014         (_BSD_SOURCE): Remove description of not being a subset of other
17015         feature test macros.
17016         * manual/job.texi (getpgrp): Do not document BSD version.
17017         (getpgid): Do not document by reference to BSD getpgrp.
17018         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17019         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17020         * signal/signal.h [__FAVOR_BSD]: Likewise.
17021         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17022         instead of making contents conditional on [__FAVOR_BSD].
17023         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17024
17025 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17026
17027         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17028
17029 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17030
17031         [BZ #16314]
17032         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17033         values below 2**-450, not 2**-500.
17034         * math/auto-libm-test-in: Don't allow spurious underflow from
17035         hypot.
17036         * math/auto-libm-test-out: Regenerated.
17037
17038         [BZ #16316]
17039         [BZ #16330]
17040         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17041         values of ha and hb and sort them after adjusting subnormal
17042         arguments.
17043         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17044         Likewise.
17045         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17046         values of ea and eb and sort them after adjusting subnormal
17047         arguments.
17048         * math/auto-libm-test-in: Do not expect some hypot tests of
17049         subnormals to fail.  Add more hypot tests.
17050         * math/auto-libm-test-out: Regenerated.
17051
17052 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17053
17054         [BZ #13304]
17055         * sysdeps/sh/s_fma.c: New file.
17056         * sysdeps/sh/s_fmaf.c: New file.
17057         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17058         version.
17059         * sysdeps/sh/Implies: Add sh/soft-fp.
17060
17061 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17062
17063         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17064         level of indirection to members `objname', `errstring', `malloced'.
17065         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17066         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17067         it as the __longjmp argument (just pass 1 instead).
17068         (_dl_catch_error): Initialize C with argument pointers and address of
17069         volatile local ERRCODE rather than copying values out of C at return.
17070
17071 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17072
17073         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17074         * math/auto-libm-test-out: Regenerated.
17075         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17076         (hypot_test_data): Likewise.
17077         (pow_test_data): Likewise.
17078         (pow_tonearest_test_data): Likewise.
17079         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17080         mpfr_ff_f.
17081         (func_calc_desc): Add mpfr_ff_f union field.
17082         (FUNC_mpfr_ff_f): New macro.
17083         (test_functions): Add atan2, hypot and pow.
17084         (special_fill_min): New function.
17085         (special_fill_minus_min): Likewise.
17086         (special_fill_min_subnorm): Likewise.
17087         (special_fill_minus_min_subnorm): Likewise.
17088         (special_real_inputs): Add min, -min, min_subnorm and
17089         -min_subnorm.
17090         (calc_generic_results): Handle mpfr_ff_f.
17091         * sysdeps/i386/fpu/libm-test-ulps: Update.
17092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17093
17094 2013-12-16  Will Newton  <will.newton@linaro.org>
17095
17096         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17097         (Aligned Memory Blocks): Add documentation for aligned_alloc
17098         and suggest it as an alternative to posix_memalign.
17099         (Hooks for Malloc): Document __memalign_hook is also called
17100         for aligned_alloc.  (Summary of Malloc): Add summary for
17101         aligned alloc.  Document __memalign_hook is also called
17102         for aligned_alloc.
17103
17104 2013-12-16  Will Newton  <will.newton@linaro.org>
17105
17106         * manual/memory.texi (Malloc Examples): Clarify default
17107         alignment documentation.  Suggest posix_memalign rather
17108         than memalign or valloc.
17109         (Aligned Memory Blocks): Remove suggestion to use memalign
17110         or valloc.  Remove obsolete comment about BSD.
17111         Document memalign errno values and mark the function obsolete.
17112         Document posix_memalign returned error codes.  Mark valloc
17113         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17114         called for posix_memalign and valloc.
17115         (Summary of Malloc): Add posix_memalign to function summary.
17116         __memalign_hook is also called for posix_memalign and valloc.
17117
17118 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17119
17120         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17121         TAYLOR_SIN.
17122         (__sin): Adjust.
17123         (__cos): Likewise.
17124         (sloww): Use mynumber union.  Expand ternary operator into
17125         if-else statements.
17126         (cslow): use mynumber union.
17127
17128 2013-12-16  Allan McRae  <allan@archlinux.org>
17129
17130         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17131         * configure: Regenerated.
17132
17133         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17134
17135         [BZ #14120]
17136         * configure.ac: Added --enable-maintainer-mode. Check for
17137         autoconf when enabled.
17138         * configure: Regenerated.
17139
17140         * nscd/nscd.service: New file.
17141         * nscd/nscd.tmpfiles: New file.
17142
17143 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17144
17145         [BZ #12100]
17146         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17147         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17148         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17149         (strstr): Add __strstr_sse2_unaligned ifunc.
17150         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17151         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17152         (strcasestr): Remove __strcasestr_sse42 ifunc.
17153         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17154         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17155         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17156
17157 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17158
17159         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17160         * sysdeps/sh/bits/fenv.h: ... here.
17161         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17162
17163 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17164
17165         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17166
17167         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17168         hypotf multiarch implementations.
17169         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17170         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17171         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17172         multiarch hypot for PPC64.
17173         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17174         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17175         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17176         multiarch hypotf for PPC64.
17177
17178         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17179         modff multiarch implementations.
17180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17183         multiarch modf for PPC64.
17184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17187         multiarch modff for PPC64.
17188
17189         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17190         and logl multiarch implementations.
17191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17194         multiarch logb for PPC64.
17195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17197         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17198         multiarch logb for PPC64.
17199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17202         multiarch logb for PPC64.
17203
17204         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17205         isinff multiarch implementation.
17206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17207         file.
17208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17210         multiarch isinf for PPC64.
17211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17212         file.
17213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17214         multiarch isinff for PPC64.
17215
17216         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17217         finitef multiarch implementation.
17218         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17219         file.
17220         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17222         multiarch finite for PPC64.
17223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17224         file.
17225         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17226         multiarch finitef for PPC64.
17227
17228         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17229         lrint multiarch implementation.
17230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17231         file.
17232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17234         multiarch llrint for PPC64.
17235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17236         multiarch lrint for PPC64.
17237
17238         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17239         copysignf multiarch implementation.
17240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17241         file.
17242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17243         file.
17244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17245         multiarch copysign for PPC64.
17246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17247         multiarch copysignf for PPC64.
17248
17249         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17250         multiarch implementation.
17251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17252         file.
17253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17254         file.
17255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17256         file.
17257         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17258         file.
17259         multiarch llround for PPC64.
17260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17261         multiarch trunc for PPC64.
17262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17263         multiarch truncf for PPC64.
17264
17265         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17266         multiarch implementation.
17267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17268         file.
17269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17270         file.
17271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17272         file.
17273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17274         file.
17275         multiarch llround for PPC64.
17276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17277         multiarch round for PPC64.
17278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17279         multiarch roundf for PPC64.
17280
17281         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17282         multiarch implementation.
17283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17284         file.
17285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17286         file.
17287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17288         file.
17289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17290         file.
17291         multiarch llround for PPC64.
17292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17293         multiarch floor for PPC64.
17294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17295         multiarch floorf for PPC64.
17296
17297         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17298         multiarch implementation.
17299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17300         file.
17301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17302         file.
17303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17304         file.
17305         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17306         file.
17307         multiarch llround for PPC64.
17308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17309         multiarch ceil for PPC64.
17310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17311         multiarch ceilf for PPC64.
17312
17313         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17314         multiarch implementation.
17315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17316         file.
17317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17318         file.
17319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17320         file.
17321         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17322         multiarch llround for PPC64.
17323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17324         multiarch lround for PPC64.
17325
17326         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17327         multiarch implementation.
17328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17331         file.
17332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17335         multiarch isnan for PPC64.
17336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17337         multiarch isnanf for PPC64.
17338
17339         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17340         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17341         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17342         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17343         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17345
17346         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17347         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17348         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17349         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17350
17351         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17352         multiarch implementations.
17353         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17354         (__libc_ifunc_impl_list): Likewise.
17355         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17356         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17357         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17358         multiarch stpcpy for PPC64.
17359
17360         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17361         multiarch implementations.
17362         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17363         (__libc_ifunc_impl_list): Likewise.
17364         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17365         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17366         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17367         multiarch strcpy for PPC64.
17368
17369         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17370         redefine function name.
17371         (_wordcopy_fwd_dest_aligned): Likewise.
17372         (_wordcopy_bwd_aligned): Likewise.
17373         (_wordcopy_bwd_dest_aligned): Likewise.
17374         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17375         multiarch implementations.
17376         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17377         (__libc_ifunc_impl_list): Likewise.
17378         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17379         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17380         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17381         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17382         multiarch wcscpy for PPC64.
17383
17384         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17385         multiarch implementations.
17386         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17387         (__libc_ifunc_impl_list): Likewise.
17388         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17389         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17390         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17391         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17392         multiarch wcscpy for PPC64.
17393
17394         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17395         multiarch implementations.
17396         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17397         (__libc_ifunc_impl_list): Likewise.
17398         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17399         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17400         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17401         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17402         multiarch wcsrchr for PPC64.
17403
17404         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17405         multiarch implementations.
17406         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17407         (__libc_ifunc_impl_list): Likewise.
17408         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17409         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17410         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17411         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17412         multiarch wcschr for PPC64.
17413
17414         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17415         multiarch implementations.
17416         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17417         (__libc_ifunc_impl_list): Likewise.
17418         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17419         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17420         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17421         multiarch strchrnul for PPC64.
17422
17423         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17424         implementations.
17425         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17426         (__libc_ifunc_impl_list): Likewise.
17427         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17428         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17429         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17430         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17431         strchr for PPC64.
17432
17433         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17434         implementations.
17435         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17436         (__libc_ifunc_impl_list): Likewise.
17437         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17438         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17439         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17440         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17441         strncmp for PPC64.
17442
17443         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17444         multiarch implementations.
17445         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17446         (__libc_ifunc_impl_list): Likewise.
17447         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17448         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17449         strncasecmp for PPC64.
17450         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17451         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17452         multiarch strncasecmp_l for PPC64.
17453
17454         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17455         multiarch implementations.
17456         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17457         (__libc_ifunc_impl_list): Likewise.
17458         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17459         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17460         multiarch strcasecmp for PPC64.
17461         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17462         file.
17463         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17464         multiarch strcasecmp_l for PPC64.
17465
17466         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17467         implementations.
17468         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17469         (__libc_ifunc_impl_list): Likewise.
17470         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17471         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17472         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17473         strnlen for PPC64.
17474
17475         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17476         implementations.
17477         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17478         (__libc_ifunc_impl_list): Likewise.
17479         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17480         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17481         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17482         strlen for PPC64.
17483
17484         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17485         implementations.
17486         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17487         (__libc_ifunc_impl_list): Likewise.
17488         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17489         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17490         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17491         rawmemrchr for PPC64.
17492
17493         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17494         implementation.
17495         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17496         (__libc_ifunc_impl_list): Likewise.
17497         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17498         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17499         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17500         memrchr for PPC64.
17501
17502         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17503         implementation.
17504         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17505         (__libc_ifunc_impl_list): Likewise.
17506         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17507         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17508         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17509         memchr for PPC64.
17510
17511         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17512         implementation.
17513         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17514         (__libc_ifunc_impl_list): Likewise.
17515         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17516         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17517         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17518         mempcpy for PPC64.
17519
17520         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17521         avoid cretion of __bzero symbol.
17522         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17523         Likewise.
17524         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17525         Likewise.
17526         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17527         Likewise.
17528         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17529         multiarch implementations.
17530         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17531         (__libc_ifunc_impl_list): Likewise.
17532         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17533         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17534         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17535         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17536         bzero for PPC32.
17537         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17538         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17539         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17540         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17541         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17542         memset for PPC64.
17543         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17544
17545         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17546         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17547         implementations.
17548         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17549         (__libc_ifunc_impl_list): Likewise.
17550         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17551         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17552         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17553         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17554         memcmp for PPC64.
17555
17556         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17557         multiarch for POWER/PPC64.
17558         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17559         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17560         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17561         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17562         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17563         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17564         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17565         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17566         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17567         memcpy for PPC64.
17568
17569         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17570         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17571         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17572         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17573         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17574         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17575         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17576         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17577         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17578         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17579         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17580         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17581         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17582         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17583         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17591
17592 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17593
17594         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17595
17596 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17597
17598         * benchtests/Makefile (bench): Add exp2 and log2.
17599         (LDLIBS-bench-exp2): Add -lm.
17600         (LDLIBS-bench-log2): Likewise.
17601         * benchtests/exp2-inputs: New inputs file.
17602         * benchtests/log2-inputs: New inputs file.
17603         * benchtests/log-inputs: Add new inputs.
17604         * benchtests/tan-inputs: Likewise.
17605
17606 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17607
17608         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17609         definition...
17610         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17611         (csloww2): ... from here.
17612
17613         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17614         instead of structures.
17615         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17616         (POLYNOMIAL): Likewise.
17617         (TAYLOR_SLOW): Likewise.
17618         (__sin): Likewise.
17619         (__cos): Likewise.
17620         (slow1): Likewise.
17621         (slow2): Likewise.
17622         (sloww): Likewise.
17623         (sloww1); Likewise.
17624         (sloww2): Likewise.
17625         (bsloww1): Likewise.
17626         (bsloww2): Likewise.
17627         (cslow2): Likewise.
17628         (csloww): Likewise.
17629         (csloww1): Likewise.
17630         (csloww2): Likewise.
17631
17632 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17633
17634         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17635         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17636         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17637         * malloc/hooks.c (realloc_check): Likewise.
17638
17639         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17640         * malloc/arena.c: Remove PER_THREAD conditional.
17641         [!PER_THREAD]: Remove code.
17642         (ptmalloc_unlock_all2): Likewise.
17643         (ptmalloc_init): Likewise.
17644         (_int_new_arena): Likewise.
17645         (arena_get2): Likewise.
17646         * malloc/hooks.c (__malloc_get_state): Likewise.
17647         (__malloc_set_state): Likewise.
17648         * malloc/malloc.c: Likewise.
17649         (struct malloc_state): Likewise.
17650         (struct malloc_par): Likewise.
17651         (__libc_realloc): Likewise.
17652         (__libc_mallopt): Likewise.
17653
17654 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17655
17656         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17657
17658 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17659
17660         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17661         macro to a function.  Check for zero perturb_byte.
17662         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17663
17664         * malloc/malloc.c: (force_reg): Remove.
17665         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17666         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17667         force_reg by atomic_forced_read.
17668         * malloc/arena.c (ptmalloc_init): Likewise.
17669         * malloc/hooks.c (top_check): Likewise.
17670
17671 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17672
17673         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17674
17675 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17676
17677         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17678
17679 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17680
17681         * math/auto-libm-test-in: Add tests of lgamma.
17682         * math/auto-libm-test-out: Regenerated.
17683         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17684         (M_LOG_2_SQRT_PIl): Likewise.
17685         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17686         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17687         mpfr_f_f1.
17688         (func_calc_desc): Add mpfr_f_f1 union field.
17689         (ARGS1): New macro.
17690         (ARGS2): Likewise.
17691         (ARGS3): Likewise.
17692         (ARGS4): Likewise.
17693         (RET1): Likewise.
17694         (RET2): Likewise.
17695         (CALC): Likewise.
17696         (FUNC): Likewise.
17697         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17698         (test_functions): Add lgamma.
17699         (calc_generic_results): Handle mpfr_f_f1.
17700         * sysdeps/i386/fpu/libm-test-ulps: Update.
17701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17702
17703 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17704
17705         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17706         __mpn_add_n for PowerPC64/POWER7.
17707         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17708         __mpn_sub_n for PowerPC64/POWER7.
17709
17710         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17711         __mpn_addmul_1 for PowerPC64.
17712         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17713         __mpn_submul_1 for PowerPC64.
17714         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17715         for PowerPC64.
17716         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17717         for PowerPC64.
17718
17719 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17720
17721         [BZ #15089]
17722         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17723
17724 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17725
17726         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17727
17728         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17729         add multiarch folders.
17730         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17731         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17732         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17733         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17734         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17735         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17736         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17737         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17738         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17739         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17740         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17747
17748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17749         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17751         New file.
17752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17753         New file.
17754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17755         multiarch __ieee754_hypot for PowerPC32.
17756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17757         New file.
17758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17759         New file.
17760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17761         multiarch __ieee754_hypotf for PowerPC32.
17762
17763         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17764         long_double_symbol only if __logbl is defined.
17765         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17766         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17767         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17768         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17769         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17770         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17771         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17772         path for implementation.
17773         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17774         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17776         logb, and logbl multiarch implementations for PowerPC32.
17777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17778         file.
17779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17780         file.
17781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17782         multiarch logb for PowerPC32.
17783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17784         file.
17785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17786         file.
17787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17788         multiarch logbf for PowerPC32.
17789         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17791         file.
17792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17793         multiarch logbl implementation for PowerPC32.
17794
17795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17796         and modff multiarch implementations.
17797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17798         New file.
17799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17800         New file.
17801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17802         multiarch modf for PowerPC32.
17803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17804         New file.
17805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17806         New file.
17807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17808         multiarch modff for PowerPC32.
17809
17810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17811         and lrintf multiarch implementations.
17812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17813         New file.
17814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17815         New file.
17816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17817         multiarch lrint for PowerPC32.
17818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17819         file: multiarch lrintf for PowerPC32.
17820
17821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17822         and lroundf multiarch implementations.
17823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17824         New file.
17825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17826         New file.
17827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17828         New file.
17829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17830         multiarch lround for PowerPC32.
17831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17832         file: multiarch lroundf for PowerPC32.
17833
17834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17835         copysign and copysignf multiarch implementations.
17836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17837         New file.
17838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17839         New file.
17840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17841         file: multiarch copysign for PowerPC32.
17842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17843         file: multiarch copysignf for PowerPC32.
17844
17845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17846         and truncf multiarch implementations.
17847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17848         New file.
17849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17850         file.
17851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17852         multiarch trunc for PowerPC32.
17853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17854         New file.
17855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17856         New file.
17857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17858         multiarch truncf for PowerPC32.
17859
17860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17861         and roundf multiarch implementations.
17862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17863         New file.
17864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17865         file.
17866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17867         multiarch round for PowerPC32.
17868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17869         New file.
17870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17871         New file.
17872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17873         multiarch roundf for PowerPC32.
17874
17875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17876         and floorf multiarch implementations.
17877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17878         New file.
17879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17880         file.
17881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17882         multiarch floor for PowerPC32.
17883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17884         New file.
17885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17886         New file.
17887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17888         multiarch floorf for PowerPC32.
17889
17890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17891         and ceilf multiarch implementations.
17892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17893         New file.
17894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17895         file.
17896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17897         multiarch ceil for PowerPC32.
17898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17899         New file.
17900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17901         file.
17902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17903         multiarch ceilf for PowerPC32.
17904
17905         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17906         is defined.
17907         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17908         FINITEF is defined.
17909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17910         and finitef multiarch implementations.
17911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17912         New file.
17913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17914         file.
17915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17916         multiarch finite for PowerPC32.
17917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17918         New file.
17919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17920         file: multiarch finitef for PowerPC32.
17921
17922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17923         and isinff multiarch implementations.
17924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17925         file.
17926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17927         file.
17928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17929         multiarch isinf for PowerPC32.
17930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17931         New file.
17932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17933         multiarch isinff for PowerPC32.
17934
17935         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17936         alias when __isnan is defined.
17937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17938         and isnanf multiarch implementations.
17939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17940         file.
17941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17942         file.
17943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17944         file.
17945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17946         file.
17947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17948         multiarch isnan for PowerPC32.
17949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17950         New file.
17951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17952         New file.
17953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17954         multiarch isnanf for PowerPC32.
17955
17956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17957         and sqrtf multiarch implementations.
17958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17959         file.
17960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17961         file.
17962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17963         multiarch sqrt for PowerPC32.
17964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17965         file.
17966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17967         file.
17968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17969         multiarch sqrtf for PowerPC32.
17970
17971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17972         and llroundf multiarch implementations.
17973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17974         New file.
17975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17976         New file.
17977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17978         New file.
17979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17980         file: multiarch llround for PowerPC32.
17981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17982         file: multiarch llroundf for PowerPC32.
17983
17984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17985         multiarch PowerPC32 fpu implementations.
17986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17987         New file.
17988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17989         New file.
17990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17991         multiarch llrint for PowerPC32.
17992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17993         New file.
17994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17995         New file.
17996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17997         file.
17998
17999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18000
18001         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18002         file.
18003         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18004         file.
18005         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18006         file.
18007         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18008         multiarch wordcopy for PPC32.
18009         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18010         wordcopy objects.
18011         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18012         (__libc_ifunc_impl_list): Likewise.
18013         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18014         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18015         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18016         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18017         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18018         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18019
18020         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18021         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18022         file.
18023         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18024         file.
18025         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18026         file.
18027         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18028         multiarch wcscpy for PPC32.
18029         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18030         multiarch objects.
18031         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18032         (__libc_ifunc_impl_list): Likewise.
18033         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18034         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18035         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18036         sysdeps/powerpc/power6/wcscpy.c.
18037
18038         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18039         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18040         file.
18041         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18042         file.
18043         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18044         file.
18045         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18046         multiarch wcsrchr for PPC32.
18047         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18048         multiarch objects.
18049         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18050         (__libc_ifunc_impl_list): Likewise.
18051         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18052         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18053         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18054         sysdeps/powerpc/power6/wcsrchr.c.
18055
18056         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18057         file.
18058         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18059         file.
18060         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18061         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18062         multiarch wcschr for PPc32.
18063         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18064         multiarch objects.
18065         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18066         (__libc_ifunc_impl_list): Likewise.
18067         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18068         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18069         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18070         sysdeps/powerpc/power6/wcschr.c.
18071
18072         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18073         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18074         file.
18075         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18076         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18077         file: multiarch strchr for PPC32.
18078         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18079         multiarch objects.
18080         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18081         (__libc_ifunc_impl_list): Likewise.
18082
18083         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18084         name.
18085         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18086         file.
18087         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18088         file.
18089         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18090         multiarch strchrnul for PPC32.
18091         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18092         multiarch objects.
18093         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18094         (__libc_ifunc_impl_list): Likewise.
18095
18096         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18097         file.
18098         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18099         multiarch strncasecmp for PPC32.
18100         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18101         file.
18102         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18103         multiarch strncasecmp_l for PPC32.
18104         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18105         strncasecmp multiarch objects.
18106         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18107         (__libc_ifunc_impl_list): Likewise.
18108
18109         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18110         file.
18111         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18112         multiarch strncasecmp for PPC32.
18113         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18114         New file.
18115         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18116         multiarch strcasecmp_l for PPC32.
18117         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
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/strncmp-power7.S: New
18123         file.
18124         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18125         file.
18126         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18127         multiarch strncmp for PPC32.
18128         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18129         multiarch objects.
18130         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18131         (__libc_ifunc_impl_list): Likewise.
18132
18133         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18134         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18135         file.
18136         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18137         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18138         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18139         multiarch objects.
18140         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18141         (__libc_ifunc_impl_list): Likewise.
18142
18143         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18144         file.
18145         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18146         file.
18147         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18148         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
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/rawmemchr-power7.S: New
18154         file.
18155         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18156         file.
18157         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18158         multiarch rawmemchr for PPC32.
18159         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18160         multiarch objects.
18161         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18162         (__libc_ifunc_impl_list): Likewise.
18163
18164         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18165         file.
18166         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18167         file.
18168         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18169         file: memrchr multiarch for PPC32.
18170         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18171         multiarch objects.
18172         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18173         (__libc_ifunc_impl_list): Likewise.
18174
18175         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18176         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18177         file.
18178         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18179         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18180         multiarch memchr for PPC32.
18181         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18182         multiarch objects.
18183         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18184         (__libc_ifunc_impl_list): Likewise.
18185
18186         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18187         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18188         file.
18189         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18190         file.
18191         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18192         file: multiarch mempcpy for PPC32.
18193         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18194         multiarch objects.
18195         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18196         (__libc_ifunc_impl_list): Likewise.
18197
18198         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18199         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18200         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18201         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18202         multiarch bzero for PPC32.
18203         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18204         file.
18205         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18206         file.
18207         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18208         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18209         file: multiarch memset for PPC32.
18210         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18211         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18212         memset 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/memcmp-power7.S: New
18217         file.
18218         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18219         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18220         memcmp for PPC32.
18221         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18222         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18223         multiarch objects.
18224         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18225         (__libc_ifunc_impl_list): Likewise.
18226
18227         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18228         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18229         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18230         file.
18231         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18232         file.
18233         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18234         file.
18235         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18236         multiarch memcpy for PPC32.
18237         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18238         multiarch objects.
18239         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18240         (__libc_ifunc_impl_list): Likewise.
18241
18242         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18243         support multiarch for POWER/PPC32.
18244         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18245         Likewise.
18246         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18248         Implies file to make multiarch folder appers before the fpu and
18249         default folder for power4 configuration.
18250
18251 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18252
18253         * scripts/bench.pl: Append volatile keyword to type.
18254
18255 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18256
18257         * sysdeps/sh/sotruss-lib.c: New file.
18258         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18259
18260 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18261
18262         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18263
18264 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18265
18266         [BZ #6810]
18267         * math/w_tgamma.c: Include <errno.h>.
18268         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18269         * math/w_tgammaf.c: Include <errno.h>.
18270         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18271         * math/w_tgammal.c: Include <errno.h>.
18272         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18273         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18274         underflow.  Add more tgamma tests.
18275         * math/auto-libm-test-out: Regenerated.
18276         * sysdeps/i386/fpu/libm-test-ulps: Update.
18277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18278
18279         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18280         sin, sinh, tan, tanh, tgamma, y0 and y1.
18281         * math/auto-libm-test-out: Regenerated.
18282         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18283         (TEST_COND_x86): Likewise.
18284         (M_E2l): Remove macro.
18285         (M_E3l): Likewise.
18286         (M_2_SQRT_PIl): Likewise.
18287         (M_SQRT_PIl): Likewise.
18288         (M_1_DIV_El): Likewise.
18289         (log_test_data): Use AUTO_TESTS_f_f.
18290         (log10_test_data): Likewise.
18291         (log1p_test_data): Likewise.
18292         (log2_test_data): Likewise.
18293         (sin_test_data): Likewise.
18294         (sin_tonearest_test_data): Likewise.
18295         (sin_towardzero_test_data): Likewise.
18296         (sin_downward_test_data): Likewise.
18297         (sin_upward_test_data): Likewise.
18298         (sinh_test_data): Likewise.
18299         (sinh_tonearest_test_data): Likewise.
18300         (sinh_towardzero_test_data): Likewise.
18301         (sinh_downward_test_data): Likewise.
18302         (sinh_upward_test_data): Likewise.
18303         (tan_test_data): Likewise.
18304         (tan_tonearest_test_data): Likewise.
18305         (tan_towardzero_test_data): Likewise.
18306         (tan_downward_test_data): Likewise.
18307         (tan_upward_test_data): Likewise.
18308         (tanh_test_data): Likewise.
18309         (tgamma_test_data): Likewise.
18310         (y0_test_data): Likewise.
18311         (y1_test_data): Likewise.
18312         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18313         (special_real_inputs): Add pi/4.
18314         * sysdeps/i386/fpu/libm-test-ulps: Update.
18315         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18316
18317 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18318
18319         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18320         "longjmp_target" static probes.
18321         (__longjmp): Rename to __longjmp_symbol.
18322         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18323         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18324         on which longjmp to generate.
18325         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18326         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18327         probe.
18328         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18329         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18330         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18331         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18332         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18333         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18335         __longjmp_symbol based on which __longjmp to generate.
18336         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18337         probe.
18338         (setjmp): Rename to setjmp_symbol.
18339         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18340         (_setjmp): Rename to _setjmp_symbol.
18341         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18342         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18343         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18344         which setjmp to generate.
18345         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18346         "longjmp_target" static probes.
18347
18348 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18349
18350         * benchtests/README: Add note about output arguments.
18351         * benchtests/bench-sincos.c: Remove file.
18352         * benchtests/sincos-inputs: New file.
18353         * scripts/bench.pl: Identify output arguments and define
18354         static variables for them.
18355
18356         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18357
18358         [BZ #15941]
18359         * Makefile (INSTALL): Add install-plain.texi as the primary
18360         dependency.
18361         * manual/install-plain.texi: New file.
18362         * manual/install.texi: Include node directive only for
18363         non-plaintext output.
18364
18365 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18366
18367         * stdlib/longlong.h: Update from GCC.
18368
18369         [BZ #6807]
18370         [BZ #15901]
18371         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18372         * math/w_j0f.c (y0f): Likewise.
18373         * math/w_j0l.c (__y0l): Likewise.
18374         * math/w_j1.c (y1): Likewise.
18375         * math/w_j1f.c (y1f): Likewise.
18376         * math/w_j1l.c (__y1l): Likewise
18377         * math/w_jn.c (yn): Likewise.
18378         * math/w_jnf.c (ynf): Likewise.
18379         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18380         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18381         value for Bessel function domain errors outside _SVID_ mode.
18382         Adjust sign of return value for yn (negative integer, 0).
18383         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18384         by zero in return for negative x and set sign appropriately for
18385         negative n.
18386         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18387         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18388         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18389         expectations in error cases.
18390         (y1_test_data): Likewise.
18391         (yn_test_data): Likewise.
18392         * sysdeps/i386/fpu/libm-test-ulps: Update.
18393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18394
18395 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18396
18397         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18398         "64" to "64-v1".  Add "64-v2".
18399         (abi-64-options): Rename to ...
18400         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18401         (abi-64-condition): Rename to ...
18402         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18403         (abi-64-ld-soname): Rename to ...
18404         (abi-64-v1-ld-soname): ... this.
18405         (abi-64-v2-options): Define.
18406         (abi-64-v2-condition): Likewise.
18407         (abi-64-v2-ld-soname): Likewise.
18408         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18409         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18413
18414 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18415             Alan Modra  <amodra@gmail.com>
18416
18417         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18418         New versions for use with the ELFv2 ABI.
18419         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18420         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18421         declaration.
18422         (struct La_ppc64v2_retval): Likewise.
18423         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18424         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18425         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18426         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18427         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18428         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18429         Do not save or restore CR.
18430         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18431         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18432         return values for ELFv2 ABI.  Fix location of FPR return registers.
18433         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18434         updated values for _CALL_ELF == 2.
18435         (La_regs, La_retval, int_retval): Likewise.
18436
18437 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18438
18439         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18440         (FRAME_MIN_SIZE_PARM): Likewise.
18441         (FRAME_BACKCHAIN): Likewise.
18442         (FRAME_CR_SAVE): Likewise.
18443         (FRAME_LR_SAVE): Likewise.
18444         (FRAME_TOC_SAVE): Likewise.
18445         (FRAME_PARM_SAVE): Likewise.
18446         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18447         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18448         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18449         (call_mcount_parm_offset): New macro.
18450         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18451         (PROF): Use symbolic stack frame offsets.
18452         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18453         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18454         Redefine in terms of FRAME_MIN_SIZE.
18455         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18456         (_dl_profile_resolve): Likewise.  Update comment.
18457         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18458         symbols stack frame offsets.
18459         (__sigsetjmp): Likewise.
18460         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18461         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18462         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18463         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18464
18465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18466         (FRAME_BACKCHAIN): Remove.
18467         (FRAME_CR_SAVE): Likewise.
18468         (FRAME_LR_SAVE): Likewise.
18469         (FRAME_COMPILER_DW): Likewise.
18470         (FRAME_LINKER_DW): Likewise.
18471         (FRAME_TOC_SAVE): Likewise.
18472         (FRAME_PARM_SAVE): Likewise.
18473         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18474         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18475         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18477         (CHECK_SP): Use symbolic stack frame offsets.
18478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18479         zone" instead of caller's parameter save area for temp storage.
18480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18481         Likewise.  Also, use symbolic stack frame offsets.
18482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18483         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18484         our own stack frame instead of the caller's.
18485         (__socket): Use symbolic stack frame offsets.
18486
18487 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18488             Alan Modra  <amodra@gmail.com>
18489
18490         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18491         Define.
18492         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18493         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18494         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18495         New function.
18496         (elf_machine_fixup_plt): Call it.
18497         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18498         reloc arguments.
18499         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18500         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18501         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18502         r2 before calling target.
18503
18504 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18505             Alan Modra  <amodra@gmail.com>
18506
18507         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18508         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18509         versions of macros to support ELFv2 ABI.
18510         (LOCALENTRY): New macro.
18511         (ENTRY, EALIGN): Use it.
18512         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18513         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18514         fall through into ENTRY entry point.
18515         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18516         Only define if _CALL_ELF != 2.
18517
18518         (elf_machine_matches_host): Verify ABI version matches.
18519         (RTLD_START): Use LOCALENTRY.
18520         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18521         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18522         (PLT_ENTRY_WORDS): New macro.
18523         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18524         (elf_machine_runtime_setup): Support ELFv2 ABI.
18525         (elf_machine_fixup_plt): Likewise.
18526         (elf_machine_plt_conflict): Likewise.
18527         (resolve_ifunc): Likewise.
18528         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18529         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18530         Likewise.
18531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18532         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18534         (makecontext): Support ELFv2 ABI.
18535         * elf/elf.h (EF_PPC64_ABI): Define.
18536
18537 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18538
18539         * sysdeps/powerpc/powerpc64/sysdep.h
18540         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18541         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18542         (ENTRY) [ASSEMBLER]: ... but instead here ...
18543         (EALIGN) [ASSEMBLER]: ... and here.
18544         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18545         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18546         (ENTRY_2) [!ASSEMBLER]: Use it.
18547         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18548         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18549         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18550         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18551         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18553         Use PPC64_LOAD_FUNCPTR.
18554
18555         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18556
18557 2013-12-04  Alan Modra  <amodra@gmail.com>
18558
18559         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18560         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18561         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18562         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18563
18564         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18565         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18566         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18567         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18568         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18569         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18570
18571 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18572
18573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18574         (__makecontext): Fix incorrect CFI when backtracing out of
18575         context created via makecontext.
18576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18577         (__setcontext): Fix incorrect CFI during switch to new context.
18578         (__novec_setcontext): Likewise.
18579
18580 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18581
18582         [BZ #4772]
18583         * time/strptime_l.c (__strptime_internal): Allow modifiers
18584         in strptime.
18585         * time/tst-strptime.c (day_tests): Add testcase.
18586
18587 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18588
18589         * scripts/bench.pl: Skip over blank lines.
18590
18591 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18592
18593         [BZ #926]
18594         * manual/time.texi (Calendar Time): Clarify what timezone functions
18595         use.
18596
18597 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18598
18599         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18600
18601 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18602
18603         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18604         implementation.
18605         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18606         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18607         * debug/memset_chk.c (__memset_chk): Likewise.
18608         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18609         * debug/strncpy_chk.c: Likewise.
18610
18611 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18612
18613         [BZ #15268]
18614         [BZ #15425]
18615         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18616         (__ieee754_exp): For possibly underflowing results, check size of
18617         result and force underflow exception if required.
18618         * math/auto-libm-test-in: Add more tests of exp.
18619         * math/auto-libm-test-out: Regenerated.
18620         * sysdeps/i386/fpu/libm-test-ulps: Update.
18621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18622
18623         [BZ #16283]
18624         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18625         * math/w_exp2f.c (__exp2f): Likewise.
18626         * math/w_exp2l.c (__exp2l): Likewise.
18627         * math/auto-libm-test-in: Do not allow missing errno on exp2
18628         underflow.
18629         * math/auto-libm-test-out: Regenerated.
18630
18631 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18632
18633         [BZ #16274]
18634         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18635         handle filename validation.
18636         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18637         (do_open): Delete.
18638
18639 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18640
18641         [BZ #6786]
18642         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18643         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18644         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18645         <float.h>.
18646         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18647         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18648         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18649         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18650         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18651         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18652         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18653         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18654         Add more erfc tests.
18655         * math/auto-libm-test-out: Regenerated.
18656         * sysdeps/i386/fpu/libm-test-ulps: Update.
18657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18658
18659         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18660         exp2, expm1, j0 and j1.
18661         * math/auto-libm-test-out: Regenerated.
18662         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18663         (erfc_test_data): Likewise.
18664         (exp_test_data): Likewise.
18665         (exp_tonearest_test_data): Likewise.
18666         (exp_towardzero_test_data): Likewise.
18667         (exp_downward_test_data): Likewise.
18668         (exp_upward_test_data): Likewise.
18669         (exp10_test_data): Likewise.
18670         (exp2_test_data): Likewise.
18671         (expm1_test_data): Likewise.
18672         (j0_test_data): Likewise.
18673         (j1_test_data): Likewise.
18674         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18675         (input_flag_type): Add flag_xfail_rounding.
18676         (input_flags): Add xfail-rounding.
18677         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18678         (output_for_one_input_case): Handle flag_xfail_rounding.
18679         * sysdeps/i386/fpu/libm-test-ulps: Update.
18680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18681
18682 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18683
18684         [BZ #16289]
18685         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18686         division by 0.
18687
18688 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18689
18690         [BZ #16195]
18691         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18692         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18693         (STAP_PROBE0): New macro.
18694         (STAP_PROBE1): Likewise.
18695         (STAP_PROBE2): Likewise.
18696         (STAP_PROBE3): Likewise.
18697         (STAP_PROBE4): Likewise.
18698
18699 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18700
18701         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18702
18703 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18704
18705         * benchtests/Makefile (bench): Add sqrt.
18706         (LDLIBS-bench-sqrt): New.
18707         * benchtests/sqrt-input: New.
18708
18709 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18710
18711         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18712         (GAIH_EAI): Likewise.
18713         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18714         (gaih_inet): Likewise.
18715         (getaddrinfo): Don't use GAIH_EAI.
18716
18717         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18718         (struct gaih): Remove definition.
18719
18720 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18721
18722         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18723         Use HERRNOP directly.
18724
18725 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18726
18727         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18728
18729 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18730
18731         * math/gen-auto-libm-tests.c (test_functions): Add more
18732         single-argument functions.
18733         (special_fill_pi_2): New function.
18734         (special_fill_minus_pi_2): Likewise.
18735         (special_fill_pi_6): Likewise.
18736         (special_fill_minus_pi_6): Likewise.
18737         (special_fill_pi_3): Likewise.
18738         (special_fill_2pi_3): Likewise.
18739         (special_fill_e): Likewise.
18740         (special_fill_1_e): Likewise.
18741         (special_fill_e_minus_1): Likewise.
18742         (special_real_inputs): Add more special inputs.
18743         (output_for_one_input_case): Do not require ERANGE on underflow to
18744         zero if round-to-nearest result does not underflow to zero, unless
18745         exact results required.
18746         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18747         atan, atanh, cbrt, cos and cosh.
18748         * math/auto-libm-test-out: Regenerated.
18749         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18750         (acos_tonearest_test_data): Likewise.
18751         (acos_towardzero_test_data): Likewise.
18752         (acos_downward_test_data): Likewise.
18753         (acos_upward_test_data): Likewise.
18754         (acosh_test_data): Likewise.
18755         (asin_test_data): Likewise.
18756         (asin_tonearest_test_data): Likewise.
18757         (asin_towardzero_test_data): Likewise.
18758         (asin_upward_test_data): Likewise.
18759         (asinh_test_data): Likewise.
18760         (atan_test_data): Likewise.
18761         (atanh_test_data): Likewise.
18762         (cbrt_test_data): Likewise.
18763         (cos_test_data): Likewise.
18764         (cos_tonearest_test_data): Likewise.
18765         (cos_towardzero_test_data): Likewise.
18766         (cos_downward_test_data): Likewise.
18767         (cos_upward_test_data): Likewise.
18768         (cosh_test_data): Likewise.
18769         (cosh_tonearest_test_data): Likewise.
18770         (cosh_towardzero_test_data): Likewise.
18771         (cosh_downward_test_data): Likewise.
18772         (cosh_upward_test_data): Likewise.
18773         * sysdeps/i386/fpu/libm-test-ulps: Update.
18774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18775
18776 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18777
18778         [BZ #6787]
18779         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18780         * math/w_exp10f.c (__exp10f): Likewise.
18781         * math/w_exp10l.c (__exp10l): Likewise.
18782         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18783         errno settings in existing tests.
18784
18785         [BZ #14032]
18786         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18787         precision control set to double precision.
18788         * sysdeps/i386/fpu/w_sqrt.c: New file.
18789         * math/auto-libm-test-in: Add more tests.
18790         * math/auto-libm-test-out: Update.
18791
18792         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18793         (sqrt_test_tonearest): New function.
18794         (sqrt_towardzero_test_data): New variable.
18795         (sqrt_test_towardzero): New function.
18796         (sqrt_downward_test_data): New variable.
18797         (sqrt_test_downward): New function.
18798         (sqrt_upward_test_data): New variable.
18799         (sqrt_test_upward): New function.
18800         (main): Call the new functions.
18801
18802         * math/gen-auto-libm-tests.c: New file.
18803         * math/auto-libm-test-in: Likewise.
18804         * math/auto-libm-test-out: New generated file.
18805         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18806         variables.
18807         (%beautify): Add generated representations of zero.
18808         (top level): Set $auto_input and call parse_auto_input.
18809         (beautify): Remove trailing "f" from hex float constants.
18810         (parse_args): Handle XFAIL_TEST.
18811         (convert_condition): New function.
18812         (or_value): Likewise.
18813         (or_cond_value): Likewise.
18814         (generate_testfile): Handle AUTO_TESTS_* lines.
18815         (parse_auto_input): New function.
18816         * math/libm-test.inc (XFAIL_TEST): New macro.
18817         (ERRNO_UNCHANGED): Update value.
18818         (ERRNO_EDOM): Likewise.
18819         (ERRNO_ERANGE): Likewise.
18820         (IGNORE_RESULT): Likewise.
18821         (TEST_COND_flt_32): New macro.
18822         (TEST_COND_dbl_64): Likewise.
18823         (TEST_COND_ldbl_96_intel): Likewise.
18824         (TEST_COND_ldbl_96_m68k): Likewise.
18825         (TEST_COND_ldbl_128): Likewise.
18826         (TEST_COND_ldbl_128ibm): Likewise.
18827         (TEST_COND_long32): Likewise.
18828         (TEST_COND_long64): Likewise.
18829         (TEST_COND_before_rounding): Likewise.
18830         (TEST_COND_after_rounding): Likewise.
18831         (enable_test): Handle XFAIL_TEST flag.
18832         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18833         with finite results.
18834         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18835         auto-libm-test-out.
18836
18837 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18838             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18839
18840         [BZ #16214]
18841         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18842         __tls_get_addr_internal instead of __tls_get_offset in order to
18843         avoid GOT pointer dependency.  Make rtld export
18844         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18845         __tls_get_addr since we are a __tls_get_offset platform.
18846         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18847         GOT pointer being set up before.
18848         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18849
18850 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18851
18852         * manual/math.texi (Errors in Math Functions): Document accuracy
18853         goals.
18854
18855         [BZ #15004]
18856         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18857         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18858         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18859         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18860         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18861         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18862         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18863         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18864         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18865         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18866         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18867         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18868         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18869         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18870         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18871         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18872
18873         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18874         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18875         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18876         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18877         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18878         Likewise.
18879         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18880         Likewise.
18881         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18882         Likewise.
18883         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18884         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18885         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18886         atomic-feupdateenv and flt-rounds.
18887         * sysdeps/powerpc/nofpu/Versions (libc): Add
18888         __atomic_feholdexcept, __atomic_feclearexcept,
18889         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18890         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18891         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18892         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18893         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18894         here.
18895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18896         Update.
18897
18898         * manual/arith.texi (FP Exceptions): Document that exceptions may
18899         not be raised when matherr is used.
18900         (Math Error Reporting): Document overflow in directed rounding
18901         modes.  Document that errno may not be set when finite values are
18902         returned on overflow.  Document intent to set errno on underflow
18903         only for underflow to zero.
18904
18905         [BZ #16271]
18906         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18907         round-to-nearest then adjust result for other rounding modes.
18908         * include/fenv.h (fegetround): Use libm_hidden_proto.
18909         * math/fegetround.c (fegetround): Use libm_hidden_def.
18910         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18911         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18912         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18913         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18914         Likewise.
18915         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18916         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18917         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18918         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18919
18920 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18921
18922         [BZ #16077]
18923         * nss/Versions (libnss_files): Add
18924         _nss_files_gethostbyname3_r.
18925         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18926         New function.
18927         (HOST_DB_LOOKUP): Remove macro.
18928         (_nss_files_gethostbyname_r): Implement function without the
18929         HOST_DB_LOOKUP macro.
18930         (_nss_files_gethostbyname2_r): Likewise.
18931
18932 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18933
18934         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18935
18936 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18937
18938         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18939         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18940         warning.
18941
18942 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18943
18944         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18945         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18946         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18947         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18948         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18949         __fe_nomask_env_priv and attribute_hidden.
18950         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18951         (libc_feupdateenv_test_ppc): Likewise.
18952         (libc_feresetround_ppc): Likewise.
18953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18954         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18955         compat_symbol macro.
18956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18957         (__fe_nomask_env): Likewise.
18958         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18959
18960 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18961
18962         * string/Makefile: Remove ifunc tests.
18963         * string/test-string.h: Define TEST_IFUNC.
18964         * string/test-bcopy-ifunc.c: Remove.
18965         * string/test-bzero-ifunc.c: Likewise.
18966         * string/test-memccpy-ifunc.c: Likewise.
18967         * string/test-memchr-ifunc.c: Likewise.
18968         * string/test-memcmp-ifunc.c: Likewise.
18969         * string/test-memcpy-ifunc.c: Likewise.
18970         * string/test-memmem-ifunc.c: Likewise.
18971         * string/test-memmove-ifunc.c: Likewise.
18972         * string/test-mempcpy-ifunc.c: Likewise.
18973         * string/test-memrchr-ifunc.c: Likewise.
18974         * string/test-memset-ifunc.c: Likewise.
18975         * string/test-rawmemchr-ifunc.c: Likewise.
18976         * string/test-stpcpy-ifunc.c: Likewise.
18977         * string/test-stpncpy-ifunc.c: Likewise.
18978         * string/test-strcasecmp-ifunc.c: Likewise.
18979         * string/test-strcasestr-ifunc.c: Likewise.
18980         * string/test-strcat-ifunc.c: Likewise.
18981         * string/test-strchr-ifunc.c: Likewise.
18982         * string/test-strchrnul-ifunc.c: Likewise.
18983         * string/test-strcmp-ifunc.c: Likewise.
18984         * string/test-strcpy-ifunc.c: Likewise.
18985         * string/test-strcspn-ifunc.c: Likewise.
18986         * string/test-strlen-ifunc.c: Likewise.
18987         * string/test-strncasecmp-ifunc.c: Likewise.
18988         * string/test-strncat-ifunc.c: Likewise.
18989         * string/test-strncmp-ifunc.c: Likewise.
18990         * string/test-strncpy-ifunc.c: Likewise.
18991         * string/test-strnlen-ifunc.c: Likewise.
18992         * string/test-strpbrk-ifunc.c: Likewise.
18993         * string/test-strrchr-ifunc.c: Likewise.
18994         * string/test-strspn-ifunc.c: Likewise.
18995         * string/test-strstr-ifunc.c: Likewise.
18996
18997 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18998
18999         * benchtests/Makefile: Remove ifunc tests.
19000         * benchtests/bench-string.h: Define TEST_IFUNC.
19001         * benchtests/bench-bcopy-ifunc.c: Remove.
19002         * benchtests/bench-bzero-ifunc.c: Likewise.
19003         * benchtests/bench-memccpy-ifunc.c: Likewise.
19004         * benchtests/bench-memchr-ifunc.c: Likewise.
19005         * benchtests/bench-memcmp-ifunc.c: Likewise.
19006         * benchtests/bench-memcpy-ifunc.c: Likewise.
19007         * benchtests/bench-memmem-ifunc.c: Likewise.
19008         * benchtests/bench-memmove-ifunc.c: Likewise.
19009         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19010         * benchtests/bench-memrchr-ifunc.c: Likewise.
19011         * benchtests/bench-memset-ifunc.c: Likewise.
19012         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19013         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19014         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19015         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19016         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19017         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19018         * benchtests/bench-strcat-ifunc.c: Likewise.
19019         * benchtests/bench-strchr-ifunc.c: Likewise.
19020         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19021         * benchtests/bench-strcmp-ifunc.c: Likewise.
19022         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19023         * benchtests/bench-strcpy-ifunc.c: Likewise.
19024         * benchtests/bench-strcspn-ifunc.c: Likewise.
19025         * benchtests/bench-strlen-ifunc.c: Likewise.
19026         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19027         * benchtests/bench-strncat-ifunc.c: Likewise.
19028         * benchtests/bench-strncmp-ifunc.c: Likewise.
19029         * benchtests/bench-strncpy-ifunc.c: Likewise.
19030         * benchtests/bench-strnlen-ifunc.c: Likewise.
19031         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19032         * benchtests/bench-strrchr-ifunc.c: Likewise.
19033         * benchtests/bench-strsep-ifunc.c: Likewise.
19034         * benchtests/bench-strspn-ifunc.c: Likewise.
19035         * benchtests/bench-strstr-ifunc.c: Likewise.
19036
19037 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19038
19039         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19040
19041 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19042
19043         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19044         * rt/aio.h: Likewise.
19045         * sysdeps/gnu/bits/utmp.h: Likewise.
19046         * sysdeps/gnu/bits/utmpx.h: Likewise.
19047         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19048         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19049         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19050         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19051         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19052         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19053         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19054         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19055         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19056         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19057         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19058         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19059         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19061         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19062         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19063         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19064         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19065         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19066         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19067         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19068         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19069         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19070         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19071         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19072         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19073         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19074         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19075         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19076         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19077         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19078         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19079         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19080         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19081         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19082         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19083         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19084         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19085         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19086         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19087         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19088         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19089
19090 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19091
19092         [BZ #16245]
19093         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19094         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19095
19096 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19097
19098         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19099         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19100         Likewise.
19101
19102 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19103
19104         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19105         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19106         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19107         (__fesetround): Remove define.
19108         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19109         rounding and exceptions handling.
19110         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19111         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19112         (__fe_nomask_env): Likewise.
19113         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19114         __fegetround instead of fegetround.
19115         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19116         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19117
19118 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19119
19120         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19121         it's there.
19122
19123         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19124
19125 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19126
19127         [BZ #11157]
19128         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19129         (encrypt_r): Likewise.
19130         * malloc/obstack.h (obstack_free): Likewise.
19131         * posix/unistd.h (encrypt): Likewise.
19132
19133 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19134
19135         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19136         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19137         DL_CALL_DT_FINI() that call the functions directly.
19138         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19139         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19140         * elf/dl-fini.c: Likewise.
19141
19142 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19143
19144         * malloc/hooks.c (memalign_check): Add alignment rounding.
19145         * malloc/malloc.c (_mid_memalign): New function.
19146         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19147         Implement by calling _mid_memalign.
19148         * manual/probes.texi (Memory Allocation Probes): Remove
19149         memory_valloc_retry and memory_pvalloc_retry.
19150
19151 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19152
19153         * locale/programs/locarchive.c (open_archive): Add const
19154         qualifier to ARCHIVEFNAME and copy default fname to
19155         DEFAULT_FNAME.
19156
19157         [BZ #15601]
19158         * libio/tst-widetext.input: Rename Oriya to Odia.
19159         * locale/iso-639.def: Likewise.
19160
19161         * manual/probes.texi (Mathematical Function Probes): Add
19162         documentation for sin, cos, asin and acos probes.
19163         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19164         (__sin32): Add slowasin probe.
19165         (__cos32): Add slowacos probe.
19166         (__mpsin): Add slowsin probe.
19167         (__mpcos): Add slowcos probe.
19168
19169 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19170
19171         [BZ #15483]
19172         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19173         thread-local __sim_exceptions_thread and global
19174         __sim_exceptions_global.
19175         (__sim_disabled_exceptions): Change to thread-local
19176         __sim_disabled_exceptions_thread and global
19177         __sim_disabled_exceptions_global.
19178         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19179         and global __sim_round_mode_global.
19180         (__simulate_exceptions): Use thread-local floating-point state and
19181         set global state from it as needed.
19182         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19183         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19184         __sim_round_mode_thread.
19185         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19186         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19187         and global __sim_exceptions_global.
19188         (__sim_disabled_exceptions): Change to thread-local
19189         __sim_disabled_exceptions_thread and global
19190         __sim_disabled_exceptions_global.
19191         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19192         and global __sim_round_mode_global.
19193         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19194         (SIM_SET_GLOBAL): Likewise.
19195         * sysdeps/powerpc/soft-fp/sfp-machine.h
19196         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19197         __sim_round_mode_thread.
19198         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19199         __sim_disabled_exceptions_thread.
19200         (__sim_exceptions): Change to __sim_exceptions_thread.
19201         (__sim_disabled_exceptions): Change to
19202         __sim_disabled_exceptions_thread.
19203         (__sim_round_mode): Change to __sim_round_mode_thread.
19204         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19205         thread-local floating-point state and set global state from it as
19206         needed.
19207         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19208         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19209         (__sim_disabled_exceptions): Remove extern declaration.
19210         (feenableexcept): Use thread-local floating-point state and set
19211         global state from it as needed.
19212         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19213         extern declaration.
19214         (__sim_disabled_exceptions): Likewise.
19215         (__sim_round_mode): Likewise.
19216         (__fegetenv): Use thread-local floating-point state.
19217         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19218         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19219         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19220         floating-point state and set global state from it as needed.
19221         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19222         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19223         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19224         Likewise.
19225         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19226         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19227         Likewise.
19228         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19229         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19230         Use __sim_round_mode_thread.
19231         * math/test-fenv-tls.c: New file.
19232         * math/Makefile (tests): Add test-fenv-tls.
19233         ($(objpfx)test-fenv-tls): Depend on
19234         $(common-objpfx)nptl/libpthread.so.
19235
19236 2013-11-19  Andreas Schwab  <schwab@suse.de>
19237
19238         * locale/programs/locale.c (show_info): Decode wordarray elements.
19239         * locale/categories.def (LC_MONETARY): Add element for
19240         _NL_MONETARY_CRNCYSTR.
19241         * locale/C-monetary.c (conversion_rate): New variable.
19242         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19243         element.
19244
19245 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19246
19247         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19248         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19249
19250 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19251
19252         * elf/Makefile (tst-auxv): New test.
19253         * elf/tst-auxv.c: New
19254         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19255
19256 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19257
19258         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19259         (hidden_proto): Caller changed.
19260         (hidden_tls_proto): New macro.
19261         (libc_hidden_tls_proto): Likewise.
19262         (rtld_hidden_tls_proto): Likewise.
19263         (libm_hidden_tls_proto): Likewise.
19264         (libresolv_hidden_tls_proto): Likewise.
19265         (librt_hidden_tls_proto): Likewise.
19266         (libdl_hidden_tls_proto): Likewise.
19267         (libnss_files_hidden_tls_proto): Likewise.
19268         (libnsl_hidden_tls_proto): Likewise.
19269         (libnss_nisplus_hidden_tls_proto): Likewise.
19270         (libutil_hidden_tls_proto): Likewise.
19271
19272 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19273
19274         [BZ #10253]
19275         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19276         (decompose_rpath): Defer expansion to fillin_rpath.
19277         (_dl_init_paths): Pass linkmap to fillin_rpath.
19278
19279 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19280
19281         * benchtests/Makefile: Add strsep.
19282         * benchtests/bench-strsep.c: New file: strsep benchtest.
19283         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19284
19285 2013-11-18  Andreas Schwab  <schwab@suse.de>
19286
19287         * locale/programs/locale.c (show_info) [case byte]: Check for
19288         '\377' instead of '\177'.
19289         * locale/C-monetary.c (not_available): Always use "\377".
19290         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19291         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19292         detect unavailable sign_posn locale elements.
19293         * locale/localeconv.c (__localeconv): For grouping and
19294         mon_grouping handle "\177" and "\377" like no grouping.
19295         (INT_ELEM): New macro.  Use it to set all numeric members.
19296         * locale/programs/ld-monetary.c (monetary_read)
19297         <tok_mon_grouping>: Normalize single -1 to the empty string.
19298         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19299         Likewise.
19300
19301 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19302
19303         [BZ #16055]
19304         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19305         when we match (nil).
19306         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19307
19308 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19309
19310         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19311         (NO_TEST_INLINE): Update value.
19312         (ERRNO_UNCHANGED): Likewise.
19313         (ERRNO_EDOM): Likewise.
19314         (ERRNO_ERANGE): Likewise.
19315         (IGNORE_RESULT): Likewise.
19316         (check_float_internal): Check signs of NaN results if
19317         TEST_NAN_SIGN used.
19318         (check_complex): Pass TEST_NAN_SIGN flag through to second
19319         check_float_internal call.
19320         (copysign_test_data): Add tests with quiet NaNs as second
19321         argument.  Use TEST_NAN_SIGN.
19322         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19323         TEST_NAN_SIGN.
19324         (signbit_test_data): Add tests of quiet NaN argument.
19325         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19326
19327         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19328         $ignore_result.
19329         (parse_args): Handle function results specified as IGNORE.
19330         * math/libm-test.inc (IGNORE_RESULT): New macro.
19331         (check_float_internal): Do not check numerical result if flag
19332         IGNORE_RESULT set.
19333         (check_complex): Pass through IGNORE_RESULT to second
19334         check_float_internal call.
19335         (check_int): Do not check numerical result if flag IGNORE_RESULT
19336         set.
19337         (check_long): Likewise.
19338         (check_bool): Likewise.
19339         (check_longlong): Likewise.
19340         (lrint_test_data): Add tests of infinite and NaN arguments.
19341         (lrint_tonearest_test_data): Likewise.
19342         (lrint_towardzero_test_data): Likewise.
19343         (lrint_downward_test_data): Likewise.
19344         (lrint_upward_test_data): Likewise.
19345         (llrint_test_data): Likewise.
19346         (llrint_tonearest_test_data): Likewise.
19347         (llrint_towardzero_test_data): Likewise.
19348         (llrint_downward_test_data): Likewise.
19349         (llrint_upward_test_data): Likewise.
19350         (lround_test_data): Likewise.
19351         (llround_test_data): Likewise.
19352
19353         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19354         (ERRNO_UNCHANGED): Update value.
19355         (ERRNO_EDOM): Likewise.
19356         (ERRNO_ERANGE): Likewise.
19357         (NO_TEST_INLINE_FLOAT): New macro.
19358         (NO_TEST_INLINE_DOUBLE): Likewise.
19359         (enable_test): New function.
19360         (RUN_TEST_f_f): Check enable_test before running test.
19361         (RUN_TEST_2_f): Likewise.
19362         (RUN_TEST_fff_f): Likewise.
19363         (RUN_TEST_c_f): Likewise.
19364         (RUN_TEST_f_f1): Likewise.
19365         (RUN_TEST_fF_f1): Likewise.
19366         (RUN_TEST_fI_f1): Likewise.
19367         (RUN_TEST_ffI_f1): Likewise.
19368         (RUN_TEST_c_c): Likewise.
19369         (RUN_TEST_cc_c): Likewise.
19370         (RUN_TEST_f_i): Likewise.
19371         (RUN_TEST_f_i_tg): Likewise.
19372         (RUN_TEST_ff_i_tg): Likewise.
19373         (RUN_TEST_f_b): Likewise.
19374         (RUN_TEST_f_b_tg): Likewise.
19375         (RUN_TEST_f_l): Likewise.
19376         (RUN_TEST_f_L): Likewise.
19377         (RUN_TEST_fFF_11): Likewise.
19378         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19379         conditionals.
19380         (cosh_test_data): Likewise.
19381         (exp_test_data): Likewise.
19382         (expm1_test_data): Likewise.
19383         (hypot_test_data): Likewise.
19384         (pow_test_data): Likewise.
19385         (sinh_test_data): Likewise.
19386         (tanh_test_data): Likewise.
19387         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19388         flags argument.
19389
19390         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19391         tests with quiet NaN input and output.
19392         (acosh_test_data): Likewise.
19393         (asin_test_data): Likewise.
19394         (asinh_test_data): Likewise.
19395         (atan_test_data): Likewise.
19396         (atanh_test_data): Likewise.
19397         (atan2_test_data): Likewise.
19398         (cbrt_test_data): Likewise.
19399         (cos_test_data): Likewise.
19400         (cosh_test_data): Likewise.
19401         (erf_test_data): Likewise.
19402         (erfc_test_data): Likewise.
19403         (exp_test_data): Likewise.
19404         (exp10_test_data): Likewise.
19405         (exp2_test_data): Likewise.
19406         (expm1_test_data): Likewise.
19407         (hypot_test_data): Likewise.
19408         (j0_test_data): Likewise.
19409         (j1_test_data): Likewise.
19410         (jn_test_data): Likewise.
19411         (lgamma_test_data): Likewise.
19412         (log_test_data): Likewise.
19413         (log10_test_data): Likewise.
19414         (log1p_test_data): Likewise.
19415         (log2_test_data): Likewise.
19416         (pow_test_data): Likewise.
19417         (scalb_test_data): Likewise.
19418         (sin_test_data): Likewise.
19419         (sincos_test_data): Likewise.
19420         (sinh_test_data): Likewise.
19421         (tan_test_data): Likewise.
19422         (tanh_test_data): Likewise.
19423         (tgamma_test_data): Likewise.
19424         (y0_test_data): Likewise.
19425         (y1_test_data): Likewise.
19426         (yn_test_data): Likewise.
19427
19428         [BZ #16167]
19429         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19430         argument being NaN and avoid computations with second argument in
19431         that case.
19432         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19433         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19434         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19435
19436 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19437
19438         * locale/iso-639.def: Add Chitwani Tharu (the).
19439
19440 2013-11-14  Andreas Schwab  <schwab@suse.de>
19441
19442         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19443         word instead of empty string.
19444
19445 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19446
19447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19448         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19450         (__fe_nomask_env): Likewise.
19451
19452 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19453
19454         * benchtests/bench-timing.h: Include time.h.
19455
19456 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19457
19458         [BZ #15997]
19459         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19460         to 3.4.0 for x32.
19461         * sysdeps/unix/sysv/linux/configure: Regenerated.
19462
19463 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19464
19465         [BZ #16151]
19466         * stdlib/strtod_l.c (round_and_return): Do not consider
19467         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19468         exponent one less than half the least subnormal exponent.
19469         * stdlib/test-strtod-round-data: Add more tests.
19470         * stdlib/tst-strtod-round.c (tests): Regenerated.
19471
19472 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19473
19474         [BZ #14143]
19475         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19476         (__fe_mask_env): Likewise.
19477         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19478         libm_hidden_proto and add function prototype.
19479         (__fe_mask_env): Add function prototype.
19480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19481         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19483         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19485         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19486
19487 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19488
19489         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19490         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19491
19492 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19493
19494         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19495         of htab_find_slot().
19496
19497 2013-11-11  David S. Miller  <davem@davemloft.net>
19498
19499         [BZ #16150]
19500         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19501         symbol in the non-vis3 case in static builds.
19502         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19503         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19504         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19505         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19506
19507 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19508
19509         [BZ #387]
19510         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19511         it is empty.
19512
19513 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19514
19515         * benchtests/Makefile: Add bench-strtod.
19516         * benchtests/bench-strtod.c: New file: strtod benchtest
19517
19518 2013-11-11  Andreas Schwab  <schwab@suse.de>
19519
19520         [BZ #16153]
19521         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19522         terminating NUL in key length.
19523
19524 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19525
19526         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19527         Add artificial ODP entry for vDSO symbol for PPC64.
19528         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19529         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19530
19531 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19532
19533         [BZ #15374]
19534         * nss/getent.c (services_keys): Recognize services starting with digit.
19535
19536 2013-11-06  David S. Miller  <davem@davemloft.net>
19537
19538         [BZ #15985]
19539         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19540         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19541
19542 2013-11-06  Will Newton  <will.newton@linaro.org>
19543
19544         * manual/memory.texi (Malloc Examples): Remove register
19545         keyword from examples.
19546
19547 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19548
19549         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19550
19551 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19552
19553         [BZ #6981]
19554         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19555         depending on [__GCC_IEC_559 > 0].
19556         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19557         depending on [__GCC_IEC_559_COMPLEX > 0].
19558
19559 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19560
19561         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19562         to iso-639.def.
19563
19564 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19565
19566         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19567
19568 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19569
19570         [BZ #16112]
19571         * malloc/malloc (malloc_info): Do not handle first bin as
19572         special case.
19573
19574 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19575
19576         * locale/iso-639.def: Add Central Nahuatl (nhn).
19577
19578 2013-11-01  Bruno Haible  <bruno@clisp.org>
19579
19580         [BZ #7003]
19581         * manual/math.texi (BSD Random): Specify range upper bound as
19582         in POSIX.
19583
19584 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19585
19586         * locale/iso-639.def: Add Meadow Mari (mhr).
19587
19588 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19589
19590         [BZ #14752], [BZ #15763]
19591         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19592         Validate name.
19593         * rt/tst_shm.c: Add test for escaping directory.
19594
19595 2013-10-31  Andreas Schwab  <schwab@suse.de>
19596
19597         [BZ #15917]
19598         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19599         followed by 'x' as part of digit sequence.
19600         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19601
19602 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19603
19604         [BZ #16037]
19605         * configure.ac: allow GNU Make 4.0 and greater.
19606         * configure: Regenerated.
19607
19608 2013-10-30  Will Newton  <will.newton@linaro.org>
19609
19610         [BZ #16038]
19611         * malloc/hooks.c (memalign_check): Limit alignment to the
19612         maximum representable power of two.
19613         * malloc/malloc.c (__libc_memalign): Likewise.
19614         * malloc/tst-memalign.c (do_test): Add test for very
19615         large alignment values.
19616         * malloc/tst-posix_memalign.c (do_test): Likewise.
19617
19618 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19619
19620         [BZ #11087]
19621         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19622         (munmap_chunk): Likewise.
19623         (mremap_chunk): Likewise.
19624
19625 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19626
19627         [BZ #15799]
19628         * stdlib/div.c (div): Remove obsolete code.
19629         * stdlib/ldiv.c (ldiv): Likewise.
19630         * stdlib/lldiv.c (lldiv): Likewise.
19631
19632 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19633
19634         [BZ #16071]
19635         * nss/nss_files/files-XXX.c (get_contents_ret): New
19636         enumerator.
19637         (get_contents): New function.
19638         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19639
19640 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19641
19642         * configure.in: Moved to ...
19643         * configure.ac: ... here. Change reference to configure.in
19644         to configure.ac.
19645         * sysdeps/arm/preconfigure.ac: ... here.
19646         configure.in to configure.ac.
19647         * sysdeps/gnu/configure.in: Moved to ...
19648         * sysdeps/gnu/configure.ac: ... here.
19649         * sysdeps/i386/configure.in: Moved to ...
19650         * sysdeps/i386/configure.ac: ... here.
19651         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19652         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19653         * sysdeps/mach/configure.in: Moved to ...
19654         * sysdeps/mach/configure.ac: ... here.
19655         * sysdeps/mach/hurd/configure.in: Moved to ...
19656         * sysdeps/mach/hurd/configure.ac: ... here.
19657         * sysdeps/powerpc/configure.in: Moved to ...
19658         * sysdeps/powerpc/configure.ac: ... here.
19659         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19660         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19661         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19662         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19663         * sysdeps/s390/s390-32/configure.in: Moved to ...
19664         * sysdeps/s390/s390-32/configure.ac: ... here.
19665         * sysdeps/s390/s390-64/configure.in: Moved to ...
19666         * sysdeps/s390/s390-64/configure.ac: ... here.
19667         * sysdeps/sh/configure.in: Moved to ...
19668         * sysdeps/sh/configure.ac: ... here.
19669         * sysdeps/sparc/configure.in: Moved to ...
19670         * sysdeps/sparc/configure.ac: ... here.
19671         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19672         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19673         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19674         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19675         * sysdeps/x86_64/configure.in: Moved to ...
19676         * sysdeps/x86_64/configure.ac: ... here.
19677         * sysdeps/x86_64/preconfigure.in: Moved to ...
19678         * sysdeps/x86_64/preconfigure.ac: ... here.
19679         * aclocal.m4: Change reference to configure.in to configure.ac.
19680         * config.h.in: Likewise.
19681         * manual/install.texi: Likewise.
19682         * manual/maint.texi: Likewise.
19683         * Makefile: Likewise.
19684         * malloc/Makefile: Likewise.
19685         * nscd/Makefile: Likewise.
19686         * Makeconfig: Change reference to configure.in and
19687         preconfigure.in to configure.ac and preconfigure.ac
19688         respectively.
19689         * INSTALL: Regenerated.
19690         * configure: Likewise.
19691         * sysdeps/gnu/configure: Likewise.
19692         * sysdeps/i386/configure: Likewise.
19693         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19694         * sysdeps/mach/configure: Likewise.
19695         * sysdeps/mach/hurd/configure: Likewise.
19696         * sysdeps/powerpc/configure: Likewise.
19697         * sysdeps/powerpc/powerpc32/configure: Likewise.
19698         * sysdeps/powerpc/powerpc64/configure: Likewise.
19699         * sysdeps/s390/s390-32/configure: Likewise.
19700         * sysdeps/s390/s390-64/configure: Likewise.
19701         * sysdeps/sh/configure: Likewise.
19702         * sysdeps/sparc/configure: Likewise.
19703         * sysdeps/unix/sysv/linux/configure: Likewise.
19704         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19705         * sysdeps/x86_64/configure: Likewise.
19706         * sysdeps/x86_64/preconfigure: Likewise.
19707
19708 2013-10-29  Andreas Schwab  <schwab@suse.de>
19709
19710         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19711
19712 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19713
19714         * benchtests/pow-inputs: Add new inputs.
19715
19716         * benchtests/exp-inputs: Add new inputs.
19717
19718         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19719         conditional check for return value.
19720         (__cos32): Likewise.
19721
19722 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19723
19724         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19725         to provide a boost for large inputs with word alignment.
19726         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19727         implementation based on optimized PPC64 strcpy.
19728         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19729         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19730         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19731         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19732
19733 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19734
19735         [BZ #2801]
19736         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19737
19738 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19739
19740         [BZ #14876]
19741         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19742         * time/tst-strptime.c (day_tests): Add testcase.
19743
19744 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19745
19746         [BZ #14029]
19747         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19748
19749 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19750
19751         [BZ #16074]
19752         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19753         MAP_FAILED on error.
19754
19755 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19756
19757         [BZ #16072]
19758         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19759         heap for large requests.
19760
19761 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19762
19763         [BZ #9954]
19764         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19765         result if the result has no associated interface.
19766         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19767         interface for all 127.X.Y.Z addresses.
19768
19769 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19770
19771         * locale/iso-639.def: Add Ligurian (lij)
19772
19773 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19774
19775         [BZ #15825]
19776         * sunrpc/rpc_main.c: Document rpcgen -5.
19777
19778 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19779
19780         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19781
19782 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19783
19784         [BZ #10278]
19785         * posix/glob.c: Match only directories when trailing slash is present.
19786         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19787         (main): Add testcase.
19788
19789 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19790
19791         [BZ #15670]
19792         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19793
19794 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19795
19796         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19797         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19798         AUTH_DES and cindex for FIPS 140-2.
19799         (DES Encryption): Add cindex FIPS 46-3.
19800
19801         * locale/locarchive.h (struct locarhandle): Add fname.
19802         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19803         if an optional argument was specified to --list-archive,
19804         otherwise NULL.
19805         * locale/programs/locarchive.c (show_archive_content): Take new
19806         argument fname and pass it via ah.fname to open_archive.
19807         * locale/programs/localedef.h: Update decl.
19808         (open_archive): If AH->fname is non-null, open that file
19809         rather than the default file name, and don't ignore ENOENT.
19810         (create_archive): Set AH.fname to NULL.
19811         (delete_locales_from_archive): Likewise.
19812         (add_locales_to_archive): Likewise.
19813         * locale/programs/locfile.c (write_all_categories): Likewise.
19814
19815 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19816             Aldy Hernandez  <aldyh@redhat.com>
19817
19818         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19819         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19820         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19821         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19822         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19823         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19824         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19825         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19826         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19827         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19828         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19829         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19830         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19831         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19832         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19833         Likewise.
19834         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19835         Likewise.
19836         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19837         Likewise.
19838         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19839         Likewise.
19840         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19841         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19842         Likewise.
19843         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19844         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19845         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19846         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19847         Likewise.
19848         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19849         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19850         * sysdeps/powerpc/preconfigure: Likewise.
19851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19852         Likewise.
19853         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19854         Replace contents of file by #include of <fenv_libc.h>.
19855         * sysdeps/powerpc/soft-fp/sfp-machine.h
19856         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19857         and <sys/prctl.h>.
19858         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19859         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19860         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19861         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19862         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19863         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19864         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19865         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19866         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19867         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19868         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19869         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19871         Allow copysignl PLT reference to be missing.
19872
19873 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19874             Joseph Myers  <joseph@codesourcery.com
19875
19876         [BZ #15948]
19877         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19878         single character.
19879         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19880
19881 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19882
19883         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19884         * elf/tst-tls1.c: Likewise.
19885         * elf/tst-tls10.h: Likewise.
19886         * elf/tst-tls14.c: Likewise.
19887         * elf/tst-tls2.c: Likewise.
19888         * elf/tst-tls3.c: Likewise.
19889         * elf/tst-tls4.c: Likewise.
19890         * elf/tst-tls5.c: Likewise.
19891         * elf/tst-tls6.c: Likewise.
19892         * elf/tst-tls7.c: Likewise.
19893         * elf/tst-tls8.c: Likewise.
19894         * elf/tst-tls9.c: Likewise.
19895         * elf/tst-tlsmod1.c: Likewise.
19896         * elf/tst-tlsmod13.c: Likewise.
19897         * elf/tst-tlsmod13a.c: Likewise.
19898         * elf/tst-tlsmod14a.c: Likewise.
19899         * elf/tst-tlsmod16a.c: Likewise.
19900         * elf/tst-tlsmod16b.c: Likewise.
19901         * elf/tst-tlsmod2.c: Likewise.
19902         * elf/tst-tlsmod3.c: Likewise.
19903         * elf/tst-tlsmod4.c: Likewise.
19904         * elf/tst-tlsmod5.c: Likewise.
19905         * elf/tst-tlsmod6.c: Likewise.
19906
19907 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19908
19909         [BZ #12486]
19910         * malloc/malloc.c: remove checks for statistics.
19911
19912 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19913
19914         [BZ #15277]
19915         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19916         * inet/tst-network.c: Add testcase.
19917
19918 2013-10-17  Andreas Schwab  <schwab@suse.de>
19919
19920         [BZ #15218]
19921         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19922         to determine canonical name.
19923
19924 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19925
19926         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19927         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19928         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19929         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19930         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19931         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19932         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19933         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19934         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19935         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19936         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19937         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19938         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19939         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19940         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19941         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19942         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19943         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19944         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19945         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19946         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19947         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19948         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19949         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19950         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19951         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19952         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19953         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19954         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19955         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19956         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19957         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19958         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19959         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19960         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19961         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19962         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19963         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19964         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19965         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19966         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19967         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19968         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19969         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19970         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19971         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19972         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19973         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19974         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19975         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19976         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19977         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19978         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19979         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19980         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19981         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19982         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19983         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19984
19985 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19986
19987         [BZ #16041]
19988         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19989         make result into a quiet NaN.
19990
19991 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19992
19993         * soft-fp/adddf3.c: Fix horizontal whitespace.
19994         * soft-fp/addsf3.c: Likewise.
19995         * soft-fp/addtf3.c: Likewise.
19996         * soft-fp/divdf3.c: Likewise.
19997         * soft-fp/divsf3.c: Likewise.
19998         * soft-fp/divtf3.c: Likewise.
19999         * soft-fp/double.h: Likewise.
20000         * soft-fp/eqdf2.c: Likewise.
20001         * soft-fp/eqsf2.c: Likewise.
20002         * soft-fp/eqtf2.c: Likewise.
20003         * soft-fp/extenddftf2.c: Likewise.
20004         * soft-fp/extended.h: Likewise.
20005         * soft-fp/extendsfdf2.c: Likewise.
20006         * soft-fp/extendsftf2.c: Likewise.
20007         * soft-fp/extendxftf2.c: Likewise.
20008         * soft-fp/fixdfdi.c: Likewise.
20009         * soft-fp/fixdfsi.c: Likewise.
20010         * soft-fp/fixdfti.c: Likewise.
20011         * soft-fp/fixsfdi.c: Likewise.
20012         * soft-fp/fixsfsi.c: Likewise.
20013         * soft-fp/fixsfti.c: Likewise.
20014         * soft-fp/fixtfdi.c: Likewise.
20015         * soft-fp/fixtfsi.c: Likewise.
20016         * soft-fp/fixtfti.c: Likewise.
20017         * soft-fp/fixunsdfdi.c: Likewise.
20018         * soft-fp/fixunsdfsi.c: Likewise.
20019         * soft-fp/fixunsdfti.c: Likewise.
20020         * soft-fp/fixunssfdi.c: Likewise.
20021         * soft-fp/fixunssfsi.c: Likewise.
20022         * soft-fp/fixunssfti.c: Likewise.
20023         * soft-fp/fixunstfdi.c: Likewise.
20024         * soft-fp/fixunstfsi.c: Likewise.
20025         * soft-fp/fixunstfti.c: Likewise.
20026         * soft-fp/floatdidf.c: Likewise.
20027         * soft-fp/floatdisf.c: Likewise.
20028         * soft-fp/floatditf.c: Likewise.
20029         * soft-fp/floatsidf.c: Likewise.
20030         * soft-fp/floatsisf.c: Likewise.
20031         * soft-fp/floatsitf.c: Likewise.
20032         * soft-fp/floattidf.c: Likewise.
20033         * soft-fp/floattisf.c: Likewise.
20034         * soft-fp/floattitf.c: Likewise.
20035         * soft-fp/floatundidf.c: Likewise.
20036         * soft-fp/floatundisf.c: Likewise.
20037         * soft-fp/floatunditf.c: Likewise.
20038         * soft-fp/floatunsidf.c: Likewise.
20039         * soft-fp/floatunsisf.c: Likewise.
20040         * soft-fp/floatunsitf.c: Likewise.
20041         * soft-fp/floatuntidf.c: Likewise.
20042         * soft-fp/floatuntisf.c: Likewise.
20043         * soft-fp/floatuntitf.c: Likewise.
20044         * soft-fp/fmadf4.c: Likewise.
20045         * soft-fp/fmasf4.c: Likewise.
20046         * soft-fp/fmatf4.c: Likewise.
20047         * soft-fp/gedf2.c: Likewise.
20048         * soft-fp/gesf2.c: Likewise.
20049         * soft-fp/getf2.c: Likewise.
20050         * soft-fp/ledf2.c: Likewise.
20051         * soft-fp/lesf2.c: Likewise.
20052         * soft-fp/letf2.c: Likewise.
20053         * soft-fp/muldf3.c: Likewise.
20054         * soft-fp/mulsf3.c: Likewise.
20055         * soft-fp/multf3.c: Likewise.
20056         * soft-fp/negdf2.c: Likewise.
20057         * soft-fp/negsf2.c: Likewise.
20058         * soft-fp/negtf2.c: Likewise.
20059         * soft-fp/op-1.h: Likewise.
20060         * soft-fp/op-2.h: Likewise.
20061         * soft-fp/op-4.h: Likewise.
20062         * soft-fp/op-8.h: Likewise.
20063         * soft-fp/op-common.h: Likewise.
20064         * soft-fp/quad.h: Likewise.
20065         * soft-fp/single.h: Likewise.
20066         * soft-fp/soft-fp.h: Likewise.
20067         * soft-fp/sqrtdf2.c: Likewise.
20068         * soft-fp/sqrtsf2.c: Likewise.
20069         * soft-fp/sqrttf2.c: Likewise.
20070         * soft-fp/subdf3.c: Likewise.
20071         * soft-fp/subsf3.c: Likewise.
20072         * soft-fp/subtf3.c: Likewise.
20073         * soft-fp/truncdfsf2.c: Likewise.
20074         * soft-fp/trunctfdf2.c: Likewise.
20075         * soft-fp/trunctfsf2.c: Likewise.
20076         * soft-fp/trunctfxf2.c: Likewise.
20077         * soft-fp/unorddf2.c: Likewise.
20078         * soft-fp/unordsf2.c: Likewise.
20079         * soft-fp/unordtf2.c: Likewise.
20080
20081 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20082
20083         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20084         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20085
20086 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20087
20088         * elf/dl-libc.c: Clear initfini list after freeing.
20089
20090 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20091
20092         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20093         * soft-fp/addsf3.c: Likewise.
20094         * soft-fp/addtf3.c: Likewise.
20095         * soft-fp/divdf3.c: Likewise.
20096         * soft-fp/divsf3.c: Likewise.
20097         * soft-fp/divtf3.c: Likewise.
20098         * soft-fp/double.h: Likewise.
20099         * soft-fp/eqdf2.c: Likewise.
20100         * soft-fp/eqsf2.c: Likewise.
20101         * soft-fp/eqtf2.c: Likewise.
20102         * soft-fp/extenddftf2.c: Likewise.
20103         * soft-fp/extended.h: Likewise.
20104         * soft-fp/extendsfdf2.c: Likewise.
20105         * soft-fp/extendsftf2.c: Likewise.
20106         * soft-fp/extendxftf2.c: Likewise.
20107         * soft-fp/fixdfdi.c: Likewise.
20108         * soft-fp/fixdfsi.c: Likewise.
20109         * soft-fp/fixdfti.c: Likewise.
20110         * soft-fp/fixsfdi.c: Likewise.
20111         * soft-fp/fixsfsi.c: Likewise.
20112         * soft-fp/fixsfti.c: Likewise.
20113         * soft-fp/fixtfdi.c: Likewise.
20114         * soft-fp/fixtfsi.c: Likewise.
20115         * soft-fp/fixtfti.c: Likewise.
20116         * soft-fp/fixunsdfdi.c: Likewise.
20117         * soft-fp/fixunsdfsi.c: Likewise.
20118         * soft-fp/fixunsdfti.c: Likewise.
20119         * soft-fp/fixunssfdi.c: Likewise.
20120         * soft-fp/fixunssfsi.c: Likewise.
20121         * soft-fp/fixunssfti.c: Likewise.
20122         * soft-fp/fixunstfdi.c: Likewise.
20123         * soft-fp/fixunstfsi.c: Likewise.
20124         * soft-fp/fixunstfti.c: Likewise.
20125         * soft-fp/floatdidf.c: Likewise.
20126         * soft-fp/floatdisf.c: Likewise.
20127         * soft-fp/floatditf.c: Likewise.
20128         * soft-fp/floatsidf.c: Likewise.
20129         * soft-fp/floatsisf.c: Likewise.
20130         * soft-fp/floatsitf.c: Likewise.
20131         * soft-fp/floattidf.c: Likewise.
20132         * soft-fp/floattisf.c: Likewise.
20133         * soft-fp/floattitf.c: Likewise.
20134         * soft-fp/floatundidf.c: Likewise.
20135         * soft-fp/floatundisf.c: Likewise.
20136         * soft-fp/floatunsidf.c: Likewise.
20137         * soft-fp/floatunsisf.c: Likewise.
20138         * soft-fp/floatuntidf.c: Likewise.
20139         * soft-fp/floatuntisf.c: Likewise.
20140         * soft-fp/floatuntitf.c: Likewise.
20141         * soft-fp/fmadf4.c: Likewise.
20142         * soft-fp/fmasf4.c: Likewise.
20143         * soft-fp/fmatf4.c: Likewise.
20144         * soft-fp/gedf2.c: Likewise.
20145         * soft-fp/gesf2.c: Likewise.
20146         * soft-fp/getf2.c: Likewise.
20147         * soft-fp/ledf2.c: Likewise.
20148         * soft-fp/lesf2.c: Likewise.
20149         * soft-fp/letf2.c: Likewise.
20150         * soft-fp/muldf3.c: Likewise.
20151         * soft-fp/mulsf3.c: Likewise.
20152         * soft-fp/multf3.c: Likewise.
20153         * soft-fp/negdf2.c: Likewise.
20154         * soft-fp/negsf2.c: Likewise.
20155         * soft-fp/negtf2.c: Likewise.
20156         * soft-fp/op-1.h: Likewise.
20157         * soft-fp/op-2.h: Likewise.
20158         * soft-fp/op-4.h: Likewise.
20159         * soft-fp/op-8.h: Likewise.
20160         * soft-fp/op-common.h: Likewise.
20161         * soft-fp/quad.h: Likewise.
20162         * soft-fp/single.h: Likewise.
20163         * soft-fp/soft-fp.h: Likewise.
20164         * soft-fp/sqrtdf2.c: Likewise.
20165         * soft-fp/sqrtsf2.c: Likewise.
20166         * soft-fp/sqrttf2.c: Likewise.
20167         * soft-fp/subdf3.c: Likewise.
20168         * soft-fp/subsf3.c: Likewise.
20169         * soft-fp/subtf3.c: Likewise.
20170         * soft-fp/truncdfsf2.c: Likewise.
20171         * soft-fp/trunctfdf2.c: Likewise.
20172         * soft-fp/trunctfsf2.c: Likewise.
20173         * soft-fp/trunctfxf2.c: Likewise.
20174         * soft-fp/unorddf2.c: Likewise.
20175         * soft-fp/unordsf2.c: Likewise.
20176         * soft-fp/unordtf2.c: Likewise.
20177
20178 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20179
20180         [BZ #15672]
20181         * misc/error.c (error_tail): Fix possible buffer overflow.
20182
20183 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20184
20185         [BZ #13028]
20186         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20187         address.
20188
20189 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20190
20191         [BZ #832]
20192         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20193         testing pipefail option.
20194
20195 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20196
20197         * soft-fp/double.h: Indent preprocessor directives inside #if.
20198         * soft-fp/extended.h: Likewise.
20199         * soft-fp/op-2.h: Likewise.
20200         * soft-fp/op-4.h: Likewise.
20201         * soft-fp/op-common.h: Likewise.
20202         * soft-fp/quad.h: Likewise.
20203         * soft-fp/single.h: Likewise.
20204         * soft-fp/soft-fp.h: Likewise.
20205
20206 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20207
20208         * iconv/iconv_prog.c: Fix typos.
20209         * stdio-common/psiginfo-data.h: Likewise.
20210
20211 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20212
20213         [BZ #15764]
20214         * locale/setlocale.c: Fix typo.
20215
20216 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20217
20218         [BZ #16036]
20219         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20220         signaling NaN arguments.
20221         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20222         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20223
20224         [BZ #14910]
20225         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20226         unordered operands.
20227         * soft-fp/gesf2.c (__gesf2): Likewise.
20228         * soft-fp/getf2.c (__getf2): Likewise.
20229         * soft-fp/ledf2.c (__ledf2): Likewise.
20230         * soft-fp/lesf2.c (__lesf2): Likewise.
20231         * soft-fp/letf2.c (__letf2): Likewise.
20232
20233         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20234         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20235         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20236         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20237         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20238         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20239         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20240         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20241         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20242         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20243         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20244         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20245         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20246         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20247         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20248         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20249         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20250         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20251         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20252         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20253         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20254         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20255         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20256         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20257         * soft-fp/floattidf.c (__floattidf): Likewise.
20258         * soft-fp/floattisf.c (__floattisf): Likewise.
20259         * soft-fp/floattitf.c (__floattitf): Likewise.
20260         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20261         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20262         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20263         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20264         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20265         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20266         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20267         * soft-fp/gesf2.c (__gesf2): Likewise.
20268         * soft-fp/getf2.c (__getf2): Likewise.
20269         * soft-fp/ledf2.c (__ledf2): Likewise.
20270         * soft-fp/lesf2.c (__lesf2): Likewise.
20271         * soft-fp/letf2.c (__letf2): Likewise.
20272
20273         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20274         Undefine and redefine.
20275         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20276         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20277         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20278         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20279         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20280         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20281         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20282         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20283         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20284         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20285         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20286         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20287         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20288         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20289         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20290
20291         [BZ #16032]
20292         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20293         without decrementing exponent if mantissa >= that for the
20294         denominator, not >.
20295         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20296         denominator, not >.  Decrement exponent in < case instead of
20297         incrementing in >= case.
20298         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20299         without decrementing exponent if mantissa >= that for the
20300         denominator, not >.
20301
20302         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20303         computing saturated result for unsigned overflow.
20304
20305 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20306             Jeff Law  <law@redhat.com>
20307
20308         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20309         (atan2Mp): Add systemtap probe marker.
20310         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20311         (__ieee754_log): Add systemtap probe marker.
20312         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20313         (atanMp): Add systemtap probe marker.
20314         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20315         (tanMp): Add systemtap probe marker.
20316         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20317         (__slowexp): Add systemtap probe marker.
20318         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20319         (__slowpow): Add systemtap probe marker.
20320         * manual/probes.texi: Document probes.
20321
20322 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20323
20324         [BZ #15362]
20325         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20326         written.
20327         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20328         written.
20329         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20330         written to buffer but not flushed.
20331         * libio/iofwrite_u.c:  Likewise.
20332         * libio/iopadn.c:  Return bytes returned even if EOF was
20333         encountered.
20334         * libio/iowpadn.c:  Likewise.
20335         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20336         if _IO_padn does not write the whole buffer.
20337         [!COMPILE_WPRINTF] (PAD): Likewise.
20338
20339 2013-10-10  David S. Miller  <davem@davemloft.net>
20340
20341         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20342         directory block.
20343
20344 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20345
20346         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20347         instead of FSF address.
20348         * soft-fp/fixdfti.c: Likewise.
20349         * soft-fp/fixsfti.c: Likewise.
20350         * soft-fp/fixtfti.c: Likewise.
20351         * soft-fp/fixunsdfti.c: Likewise.
20352         * soft-fp/fixunssfti.c: Likewise.
20353         * soft-fp/fixunstfti.c: Likewise.
20354         * soft-fp/floattidf.c: Likewise.
20355         * soft-fp/floattisf.c: Likewise.
20356         * soft-fp/floattitf.c: Likewise.
20357         * soft-fp/floatuntidf.c: Likewise.
20358         * soft-fp/floatuntisf.c: Likewise.
20359         * soft-fp/floatuntitf.c: Likewise.
20360         * soft-fp/trunctfxf2.c: Likewise.
20361
20362         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20363         * soft-fp/fixdfti.c: Likewise.
20364         * soft-fp/fixsfti.c: Likewise.
20365         * soft-fp/fixtfti.c: Likewise.
20366         * soft-fp/fixunsdfti.c: Likewise.
20367         * soft-fp/fixunssfti.c: Likewise.
20368         * soft-fp/fixunstfti.c: Likewise.
20369         * soft-fp/floattidf.c: Likewise.
20370         * soft-fp/floattisf.c: Likewise.
20371         * soft-fp/floattitf.c: Likewise.
20372         * soft-fp/floatuntidf.c: Likewise.
20373         * soft-fp/floatuntisf.c: Likewise.
20374         * soft-fp/floatuntitf.c: Likewise.
20375         * soft-fp/trunctfxf2.c: Likewise.
20376
20377 2013-10-10  David S. Miller  <davem@davemloft.net>
20378
20379         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20380
20381 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20382
20383         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20384         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20385         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20386         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20387         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20388         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20389         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20390
20391         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20392         for NaNs before doing comparisons on argument.
20393         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20394         Likewise.
20395
20396 2013-10-10  Will Newton  <will.newton@linaro.org>
20397
20398         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20399         passed to _int_memalign does not overflow.
20400
20401 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20402
20403         * scripts/bench.pl: Add include-sources directive.
20404         * benchtests/README: Update documentation.
20405
20406 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20407
20408         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20409         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20410         instead of FP_INIT_ROUNDMODE.
20411         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20412         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20413
20414         [BZ #16034]
20415         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20416         copy class of input value.
20417         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20418         not handle exceptions.
20419         * soft-fp/negsf2.c (__negsf2): Likewise.
20420         * soft-fp/negtf2.c (__negtf2): Likewise.
20421         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20422
20423 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20424
20425         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20426         semicolon.  From Linux kernel.
20427
20428 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20429
20430         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20431
20432 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20433
20434         [BZ #156]
20435         * manual/socket.texi: Added statement about buffer
20436         for gethostbyname2_r.
20437
20438 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20439
20440         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20441         Use .p2align directive instead, throughout.
20442         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20443         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20444         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20445         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20446         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20447         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20448         * sysdeps/x86_64/strchr.S: Likewise.
20449         * sysdeps/x86_64/strrchr.S: Likewise.
20450
20451 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20452
20453         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20454
20455         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20456
20457         * sysdeps/generic/math_private.h (__mpsin1): Remove
20458         declaration.
20459         (__mpcos1): Likewise.
20460         (__mpsin): New argument __range_reduce.
20461         (__mpcos): Likewise.
20462         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20463         (slow): Use __mpsin and __mpcos.
20464         (slow1): Likewise.
20465         (slow2): Likewise.
20466         (sloww): Likewise.
20467         (sloww1): Likewise.
20468         (sloww2): Likewise.
20469         (bsloww): Likewise.
20470         (bsloww1): Likewise.
20471         (bsloww2): Likewise.
20472         (cslow2): Likewise.
20473         (csloww): Likewise.
20474         (csloww1): Likewise.
20475         (csloww2): Likewise.
20476         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20477         range_reduce.  Merge in __mpsin1.
20478         (__mpcos): Likewise.
20479         (__mpsin1): Remove.
20480         (__mpcos1): Likewise.
20481
20482 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20483
20484         * locale/loadlocale.c (_nl_intern_locale_data): Use
20485         LOCFILE_ALIGNED_P.
20486         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20487         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20488         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20489         obstack data is appropriately aligned.
20490         (obstack_int32_grow_fast): Likewise.
20491         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20492         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20493         (add_locale_uint32_array): Likewise.
20494
20495 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20496
20497         * benchtests/Makefile: Remove ARGLIST and RET variables.
20498         ($(objpfx)bench-%.c): Pass only function name to the script.
20499         * benchtests/README: Update documentation.
20500         * benchtests/acos-inputs: Add new directives.
20501         * benchtests/acosh-inputs: Likewise.
20502         * benchtests/asin-inputs: Likewise.
20503         * benchtests/asinh-inputs: Likewise.
20504         * benchtests/atan-inputs: Likewise.
20505         * benchtests/atanh-inputs: Likewise.
20506         * benchtests/cos-inputs: Likewise.
20507         * benchtests/cosh-inputs: Likewise.
20508         * benchtests/exp-inputs: Likewise.
20509         * benchtests/log-inputs: Likewise.
20510         * benchtests/pow-inputs: Likewise.
20511         * benchtests/rint-inputs: Likewise.
20512         * benchtests/sin-inputs: Likewise.
20513         * benchtests/sinh-inputs: Likewise.
20514         * benchtests/tan-inputs: Likewise.
20515         * benchtests/tanh-inputs: Likewise.
20516         * scripts/bench.pl: Add support for new directives.
20517
20518 2013-10-07  Alan Modra  <amodra@gmail.com>
20519
20520         * README: Fix careless merge.
20521
20522 2013-10-05  Alan Modra  <amodra@gmail.com>
20523
20524         * NEWS: Mention powerpc64le support and bugs fixed.
20525         * README: Both big-endian and little-endian powerpc64 supported.
20526
20527 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20528
20529         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20530         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20531         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20532         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20533
20534 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20535
20536         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20537         match prototype.
20538
20539 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20540
20541         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20542         Move -mhard-float appending from
20543         ports/sysdeps/powerpc/powerpc32/Makefile.
20544         [$(with-fp) = yes] (ASFLAGS): Likewise.
20545         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20546         * sysdeps/powerpc/nofpu: Move directory from
20547         ports/sysdeps/powerpc/nofpu.
20548         * sysdeps/powerpc/soft-fp: Move directory from
20549         ports/sysdeps/powerpc/soft-fp.
20550         * sysdeps/powerpc/powerpc32/405: Move directory from
20551         ports/sysdeps/powerpc/powerpc32/405.
20552         * sysdeps/powerpc/powerpc32/440: Move directory from
20553         ports/sysdeps/powerpc/powerpc32/440.
20554         * sysdeps/powerpc/powerpc32/464: Move directory from
20555         ports/sysdeps/powerpc/powerpc32/464.
20556         * sysdeps/powerpc/powerpc32/476: Move directory from
20557         ports/sysdeps/powerpc/powerpc32/476.
20558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20559         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20561         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20563         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20565         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20567         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20568         * README: Update for powerpc-*-linux-gnu software floating point
20569         support in libc.
20570
20571         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20572         case to powerpc/powerpc32*.
20573         * sysdeps/unix/sysv/linux/configure: Regenerated.
20574
20575         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20576         (_FPU_MASK_OM): Define as 0x04.
20577         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20578         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20579         0x00c10080.
20580         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20581         0x0000003c.
20582         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20583
20584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20585         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20586         getcontext_e500.
20587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20588         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20589         setcontext_e500.
20590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20591         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20592         and setcontext_e500.
20593
20594 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20595
20596         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20597
20598 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20599
20600         * manual/threads.texi (Default Thread Attributes): Fix typo.
20601
20602 2013-10-04  Will Newton  <will.newton@linaro.org>
20603
20604         * malloc/Makefile: Add tst-memalign.
20605         * malloc/tst-memalign.c: New file.
20606
20607         * malloc/tst-posix_memalign.c: Add comments.
20608         (do_test): Add comments and call free on all potentially
20609         allocated pointers. Add space after cast.
20610
20611         * malloc/tst-pvalloc.c: Add comments.
20612         (do_test): Add comments and call free on all potentially
20613         allocated pointers. Remove duplicate check for NULL pointer.
20614         Add space after cast.
20615
20616         * malloc/tst-valloc.c: Add comments.
20617         (do_test): Add comments and call free on all potentially
20618         allocated pointers. Remove duplicate check for NULL pointer.
20619         Add space after cast.
20620
20621 2013-10-04  Alan Modra  <amodra@gmail.com>
20622
20623         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20624         Use stdint types in rather than __attribute__((mode())).
20625         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20626
20627 2013-10-04  Alan Modra  <amodra@gmail.com>
20628
20629         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20630         Correct handling of unaligned relocs for little-endian.
20631         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20632
20633 2013-10-04  Alan Modra  <amodra@gmail.com>
20634
20635         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20636         * configure: Regenerate.
20637         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20638         * shlib-versions: Likewise.
20639
20640 2013-10-04  Alan Modra  <amodra@gmail.com>
20641
20642         * string/tester.c (test_memrchr): Increment reported test cycle.
20643
20644 2013-10-04  Alan Modra  <amodra@gmail.com>
20645
20646         * string/test-memcpy.c (do_one_test): When reporting errors, print
20647         string address and don't overrun end of string.
20648
20649 2013-10-04  Alan Modra  <amodra@gmail.com>
20650
20651         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20652         insrdi.  Make better use of reg selection to speed exit slightly.
20653         Schedule entry path a little better.  Remove useless "are we done"
20654         checks on entry to main loop.  Handle wrapping around zero address.
20655         Correct main loop count.  Handle single left-over word from main
20656         loop inline rather than by using loop_small.  Remove extra word
20657         case in loop_small caused by wrong loop count.  Add little-endian
20658         support.
20659         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20660         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20661         cache hint.
20662         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20663         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20664         support.  Avoid rlwimi.
20665         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20666
20667 2013-10-04  Alan Modra  <amodra@gmail.com>
20668
20669         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20670         insrdi.  Formatting.
20671         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20672         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20673         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20674         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20675         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20676         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20677
20678 2013-10-04  Alan Modra  <amodra@gmail.com>
20679
20680         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20681         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20682         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20683         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20684         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20685         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20686         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20687         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20688         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20689         use of regs.  Use power7 mtocrf.  Tidy function tails.
20690
20691 2013-10-04  Alan Modra  <amodra@gmail.com>
20692
20693         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20694         Formatting.  Consistently use rXXX register defines or rN defines.
20695         Use early exit labels that avoid restoring unused non-volatile regs.
20696         Make cr field use more consistent with rWORDn compares.  Rename
20697         regs used as shift registers for unaligned loop, using rN defines
20698         for short lifetime/multiple use regs.
20699         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20700         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20701         addi 1,1,64 to pop stack frame.  Simplify return value code.
20702         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20703
20704 2013-10-04  Alan Modra  <amodra@gmail.com>
20705
20706         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20707         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20708         rather than rlwimi.
20709         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20710         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20711         little-endian support.  Correct typos.
20712         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20713         rather than rlwimi.
20714         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20715         in loop and entry code to keep "and." results.
20716         (strchr): Add little-endian support.  Comment.  Move cntlzd
20717         earlier in tail.
20718         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20719
20720 2013-10-04  Alan Modra  <amodra@gmail.com>
20721
20722         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20723         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20724         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20725         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20726
20727 2013-10-04  Alan Modra  <amodra@gmail.com>
20728
20729         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20730         (rTMP): Define as r11.
20731         (strcmp): Add little-endian support.  Optimise tail.
20732         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20733         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20734         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20735         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20736         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20737         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20738         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20739
20740 2013-10-04  Alan Modra  <amodra@gmail.com>
20741
20742         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20743         little-endian support.  Remove unnecessary "are we done" tests.
20744         Handle "s" wrapping around zero and extremely large "size".
20745         Correct main loop count.  Handle single left-over word from main
20746         loop inline rather than by using small_loop.  Correct comments.
20747         Delete "zero" tail, use "end_max" instead.
20748         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20749
20750 2013-10-04  Alan Modra  <amodra@gmail.com>
20751
20752         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20753         support.  Don't branch over align.
20754         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20755         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20756         support.  Rearrange tmp reg use to suit.  Comment.
20757         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20758
20759 2013-10-04  Alan Modra  <amodra@gmail.com>
20760
20761         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20762
20763 2013-10-04  Alan Modra  <amodra@gmail.com>
20764
20765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20766         conditional form of branch and link when obtaining pc.
20767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20768
20769 2013-10-04  Alan Modra  <amodra@gmail.com>
20770
20771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20772         HIWORD/LOWORD.
20773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20775
20776 2013-10-04  Alan Modra  <amodra@gmail.com>
20777
20778         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20779         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20780         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20781         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20782         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20783         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20784         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20785         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20786         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20787         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20788
20789 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20790             Alistair Popple <alistair@ozlabs.au.ibm.com>
20791             Alan Modra <amodra@gmail.com>
20792
20793         [BZ #15723]
20794         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20795         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20796         _dl_hwcap access for little-endian.
20797         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20798         destroy vmx regs when saving unaligned.
20799         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20800         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20801         destroy vmx regs when saving unaligned.
20802
20803 2013-10-04  Alan Modra  <amodra@gmail.com>
20804
20805         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20806         Don't use a union to pack hi/low value.
20807
20808 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20809
20810         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20811         for little-endian.
20812         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20813         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20814         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20815         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20816         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20817
20818 2013-10-04  Alan Modra  <amodra@gmail.com>
20819
20820         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20821         constants to usual value for .cst8 section, and remove redundant
20822         high address load.
20823         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20824         constant for 0x1p52.  Load little-endian words of double from
20825         correct stack offsets.
20826
20827 2013-10-04  Alan Modra  <amodra@gmail.com>
20828
20829         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20830         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20831         words of double from correct stack offsets.
20832         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20833         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20834         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20835         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20836         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20837         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20838         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20839         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20840         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20841         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20842         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20843         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20844         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20845         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20846         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20847         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20848         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20849
20850 2013-10-04  Alan Modra  <amodra@gmail.com>
20851
20852         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20853         64-bit int/double union.
20854         (_FPU_SETCW): Likewise.
20855         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20856         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20857
20858 2013-10-04  Alan Modra  <amodra@gmail.com>
20859
20860         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20861         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20862
20863 2013-10-04  Alan Modra  <amodra@gmail.com>
20864
20865         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20866         use vector int constants.
20867         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20868
20869 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20870
20871         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20872         array with long long.
20873         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20874         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20875         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20876         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20877         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20878         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20879         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20880         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20881         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20882         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20883         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20884         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20885         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20886
20887 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20888
20889         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20890         (__signbit): Likewise.  Correct for little-endian.
20891         (__signbitl): Call __signbit.
20892         (lrint): Correct for little-endian.
20893         (lrintf): Call lrint.
20894
20895 2013-10-04  Alan Modra  <amodra@gmail.com>
20896
20897         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20898         union 32-bit int array member with 64-bit int array.
20899         (t515, tm256): Double rather than long double.
20900         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20901
20902 2013-10-04  Alan Modra  <amodra@gmail.com>
20903
20904         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20905         Delete.
20906         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20907         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20908         version of math_ldbl.h.
20909
20910 2013-10-04  Alan Modra  <amodra@gmail.com>
20911
20912         [BZ #15734], [BZ #15735]
20913         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20914         all uses of ieee875 long double macros and unions.  Simplify test
20915         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20916         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20917         normalize after ldbl_extract_mantissa, and don't add hidden bit
20918         already handled.  Don't treat low word of ieee854 mantissa like
20919         low word of IBM long double and mask off bit when testing for
20920         zero.
20921         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20922         all uses of ieee875 long double macros and unions.  Simplify tests
20923         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20924         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20925         two1022, instead use their values.  Recognise that tests for large
20926         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20927         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20928         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20929         test for 0.0L and nan.  Correct negation.
20930         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20931         ieee875 long double macros and unions.  Correct output for large
20932         magnitude x.  Correct absolute value calculation.
20933         (__erfcl): Likewise.
20934         * math/libm-test.inc: Add tests for errors discovered in IBM long
20935         double versions of fmodl, remainderl, erfl and erfcl.
20936
20937 2013-10-04  Alan Modra  <amodra@gmail.com>
20938
20939         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20940         all uses of ieee854 long double macros and unions.  Simplify tests
20941         for long doubles that are fully specified by the high double.
20942         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20943         Likewise.
20944         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20945         Remove dead code too.
20946         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20947         (__ieee754_ynl): Likewise.
20948         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20949         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20950         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20951         Remove dead code too.
20952         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20953         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20954         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20955         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20956         Simplify.
20957         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20958         Simplify.
20959         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20960         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20961         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20962         Comment on variable precision.
20963         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20964         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20965         Likewise.
20966         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20967         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20968         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20969         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20970         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20971
20972 2013-10-04  Alan Modra  <amodra@gmail.com>
20973
20974         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20975         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20976         all uses of ieee854 long double macros and unions.
20977         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20978         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20979         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20980         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20981         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20982         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20983         Likewise.
20984         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20985         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20986         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20987         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20988         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20989         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20990         Simplify sign and nan test too.
20991         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20992         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20993         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20994         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20995         Likewise.
20996         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20997         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20998         Likewise.
20999         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21000         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21001         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21002         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21003         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21004         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21005
21006 2013-10-04  Alan Modra  <amodra@gmail.com>
21007
21008         * stdio-common/printf_size.c (__printf_size): Don't use
21009         union ieee854_long_double in fpnum union.
21010         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21011         signbit macro to retrieve sign from long double.
21012         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21013         retrieve sign from long double.
21014         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21015         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21016         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21017         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21018         * math/test-misc.c (main): Don't use union ieee854_long_double.
21019
21020 2013-10-04  Alan Modra  <amodra@gmail.com>
21021
21022         [BZ #15680]
21023         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21024         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21025         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21026         calculation.  Remove unnecessary test for denormal exponent.
21027         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21028         Correct handling of denormals.  Avoid undefined shift behaviour.
21029         Correct normalisation of low mantissa when low double is denormal.
21030         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21031         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21032         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21033         Correct normalisation of low mantissa.  Test for overflow of high
21034         mantissa and normalise.
21035         (ldbl_nearbyint): Use more readable constant for two52.
21036         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21037         (__mpn_construct_long_double): Fix test for overflow of high
21038         mantissa and correct normalisation.  Avoid undefined shift.
21039
21040 2013-10-04  Alan Modra  <amodra@gmail.com>
21041
21042         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21043         (union ibm_extended_long_double): Define as an array of ieee754_double.
21044         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21045         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21046         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21047         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21048         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21049         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21050         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21051         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21052         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21053         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21054         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21055
21056 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21057
21058         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21059         page size instead of calling getpagesize.
21060
21061         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21062         (LOCFILE_ALIGN_MASK): Likewise.
21063         (LOCFILE_ALIGN_UP): Likewise.
21064         (LOCFILE_ALIGNED_P): Likewise.
21065         * locale/programs/ld-collate.c (collate_output): Use the new
21066         macros instead of __alignof__ (int32_t).
21067         * locale/weight.h (findidx): Likewise.
21068
21069 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21070
21071         [BZ #431]
21072         * manual/string.texi: Fix strncat and wcsncat.
21073
21074 2013-10-03  Brooks Moses  <bmoses@google.com>
21075
21076         [BZ #15915]
21077         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21078         * Makerules: ...here, and adjust associated comments.
21079
21080 2013-10-02  Will Newton  <will.newton@linaro.org>
21081
21082         * malloc/Makefile: Add tst-pvalloc.
21083         * malloc/tst-pvalloc.c: New file.
21084
21085 2013-10-02  Will Newton  <will.newton@linaro.org>
21086
21087         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21088         improve test coverage.
21089
21090 2013-10-02  Will Newton  <will.newton@linaro.org>
21091
21092         * malloc/Makefile: Add tst-posix_memalign.
21093         * malloc/tst-posix_memalign.c: New file.
21094
21095 2013-10-01  Eric Blake  <eblake@redhat.com>
21096
21097         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21098         Use __THROWNL rather than __THROW on static functions.
21099
21100 2013-09-30  Petr Machata  <pmachata@redhat.com>
21101
21102         * elf/elf.h (R_AARCH64_ABS16): New macro.
21103         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21104         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21105         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21106         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21107         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21108         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21109         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21110         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21111         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21112         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21113         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21114         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21115         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21116         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21117         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21118         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21119         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21120         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21121         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21122         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21123         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21124         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21125         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21126         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21127         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21128         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21129         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21130         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21131         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21132         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21133         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21134         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21135         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21136         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21137         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21138         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21139         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21140         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21141         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21142         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21143         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21144         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21145         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21146         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21147         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21148         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21149         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21150         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21151         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21152         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21153         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21154         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21155         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21156         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21157         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21158         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21159         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21160         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21161         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21162         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21163         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21164         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21165         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21166         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21167         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21168         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21169         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21170         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21171         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21172         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21173         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21174         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21175         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21176         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21177         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21178         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21179         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21180         (R_AARCH64_TLSDESC_LDR): Likewise.
21181         (R_AARCH64_TLSDESC_ADD): Likewise.
21182         (R_AARCH64_TLSDESC_CALL): Likewise.
21183
21184 2013-09-30  Andreas Schwab  <schwab@suse.de>
21185
21186         [BZ #15048]
21187         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21188         the nss database lookup.
21189         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21190         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21191
21192 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21193
21194         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21195
21196 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21197
21198         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21199         ${Bash-specific parameter/pattern/string} parameter expansion.
21200         * sysdeps/unix/make-syscalls.sh: Likewise.
21201
21202 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21203
21204         * sysdeps/sh/stackguard-macros.h: New file.
21205
21206 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21207
21208         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21209         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21210         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21211         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21212         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21213         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21214
21215 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21216
21217         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21218         Fix thread ID register.
21219
21220 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21221
21222         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21223         [POSIX || UNIX98]: Require rather than permitting all symbols from
21224         <time.h>.
21225         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21226         element of struct sched_param.
21227         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21228         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21229         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21230         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21231         constant.
21232
21233 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21234
21235         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21236         argument calculation.
21237
21238 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21239
21240         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21241         Expect macro.
21242         [POSIX] (pthread_attr_t): Do not require type.
21243         [POSIX] (pthread_cond_t): Likewise.
21244         [POSIX] (pthread_condattr_t): Likewise.
21245         [POSIX] (pthread_key_t): Likewise.
21246         [POSIX] (pthread_mutex_t): Likewise.
21247         [POSIX] (pthread_mutexattr_t): Likewise.
21248         [POSIX] (pthread_once_t): Likewise.
21249         [POSIX] (pthread_t): Likewise.
21250         [POSIX-based standards] (pthread_atfork): Expect function.
21251
21252 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21253             Richard Sandiford  <richard@codesourcery.com>
21254
21255         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21256         (swap_endianness_p): New extern variable.
21257         (set_big_endian): New inline function.
21258         (maybe_swap_uint32): Likewise.
21259         (maybe_swap_uint32_array): Likewise.
21260         (maybe_swap_uint32_obstack): Likewise.
21261         * locale/programs/locfile.c: Include <stdbool.h>.
21262         (swap_endianness_p): New variable.
21263         (add_locale_uint32): Call maybe_swap_uint32.
21264         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21265         (write_locale_data): Call maybe_swap_uint32_array.
21266         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21267         maybe_swap_uint32.
21268         (obstack_int32_grow_fast): Likewise.
21269         (output_weightwc): Call maybe_swap_uint32_obstack.
21270         (collate_output): Likewise.
21271         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21272         (OPT_LITTLE_ENDIAN): Likewise.
21273         (options): Add --little-endian and --big-endian options.
21274         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21275         * locale/programs/locarchive.c: Include "locfile.h".
21276         (GET): New macro.
21277         (SET): Likewise.
21278         (INC): Likewise.
21279         (create_archive): Use the new macros to access fields of
21280         structures directly mapped from or written to locale archives.
21281         (oldlocrecentcmp): Likewise.
21282         (enlarge_archive): Likewise.
21283         (insert_name): Likewise.
21284         (add_alias): Likewise.
21285         (add_locale): Likewise.
21286         (delete_locales_from_archive): Likewise.
21287         (show_archive_content): Likewise.
21288         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21289         locale data.
21290
21291 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21292
21293         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21294         http://www.gnu.org/doc/freemanuals.texi.
21295         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21296
21297 2013-09-24  Will Newton  <will.newton@linaro.org>
21298
21299         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21300         macro.
21301
21302 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21303
21304         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21305         unsigned char.
21306
21307 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21308
21309         * manual/threads.texi (POSIX Threads): Fix a typo.
21310
21311 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21312
21313         [BZ #14547]
21314         * string/tst-strcoll-overflow.c: New test case.
21315         * string/Makefile (xtests): Add tst-strcoll-overflow.
21316         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21317         cache if string sizes may cause integer overflow.
21318
21319         [BZ #14547]
21320         * string/strcoll_l.c (coll_seq): New members rule, idx,
21321         save_idx and back_us.
21322         (get_next_seq_nocache): New function.
21323         (do_compare_nocache): New function.
21324         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21325         when malloc fails.
21326
21327 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21328
21329         [BZ #15754]
21330         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21331         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21332         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21333
21334         [BZ #15754]
21335         * elf/Makefile (tests): Add tst-ptrguard1.
21336         (tests-static): Add tst-ptrguard1-static.
21337         (tst-ptrguard1-ARGS): Define.
21338         (tst-ptrguard1-static-ARGS): Define.
21339         * elf/tst-ptrguard1.c: New file.
21340         * elf/tst-ptrguard1-static.c: New file.
21341         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21342         * sysdeps/i386/stackguard-macros.h: Likewise.
21343         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21344         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21345         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21346         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21347         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21348         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21349
21350 2013-09-23  Hector Marco  <hecmargi@upv.es>
21351             Ismael Ripoll  <iripoll@disca.upv.es>
21352             Carlos O'Donell  <carlos@redhat.com>
21353
21354         [BZ #15754]
21355         * sysdeps/generic/stackguard-macros.h: Define
21356         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21357         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21358         Define __pointer_chk_guard_local.
21359         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21360         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21361
21362 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21363
21364         [BZ #15859]
21365         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21366
21367 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21368
21369         * include/string.h (__ffs): Declare as hidden.
21370         * string/ffs.c (__ffs): Define as hidden.
21371         * sysdeps/i386/ffs.c (__ffs): Likewise.
21372         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21373         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21374         * sysdeps/s390/ffs.c (__ffs): Likewise.
21375         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21376
21377 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21378
21379         * NEWS: Mention malloc probes.
21380
21381         * malloc/arena.c (new_heap): New memory_heap_new probe.
21382         (grow_heap): New memory_heap_more probe.
21383         (shrink_heap): New memory_heap_less probe.
21384         (heap_trim): New memory_heap_free probe.
21385         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21386         (systrim): New memory_sbrk_less probe.
21387         * manual/probes.texi: Document them.
21388
21389         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21390         * manual/probes.texi: Document it.
21391
21392         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21393         (__libc_realloc): Add memory_realloc_retry probe.
21394         (__libc_memalign): Add memory_memalign_retry probe.
21395         (__libc_valloc): Add memory_valloc_retry probe.
21396         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21397         (__libc_calloc): Add memory_calloc_retry probe.
21398         * manual/probes.texi: Document them.
21399
21400         * malloc/arena.c (get_free_list): Add probe
21401         memory_arena_reuse_free_list.
21402         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21403         and memory_arena_reuse.
21404         (arena_get2) [!PER_THREAD]: Likewise.
21405         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21406         memory_arena_reuse_realloc.
21407         * manual/probes.texi: Document them.
21408
21409         * malloc/malloc.c (__libc_free): Add
21410         memory_mallopt_free_dyn_thresholds probe.
21411         (__libc_mallopt): Add multiple memory_mallopt probes.
21412         * manual/probes.texi: Document them.
21413
21414         * malloc/malloc.c: Include stap-probe.h.
21415         (__libc_mallopt): Add memory_mallopt probe.
21416         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21417         * manual/probes.texi: New.
21418         * manual/Makefile (chapters): Add probes.
21419         * manual/threads.texi: Set next node.
21420
21421 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21422
21423         [BZ #15963, #13985]
21424         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21425         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21426         Add `Chinese' to `nan' entry name.
21427
21428 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21429
21430         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21431         (POLYNOMIAL): Likewise.
21432         (TAYLOR_SINCOS): Likewise.
21433         (TAYLOR_SLOW): Likewise.
21434         (__sin): Use TAYLOR_SINCOS.
21435         (__cos): Likewise.
21436         (slow): Use TAYLOR_SLOW.
21437         (sloww): Likewise.
21438         (bsloww): Likewise.
21439         (csloww): Likewise.
21440
21441 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21442
21443         * stdlib/strtod_l.c: Fix buffer overrun.
21444
21445 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21446
21447         * benchtests/Makefile (bench): Add sincos.
21448         * benchtests/bench-sincos.c: New file.
21449
21450         * math/libm-test.inc (cos_test_data): New test inputs.
21451         (sin_test_data): Likewise.
21452
21453         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21454         macro.
21455         (__sin): Use it.
21456         (__cos): Likewise.
21457         (slow1): Likewise.
21458         (slow2): Likewise.
21459         (sloww1): Likewise.
21460         (sloww2): Likewise.
21461         (bsloww1): Likewise.
21462         (bsloww2): Likewise.
21463         (cslow2): Likewise.
21464         (csloww1): Likewise.
21465         (csloww2): Likewise.
21466
21467         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21468         function.
21469         (__sin): Use it.
21470         (__cos): Likewise.
21471
21472         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21473         gotos.
21474         (__cos): Likewise.
21475
21476 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21477
21478         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21479         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21480         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21481         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21482         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21483         * elf/cache.c (print_entry): Handle the new cache flags.
21484
21485 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21486             Aldy Hernandez  <aldyh@redhat.com>
21487
21488         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21489         Change condition to [_SOFT_FLOAT].
21490         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21491         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21492         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21493         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21494         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21495         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21496         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21497         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21498         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21499         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21500         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21501         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21502         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21503         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21504         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21505         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21506         declaration.
21507
21508 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21509
21510         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21511         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21512         (__longjmp): Use LOAD_GP to load saved GPRs.
21513         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21514         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21515         (__sigsetjmp): Use SAVE_GP to save GPRs.
21516
21517         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21518         Do not append -msoft-float.
21519         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21520
21521 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21522
21523         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21524
21525 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21526
21527         [BZ #15966]
21528         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21529         (_FPU_GETCW): Use initial "__" on variable and field names but not
21530         on macro parameter name.
21531         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21532         parentheses around reference to macro parameter.
21533
21534 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21535
21536         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21537         prototype.
21538         (ctype_startup): Use uint32_t in cast and sizeof for
21539         ctype->charnames.
21540
21541 2013-09-11  Jia Liu  <proljc@gmail.com>
21542
21543         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21544         __daddr_t_defined.
21545         [__FreeBSD__]: Likewise.
21546
21547 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21548
21549         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21550         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21551         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21552         (strchr): Remove __strchr_sse42 ifunc selection.
21553         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21554         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21555
21556 2013-09-11  Will Newton  <will.newton@linaro.org>
21557
21558         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21559         parameter to RES. Remove hardcoded 1000 value.
21560         * benchtests/bench-skeleton.c (main): Pass RES parameter
21561         to TIMING_INIT and multiply result by 1000.
21562
21563 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21564
21565         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21566
21567 2013-09-11  Andreas Schwab  <schwab@suse.de>
21568
21569         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21570         if not defined.
21571         (O_TMPFILE) [__USE_GNU]: Define.
21572         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21573         Define.
21574
21575 2013-09-11  Will Newton  <will.newton@linaro.org>
21576
21577         [BZ #15857]
21578         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21579         does not overflow.
21580
21581 2013-09-11  Will Newton  <will.newton@linaro.org>
21582
21583         [BZ #15856]
21584         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21585         does not overflow.
21586
21587 2013-09-11  Will Newton  <will.newton@linaro.org>
21588
21589         [BZ #15855]
21590         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21591         does not overflow.
21592
21593 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21594
21595         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21596         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21597         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21598         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21599         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21600
21601 2013-09-10  Allan McRae  <allan@archlinux.org>
21602
21603         [BZ #15748]
21604         * manual/arith.texi (Parsing of Floats): Clarify
21605         cross-reference.
21606
21607         [BZ #15849]
21608         * manual/install.texi (Running make install): Mention
21609         --enable-pt-chown.
21610         * INSTALL: Regenerated.
21611
21612 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21613
21614         * csu/init-first.c (_init): Remove the !SHARED condition around
21615         FPU control word initialization.
21616         * elf/dl-support.c (_dl_fpu_control): New variable.
21617         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21618         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21619         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21620         * math/test-fpucw-static.c: New file.
21621         * math/test-fpucw-ieee.c: New file.
21622         * math/test-fpucw-ieee-static.c: New file.
21623         * math/Makefile (tests): Add `test-fpucw-ieee' and
21624         `$(tests-static)'.
21625         (tests-static): New variable.
21626         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21627         dependency to...
21628         [($(build-shared),yes)]
21629         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21630         ... this.
21631         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21632         New dependency.
21633
21634 2013-09-09  Allan McRae  <allan@archlinux.org>
21635
21636         [BZ #15939]
21637         * manual/string.texi (Collation Functions): Fix typo in
21638         strcoll example.
21639         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21640
21641         [BZ #15893]
21642         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21643
21644         [BZ #15892]
21645         * libio/memstream.c (open_memstream): Fix memory leak.
21646         * libio/wmemstream.c (open_wmemstream): Likewise.
21647
21648         [BZ #15895]
21649         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21650
21651 2013-09-09  Will Newton  <will.newton@linaro.org>
21652
21653         * malloc/Makefile: Add tst-realloc to tests.
21654         * malloc/tst-realloc.c: New file.
21655
21656 2013-09-09  Allan McRae  <allan@archlinux.org>
21657
21658         [BZ #15844]
21659         * COPYING: Update from GNU website to fix FSF address.
21660         * COPYING.LIB: Likewise.
21661
21662 2013-09-06  David S. Miller  <davem@davemloft.net>
21663
21664         * po/zh_TW.po: Update Chinese (traditional) translation from
21665         translation project.
21666
21667 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21668             Joseph Myers  <joseph@codesourcery.com>
21669
21670         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21671         "localeinfo.h".
21672         (obstack_chunk_alloc): New macro.
21673         (obstack_chunk_free): Likewise.
21674         (record_offset): New function.
21675         (init_locale_data): Likewise.
21676         (align_locale_data): Likewise.
21677         (add_locale_empty): Likewise.
21678         (add_locale_raw_data): Likewise.
21679         (add_locale_raw_obstack): Likewise.
21680         (add_locale_string): Likewise.
21681         (add_locale_wstring): Likewise.
21682         (add_locale_uint32): Likewise.
21683         (add_locale_uint32_array): Likewise.
21684         (add_locale_char): Likewise.
21685         (start_locale_structure): Likewise.
21686         (end_locale_structure): Likewise.
21687         (start_locale_prelude): Likewise.
21688         (end_locale_prelude): Likewise.
21689         (write_locale_data): Take locale_file structure rather than an
21690         iovec.
21691         * locale/programs/locfile.h: Include "obstack.h".
21692         (struct locale_file): Change to store locale file contents instead
21693         of header.
21694         (init_locale_data): New prototype.
21695         (align_locale_data): Likewise.
21696         (add_locale_empty): Likewise.
21697         (add_locale_raw_data): Likewise.
21698         (add_locale_raw_obstack): Likewise.
21699         (add_locale_string): Likewise.
21700         (add_locale_wstring): Likewise.
21701         (add_locale_uint32): Likewise.
21702         (add_locale_uint32_array): Likewise.
21703         (add_locale_char): Likewise.
21704         (start_locale_structure): Likewise.
21705         (end_locale_structure): Likewise.
21706         (start_locale_prelude): Likewise.
21707         (end_locale_prelude): Likewise.
21708         (write_locale_data): Update prototype.
21709         * locale/programs/3level.h (struct TABLE): Remove result field.
21710         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21711         Use new locale_file interface.
21712         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21713         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21714         * locale/programs/ld-address.c (address_output): Use new
21715         locale_file interface.
21716         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21717         NO_ADD_LOCALE.
21718         (collate_finish): Don't call collseq_table_finalize.
21719         (collate_output): Use new locale_file interface.
21720         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21721         in file.
21722         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21723         (TABLE): Move defines earlier in file.
21724         (ELEMENT): Likewise.
21725         (DEFAULT): Likewise.
21726         (wctrans_table_add): Move macro and inline function earlier in
21727         file.
21728         (struct wctype_table): Move type earlier in file.
21729         (add_locale_wctype_table): New static prototype.
21730         (struct locale_ctype_t): Use logical types instead of struct iovec
21731         pointers for members.
21732         (ctype_output): Use new locale_file interface.
21733         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21734         new locale_file interface.
21735         (allocate_arrays): Update for use of new locale_file interface.
21736         * locale/programs/ld-identification.c (identification_output): Use
21737         new locale_file interface.
21738         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21739         * locale/programs/ld-messages.c (messages_output): Likewise.
21740         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21741         * locale/programs/ld-name.c (name_output): Likewise.
21742         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21743         * locale/programs/ld-paper.c (paper_output): Likewise.
21744         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21745         * locale/programs/ld-time.c (time_output): Likewise.
21746
21747 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21748
21749         * benchtests/Makefile: Add memrchr benchmark.
21750         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21751         benchmark as memrchr.
21752         * benchtests/bench-memrchr-ifunc.c: New file.
21753         * benchtests/bench-memrchr.c: New file.
21754
21755 2013-09-06   Will Newton  <will.newton@linaro.org>
21756
21757         * benchtests/Makefile (string-bench): Add memcpy.
21758
21759 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21760             Cong Wang  <amwang@redhat.com>
21761
21762         [BZ #15850]
21763         * sysdeps/unix/sysv/linux/bits/in.h
21764         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21765         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21766         before __USE_KERNEL_IPV6_DEFS uses.
21767         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21768         IPPROTO_BEETPH.
21769         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21770         sockaddr_in6, or ipv6_mreq.
21771
21772 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21773
21774         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21775         memory access for final bytes in some large inputs.
21776         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21777
21778 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21779
21780         * string/test-memrchr.c: New file.
21781         * string/test-memrchr-ifunc.c: New file.
21782         * string/Makefile: Add new memrchr testcase.
21783
21784 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21785
21786         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21787         fanotify_init returns EPERM.
21788
21789 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21790
21791         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21792         errors.
21793         (top level): Treat second token from macro or constant entries for
21794         allowed headers as allowed.
21795         * include/complex.h: Condition internal declarations on
21796         [!_ISOMAC].
21797         * include/fenv.h: Condition include of <stdbool.h> and internal
21798         declarations on [!_ISOMAC].
21799
21800 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21801
21802         [BZ #15923]
21803         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21804
21805 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21806
21807         * configure.in (--enable-versioning): Remove configure option.
21808         (libc_cv_asm_symver_directive): Remove configure test.
21809         (libc_cv_ld_version_script_option): Likewise.
21810         (VERSIONING): Remove variable and AC_SUBST.
21811         (DO_VERSIONING): Remove AC_DEFINE.
21812         * configure: Regenerated.
21813         * config.h.in (DO_VERSIONING): Remove macro.
21814         * Makerules [$(versioning) = yes]: Change conditionals to
21815         [$(build-shared) = yes].
21816         * config.make.in (versioning): Remove variable.
21817         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21818         [$(build-shared) = yes].
21819         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21820         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21821         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21822         [$(build-shared) = yes].
21823         * extra-lib.mk [$(versioning) = yes]: Likewise.
21824         * hurd/Makefile [$(versioning) = yes]: Likewise.
21825         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21826         [SHARED].
21827         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21828         [SHARED].
21829         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21830         [SHARED && !NO_HIDDEN].
21831         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21832         [SHARED].
21833         [SHARED && DO_VERSIONING]: Likewise..
21834         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21835         [$(build-shared) = yes].
21836         * manual/install.texi (--disable-versioning): Remove
21837         documentation.
21838         * INSTALL: Regenerated.
21839         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21840         to [SHARED].
21841         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21842         [$(build-shared) = yes].
21843         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21844         * sysdeps/i386/i686/multiarch/strstr-c.c
21845         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21846         [SHARED && !NO_HIDDEN].
21847         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21848         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21849         * sysdeps/powerpc/powerpc32/dl-machine.c
21850         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21851         * sysdeps/powerpc/powerpc32/sysdep.h
21852         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21853         to [SHARED && PIC && !NO_HIDDEN].
21854         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21855         conditional to [SHARED].
21856
21857 2013-09-04   Will Newton  <will.newton@linaro.org>
21858
21859         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21860         * benchtests/bench-string.h: Include bench-timing.h instead
21861         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21862         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21863         call to HP_TIMING_DIFF_INIT.
21864         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21865         instead of hp-timing.h macros.
21866         * benchtests/bench-memchr.c: Likewise.
21867         * benchtests/bench-memcmp.c: Likewise.
21868         * benchtests/bench-memcpy.c: Likewise.
21869         * benchtests/bench-memmem.c: Likewise.
21870         * benchtests/bench-memmove.c: Likewise.
21871         * benchtests/bench-memset.c: Likewise.
21872         * benchtests/bench-rawmemchr.c: Likewise.
21873         * benchtests/bench-strcasecmp.c: Likewise.
21874         * benchtests/bench-strcasestr.c: Likewise.
21875         * benchtests/bench-strcat.c: Likewise.
21876         * benchtests/bench-strchr.c: Likewise.
21877         * benchtests/bench-strcmp.c: Likewise.
21878         * benchtests/bench-strcpy.c: Likewise.
21879         * benchtests/bench-strcpy_chk.c: Likewise.
21880         * benchtests/bench-strlen.c: Likewise.
21881         * benchtests/bench-strncasecmp.c: Likewise.
21882         * benchtests/bench-strncat.c: Likewise.
21883         * benchtests/bench-strncmp.c: Likewise.
21884         * benchtests/bench-strncpy.c: Likewise.
21885         * benchtests/bench-strnlen.c: Likewise.
21886         * benchtests/bench-strpbrk.c: Likewise.
21887         * benchtests/bench-strrchr.c: Likewise.
21888         * benchtests/bench-strspn.c: Likewise.
21889         * benchtests/bench-strstr.c: Likewise.
21890
21891 2013-09-04  Will Newton  <will.newton@linaro.org>
21892
21893         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21894
21895 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21896
21897         [BZ #15427]
21898         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21899         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21900         * math/libm-test.inc (lgamma_test_data): Add more tests.
21901         * sysdeps/i386/fpu/libm-test-ulps: Update.
21902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21903
21904 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21905
21906         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21907         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21908         Add ifunc.
21909         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21910         Add strcmp-sse2-unaligned
21911         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21912
21913 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21914
21915         * Versions.def (libc): Add GLIBC_2.19.
21916
21917 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21918
21919         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21920         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21921
21922 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21923
21924         [BZ #14155]
21925         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21926         intermediate calculations in recurrence.
21927         (__ieee754_ynf): Likewise.
21928         * math/libm-test.inc (jn_test_data): Do not allow spurious
21929         underflow exception.  Add more tests.
21930         (yn_test_data): Add more tests.
21931         * sysdeps/i386/fpu/libm-test-ulps: Update.
21932         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21933
21934 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21935
21936         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21937
21938 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21939
21940         * csu/init-first.c: Fix then/than typos.
21941         * locale/programs/ld-collate.c: Likewise.
21942         * locale/programs/linereader.h: Likewise.
21943         * manual/charset.texi: Likewise.
21944         * manual/filesys.texi: Likewise.
21945         * manual/stdio.texi: Likewise.
21946         * manual/string.texi: Likewise.
21947         * stdlib/fmtmsg.c: Likewise.
21948         * sysdeps/i386/stpncpy.S: Likewise.
21949         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21950         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21951         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21952         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21953
21954 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21955
21956         * elf/dl-open.c: Fix typos.
21957         * iconvdata/gbbig5.c: Likewise.
21958         * iconvdata/iso-2022-jp.c: Likewise.
21959         * iconv/gconv_int.h: Likewise.
21960         * iconv/loop.c: Likewise.
21961         * nis/rpcsvc/nis.h: Likewise.
21962         * resolv/ns_name.c: Likewise.
21963         * stdio-common/vfscanf.c: Likewise.
21964         * streams/stropts.h: Likewise.
21965         * sunrpc/rpc_thread.c: Likewise.
21966         * sysdeps/i386/strpbrk.S: Likewise.
21967         * sysdeps/ieee754/k_standard.c: Likewise.
21968         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21969         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21970         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21971         * sysdeps/mach/hurd/profil.c: Likewise.
21972         * sysdeps/s390/dl-procinfo.h: Likewise.
21973         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21974         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21975         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21976         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21977         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21978
21979 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21980
21981         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21982         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21983
21984 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21985
21986         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21987         aix specific files.
21988         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21989         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21990         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21991         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21992         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21993         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21994         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21995         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21996
21997 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21998             Roland McGrath  <roland@hack.frob.com>
21999
22000         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22001         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22002
22003 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22004
22005         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22006         __executable_start symbol instead of _start.
22007
22008 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22009
22010         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22011         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22012         Move macros to...
22013         * sysdeps/gnu/ldsodefs.h: ... this new file.
22014
22015         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22016         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22017         instead of ELFOSABI_LINUX.
22018
22019         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22020         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22021         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22022         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22023         Likewise.
22024         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22025         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22026         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22027         Likewise.
22028         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22029         (ibm_extended_long_double): Add ieee_nan member.
22030         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22031         (do_test): New function.
22032
22033         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22034         TEST_TRUNC.
22035         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22036         functions, renamed from truncdfsf_test, trunctfsf_test,
22037         trunctfdf_test.
22038         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22039         functions.
22040         (do_test): Run all these.
22041
22042 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22043
22044         * argp/argp-help.c: Fix typos.
22045         * argp/argp-parse.c: Likewise.
22046         * debug/backtracesyms.c: Likewise.
22047         * elf/elf.h: Likewise.
22048         * malloc/malloc.c: Likewise.
22049         * nis/nis_print.c: Likewise.
22050         * resolv/res_comp.c: Likewise.
22051         * stdlib/stdlib.h: Likewise.
22052         * sunrpc/clnt_tcp.c: Likewise.
22053         * sunrpc/clnt_udp.c: Likewise.
22054         * sunrpc/clnt_unix.c: Likewise.
22055         * sysdeps/unix/bsd/ptsname.c: Likewise.
22056         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22057         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22059         Likewise.
22060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22061         Likewise.
22062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22063         Likewise.
22064         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22065
22066 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22067
22068         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22069         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22070
22071 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22072
22073         [BZ #15897]
22074         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22075         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22076         ($(objpfx)bug-dl-leaf): New rule.
22077         ($(objpfx)bug-dl-leaf.so): Likewise.
22078         ($(objpfx)bug-dl-leaf.out): Likewise.
22079         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22080         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22081         * dlfcn/bug-dl-leaf.c: New test.
22082         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22083         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22084         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22085         (dlclose): Likewise.
22086         (dlmopen): Likewise.
22087
22088 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22089
22090         * include/netdb.h [!_ISOMAC]:
22091         Don't include <tls.h>.
22092         (h_errno, __libc_h_errno): Move declaration and macros out of
22093         [_LIBC_REENTRANT].
22094
22095         * include/resolv.h [_RESOLV_H_]:
22096         Don't include <tls.h>.
22097         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22098         * resolv/res_libc.c: Don't include <tls.h>.
22099         (_res): Use __attribute__ ((nocommon)) in place of
22100         __attribute__ ((section (".bss"))).
22101
22102         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22103         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22104
22105         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22106
22107         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22108         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22109
22110         * resolv/res_mkquery.c: Include <sys/time.h>.
22111
22112         * inet/ifreq.c: Moved to ...
22113         * sysdeps/unix/ifreq.c: ... here.
22114         * inet/ifreq.c: New file, true stub version.
22115
22116         * socket/sa_len.c: New file.
22117         * socket/Makefile (aux): Add it.
22118         * sysdeps/unix/sysv/linux/Makefile
22119         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22120         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22121         and #include <socket/sa_len.c>.
22122         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22123         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22124
22125         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22126         * bits/socket.h: ... here.
22127
22128         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22129         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22130         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22131
22132 2013-08-27  Andreas Schwab  <schwab@suse.de>
22133
22134         [BZ #15736]
22135         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22136         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22137         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22138         * string/test-strcasecmp.c (test_main): Run tests in several
22139         locales.
22140         * string/test-strncasecmp.c (test_main): Likewise.
22141
22142         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22143         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22144         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22145         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22146         (__strncasecmp_ssse3) [PIC]: Likewise.
22147
22148 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22149
22150         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22151
22152         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22153         instead of explicitly declaring xdecrypt.
22154         * nis/nss_nis/nis-publickey.c: Likewise.
22155
22156 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22157
22158         [BZ #15890]
22159         * nscd/aicache.c: Include res_hconf.h.
22160         (addhstaiX): Initialize res_hconf.
22161
22162 2013-08-26  Andreas Schwab  <schwab@suse.de>
22163
22164         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22165         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22166
22167 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22168
22169         * nscd/aicache.c (addhstaiX): Fix indentation.
22170
22171 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22172
22173         * configure.ac: Quote $build_pt_chown test.
22174         * configure: Regenerated.
22175
22176 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22177
22178         [BZ #15532]
22179         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22180         * math/s_cexpf.c (__cexpf): Likewise.
22181         * math/s_cexpl.c (__cexpl): Likewise.
22182         * math/libm-test.inc (cexp_test_data): Correct expected return
22183         value for NaN + i0.  Add another test.
22184
22185 2013-08-22  David S. Miller  <davem@davemloft.net>
22186
22187         * po/ca.po: Update Catalan translation from translation project.
22188         * po/uk.po: Add Ukrainian translations from translation project.
22189
22190 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22191
22192         [BZ #15797]
22193         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22194         is infinite, not alongside NaN test.
22195         * math/s_fdimf.c (__fdimf): Likewise.
22196         * math/s_fdiml.c (__fdiml): Likewise.
22197         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22198         errno is unchanged.
22199
22200 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22201
22202         * argp/argp-help.c: Fix typos.
22203         * crypt/speeds.c: Likewise.
22204         * csu/check_fds.c: Likewise.
22205         * elf/dl-load.c: Likewise.
22206         * elf/dl-open.c: Likewise.
22207         * elf/reldep3.c: Likewise.
22208         * elf/reldep.c: Likewise.
22209         * elf/sprof.c: Likewise.
22210         * iconv/iconv_charmap.c: Likewise.
22211         * iconv/skeleton.c: Likewise.
22212         * iconv/strtab.c: Likewise.
22213         * io/lockf64.c: Likewise.
22214         * libio/libioP.h: Likewise.
22215         * resolv/gai_notify.c: Likewise.
22216         * resolv/ns_name.c: Likewise.
22217         * resolv/ns_samedomain.c: Likewise.
22218         * resolv/res_send.c: Likewise.
22219         * stdlib/random.c: Likewise.
22220         * sunrpc/rpc/xdr.h: Likewise.
22221         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22222         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22223         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22224         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22225         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22226         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22227         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22228         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22229         * sysdeps/mach/hurd/check_fds.c: Likewise.
22230         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22231         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22232         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22233         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22234         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22235         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22236         * sysdeps/pthread/aio_notify.c: Likewise.
22237         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22238         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22239         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22240         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22241         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22242
22243 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22244
22245         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22246         version if bit_Slow_SSE4_2 is set.
22247         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22248         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22249
22250 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22251
22252         [BZ #15867]
22253         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22254         trampoline stack frame information.
22255         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22256         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22257         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22258         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22259         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22260         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22261         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22262         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22263         sa_flags value.
22264         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22265         interrupting a syscall and set with option SA_SIGINFO.
22266
22267 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22268
22269         [BZ #15531]
22270         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22271         argument is infinite.
22272         * math/s_cprojf.c (__cprojf): Likewise.
22273         * math/s_cprojl.c (__cprojl): Likewise.
22274         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22275         * math/libm-test.inc (cproj_test_data): Add more tests.
22276
22277         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22278
22279         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22280         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22281         size.  Use __ffs to determine corresponding shift.
22282
22283 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22284             Roland McGrath  <roland@hack.frob.com>
22285
22286         * Makefile (INSTALL): Remove trailing blank lines from output of
22287         makeinfo.
22288
22289 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22290
22291         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22292         Align 32 bit compat elf_greg to 8 bytes.
22293
22294 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22295
22296         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22297
22298 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22299
22300         * string/strcoll_l.c (coll_seq): New structure.
22301         (get_next_seq_cached): New function.
22302         (get_next_seq): New function.
22303         (do_compare): New function.
22304         (STRCOLL): Use GNU style definition.  Simplify implementation
22305         by using get_next_seq, get_next_seq_cached and do_compare.
22306
22307 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22308
22309         [BZ #14699]
22310         CVE-2013-4237
22311         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22312         member.
22313         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22314         member.
22315         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22316         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22317         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22318         conditional.
22319         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22320         GETDENTS_64BIT_ALIGNED.
22321         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22322         * manual/filesys.texi (Reading/Closing Directory): Document
22323         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22324         strongly.
22325         * manual/conf.texi (Limits for Files): Add portability note to
22326         NAME_MAX, PATH_MAX.
22327         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22328
22329 2013-08-13  Andreas Schwab  <schwab@suse.de>
22330
22331         [BZ #15749]
22332         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22333         of fabs.
22334         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22335         LDBL_MAX_EXP >= 16384]: Add tests for it.
22336
22337 2013-08-12  David S. Miller  <davem@davemloft.net>
22338
22339         * version.h (RELEASE): Set to "development".
22340         (VERSION): Set to "2.18.90".
22341         * NEWS: Add 2.19 section.
22342
22343 2013-08-03  David S. Miller  <davem@davemloft.net>
22344
22345         * po/ko.po: Update Korean translation from translation project.
22346
22347 2013-08-01  David S. Miller  <davem@davemloft.net>
22348
22349         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22350         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22351         Bilka.
22352
22353 2013-07-30  David S. Miller  <davem@davemloft.net>
22354
22355         * po/fr.po: Update French translation from translation project.
22356
22357 2013-07-28  David S. Miller  <davem@davemloft.net>
22358
22359         * po/cs.po: Update Czech translation from translation project.
22360
22361         * po/sv.po: Update Swedish translation from translation project.
22362
22363 2013-07-27  David S. Miller  <davem@davemloft.net>
22364
22365         * po/eo.po: Update Esperanto translation from translation project.
22366
22367         * po/vi.po: Update Vietnamese translation from translation project.
22368
22369         * po/de.po: Update German translation from translation project.
22370
22371 2013-07-26  David S. Miller  <davem@davemloft.net>
22372
22373         * po/bg.po: Update Bulgarian translation from translation project.
22374
22375         * po/nl.po: Update Dutch translation from translation project.
22376         * po/pl.po: Update Polish translation from translation project.
22377         * po/ru.po: Update Russian translation from translation project.
22378
22379 2013-07-24  David S. Miller  <davem@davemloft.net>
22380
22381         * po/libc.pot: Update.
22382
22383 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22384
22385         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22386         variable page size.
22387         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22388         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22389         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22390
22391 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22392
22393         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22394
22395 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22396             Andreas Schwab  <schwab@suse.de>
22397             Roland McGrath  <roland@hack.frob.com>
22398             Joseph Myers  <joseph@codesourcery.com>
22399             Carlos O'Donell  <carlos@redhat.com>
22400
22401         [BZ #15755]
22402         * config.h.in: Define HAVE_PT_CHOWN.
22403         * config.make.in (build-pt-chown): New variable.
22404         * configure.in (--enable-pt_chown): New configure option.
22405         * configure: Regenerate.
22406         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22407         build-pt-chown is enabled.
22408         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22409         pt_chown to fix pty ownership.
22410         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22411         CLOSE_ALL_FDS.
22412         * manual/install.texi (Configuring and compiling): Mention
22413         --enable-pt_chown. Add @findex for grantpt.
22414         * INSTALL: Regenerate.
22415
22416 2013-07-20  David S. Miller  <davem@davemloft.net>
22417
22418         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22419         difference between 32-bit and 64-bit.
22420
22421 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22422
22423         [BZ #15711]
22424         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22425         Avoid system header dependency with -ffreestanding.
22426         ($(objpfx)bits/syscall%d): Likewise.
22427
22428 2013-07-13  David S. Miller  <davem@davemloft.net>
22429
22430         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22431         underflows from atanl/atan2l due to bug 15319.
22432         (casinh_test_data): Likewise.
22433
22434 2013-07-07  David S. Miller  <davem@davemloft.net>
22435
22436         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22437
22438 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22439
22440         * sysdeps/i386/fpu/libm-test-ulps: Update.
22441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22442
22443 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22444
22445         * configure.in (--enable-lock-elision): Fix message text.
22446         * INSTALL: Regenerate.
22447         * configure: Regenerate.
22448
22449 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22450
22451         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22452
22453 2013-07-03  Andreas Jaeger  <aj@suse.de>
22454
22455         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22456         define.
22457         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22458         (ptrace_peeksiginfo_args): Add.
22459         (__ptrace_peeksiginfo_flags): Add.
22460         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22461         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22462         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22463
22464 2013-07-03  Allan McRae  <allan@archlinux.org>
22465
22466         * sysdeps/i386/fpu/libm-test-ulps: Update.
22467
22468 2013-07-02  David S. Miller  <davem@davemloft.net>
22469
22470         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22471
22472 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22473
22474         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22475
22476 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22477
22478         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22480
22481 2013-07-02  Andi Kleen <ak@linux.intel.com>
22482
22483         * config.h.in (ENABLE_LOCK_ELISION): Add.
22484         * configure.in (--enable-lock-elision): Add option.
22485         * manual/install.texi: Document --enable lock elision.
22486         * configure: Regenerate
22487         * INSTALL: Regenerate.
22488
22489 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22490
22491         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22492         SSE4.2 strcasecmp for libc.a.
22493         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22494
22495 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22496
22497         [BZ #13304]
22498         * soft-fp/op-common.h (_FP_FMA): New macro.
22499         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22500         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22501         (_FP_MUL_MEAT_1_imm): ... here.
22502         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22503         (_FP_MUL_MEAT_1_wide): ... here.
22504         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22505         (_FP_MUL_MEAT_1_hard): ... here.
22506         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22507         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22508         (_FP_MUL_MEAT_2_wide): ... here.
22509         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22510         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22511         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22512         (_FP_MUL_MEAT_2_gmp): ... here.
22513         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22514         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22515         (_FP_MUL_MEAT_4_wide): ... here.
22516         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22517         (_FP_MUL_MEAT_4_gmp): ... here.
22518         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22519         (_FP_WFRACBITS_DW_S): Likewise.
22520         (_FP_WFRACXBITS_DW_S): Likewise.
22521         (_FP_HIGHBIT_DW_S): Likewise.
22522         (FP_FMA_S): Likewise.
22523         (_FP_FRAC_HIGH_DW_S): Likewise.
22524         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22525         (_FP_WFRACBITS_DW_D): Likewise.
22526         (_FP_WFRACXBITS_DW_D): Likewise.
22527         (_FP_HIGHBIT_DW_D): Likewise.
22528         (FP_FMA_D): Likewise.
22529         (_FP_FRAC_HIGH_DW_D): Likewise.
22530         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22531         (_FP_WFRACBITS_DW_E): Likewise.
22532         (_FP_WFRACXBITS_DW_E): Likewise.
22533         (_FP_HIGHBIT_DW_E): Likewise.
22534         (FP_FMA_E): Likewise.
22535         (_FP_FRAC_HIGH_DW_E): Likewise.
22536         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22537         (_FP_WFRACBITS_DW_Q): Likewise.
22538         (_FP_WFRACXBITS_DW_Q): Likewise.
22539         (_FP_HIGHBIT_DW_Q): Likewise.
22540         (FP_FMA_Q): Likewise.
22541         (_FP_FRAC_HIGH_DW_Q): Likewise.
22542         * soft-fp/fmasf4.c: New file.
22543         * soft-fp/fmadf4.c: Likewise.
22544         * soft-fp/fmatf4.c: Likewise.
22545
22546 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22547
22548         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22549         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22550         Silvermont.
22551         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22552         macro.
22553         (index_Slow_SSE4_2): Likewise.
22554         (index_Prefer_PMINUB_for_stringop): Likewise.
22555         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22556         bit_Slow_SSE4_2 is set.
22557         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22558         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22559
22560 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22561
22562         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22563         rtld_global._dl_hwcap2.
22564         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22565         POWER8.
22566         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22567         POWER8 feature descriptions defined in _dl_hwcap2.
22568         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22569         string handling for POWER8 feature bits.
22570         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22571         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22572         _dl_powerpc_cap_flags.
22573         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22574         * sysdeps/powerpc/rtld-global-offsets.sym
22575         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22576         _dl_hwcap2 in the rtld_global_ro structure.
22577
22578 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22579
22580         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22581         hardware capabilities in support of AT_HWCAP2.
22582         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22583         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22584         GLRO(dl_hwcap2).
22585         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22586         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22587         explicitly the unknown a_type display mechanism is used.
22588         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22589         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22590         struct member.
22591         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22592         to macro prototype for AT_HWCAP2 support.
22593         * sysdeps/i386/dl-procinfo.h: Likewise.
22594         * sysdeps/s390/dl-procinfo.h: Likewise.
22595         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22596         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22597         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22598         return -1 for unknown a_type display fallback.
22599         * sysdeps/sparc/dl-procinfo.h: Likewise.
22600         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22601         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22602
22603 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22604
22605         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22606         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22607
22608 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22609
22610         [BZ #12492]
22611         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22612         mprotect making __stack_prot writable.
22613
22614 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22615             Joseph Myers  <joseph@codesourcery.com>
22616
22617         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22618         as being properly aligned.
22619
22620 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22621
22622         * dlfcn/modstatic5.c: New file.
22623         * dlfcn/tststatic5.c: New file.
22624         * dlfcn/Makefile (tests): Add tststatic5.
22625         (tests-static): Likewise.
22626         (modules-names): Add modstatic5.
22627         (tststatic5-ENV): New variable.
22628         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22629
22630         [BZ #15022]
22631         * elf/dl-support.c (_dl_main_map): New variable.
22632         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22633         (_dl_nns, _dl_load_adds): Set to 1.
22634         (_dl_initial_searchlist): Refer to _dl_main_map.
22635         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22636         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22637         call to _dl_get_origin.
22638         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22639         around call_map.
22640         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22641         * dlfcn/modstatic3.c: New file.
22642         * dlfcn/tststatic3.c: New file.
22643         * dlfcn/tststatic4.c: New file.
22644         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22645         (tests-static): Likewise.
22646         (modules-names): Add modstatic3.
22647         (tststatic3-ENV, tststatic4-ENV): New variables.
22648         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22649         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22650
22651 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22652
22653         * configure.in (CC): Require GCC version 4.4 or later.
22654         * configure: Regenerated.
22655         * manual/install.texi (Tools for Compilation): Update GCC version
22656         requirement.
22657         * INSTALL: Regenerated.
22658
22659 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22660
22661         [BZ #15674]
22662         * string/test-memcmp.c (check2): New.
22663         (main): Call check2.
22664
22665         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22666
22667 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22668
22669         [BZ #15022]
22670         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22671         over to...
22672         (dl_open_worker) [!SHARED]: ... here.
22673
22674 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22675
22676         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22677
22678 2013-06-25  Richard Henderson  <rth@redhat.com>
22679
22680         * locale/programs/locarchive.c: Include <libc-internal.h>
22681
22682 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22683
22684         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22685         trailing whitespace removed.
22686
22687 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22688
22689         [BZ #10283]
22690         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22691         * locale/programs/locarchive.c: Include libc-mmap.h.
22692         (prepare_address_space): Take two new outputs (the mmap base and len).
22693         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22694         values.
22695         (create_archive): Declare new mmap base and len values for
22696         prepare_address_space, and store the result in ah.
22697         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22698         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22699         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22700         Declare new mmap base and len values for
22701         prepare_address_space, and store the result in new_ah.
22702         (open_archive): Declare new mmap base and len values for
22703         prepare_address_space, and store the result in ah.
22704         (close_archive): If ah->mmap_base is not NULL, use that and
22705         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22706         * sysdeps/generic/libc-mmap.h: New file.
22707
22708 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22709
22710         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22711         (ALIGN_UP): Likewise.
22712         (PTR_ALIGN_DOWN): Likewise.
22713         (PTR_ALIGN_UP): Likewise.
22714
22715 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22716
22717         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22718         entry mapped to PPC_PLATFORM_POWER8.
22719         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22720         POWER8.
22721         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22722         (_dl_string_platform): Add case for exporting platform position for
22723         POWER8.
22724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22725         search path to sysdeps/powerpc/powerpc32/power8 directory.
22726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22727         search path to sysdeps/powerpc/powerpc64/power8 directory.
22728         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22729         power7 directories.
22730         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22731         power7 directories.
22732
22733 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22734
22735         * INSTALL: Regenerate.
22736
22737         * nscd/connections.c (nscd_init): Fix comment.
22738
22739 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22740
22741         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22742
22743         [BZ #15667]
22744         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22745         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22746
22747 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22748
22749         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22750         DL_DST_REQ_STATIC.
22751         (DL_DST_REQ_STATIC): Remove macro.
22752
22753 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22754
22755         [BZ #7006]
22756         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22757         with a shift of 0 bits.
22758
22759 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22760
22761         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22762         $(tststatic-ENV).
22763
22764 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22765
22766         [BZ #15655]
22767         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22768
22769 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22770
22771         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22772         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22773         accepts -fno-tree-loop-distribute-patterns.
22774         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22775         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22776         recursive call.
22777         * string/memset.c (memset): Likewise.
22778         * string/test-memmove.c (simple_memmove): Disable loop transformation
22779         to library calls.
22780         * string/test-memset.c (simple_memset): Likewise.
22781         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22782         * benchtests/bench-memset.c (simple_memset): Likewise.
22783         * configure: Regenerated.
22784
22785 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22786
22787         * math/test-misc.c (main): Ignore fesetround failure when failures
22788         of subsequent rounding tests would be ignored.
22789
22790         [BZ #15654]
22791         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22792         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22793         * math/fegetenv.c (__fegetenv): Return 0.
22794         * math/fegetexcept.c (fegetexcept): Return 0.
22795         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22796         FE_TONEAREST.
22797         * math/feholdexcpt.c (feholdexcept): Return 0.
22798         * math/fesetenv.c (__fesetenv): Return 0.
22799         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22800         argument FE_TONEAREST.
22801         * math/feupdateenv.c (__feupdateenv): Return 0.
22802         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22803
22804 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22805
22806         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22807         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22808         ($(objpfx)rtld-%.os rules): Use them.
22809
22810 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22811
22812         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22813         fields.
22814
22815 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22816
22817         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22818         length of target pattern, then descending length of dependency pattern.
22819         * configure.in (AWK): Require gawk 3.1.2 or newer.
22820         * manual/install.texi (Tools for Compilation): Say that we do.
22821         * configure: Regenerated.
22822
22823         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22824         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22825         * scripts/sysd-rules.awk: ... this new script.
22826         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22827         than a glob-style pattern.
22828
22829 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22830
22831         * math/test-misc.c (main): Do not treat incorrectly rounded
22832         conversions as failure unless ROUNDING_TESTS passes.
22833
22834 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22835
22836         [BZ #15631]
22837         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22838         restore exception state around main square root computation, then
22839         check for inexactness explicitly.
22840
22841         * math/libm-test.inc (fma_test_data): Add another test.
22842
22843 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22844
22845         * manual/threads.texi (Non-POSIX Extensions): New document
22846         node.  Document pthread_getattr_default_np and
22847         pthread_setattr_default_np.
22848
22849         * Versions.def (libpthread): Add GLIBC_2.18.
22850         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22852         Likewise.
22853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22854         Likewise.
22855         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22856         Likewise.
22857         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22858         Likewise.
22859         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22860         Likewise.
22861         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22862         Likewise.
22863         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22864         Likewise.
22865         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22866         Likewise.
22867         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22868         Likewise.
22869
22870 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22871
22872         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22873         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22874
22875 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22876             H.J. Lu  <hjl.tools@gmail.com>
22877
22878         [BZ #15627]
22879         * sysdeps/x86_64/rtld-memset.c: Remove file.
22880         * sysdeps/x86_64/rtld-memset.S: New file.
22881
22882 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22883
22884         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22885         (test_in_one_mode): Take arguments for whether the rounding mode
22886         is supported for each floating-point type.
22887         (do_test): Pass new arguments to test_in_one_mode using
22888         ROUNDING_TESTS.
22889
22890 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22891
22892         * posix/tst-waitid.c (do_test): Distinguish different instances of
22893         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22894         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22895         before entering the kernel for waitpid.
22896
22897 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22898
22899         * NEWS: Fix note on clock function precision.  Text by Roland
22900         McGrath.
22901
22902 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22903
22904         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22905         it into place only when and if the sanity check passes.
22906
22907 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22908
22909         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22910         output for whether conversion result is exact.  Take argument
22911         indicating whether type is IBM long double.
22912         (round_for_all): Change need_exact field to ibm_ld.
22913         * stdlib/tst-strtod-round.c (struct exactness): New type.
22914         (struct test): Change bool ld_ok field to struct exactness exact.
22915         (TEST): Update all definitions for change to field.
22916         (tests): Regenerate array contents.
22917         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22918         field value.  Check for IBM long double here.
22919         (do_test): Update calls to test_in_one_mode.
22920
22921 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22922
22923         [BZ #12515]
22924         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22925         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22926
22927 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22928
22929         [BZ #15605]
22930         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22931         generated by the compiler on loop optimizations.
22932         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22933         general definitions.
22934
22935 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22936
22937         * math/bug-nextafter.c: Include <math-tests.h>.
22938         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22939         the relevant type.
22940         * math/bug-nexttoward.c: Include <math-tests.h>.
22941         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22942         the relevant type.
22943         * math/test-misc.c: Include <math-tests.h>.
22944         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22945         the relevant type.
22946
22947 2013-06-12  Andreas Jaeger  <aj@suse.de>
22948
22949         * po/ia.po: Update Interlingua translation from translation
22950         project.
22951
22952 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22953
22954         * include/fenv.h: Include stdbool.h.
22955         (struct rm_ctx): New structure.
22956         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22957         Define macro.
22958         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22959         (SET_RESTORE_ROUNDF): Likewise.
22960         (SET_RESTORE_ROUNDL): Likewise.
22961         (SET_RESTORE_ROUND_NOEX): Likewise.
22962         (SET_RESTORE_ROUND_NOEXF): Likewise.
22963         (SET_RESTORE_ROUND_NOEXL): Likewise.
22964         (SET_RESTORE_ROUND_53BIT): Likewise.
22965         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22966         (libc_feresetround_noexf_ctx): Likewise.
22967         (libc_feresetround_noexl_ctx): Likewise.
22968         (libc_feholdsetround_53bit_ctx): Likewise.
22969         (libc_feresetround_53bit_ctx): Likewise.
22970         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22971         (libc_feholdexcept_setround_sse_ctx): New function.
22972         (libc_fesetenv_sse_ctx): Likewise.
22973         (libc_feupdateenv_sse_ctx): Likewise.
22974         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22975         (libc_feholdexcept_setround_387_ctx): Likewise.
22976         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22977         (libc_feholdsetround_387_prec_ctx): Likewise.
22978         (libc_feholdsetround_387_ctx): Likewise.
22979         (libc_feholdsetround_387_53bit_ctx): Likewise.
22980         (libc_feholdsetround_sse_ctx): Likewise.
22981         (libc_feresetround_sse_ctx): Likewise.
22982         (libc_feresetround_387_ctx): Likewise.
22983         (libc_feupdateenv_387_ctx): Likewise.
22984         (libc_feholdexcept_setroundf_ctx): Define macro.
22985         (libc_fesetenvf_ctx): Likewise.
22986         (libc_feupdateenvf_ctx): Likewise.
22987         (libc_feholdsetroundf_ctx): Likewise.
22988         (libc_feresetroundf_ctx): Likewise.
22989         (libc_feholdexcept_setround_ctx): Likewise.
22990         (libc_fesetenv_ctx): Likewise.
22991         (libc_feupdateenv_ctx): Likewise.
22992         (libc_feholdsetround_ctx): Likewise.
22993         (libc_feresetround_ctx): Likewise.
22994         (libc_feholdexcept_setroundl_ctx): Likewise.
22995         (libc_feupdateenvl_ctx): Likewise.
22996         (libc_feholdsetroundl_ctx): Likewise.
22997         (libc_feresetroundl_ctx): Likewise.
22998         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22999         (libc_feresetround_53bit_ctx): Likewise.
23000
23001 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23002
23003         * locale/iso-639.def: Convert to UTF-8.
23004
23005 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23006
23007         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23008         (EXCEPTION_TESTS_double): Likewise.
23009         (EXCEPTION_TESTS_long_double): Likewise.
23010         (EXCEPTION_TESTS): Likewise.
23011         * math/libm-test.inc (test_exceptions): Only test exceptions if
23012         EXCEPTION_TESTS (FLOAT).
23013
23014 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23015
23016         * benchtests/Makefile (string-bench): Add strcpy_chk and
23017         stpcpy_chk.
23018         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23019         * benchtests/bench-stpcpy_chk.c: New file.
23020         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23021         * benchtests/bench-strcpy_chk.c: New file.
23022         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23023         code.
23024         (do_test): Likewise.
23025
23026 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23027
23028         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23029         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23030         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23031         with tabs where appropriate.
23032         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23033         dl-procinfo.h.
23034         [PPC_PLATFORM_PPC440]: Likewise.
23035         [PPC_PLATFORM_PPC464]: Likewise.
23036         [PPC_PLATFORM_PPC476]: Likewise.
23037         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23038         ppc464, and ppc476 platform strings merging from ports/
23039         dl-procinfo.h.
23040
23041 2013-06-11  Andreas Schwab  <schwab@suse.de>
23042
23043         [BZ #14991]
23044         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23045         (from_ucs4_idx): Regenerate.
23046         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23047         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23048         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23049         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23050         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23051         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23052         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23053         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23054         from FROM_LOOP and TO_LOOP specific macros.
23055         (BODY): Handle combining characters.
23056         * iconvdata/BIG5HKSCS.irreversible: Update.
23057         * iconvdata/BIG5HKSCS.precomposed: New file.
23058         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23059         characters.
23060         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23061
23062 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23063
23064         * include/sys/time.h: Fix indentation and add copyright header.
23065
23066         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23067         (do_test): Likewise.
23068         * string/test-memchr.c (do_one_test): Likewise.
23069         (do_test): Likewise.
23070         * string/test-memcmp.c (do_one_test): Likewise.
23071         (do_test): Likewise.
23072         * string/test-memcpy.c (do_one_test): Likewise.
23073         (do_test): Likewise.
23074         * string/test-memmem.c (do_one_test): Likewise.
23075         (do_test): Likewise.
23076         (do_random_tests): Likewise.
23077         * string/test-memmove.c (do_one_test): Likewise.
23078         (do_test): Likewise.
23079         * string/test-memset.c (do_one_test): Likewise.
23080         (do_test): Likewise.
23081         * string/test-rawmemchr.c (do_one_test): Likewise.
23082         (do_test): Likewise.
23083         * string/test-strcasecmp.c (do_one_test): Likewise.
23084         (do_test): Likewise.
23085         * string/test-strcasestr.c (do_one_test): Likewise.
23086         (do_test): Likewise.
23087         * string/test-strcat.c (do_one_test): Likewise.
23088         (do_test): Likewise.
23089         * string/test-strchr.c (do_one_test): Likewise.
23090         (do_test): Likewise.
23091         * string/test-strcmp.c (do_one_test): Likewise.
23092         (do_test): Likewise.
23093         * string/test-strcpy.c (do_one_test): Likewise.
23094         (do_test): Likewise.
23095         * string/test-string.h: Likewise.
23096         (test_init): Likewise.
23097         * string/test-strlen.c (do_one_test): Likewise.
23098         (do_test): Likewise.
23099         * string/test-strncasecmp.c (do_one_test): Likewise.
23100         (do_test): Likewise.
23101         * string/test-strncat.c (do_one_test): Likewise.
23102         (do_test): Likewise.
23103         * string/test-strncmp.c (do_one_test): Likewise.
23104         (do_test_limit): Likewise.
23105         (do_test): Likewise.
23106         * string/test-strncpy.c (do_one_test): Likewise.
23107         (do_test): Likewise.
23108         * string/test-strnlen.c (do_one_test): Likewise.
23109         (do_test): Likewise.
23110         * string/test-strpbrk.c (do_one_test): Likewise.
23111         (do_test): Likewise.
23112         * string/test-strrchr.c (do_one_test): Likewise.
23113         (do_test): Likewise.
23114         * string/test-strspn.c (do_one_test): Likewise.
23115         (do_test): Likewise.
23116         * string/test-strstr.c (do_one_test): Likewise.
23117         (do_test): Likewise.
23118
23119         * benchtests/Makefile (string-bench): Add string benchmarks.
23120         * benchtests/bench-bcopy-ifunc.c: New file.
23121         * benchtests/bench-bcopy.c: New file.
23122         * benchtests/bench-bzero-ifunc.c: New file.
23123         * benchtests/bench-bzero.c: New file.
23124         * benchtests/bench-memccpy-ifunc.c: New file.
23125         * benchtests/bench-memccpy.c: New file.
23126         * benchtests/bench-memchr-ifunc.c: New file.
23127         * benchtests/bench-memchr.c: New file.
23128         * benchtests/bench-memcmp-ifunc.c: New file.
23129         * benchtests/bench-memcmp.c: New file.
23130         * benchtests/bench-memmem-ifunc.c: New file.
23131         * benchtests/bench-memmem.c: New file.
23132         * benchtests/bench-memmove-ifunc.c: New file.
23133         * benchtests/bench-memmove.c: New file.
23134         * benchtests/bench-mempcpy-ifunc.c: New file.
23135         * benchtests/bench-mempcpy.c: New file.
23136         * benchtests/bench-memset-ifunc.c: New file.
23137         * benchtests/bench-memset.c: New file.
23138         * benchtests/bench-rawmemchr-ifunc.c: New file.
23139         * benchtests/bench-rawmemchr.c: New file.
23140         * benchtests/bench-stpcpy-ifunc.c: New file.
23141         * benchtests/bench-stpcpy.c: New file.
23142         * benchtests/bench-stpncpy-ifunc.c: New file.
23143         * benchtests/bench-stpncpy.c: New file.
23144         * benchtests/bench-strcasecmp-ifunc.c: New file.
23145         * benchtests/bench-strcasecmp.c: New file.
23146         * benchtests/bench-strcasestr-ifunc.c: New file.
23147         * benchtests/bench-strcasestr.c: New file.
23148         * benchtests/bench-strcat-ifunc.c: New file.
23149         * benchtests/bench-strcat.c: New file.
23150         * benchtests/bench-strchr-ifunc.c: New file.
23151         * benchtests/bench-strchr.c: New file.
23152         * benchtests/bench-strchrnul-ifunc.c: New file.
23153         * benchtests/bench-strchrnul.c: New file.
23154         * benchtests/bench-strcmp-ifunc.c: New file.
23155         * benchtests/bench-strcmp.c: New file.
23156         * benchtests/bench-strcpy-ifunc.c: New file.
23157         * benchtests/bench-strcpy.c: New file.
23158         * benchtests/bench-strcspn-ifunc.c: New file.
23159         * benchtests/bench-strcspn.c: New file.
23160         * benchtests/bench-strlen-ifunc.c: New file.
23161         * benchtests/bench-strlen.c: New file.
23162         * benchtests/bench-strncasecmp-ifunc.c: New file.
23163         * benchtests/bench-strncasecmp.c: New file.
23164         * benchtests/bench-strncat-ifunc.c: New file.
23165         * benchtests/bench-strncat.c: New file.
23166         * benchtests/bench-strncmp-ifunc.c: New file.
23167         * benchtests/bench-strncmp.c: New file.
23168         * benchtests/bench-strncpy-ifunc.c: New file.
23169         * benchtests/bench-strncpy.c: New file.
23170         * benchtests/bench-strnlen-ifunc.c: New file.
23171         * benchtests/bench-strnlen.c: New file.
23172         * benchtests/bench-strpbrk-ifunc.c: New file.
23173         * benchtests/bench-strpbrk.c: New file.
23174         * benchtests/bench-strrchr-ifunc.c: New file.
23175         * benchtests/bench-strrchr.c: New file.
23176         * benchtests/bench-strspn-ifunc.c: New file.
23177         * benchtests/bench-strspn.c: New file.
23178         * benchtests/bench-strstr-ifunc.c: New file.
23179         * benchtests/bench-strstr.c: New file.
23180
23181         * benchtests/Makefile: Disable parallel execution of targets.
23182         (string-bench): Add memcpy.
23183         (benchset): New variable to store a list of benchmark sets.
23184         (bench-func): Renamed from bench.
23185         (bench-set): New target.
23186         (bench): Depend on bench-func and bench-set.
23187         * benchtests/README: Add section on benchmark sets.
23188         * benchtests/bench-memcpy-ifunc.c: New file.
23189         * benchtests/bench-memcpy.c: New file.
23190         * benchtests/bench-string.h: New file.
23191
23192 2013-06-11  Andreas Schwab  <schwab@suse.de>
23193
23194         [BZ #15577]
23195         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23196         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23197         values in the triple.
23198         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23199         terminator in the group key.
23200
23201 2013-06-11  Andreas Jaeger  <aj@suse.de>
23202
23203         * po/zh_TW.po: Update Chinese (traditional) translation from
23204         translation project.
23205
23206 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23207
23208         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23209         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23210         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23211         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23212         (clock_getcpuclockid): Likewise.
23213         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23214         Add weak_alias and libc_hidden_def.
23215         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23216         * rt/clock_gettime.c (clock_gettime): Rename to
23217         __clock_gettime.  Add weak_alias and libc_hidden_def.
23218         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23219         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23220         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23221         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23222         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23223         Likewise.
23224         * rt/clock_settime.c (clock_settime): Rename to
23225         __clock_settime.  Add weak_alias and libc_hidden_def.
23226         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23227
23228 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23229
23230         * mach/err_boot.sub: Remove trailing whitespace.
23231         * mach/err_ipc.sub: Likewise.
23232         * mach/err_mach.sub: Likewise.
23233
23234         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23235         (ROUNDING_TESTS_double): Likewise.
23236         (ROUNDING_TESTS_long_double): Likewise.
23237         (ROUNDING_TESTS): Likewise.
23238         * math/libm-test.inc: Include <math-tests.h>.
23239         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23240         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23241         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23242         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23243
23244 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23245
23246         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23247         of assigning.
23248
23249 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23250
23251         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23252         otherwise empty TRANS lines.
23253         * sysdeps/gnu/errlist.c: Regenerated.
23254
23255         * catgets/gencat.c (error_print): Use (void) in function
23256         definition.
23257         * crypt/crypt_util.c (__init_des): Likewise.
23258         * crypt/speeds.c (Stop): Likewise.
23259         (main): Likewise.
23260         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23261         * inet/ruserpass.c (token): Likewise.
23262         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23263         * intl/localealias.c (extend_alias_table): Likewise.
23264         * intl/plural-exp.c (init_germanic_plural): Likewise.
23265         * libio/fcloseall.c (__fcloseall): Likewise.
23266         * libio/genops.c (_IO_flush_all): Likewise.
23267         (_IO_flush_all_linebuffered): Likewise.
23268         (_IO_cleanup): Likewise.
23269         (_IO_iter_begin): Likewise.
23270         (_IO_iter_end): Likewise.
23271         (_IO_list_lock): Likewise.
23272         (_IO_list_unlock): Likewise.
23273         (_IO_list_resetlock): Likewise.
23274         * libio/getchar.c (getchar): Likewise.
23275         * libio/getchar_u.c (getchar_unlocked): Likewise.
23276         * libio/getwchar.c (getwchar): Likewise.
23277         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23278         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23279         * login/getpt.c (__getpt): Likewise.
23280         * login/tst-utmp.c (main): Likewise.
23281         * malloc/hooks.c (__malloc_check_init): Likewise.
23282         * malloc/malloc.c (__malloc_stats): Likewise.
23283         * malloc/mtrace.c (tr_break): Likewise.
23284         (mtrace): Likewise.
23285         (muntrace): Likewise.
23286         * misc/fstab.c (endfsent): Likewise.
23287         * misc/getclktck.c (__getclktck): Likewise.
23288         * misc/getdtsz.c (__getdtablesize): Likewise.
23289         * misc/gethostid.c (gethostid): Likewise.
23290         * misc/getpagesize.c (__getpagesize): Likewise.
23291         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23292         (__get_nprocs): Likewise.
23293         (__get_phys_pages): Likewise.
23294         (__get_avphys_pages): Likewise.
23295         * misc/getttyent.c (getttyent): Likewise.
23296         (setttyent): Likewise.
23297         (endttyent): Likewise.
23298         * misc/getusershell.c (getusershell): Likewise.
23299         (endusershell): Likewise.
23300         (setusershell): Likewise.
23301         (initshells): Likewise.
23302         * misc/hsearch.c (__hdestroy): Likewise.
23303         * misc/sync.c (sync): Likewise.
23304         * misc/syslog.c (closelog_internal): Likewise.
23305         (closelog): Likewise.
23306         * misc/ttyslot.c (ttyslot): Likewise.
23307         * misc/vhangup.c (vhangup): Likewise.
23308         * posix/fork.c (__fork): Likewise.
23309         * posix/getegid.c (__getegid): Likewise.
23310         * posix/geteuid.c (__geteuid): Likewise.
23311         * posix/getgid.c (__getgid): Likewise.
23312         * posix/getpid.c (__getpid): Likewise.
23313         * posix/getppid.c (__getppid): Likewise.
23314         * posix/getuid.c (__getuid): Likewise.
23315         * posix/pause.c (pause): Likewise.
23316         * posix/setpgrp.c (setpgrp): Likewise.
23317         * posix/setsid.c (__setsid): Likewise.
23318         * posix/test-vfork.c (noop): Likewise.
23319         * resolv/gethnamaddr.c (_endhtent): Likewise.
23320         (_gethtent): Likewise.
23321         (ht_endhostent): Likewise.
23322         (gethostent): Likewise.
23323         (dns_service): Likewise.
23324         * stdlib/drand48.c (drand48): Likewise.
23325         * stdlib/lrand48.c (lrand48): Likewise.
23326         * stdlib/mrand48.c (mrand48): Likewise.
23327         * stdlib/rand.c (rand): Likewise.
23328         * stdlib/random.c (__random): Likewise.
23329         * stdlib/setenv.c (clearenv): Likewise.
23330         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23331         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23332         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23333         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23334         (__get_nprocs): Likewise.
23335         (__get_phys_pages): Likewise.
23336         (__get_avphys_pages): Likewise.
23337         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23338         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23339         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23340         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23341         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23342         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23343         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23344         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23345         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23346         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23347         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23348         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23349         * sysdeps/posix/clock.c (clock): Likewise.
23350         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23351         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23352         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23353         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23354         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23355         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23356         (__get_nprocs_conf): Likewise.
23357         (__get_phys_pages): Likewise.
23358         (__get_avphys_pages): Likewise.
23359         * time/clock.c (clock): Likewise.
23360         * time/tzset.c (__tzname_max): Likewise.
23361
23362 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23363
23364         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23365         (__bswap_32): Do not use "register".
23366         * crypt/crypt.c (_ufc_doit_r): Likewise.
23367         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23368         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23369         * gmon/gmon.c (__monstartup): Likewise.
23370         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23371         * hurd/hurdmalloc.c (more_memory): Likewise.
23372         (malloc): Likewise.
23373         (free): Likewise.
23374         (realloc): Likewise.
23375         (malloc_fork_prepare): Likewise.
23376         (malloc_fork_parent): Likewise.
23377         (malloc_fork_child): Likewise.
23378         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23379         (_svcauth_des): Likewise.
23380         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23381         * inet/inet_net.c (inet_network): Likewise.
23382         * inet/inet_netof.c (inet_netof): Likewise.
23383         * inet/rcmd.c (__validuser2_sa): Likewise.
23384         * io/fts.c (fts_open): Likewise.
23385         (fts_load): Likewise.
23386         (fts_close): Likewise.
23387         (fts_read): Likewise.
23388         (fts_children): Likewise.
23389         (fts_build): Likewise.
23390         (fts_stat): Likewise.
23391         (fts_sort): Likewise.
23392         (fts_alloc): Likewise.
23393         (fts_lfree): Likewise.
23394         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23395         (_IO_file_xsgetn): Likewise.
23396         (_IO_file_xsgetn_mmap): Likewise.
23397         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23398         (_IO_cookie_write): Likewise.
23399         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23400         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23401         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23402         * malloc/obstack.c (_obstack_begin): Likewise.
23403         (_obstack_begin_1): Likewise.
23404         (_obstack_newchunk): Likewise.
23405         (_obstack_allocated_p): Likewise.
23406         (obstack_free): Likewise.
23407         (_obstack_memory_used): Likewise.
23408         * misc/getttyent.c (getttynam): Likewise.
23409         (getttyent): Likewise.
23410         (skip): Likewise.
23411         (value): Likewise.
23412         * misc/getusershell.c (initshells): Likewise.
23413         * misc/syslog.c (__vsyslog_chk): Likewise.
23414         * misc/ttyslot.c (ttyslot): Likewise.
23415         * nis/nis_hash.c (__nis_hash): Likewise.
23416         * posix/fnmatch_loop.c (FCT): Likewise.
23417         * posix/getconf.c (print_all): Likewise.
23418         (main): Likewise.
23419         * posix/getopt.c (exchange): Likewise.
23420         * posix/glob.c (globfree): Likewise.
23421         (prefix_array): Likewise.
23422         (__glob_pattern_type): Likewise.
23423         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23424         (NS_GET32): Likewise.
23425         (NS_PUT16): Likewise.
23426         (NS_PUT32): Likewise.
23427         * resolv/gethnamaddr.c (getanswer): Likewise.
23428         (gethostbyname2): Likewise.
23429         (gethostbyaddr): Likewise.
23430         (_gethtent): Likewise.
23431         (_gethtbyname2): Likewise.
23432         (_gethtbyaddr): Likewise.
23433         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23434         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23435         * resolv/res_init.c (__res_vinit): Likewise.
23436         (net_mask): Likewise.
23437         * resolv/res_mkquery.c (outchar): Likewise.
23438         (PRINT): Likewise.
23439         * stdio-common/printf_fp.c (outchar): Likewise.
23440         (PRINT): Likewise.
23441         * stdio-common/printf_fphex.c (outchar): Likewise.
23442         (PRINT): Likewise.
23443         * stdio-common/printf_size.c (outchar): Likewise.
23444         (PRINT): Likewise.
23445         * stdio-common/test_rdwr.c (main): Likewise.
23446         * stdio-common/tfformat.c (matches): Likewise.
23447         * stdio-common/vfprintf.c (outchar): Likewise.
23448         (printf_unknown): Likewise.
23449         (buffered_vfprintf): Likewise.
23450         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23451         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23452         (ReadFile): Likewise.
23453         * stdlib/qsort.c (SWAP): Likewise.
23454         (_quicksort): Likewise.
23455         * stdlib/setenv.c (__add_to_environ): Likewise.
23456         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23457         * stdlib/strtol_l.c (__strtol_l): Likewise.
23458         * stdlib/tst-strtod.c (main): Likewise.
23459         * stdlib/tst-strtol.c (main): Likewise.
23460         * stdlib/tst-strtoll.c (main): Likewise.
23461         * string/bits/string2.h (__strcmp_cc): Likewise.
23462         (__strcmp_cg): Likewise.
23463         (__strcspn_c1): Likewise.
23464         (__strcspn_c2): Likewise.
23465         (__strcspn_c3): Likewise.
23466         (__strspn_c1): Likewise.
23467         (__strspn_c2): Likewise.
23468         (__strspn_c3): Likewise.
23469         (__strsep_1c): Likewise.
23470         (__strsep_2c): Likewise.
23471         (__strsep_3c): Likewise.
23472         * string/memccpy.c (__memccpy): Likewise.
23473         * string/stpcpy.c (__stpcpy): Likewise.
23474         * string/strcmp.c (strcmp): Likewise.
23475         * string/strrchr.c (strrchr): Likewise.
23476         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23477         Likewise.
23478         * sysdeps/mach/hurd/getcwd.c
23479         (_hurd_canonicalize_directory_name_internal): Likewise.
23480         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23481         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23482         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23483         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23484         Likewise, in both definitions.
23485         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23486         definitions.
23487         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23488         64] (__bswap_64): Likewise.
23489         * time/test_time.c (main): Likewise.
23490         * time/tzfile.c (__tzfile_read): Likewise.
23491         (__tzfile_compute): Likewise.
23492         * time/tzset.c (__tzset_parse_tz): Likewise.
23493         (tzset_internal): Likewise.
23494         (compute_change): Likewise.
23495         * wcsmbs/wcscat.c (__wcscat): Likewise.
23496         * wcsmbs/wcschr.c (wcschr): Likewise.
23497         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23498         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23499         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23500         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23501         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23502         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23503         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23504         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23505         * wcsmbs/wmemset.c (wmemset): Likewise.
23506
23507 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23508
23509         * scripts/config.guess: Update to version 2013-05-16.
23510         * scripts/config.sub: Update to version 2013-04-24.
23511         * scripts/install-sh: Update to version 2011-11-20.07.
23512         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23513         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23514
23515 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23516
23517         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23518         * elf/sln.c: Likewise.
23519         * hurd/hurd/ioctl.h: Likewise.
23520         * hurd/hurdmalloc.c: Likewise.
23521         * hurd/xattr.c: Likewise.
23522         * include/shlib-compat.h: Likewise.
23523         * inet/ruserpass.c: Likewise.
23524         * libio/iofgets_u.c: Likewise.
23525         * libio/iofgetws_u.c: Likewise.
23526         * locale/programs/ld-identification.c: Likewise.
23527         * locale/programs/ld-time.c: Likewise.
23528         * mach/msg-destroy.c: Likewise.
23529         * nss/nss_files/files-netgrp.c: Likewise.
23530         * resolv/res_data.c: Likewise.
23531         * soft-fp/op-1.h: Likewise.
23532         * soft-fp/op-2.h: Likewise.
23533         * soft-fp/op-4.h: Likewise.
23534         * soft-fp/op-common.h: Likewise.
23535         * stdio-common/printf_fphex.c: Likewise.
23536         * stdlib/strtod_l.c: Likewise.
23537         * sunrpc/rpc/clnt.h: Likewise.
23538         * sysdeps/generic/framestate.c: Likewise.
23539         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23540         * sysdeps/i386/bsd-setjmp.S: Likewise.
23541         * sysdeps/i386/__longjmp.S: Likewise.
23542         * sysdeps/i386/setjmp.S: Likewise.
23543         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23544         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23545         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23546         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23547         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23548         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23549         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23550         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23551         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23552         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23553         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23554         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23555         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23556         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23557         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23558         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23559         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23560         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23561         * sysdeps/ieee754/support.c: Likewise.
23562         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23563         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23564         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23565         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23566         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23567         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23568         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23569         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23570         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23571         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23572         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23573         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23574         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23575         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23576         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23577         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23578         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23580
23581 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23582
23583         * posix/transbug.c: Remove executable mode.
23584
23585 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23586
23587         * crypt/speeds.c: Remove trailing whitespace.
23588         * dlfcn/default.c: Likewise.
23589         * elf/ifuncdep2.c: Likewise.
23590         * elf/ifuncmain1.c: Likewise.
23591         * elf/ifuncmain1vis.c: Likewise.
23592         * elf/testobj.h: Likewise.
23593         * elf/tst-stackguard1.c: Likewise.
23594         * gmon/sys/gmon.h: Likewise.
23595         * hurd/hurdmsg.c: Likewise.
23596         * hurd/new-fd.c: Likewise.
23597         * hurd/ports-get.c: Likewise.
23598         * iconvdata/ibm1008_420.c: Likewise.
23599         * inet/tst-getni1.c: Likewise.
23600         * inet/tst-getni2.c: Likewise.
23601         * libio/ioungetc.c: Likewise.
23602         * libio/wfiledoalloc.c: Likewise.
23603         * manual/libm-err-tab.pl: Likewise.
23604         * math/w_dremf.c: Likewise.
23605         * misc/ftruncate.c: Likewise.
23606         * posix/bug-glob2.c: Likewise.
23607         * posix/tst-pcre.c: Likewise.
23608         * posix/wait4.c: Likewise.
23609         * resolv/README: Likewise.
23610         * resolv/res_debug.h: Likewise.
23611         * resolv/tst-inet_ntop.c: Likewise.
23612         * setjmp/bug269-setjmp.c: Likewise.
23613         * soft-fp/extended.h: Likewise.
23614         * soft-fp/op-1.h: Likewise.
23615         * soft-fp/op-2.h: Likewise.
23616         * soft-fp/op-4.h: Likewise.
23617         * soft-fp/op-8.h: Likewise.
23618         * soft-fp/testit.c: Likewise.
23619         * stdio-common/bug16.c: Likewise.
23620         * stdlib/random.c: Likewise.
23621         * sunrpc/rpcsvc/rquota.x: Likewise.
23622         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23623         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23624         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23625         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23626         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23627         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23628         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23629         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23630         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23631         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23632         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23633         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23634         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23635         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23636         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23637         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23638         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23639         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23640         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23641         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23642         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23643         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23644         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23645         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23646         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23647         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23648         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23649         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23650         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23651         * sysdeps/ieee754/s_lib_version.c: Likewise.
23652         * sysdeps/mach/hurd/check_fds.c: Likewise.
23653         * sysdeps/mach/hurd/getsockname.c: Likewise.
23654         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23655         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23656         * sysdeps/powerpc/bits/link.h: Likewise.
23657         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23658         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23659         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23660         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23661         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23662         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23663         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23664         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23665         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23666         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23667         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23668         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23669         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23670         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23671         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23672         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23673         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23674         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23675         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23676         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23677         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23678         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23679         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23680         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23681         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23682         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23683         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23684         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23685         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23686         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23687         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23688         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23689         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23690         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23691         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23692         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23693         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23694         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23695         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23696         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23697         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23698         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23699         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23700         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23701         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23702         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23703         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23704         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23705         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23706         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23707         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23708         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23709         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23710         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23711         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23712         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23713         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23714         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23715         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23716         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23717         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23718         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23719         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23720         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23721         * sysdeps/powerpc/sysdep.h: Likewise.
23722         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23723         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23724         * sysdeps/sh/dl-trampoline.S: Likewise.
23725         * sysdeps/sh/memset.S: Likewise.
23726         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23727         * sysdeps/sh/strlen.S: Likewise.
23728         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23729         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23730         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23731         * sysdeps/sparc/sparc32/rem.S: Likewise.
23732         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23733         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23734         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23735         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23736         * sysdeps/sparc/sparc32/urem.S: Likewise.
23737         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23738         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23739         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23740         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23741         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23742         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23743         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23744         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23745         * sysdeps/unix/bsd/times.c: Likewise.
23746         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23747         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23751         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23752         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23753         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23754         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23755         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23756         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23757         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23758         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23759         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23760         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23761         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23762         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23763         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23764         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23765         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23766         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23767         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23768         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23769         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23770         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23771         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23772         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23773         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23774         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23775         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23776         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23777         * sysdeps/x86_64/strcspn.S: Likewise.
23778
23779 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23780
23781         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23782         generated file.  Regenerate properly from gen-translit.pl.
23783         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23784         locale/C-translit.h.
23785
23786 2013-06-05  Andreas Schwab  <schwab@suse.de>
23787
23788         [BZ #15100]
23789         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23790         week as 6 instead of -1.
23791         * time/tst-strptime.c (day_tests): Add test case.
23792
23793 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23794
23795         * sysdeps/generic/math_private.h
23796         (libc_feholdexcept_setround_53bit): Replace with
23797         libc_feholdsetround_53bit.
23798         (libc_feupdateenv_53bit): Replace with
23799         libc_feresetround_53bit.
23800         (SET_RESTORE_ROUND_53BIT): Adjust.
23801
23802 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23803
23804         * string/test-strchrnul.c: Add copyright header.
23805
23806         * posix/tst-getaddrinfo4.c: Increase test timeout.
23807
23808 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23809
23810         [BZ #15536]
23811         * math/libm-test.inc (MAX_EXP): Remove
23812         (MIN_EXP): Define.
23813         (ulp): Use MIN_EXP - MANT_DIG.
23814         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23815
23816 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23817
23818         * po/be.po: Revert last change.
23819         * po/zh_CN.po: Likewise.
23820         * po/header.pot: Likewise.
23821
23822 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23823
23824         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23825         link-libc-deps to empty as target-specific variable.
23826         * Makerules (link-libc-args): New variable.
23827         (libc-for-link): Likewise.
23828         (link-libc-deps): Likewise.
23829         (lib%.so): Depend on $(link-libc-deps).  Link with
23830         $(link-libc-args).
23831         (build-module): Link with $(link-libc-args).
23832         (build-module-asneeded): Likewise.
23833         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23834         list of objects.
23835         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23836         target-specific variable.
23837         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23838         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23839         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23840         libc.
23841         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23842         libc and ld.so.
23843         ($(objpfx)libpcprofile.so): Likewise.
23844         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23845         libc_nonshared.a.
23846         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23847         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23848         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23849         $(link-libc-deps).
23850         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23851         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23852         * login/Makefile ($(objpfx)libutil.so): Likewise.
23853         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23854         * math/Makefile ($(objpfx)libm.so): Likewise.
23855         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23856         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23857         variable instead of depending directly on libc.
23858         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23859         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23860         $(link-libc-deps).
23861         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23862         libc.
23863         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23864         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23865         ($(objpfx)libanl.so): Likewise.
23866         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23867         ld.so.
23868         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23869         $(link-libc-deps).
23870         * sysdeps/i386/fpu/Makefile: Remove file.
23871         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23872         ($(objpfx)libm.so): Remove dependency on ld.so.
23873
23874 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23875
23876         [BZ # 15553]
23877         * nis/yp_xdr.c (XDRMAXNAME): Define.
23878         (XDRMAXRECORD): Define.
23879         (xdr_domainname): Use XDRMAXNAME.
23880         (xdr_mapname): Likewise.
23881         (xdr_peername): Likewise.
23882         (xdr_keydat): Use XDRMAXRECORD.
23883         (xdr_valdat): Likewise.
23884
23885 2013-05-30  Jeff Law  <law@redhat.com>
23886
23887         [BZ #14256]
23888         * manual/errno.texi (ESTALE): Update to account for more than
23889         just NFS file systems.
23890         * sysdeps/gnu/errlist.c: Regenerated.
23891
23892 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23893
23894         [BZ #15465]
23895         * elf/Makefile (tests): Add tst-null-argv.
23896         (modules-names):  Add tst-null-argv-lib.
23897         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23898         (tst-null-argv-ENV): Set environment for tst-null-argv.
23899         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23900         (RTLD_PROGNAME): New macro.
23901         * elf/tst-null-argv.c: New test case.
23902         * elf/tst-null-argv-lib.c: Library for test case.
23903         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23904         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23905         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23906         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23907         * elf/dl-init.c (call_init): Likewise.
23908         (_dl_init): Likewise.
23909         * elf/dl-load.c (print_search_path): Likewise.
23910         (_dl_map_object): Likewise.
23911         * elf/dl-lookup.c (do_lookup_x): Likewise.
23912         (add_dependency): Likewise.
23913         (_dl_lookup_symbol_x): Likewise.
23914         (_dl_debug_bindings): Likewise.
23915         * elf/dl-open.c (_dl_show_scope): Likewise.
23916         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23917         * elf/dl-version.c (match_symbol): Likewise.
23918         (_dl_check_map_versions): Likewise.
23919         * elf/rtld.c (dl_main): Likewise.
23920         (print_unresolved): Use RTLD_PROGNAME.
23921         (print_missing_version): Likewise.
23922         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23923         (elf_machine_rela): Likewise.
23924         * sysdeps/powerpc/powerpc32/dl-machine.c
23925         (__process_machine_rela): Likewise.
23926         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23927         Likewise.
23928         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23929         Likewise.
23930         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23931         Likewise.
23932         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23933         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23934         Likewise.
23935         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23936         Likewise.
23937         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23938
23939 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23940
23941         * po/be.po: Add descriptive title.
23942         * po/zh_CN.po: Likewise.
23943         * po/header.pot: Likewise.
23944
23945 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23946
23947         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23948         error message.
23949         (enlarge_archive): Likewise.
23950
23951 2013-05-28  Ben North  <ben@redfrontdoor.org>
23952
23953         * manual/arith.texi (frexp): It is the magnitude of the return
23954         value which lies in [0.5, 1), not the return value itself.
23955
23956 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23957
23958         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23959
23960 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23961
23962         * stdio-common/bug26.c (main): Correct fscanf template.
23963
23964         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23965         declare _dl_skip_args.
23966
23967         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23968         Don't declare.
23969
23970         * manual/platform.texi: Add missing @end deftypefun.
23971
23972 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23973
23974         [BZ #15529]
23975         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23976         bit of mantissa of 2^16382.
23977         * math/libm-test.inc (hypot_test_data): Add more tests.
23978
23979         * math/libm-test.inc: Add drem and pow10 to list of tested
23980         functions.
23981         (pow10_test): New function.
23982         (drem_test): Likewise.
23983         (drem_test_tonearest): Likewise.
23984         (drem_test_towardzero): Likewise.
23985         (drem_test_downward): Likewise.
23986         (drem_test_upward): Likewise.
23987         (main): Call the new functions.
23988
23989         * math/libm-test.inc (finite_test_data): Remove.
23990         (finite_test): Run tests from isfinite_test_data.
23991         (gamma_test_data): Remove.
23992         (gamma_test): Run tests from lgamma_test_data.
23993         * sysdeps/i386/fpu/libm-test-ulps: Update.
23994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23995
23996 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23997
23998         * manual/platform.texi: Add PowerPC PPR function set documentation.
23999         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24000         implementation.
24001
24002 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24003
24004         * math/libm-test.inc (MAX_EXP): Define.
24005         (ULPDIFF): Define.
24006         (ulp): New function.
24007         (check_float_internal): Use ULPDIFF.
24008         (cpow_test): Disable failing test.
24009         (check_ulp): Test ulp() implemetnation.
24010         (main): Call check_ulp before starting tests.
24011
24012 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24013
24014         * math/gen-libm-test.pl (generate_testfile): Do not handle
24015         START_DATA and END_DATA.
24016         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24017         END_DATA.
24018         (acos_tonearest_test_data): Likewise.
24019         (acos_towardzero_test_data): Likewise.
24020         (acos_downward_test_data): Likewise.
24021         (acos_upward_test_data): Likewise.
24022         (acosh_test_data): Likewise.
24023         (asin_test_data): Likewise.
24024         (asin_tonearest_test_data): Likewise.
24025         (asin_towardzero_test_data): Likewise.
24026         (asin_downward_test_data): Likewise.
24027         (asin_upward_test_data): Likewise.
24028         (asinh_test_data): Likewise.
24029         (atan_test_data): Likewise.
24030         (atanh_test_data): Likewise.
24031         (atan2_test_data): Likewise.
24032         (cabs_test_data): Likewise.
24033         (cacos_test_data): Likewise.
24034         (cacosh_test_data): Likewise.
24035         (carg_test_data): Likewise.
24036         (casin_test_data): Likewise.
24037         (casinh_test_data): Likewise.
24038         (catan_test_data): Likewise.
24039         (catanh_test_data): Likewise.
24040         (cbrt_test_data): Likewise.
24041         (ccos_test_data): Likewise.
24042         (ccosh_test_data): Likewise.
24043         (ceil_test_data): Likewise.
24044         (cexp_test_data): Likewise.
24045         (cimag_test_data): Likewise.
24046         (clog_test_data): Likewise.
24047         (clog10_test_data): Likewise.
24048         (conj_test_data): Likewise.
24049         (copysign_test_data): Likewise.
24050         (cos_test_data): Likewise.
24051         (cos_tonearest_test_data): Likewise.
24052         (cos_towardzero_test_data): Likewise.
24053         (cos_downward_test_data): Likewise.
24054         (cos_upward_test_data): Likewise.
24055         (cosh_test_data): Likewise.
24056         (cosh_tonearest_test_data): Likewise.
24057         (cosh_towardzero_test_data): Likewise.
24058         (cosh_downward_test_data): Likewise.
24059         (cosh_upward_test_data): Likewise.
24060         (cpow_test_data): Likewise.
24061         (cproj_test_data): Likewise.
24062         (creal_test_data): Likewise.
24063         (csin_test_data): Likewise.
24064         (csinh_test_data): Likewise.
24065         (csqrt_test_data): Likewise.
24066         (ctan_test_data): Likewise.
24067         (ctan_tonearest_test_data): Likewise.
24068         (ctan_towardzero_test_data): Likewise.
24069         (ctan_downward_test_data): Likewise.
24070         (ctan_upward_test_data): Likewise.
24071         (ctanh_test_data): Likewise.
24072         (ctanh_tonearest_test_data): Likewise.
24073         (ctanh_towardzero_test_data): Likewise.
24074         (ctanh_downward_test_data): Likewise.
24075         (ctanh_upward_test_data): Likewise.
24076         (erf_test_data): Likewise.
24077         (erfc_test_data): Likewise.
24078         (exp_test_data): Likewise.
24079         (exp_tonearest_test_data): Likewise.
24080         (exp_towardzero_test_data): Likewise.
24081         (exp_downward_test_data): Likewise.
24082         (exp_upward_test_data): Likewise.
24083         (exp10_test_data): Likewise.
24084         (exp2_test_data): Likewise.
24085         (expm1_test_data): Likewise.
24086         (fabs_test_data): Likewise.
24087         (fdim_test_data): Likewise.
24088         (finite_test_data): Likewise.
24089         (floor_test_data): Likewise.
24090         (fma_test_data): Likewise.
24091         (fma_towardzero_test_data): Likewise.
24092         (fma_downward_test_data): Likewise.
24093         (fma_upward_test_data): Likewise.
24094         (fmax_test_data): Likewise.
24095         (fmin_test_data): Likewise.
24096         (fmod_test_data): Likewise.
24097         (fpclassify_test_data): Likewise.
24098         (frexp_test_data): Likewise.
24099         (gamma_test_data): Likewise.
24100         (hypot_test_data): Likewise.
24101         (ilogb_test_data): Likewise.
24102         (isfinite_test_data): Likewise.
24103         (isgreater_test_data): Likewise.
24104         (isgreaterequal_test_data): Likewise.
24105         (isinf_test_data): Likewise.
24106         (isless_test_data): Likewise.
24107         (islessequal_test_data): Likewise.
24108         (islessgreater_test_data): Likewise.
24109         (isnan_test_data): Likewise.
24110         (isnormal_test_data): Likewise.
24111         (issignaling_test_data): Likewise.
24112         (isunordered_test_data): Likewise.
24113         (j0_test_data): Likewise.
24114         (j1_test_data): Likewise.
24115         (jn_test_data): Likewise.
24116         (ldexp_test_data): Likewise.
24117         (lgamma_test_data): Likewise.
24118         (lrint_test_data): Likewise.
24119         (lrint_tonearest_test_data): Likewise.
24120         (lrint_towardzero_test_data): Likewise.
24121         (lrint_downward_test_data): Likewise.
24122         (lrint_upward_test_data): Likewise.
24123         (llrint_test_data): Likewise.
24124         (llrint_tonearest_test_data): Likewise.
24125         (llrint_towardzero_test_data): Likewise.
24126         (llrint_downward_test_data): Likewise.
24127         (llrint_upward_test_data): Likewise.
24128         (log_test_data): Likewise.
24129         (log10_test_data): Likewise.
24130         (log1p_test_data): Likewise.
24131         (log2_test_data): Likewise.
24132         (logb_test_data): Likewise.
24133         (logb_downward_test_data): Likewise.
24134         (lround_test_data): Likewise.
24135         (llround_test_data): Likewise.
24136         (modf_test_data): Likewise.
24137         (nearbyint_test_data): Likewise.
24138         (nextafter_test_data): Likewise.
24139         (nexttoward_test_data): Likewise.
24140         (pow_test_data): Likewise.
24141         (pow_tonearest_test_data): Likewise.
24142         (pow_towardzero_test_data): Likewise.
24143         (pow_downward_test_data): Likewise.
24144         (pow_upward_test_data): Likewise.
24145         (remainder_test_data): Likewise.
24146         (remainder_tonearest_test_data): Likewise.
24147         (remainder_towardzero_test_data): Likewise.
24148         (remainder_downward_test_data): Likewise.
24149         (remainder_upward_test_data): Likewise.
24150         (remquo_test_data): Likewise.
24151         (rint_test_data): Likewise.
24152         (rint_tonearest_test_data): Likewise.
24153         (rint_towardzero_test_data): Likewise.
24154         (rint_downward_test_data): Likewise.
24155         (rint_upward_test_data): Likewise.
24156         (round_test_data): Likewise.
24157         (scalb_test_data): Likewise.
24158         (scalbn_test_data): Likewise.
24159         (scalbln_test_data): Likewise.
24160         (signbit_test_data): Likewise.
24161         (sin_test_data): Likewise.
24162         (sin_tonearest_test_data): Likewise.
24163         (sin_towardzero_test_data): Likewise.
24164         (sin_downward_test_data): Likewise.
24165         (sin_upward_test_data): Likewise.
24166         (sincos_test_data): Likewise.
24167         (sinh_test_data): Likewise.
24168         (sinh_tonearest_test_data): Likewise.
24169         (sinh_towardzero_test_data): Likewise.
24170         (sinh_downward_test_data): Likewise.
24171         (sinh_upward_test_data): Likewise.
24172         (sqrt_test_data): Likewise.
24173         (tan_test_data): Likewise.
24174         (tan_tonearest_test_data): Likewise.
24175         (tan_towardzero_test_data): Likewise.
24176         (tan_downward_test_data): Likewise.
24177         (tan_upward_test_data): Likewise.
24178         (tanh_test_data): Likewise.
24179         (tgamma_test_data): Likewise.
24180         (trunc_test_data): Likewise.
24181         (y0_test_data): Likewise.
24182         (y1_test_data): Likewise.
24183         (yn_test_data): Likewise.
24184         (significand_test_data): Likewise.
24185
24186         * math/gen-libm-test.pl (@functions): Remove variable.
24187         (generate_testfile): Don't handle START and END lines.
24188         * math/libm-test.inc (START): New macro.
24189         (END): Likewise.
24190         (END_COMPLEX): Likewise.
24191         (acos_test): Use END macro without arguments.
24192         (acos_test_tonearest): Likewise.
24193         (acos_test_towardzero): Likewise.
24194         (acos_test_downward): Likewise.
24195         (acos_test_upward): Likewise.
24196         (acosh_test): Likewise.
24197         (asin_test): Likewise.
24198         (asin_test_tonearest): Likewise.
24199         (asin_test_towardzero): Likewise.
24200         (asin_test_downward): Likewise.
24201         (asin_test_upward): Likewise.
24202         (asinh_test): Likewise.
24203         (atan_test): Likewise.
24204         (atanh_test): Likewise.
24205         (atan2_test): Likewise.
24206         (cabs_test): Likewise.
24207         (cacos_test): Use END_COMPLEX macro without arguments.
24208         (cacosh_test): Likewise.
24209         (carg_test): Use END macro without arguments.
24210         (casin_test): Use END_COMPLEX macro without arguments.
24211         (casinh_test): Likewise.
24212         (catan_test): Likewise.
24213         (catanh_test): Likewise.
24214         (cbrt_test): Use END macro without arguments.
24215         (ccos_test): Use END_COMPLEX macro without arguments.
24216         (ccosh_test): Likewise.
24217         (ceil_test): Use END macro without arguments.
24218         (cexp_test): Use END_COMPLEX macro without arguments.
24219         (cimag_test): Use END macro without arguments.
24220         (clog_test): Use END_COMPLEX macro without arguments.
24221         (clog10_test): Likewise.
24222         (conj_test): Likewise.
24223         (copysign_test): Use END macro without arguments.
24224         (cos_test): Likewise.
24225         (cos_test_tonearest): Likewise.
24226         (cos_test_towardzero): Likewise.
24227         (cos_test_downward): Likewise.
24228         (cos_test_upward): Likewise.
24229         (cosh_test): Likewise.
24230         (cosh_test_tonearest): Likewise.
24231         (cosh_test_towardzero): Likewise.
24232         (cosh_test_downward): Likewise.
24233         (cosh_test_upward): Likewise.
24234         (cpow_test): Use END_COMPLEX macro without arguments.
24235         (cproj_test): Likewise.
24236         (creal_test): Use END macro without arguments.
24237         (csin_test): Use END_COMPLEX macro without arguments.
24238         (csinh_test): Likewise.
24239         (csqrt_test): Likewise.
24240         (ctan_test): Likewise.
24241         (ctan_test_tonearest): Likewise.
24242         (ctan_test_towardzero): Likewise.
24243         (ctan_test_downward): Likewise.
24244         (ctan_test_upward): Likewise.
24245         (ctanh_test): Likewise.
24246         (ctanh_test_tonearest): Likewise.
24247         (ctanh_test_towardzero): Likewise.
24248         (ctanh_test_downward): Likewise.
24249         (ctanh_test_upward): Likewise.
24250         (erf_test): Use END macro without arguments.
24251         (erfc_test): Likewise.
24252         (exp_test): Likewise.
24253         (exp_test_tonearest): Likewise.
24254         (exp_test_towardzero): Likewise.
24255         (exp_test_downward): Likewise.
24256         (exp_test_upward): Likewise.
24257         (exp10_test): Likewise.
24258         (exp2_test): Likewise.
24259         (expm1_test): Likewise.
24260         (fabs_test): Likewise.
24261         (fdim_test): Likewise.
24262         (finite_test): Likewise.
24263         (floor_test): Likewise.
24264         (fma_test): Likewise.
24265         (fma_test_towardzero): Likewise.
24266         (fma_test_downward): Likewise.
24267         (fma_test_upward): Likewise.
24268         (fmax_test): Likewise.
24269         (fmin_test): Likewise.
24270         (fmod_test): Likewise.
24271         (fpclassify_test): Likewise.
24272         (frexp_test): Likewise.
24273         (gamma_test): Likewise.
24274         (hypot_test): Likewise.
24275         (ilogb_test): Likewise.
24276         (isfinite_test): Likewise.
24277         (isgreater_test): Likewise.
24278         (isgreaterequal_test): Likewise.
24279         (isinf_test): Likewise.
24280         (isless_test): Likewise.
24281         (islessequal_test): Likewise.
24282         (islessgreater_test): Likewise.
24283         (isnan_test): Likewise.
24284         (isnormal_test): Likewise.
24285         (issignaling_test): Likewise.
24286         (isunordered_test): Likewise.
24287         (j0_test): Likewise.
24288         (j1_test): Likewise.
24289         (jn_test): Likewise.
24290         (ldexp_test): Likewise.
24291         (lgamma_test): Likewise.
24292         (lrint_test): Likewise.
24293         (lrint_test_tonearest): Likewise.
24294         (lrint_test_towardzero): Likewise.
24295         (lrint_test_downward): Likewise.
24296         (lrint_test_upward): Likewise.
24297         (llrint_test): Likewise.
24298         (llrint_test_tonearest): Likewise.
24299         (llrint_test_towardzero): Likewise.
24300         (llrint_test_downward): Likewise.
24301         (llrint_test_upward): Likewise.
24302         (log_test): Likewise.
24303         (log10_test): Likewise.
24304         (log1p_test): Likewise.
24305         (log2_test): Likewise.
24306         (logb_test): Likewise.
24307         (logb_test_downward): Likewise.
24308         (lround_test): Likewise.
24309         (llround_test): Likewise.
24310         (modf_test): Likewise.
24311         (nearbyint_test): Likewise.
24312         (nextafter_test): Likewise.
24313         (nexttoward_test): Likewise.
24314         (pow_test): Likewise.
24315         (pow_test_tonearest): Likewise.
24316         (pow_test_towardzero): Likewise.
24317         (pow_test_downward): Likewise.
24318         (pow_test_upward): Likewise.
24319         (remainder_test): Likewise.
24320         (remainder_test_tonearest): Likewise.
24321         (remainder_test_towardzero): Likewise.
24322         (remainder_test_downward): Likewise.
24323         (remainder_test_upward): Likewise.
24324         (remquo_test): Likewise.
24325         (rint_test): Likewise.
24326         (rint_test_tonearest): Likewise.
24327         (rint_test_towardzero): Likewise.
24328         (rint_test_downward): Likewise.
24329         (rint_test_upward): Likewise.
24330         (round_test): Likewise.
24331         (scalb_test): Likewise.
24332         (scalbn_test): Likewise.
24333         (scalbln_test): Likewise.
24334         (signbit_test): Likewise.
24335         (sin_test): Likewise.
24336         (sin_test_tonearest): Likewise.
24337         (sin_test_towardzero): Likewise.
24338         (sin_test_downward): Likewise.
24339         (sin_test_upward): Likewise.
24340         (sincos_test): Likewise.
24341         (sinh_test): Likewise.
24342         (sinh_test_tonearest): Likewise.
24343         (sinh_test_towardzero): Likewise.
24344         (sinh_test_downward): Likewise.
24345         (sinh_test_upward): Likewise.
24346         (sqrt_test): Likewise.
24347         (tan_test): Likewise.
24348         (tan_test_tonearest): Likewise.
24349         (tan_test_towardzero): Likewise.
24350         (tan_test_downward): Likewise.
24351         (tan_test_upward): Likewise.
24352         (tanh_test): Likewise.
24353         (tgamma_test): Likewise.
24354         (trunc_test): Likewise.
24355         (y0_test): Likewise.
24356         (y1_test): Likewise.
24357         (yn_test): Likewise.
24358         (significand_test): Likewise.
24359
24360 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24361
24362         [BZ #15381]
24363         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24364
24365 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24366
24367         [BZ #14894]
24368         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24369         __ppc_mdoio and __ppc_mdoom.
24370         * manual/platform.texi: Document new functions __ppc_yield,
24371         __ppc_mdoio and __ppc_mdoom.
24372
24373 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24374
24375         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24376         (main): Mention "tls" pseudo-hwcap is legacy.
24377         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24378
24379 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24380
24381         * math/gen-libm-test.pl (parse_args): Output only string of
24382         arguments as text for test name, not full call or descriptions of
24383         tests for extra outputs.
24384         (generate_testfile): Do not pass function name to parse_args.
24385         Generate this_func variable from START.
24386         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24387         field to arg_str.
24388         (struct test_ff_f_data): Likewise.
24389         (test_ff_f_data_nexttoward): Likewise.
24390         (struct test_fi_f_data): Likewise.
24391         (struct test_fl_f_data): Likewise.
24392         (struct test_if_f_data): Likewise.
24393         (struct test_fff_f_data): Likewise.
24394         (struct test_c_f_data): Likewise.
24395         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24396         (struct test_fF_f1_data): Likewise.
24397         (struct test_ffI_f1_data): Likewise.
24398         (struct test_c_c_data): Rename test_name field to arg_str.
24399         (struct test_cc_c_data): Likewise.
24400         (struct test_f_i_data): Likewise.
24401         (struct test_ff_i_data): Likewise.
24402         (struct test_f_l_data): Likewise.
24403         (struct test_f_L_data): Likewise.
24404         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24405         and extra2_name.
24406         (COMMON_TEST_SETUP): New macro.
24407         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24408         (COMMON_TEST_CLEANUP): Likewise.
24409         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24410         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24411         macros.
24412         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24413         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24414         macros.
24415         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24416         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24417         cleanup macros.
24418         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24419         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24420         macros.
24421         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24422         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24423         macros.
24424         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24425         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24426         cleanup macros.
24427         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24428         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24429         cleanup macros.
24430         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24431         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24432         cleanup macros.
24433         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24434         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24435         macros.
24436         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24437         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24438         macros.
24439         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24440         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24441         macros.
24442         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24443         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24444         cleanup macros.
24445         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24446         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24447         cleanup macros.
24448         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24449         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24450         macros.
24451         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24452         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24453         cleanup macros.
24454         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24455         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24456         macros.
24457         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24458         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24459         macros.
24460         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24461         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24462         cleanup macros.
24463         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24464
24465 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24466
24467         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24468         to _sifields.sigfault.
24469         (si_addr_lsb): Define new macro.
24470         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24471         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24472         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24473
24474 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24475
24476         [BZ #15441]
24477         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24478         returns -1.
24479         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24480         null return -1.
24481         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24482         loading the domain.
24483
24484 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24485
24486         * math/gen-libm-test.pl (parse_args): Do not include expected
24487         result in test name.
24488         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24489         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24490         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24491         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24492         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24494
24495 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24496
24497         * benchtests/Makefile: Sort function entries.
24498
24499         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24500         tanh, asinh, acosh, atanh.
24501         * benchtests/acos-inputs: New file.
24502         * benchtests/acosh-inputs: New file.
24503         * benchtests/asin-inputs: New file.
24504         * benchtests/asinh-inputs: New file.
24505         * benchtests/atanh-inputs: New file.
24506         * benchtests/cosh-inputs: New file.
24507         * benchtests/log-inputs: New file.
24508         * benchtests/sinh-inputs: New file.
24509         * benchtests/tanh-inputs: New file.
24510
24511 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24512
24513         [BZ #15339]
24514         * posix/tst-getaddrinfo4.c: New test.
24515         * posix/Makefile (tests): Add it.
24516
24517 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24518
24519         [BZ #15339]
24520         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24521         when no services were used.
24522         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24523         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24524
24525 2013-05-21  Andreas Schwab  <schwab@suse.de>
24526
24527         [BZ #15014]
24528         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24529         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24530         successful.
24531         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24532         redundant variable declarations and reallocation of buffer when
24533         parsing as IPv6 address.  Always set NSS status when called from
24534         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24535         buffer too small.  Correct computation of needed size.
24536         * nss/Makefile (tests): Add test-digits-dots.
24537         * nss/test-digits-dots.c: New test.
24538
24539 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24540
24541         * benchtests/Makefile: Remove instructions for adding
24542         benchmark tests.
24543         * benchtests/README: New file to explain how to execute and
24544         enhance the benchmark tests.
24545
24546 2013-05-21  Andreas Schwab  <schwab@suse.de>
24547
24548         [BZ #15493]
24549         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24550         * setjmp/tst-sigsetjmp.c: New test.
24551
24552 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24553
24554         * sysdeps/x86_64/memset.S (memset): New implementation.
24555         (__bzero): Likewise.
24556         (__memset_tail): New function.
24557
24558 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24559
24560         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24561         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24562         __memcpy_sse2_unaligned ifunc selection.
24563         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24564         Add memcpy-sse2-unaligned.S.
24565         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24566         Add: __memcpy_sse2_unaligned.
24567
24568 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24569
24570         [BZ #15490]
24571         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24572         math_force_eval before restoring floating-point envrionment.
24573         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24574         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24575         Likewise.
24576         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24577         <math_private.h>.
24578         (__nearbyintl): Use math_force_eval before restoring
24579         floating-point environment.
24580         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24581
24582         * math/gen-libm-test.pl (special_functions): Remove.
24583         (parse_args): Don't handle TEST_extra.  Handle functions with no
24584         return value.
24585         * math/libm-test.inc (struct test_sincos_data): Replace with
24586         struct test_fFF_11_data.
24587         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24588         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24589         (sincos_test_data): Change element type to struct
24590         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24591         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24592         RUN_TEST_LOOP_sincos.
24593         * math/README.libm-test: Don't mention special handling of
24594         individual functions.
24595         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24596         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24597         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24598         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24599         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24601
24602         * math/gen-libm-test.pl (get_variable): Remove function.
24603         (parse_args): Don't show pointer parameters to call in test
24604         names.  Use "extra output N" in test names for extra outputs
24605         rather than naming variables.
24606
24607 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24608
24609         [BZ #15488]
24610         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24611         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24612         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24613         double tests.
24614         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24615         disable.
24616         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24617         check_long_double.
24618
24619         * math/gen-libm-test.pl (@tests): Remove variable.
24620         ($count): Likewise.
24621         (new_test): Remove function.
24622         (show_exceptions): New function.
24623         (special_functions): Use show_exceptions instead of new_test.
24624         (parse_args): Likewise.
24625         (generate_testfile): Pass only function name in generated call to
24626         print_max_error or print_complex_max_error.
24627         (get_ulps): Do not handle complex tests specially.
24628         (output_test): Rename to ...
24629         (get_all_ulps_for_test): ... this.  Return a string rather than
24630         printing to a file.  Require ulps to be present.
24631         (output_ulps): Generate arrays rather than #defines.
24632         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24633         (struct ulp_data): New type.
24634         (BUILD_COMPLEX_ULP): Remove macro.
24635         (compare_ulp_data): New function.
24636         (find_ulps): Likewise.
24637         (find_test_ulps): Likewise.
24638         (find_function_ulps): Likewise.
24639         (find_complex_function_ulps): Likewise.
24640         (print_max_error): Determine allowed ulps using
24641         find_function_ulps.
24642         (print_complex_max_error): Determine allowed ulps using
24643         find_complex_function_ulps.
24644         (check_float_internal): Determine max ulps using find_test_ulps.
24645         (check_float): Do not take max_ulp parameter.  Update call to
24646         check_float_internal.
24647         (check_complex): Likewise.
24648         (check_int): Do not take max_ulp parameter.
24649         (check_long): Likewise.
24650         (check_bool): Likewise.
24651         (check_longlong): Likewise.
24652         (struct test_f_f_data): Remove max_ulp field.
24653         (struct test_ff_f_data): Likewise.
24654         (struct test_ff_f_data_nexttoward): Likewise.
24655         (struct test_fi_f_data): Likewise.
24656         (struct test_fl_f_data): Likewise.
24657         (struct test_if_f_data): Likewise.
24658         (struct test_fff_f_data): Likewise.
24659         (struct test_c_f_data): Likewise.
24660         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24661         (struct test_fF_f1_data): Likewise.
24662         (struct test_ffI_f1_data): Likewise.
24663         (struct test_c_c_data): Remove max_ulp field.
24664         (struct test_cc_c_data): Likewise.
24665         (struct test_f_i_data): Likewise.
24666         (struct test_ff_i_data): Likewise.
24667         (struct test_f_l_data): Likewise.
24668         (struct test_f_L_data): Likewise.
24669         (struct test_sincos_data): Likewise.
24670         (RUN_TEST_f_f): Do not handle ulps.
24671         (RUN_TEST_LOOP_f_f): Likewise.
24672         (RUN_TEST_2_f): Likewise.
24673         (RUN_TEST_LOOP_2_f): Likewise.
24674         (RUN_TEST_fff_f): Likewise.
24675         (RUN_TEST_LOOP_fff_f): Likewise.
24676         (RUN_TEST_c_f): Likewise.
24677         (RUN_TEST_LOOP_c_f): Likewise.
24678         (RUN_TEST_f_f1): Likewise.
24679         (RUN_TEST_LOOP_f_f1): Likewise.
24680         (RUN_TEST_fF_f1): Likewise.
24681         (RUN_TEST_LOOP_fF_f1): Likewise.
24682         (RUN_TEST_fI_f1): Likewise.
24683         (RUN_TEST_LOOP_fI_f1): Likewise.
24684         (RUN_TEST_ffI_f1): Likewise.
24685         (RUN_TEST_LOOP_ffI_f1): Likewise.
24686         (RUN_TEST_c_c): Likewise.
24687         (RUN_TEST_LOOP_c_c): Likewise.
24688         (RUN_TEST_cc_c): Likewise.
24689         (RUN_TEST_LOOP_cc_c): Likewise.
24690         (RUN_TEST_f_i): Likewise.
24691         (RUN_TEST_LOOP_f_i): Likewise.
24692         (RUN_TEST_f_i_tg): Likewise.
24693         (RUN_TEST_LOOP_f_i_tg): Likewise.
24694         (RUN_TEST_ff_i_tg): Likewise.
24695         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24696         (RUN_TEST_f_b): Likewise.
24697         (RUN_TEST_LOOP_f_b): Likewise.
24698         (RUN_TEST_f_b_tg): Likewise.
24699         (RUN_TEST_LOOP_f_b_tg): Likewise.
24700         (RUN_TEST_f_l): Likewise.
24701         (RUN_TEST_LOOP_f_l): Likewise.
24702         (RUN_TEST_f_L): Likewise.
24703         (RUN_TEST_LOOP_f_L): Likewise.
24704         (RUN_TEST_sincos): Likewise.
24705         (RUN_TEST_LOOP_sincos): Likewise.
24706
24707 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24708
24709         [BZ #15480]
24710         [BZ #15485]
24711         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24712         main case of finite arguments, set rounding mode to FE_TONEAREST
24713         and discard exceptions.
24714         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24715         exceptions.
24716         (remainder_tonearest_test_data): New variable.
24717         (remainder_test_tonearest): New function.
24718         (remainder_towardzero_test_data): New variable.
24719         (remainder_test_towardzero): New function.
24720         (remainder_downward_test_data): New variable.
24721         (remainder_test_downward): New function.
24722         (remainder_upward_test_data): New variable.
24723         (remainder_test_upward): New function.
24724         (main): Call the new test functions.
24725
24726         * math/libm-test.inc (struct test_f_f1_data): Remove field
24727         extra_init.
24728         (struct test_fF_f1_data): Likewise.
24729         (struct test_ffI_f1_data): Likewise.
24730         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24731         based on value of EXTRA_EXPECTED.
24732         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24733         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24734         EXTRA_VAR based on value of EXTRA_EXPECTED.
24735         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24736         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24737         EXTRA_VAR based on value of EXTRA_EXPECTED.
24738         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24739         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24740         EXTRA_VAR based on value of EXTRA_EXPECTED.
24741         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24742         * math/gen-libm-test.pl (parse_args): Don't output initializers
24743         for extra output values.
24744
24745         * math/libm-test.inc (check_int): Expect result to be exactly
24746         equal to expected value and do not handle ulps.
24747         (check_long): Likewise.
24748         (check_longlong): Likewise.
24749
24750         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24751         exceptions.
24752         (cimag_test_data): Likewise.
24753         (conj_test_data): Likewise.
24754         (copysign_test_data): Likewise.
24755         (cproj_test_data): Likewise.
24756         (creal_test_data): Likewise.
24757         (fabs_test_data): Likewise.
24758         (fdim_test_data): Likewise.
24759         (finite_test_data): Likewise.
24760         (floor_test_data): Likewise.
24761         (fmax_test_data): Likewise.
24762         (fmin_test_data): Likewise.
24763         (fmod_test_data): Likewise.
24764         (fpclassify_test_data): Likewise.
24765         (frexp_test_data): Likewise.
24766         (ilogb_test_data): Likewise.
24767         (isfinite_test_data): Likewise.
24768         (isgreater_test_data): Likewise.
24769         (isgreaterequal_test_data): Likewise.
24770         (isinf_test_data): Likewise.
24771         (isless_test_data): Likewise.
24772         (islessequal_test_data): Likewise.
24773         (islessgreater_test_data): Likewise.
24774         (isnan_test_data): Likewise.
24775         (isnormal_test_data): Likewise.
24776         (issignaling_test_data): Likewise.
24777         (isunordered_test_data): Likewise.
24778         (ldexp_test_data): Likewise.
24779         (lrint_test_data): Likewise.
24780         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24781         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24782         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24783         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24784         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24785         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24786         test input.
24787         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24788         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24789         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24790         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24791         that test input.
24792         (lrint_downward_test_data): Test for "inexact" exceptions.
24793         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24794         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24795         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24796         test input.
24797         (lrint_upward_test_data): Test for "inexact" exceptions.
24798         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24799         test input.
24800         (llrint_test_data): Test for "inexact" exceptions.
24801         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24802         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24803         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24804         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24805         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24806         (llrint_downward_test_data): Test for "inexact" exceptions.
24807         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24808         (llrint_upward_test_data): Test for "inexact" exceptions.
24809         (logb_test_data): Likewise.
24810         (logb_downward_test_data): Likewise.
24811         (nextafter_test_data): Likewise.
24812         (nexttoward_test_data): Likewise.
24813         (remainder_test_data): Likewise.
24814         (remquo_test_data): Likewise.
24815         (scalbn_test_data): Likewise.
24816         (scalbln_test_data): Likewise.
24817         (signbit_test_data): Likewise.
24818         (sqrt_test_data): Likewise.
24819         (significand_test_data): Likewise.
24820
24821 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24822
24823         [BZ #15424]
24824         * benchtests/bench-modf.c (struct args): Mark arg0 as
24825         volatile.
24826         * scripts/bench.pl: Mark members of struct args as volatile.
24827
24828 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24829
24830         [BZ # 15497]
24831         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24832         negative infinity on POWER6 or lower.
24833         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24834
24835 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24836
24837         [BZ #15442]
24838         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24839         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24840         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24841         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24842         (_FP_SETQNAN): New macro.
24843         (_FP_SETQNAN_SEMIRAW): Likewise.
24844         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24845         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24846         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24847         (FP_EXTEND): Use _FP_FRAC_SNANP.
24848         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24849         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24850         into account.
24851         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24852         New macro.
24853         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24854         Likewise.
24855
24856 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24857
24858         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24859         with DIVIDE_BY_ZERO_EXCEPTION.
24860         (gamma_test_data): Likewise.
24861         (lgamma_test_data): Likewise.
24862         (log_test_data): Likewise.
24863         (log10_test_data): Likewise.
24864         (log2_test_data): Likewise.
24865         (tgamma_test_data): Likewise.
24866
24867         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24868         (acos_test_tonearest): Likewise.
24869         (acos_test_towardzero): Likewise.
24870         (acos_test_downward): Likewise.
24871         (acos_test_upward): Likewise.
24872         (acosh_test): Likewise.
24873         (asin_test): Likewise.
24874         (asin_test_tonearest): Likewise.
24875         (asin_test_towardzero): Likewise.
24876         (asin_test_downward): Likewise.
24877         (asin_test_upward): Likewise.
24878         (asinh_test): Likewise.
24879         (atan_test): Likewise.
24880         (atanh_test): Likewise.
24881         (atan2_test): Likewise.
24882         (cabs_test): Likewise.
24883         (cacos_test): Likewise.
24884         (cacosh_test): Likewise.
24885         (casin_test): Likewise.
24886         (casinh_test): Likewise.
24887         (catan_test): Likewise.
24888         (catanh_test): Likewise.
24889         (cbrt_test): Likewise.
24890         (ccos_test): Likewise.
24891         (ccosh_test): Likewise.
24892         (cexp_test): Likewise.
24893         (clog_test): Likewise.
24894         (clog10_test): Likewise.
24895         (cos_test): Likewise.
24896         (cos_test_tonearest): Likewise.
24897         (cos_test_towardzero): Likewise.
24898         (cos_test_downward): Likewise.
24899         (cos_test_upward): Likewise.
24900         (cosh_test): Likewise.
24901         (cosh_test_tonearest): Likewise.
24902         (cosh_test_towardzero): Likewise.
24903         (cosh_test_downward): Likewise.
24904         (cosh_test_upward): Likewise.
24905         (cpow_test): Likewise.
24906         (csin_test): Likewise.
24907         (csinh_test): Likewise.
24908         (csqrt_test): Likewise.
24909         (ctan_test): Likewise.
24910         (ctan_test_tonearest): Likewise.
24911         (ctan_test_towardzero): Likewise.
24912         (ctan_test_downward): Likewise.
24913         (ctan_test_upward): Likewise.
24914         (ctanh_test): Likewise.
24915         (ctanh_test_tonearest): Likewise.
24916         (ctanh_test_towardzero): Likewise.
24917         (ctanh_test_downward): Likewise.
24918         (ctanh_test_upward): Likewise.
24919         (erf_test): Likewise.
24920         (erfc_test): Likewise.
24921         (exp_test): Likewise.
24922         (exp_test_tonearest): Likewise.
24923         (exp_test_towardzero): Likewise.
24924         (exp_test_downward): Likewise.
24925         (exp_test_upward): Likewise.
24926         (exp10_test): Likewise.
24927         (exp2_test): Likewise.
24928         (expm1_test): Likewise.
24929         (fmod_test): Likewise.
24930         (gamma_test): Likewise.
24931         (hypot_test): Likewise.
24932         (j0_test): Likewise.
24933         (j1_test): Likewise.
24934         (jn_test): Likewise.
24935         (lgamma_test): Likewise.
24936         (log_test): Likewise.
24937         (log10_test): Likewise.
24938         (log1p_test): Likewise.
24939         (log2_test): Likewise.
24940         (logb_test_downward): Likewise.
24941         (pow_test): Likewise.
24942         (pow_test_tonearest): Likewise.
24943         (pow_test_towardzero): Likewise.
24944         (pow_test_downward): Likewise.
24945         (pow_test_upward): Likewise.
24946         (remainder_test): Likewise.
24947         (remquo_test): Likewise.
24948         (sin_test): Likewise.
24949         (sin_test_tonearest): Likewise.
24950         (sin_test_towardzero): Likewise.
24951         (sin_test_downward): Likewise.
24952         (sin_test_upward): Likewise.
24953         (sincos_test): Likewise.
24954         (sinh_test): Likewise.
24955         (sinh_test_tonearest): Likewise.
24956         (sinh_test_towardzero): Likewise.
24957         (sinh_test_downward): Likewise.
24958         (sinh_test_upward): Likewise.
24959         (sqrt_test): Likewise.
24960         (tan_test): Likewise.
24961         (tan_test_tonearest): Likewise.
24962         (tan_test_towardzero): Likewise.
24963         (tan_test_downward): Likewise.
24964         (tan_test_upward): Likewise.
24965         (tanh_test): Likewise.
24966         (tgamma_test): Likewise.
24967         (y0_test): Likewise.
24968         (y1_test): Likewise.
24969         (yn_test): Likewise.
24970
24971         * math/gen-libm-test.pl (adjust_arg): Remove function.
24972         (special_function): Remove argument $in_func.  Only handle
24973         generating output for tables of tests, not inside functions.
24974         (parse_args): Likewise.
24975         (generate_testfile): Remove variable $in_func.  Update call to
24976         parse_args.
24977         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24978         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24979         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24980         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24981         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24982         (MAX_VALUE_INIT): Rename macro to max_value.
24983         (MIN_VALUE_INIT): Rename macro to min_value.
24984         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24985         (plus_zero): Remove variable.
24986         (minus_zero): Likewise.
24987         (plus_infty): Likewise.
24988         (minus_infty): Likewise.
24989         (qnan_value): Likewise.
24990         (max_value): Likewise.
24991         (min_value): Likewise.
24992         (min_subnorm_value): Likewise.
24993
24994 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24995
24996         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24997         uint64_t or uint32_t usage.
24998         * crypt/sha256-block.c: Likewise.
24999         * crypt/sha256-crypt.c: Likewise.
25000         * crypt/sha256.c: Likewise.
25001         * crypt/sha512-block.c: Likewise.
25002         * crypt/sha512-crypt.c: Likewise.
25003         * crypt/sha512.c: Likewise.
25004         * debug/backtrace-tst.c: Likewise.
25005         * debug/pcprofiledump.c: Likewise.
25006         * elf/cache.c: Likewise.
25007         * elf/dl-cache.c: Likewise.
25008         * elf/dl-misc.c: Likewise.
25009         * elf/dl-profile.c: Likewise.
25010         * elf/dl-support.c: Likewise.
25011         * elf/ldconfig.c: Likewise.
25012         * elf/sprof.c: Likewise.
25013         * iconv/dummy-repertoire.c: Likewise.
25014         * iconv/iconv_charmap.c: Likewise.
25015         * iconv/skeleton.c: Likewise.
25016         * iconvdata/8bit-generic.c: Likewise.
25017         * iconvdata/cp737.h: Likewise.
25018         * iconvdata/cp775.h: Likewise.
25019         * iconvdata/ibm1008.h: Likewise.
25020         * iconvdata/ibm1025.h: Likewise.
25021         * iconvdata/ibm1046.h: Likewise.
25022         * iconvdata/ibm1097.h: Likewise.
25023         * iconvdata/ibm1112.h: Likewise.
25024         * iconvdata/ibm1122.h: Likewise.
25025         * iconvdata/ibm1123.h: Likewise.
25026         * iconvdata/ibm1124.h: Likewise.
25027         * iconvdata/ibm1129.h: Likewise.
25028         * iconvdata/ibm1130.h: Likewise.
25029         * iconvdata/ibm1132.h: Likewise.
25030         * iconvdata/ibm1133.h: Likewise.
25031         * iconvdata/ibm1137.h: Likewise.
25032         * iconvdata/ibm1140.h: Likewise.
25033         * iconvdata/ibm1141.h: Likewise.
25034         * iconvdata/ibm1142.h: Likewise.
25035         * iconvdata/ibm1143.h: Likewise.
25036         * iconvdata/ibm1144.h: Likewise.
25037         * iconvdata/ibm1145.h: Likewise.
25038         * iconvdata/ibm1146.h: Likewise.
25039         * iconvdata/ibm1147.h: Likewise.
25040         * iconvdata/ibm1148.h: Likewise.
25041         * iconvdata/ibm1149.h: Likewise.
25042         * iconvdata/ibm1153.h: Likewise.
25043         * iconvdata/ibm1154.h: Likewise.
25044         * iconvdata/ibm1155.h: Likewise.
25045         * iconvdata/ibm1156.h: Likewise.
25046         * iconvdata/ibm1157.h: Likewise.
25047         * iconvdata/ibm1158.h: Likewise.
25048         * iconvdata/ibm1160.h: Likewise.
25049         * iconvdata/ibm1161.h: Likewise.
25050         * iconvdata/ibm1162.h: Likewise.
25051         * iconvdata/ibm1163.h: Likewise.
25052         * iconvdata/ibm1164.h: Likewise.
25053         * iconvdata/ibm1166.h: Likewise.
25054         * iconvdata/ibm1167.h: Likewise.
25055         * iconvdata/ibm12712.h: Likewise.
25056         * iconvdata/ibm1390.h: Likewise.
25057         * iconvdata/ibm1399.h: Likewise.
25058         * iconvdata/ibm16804.h: Likewise.
25059         * iconvdata/ibm4517.h: Likewise.
25060         * iconvdata/ibm4899.h: Likewise.
25061         * iconvdata/ibm4909.h: Likewise.
25062         * iconvdata/ibm4971.h: Likewise.
25063         * iconvdata/ibm5347.h: Likewise.
25064         * iconvdata/ibm803.h: Likewise.
25065         * iconvdata/ibm856.h: Likewise.
25066         * iconvdata/ibm901.h: Likewise.
25067         * iconvdata/ibm902.h: Likewise.
25068         * iconvdata/ibm9030.h: Likewise.
25069         * iconvdata/ibm9066.h: Likewise.
25070         * iconvdata/ibm921.h: Likewise.
25071         * iconvdata/ibm922.h: Likewise.
25072         * iconvdata/ibm9448.h: Likewise.
25073         * iconvdata/isiri-3342.h: Likewise.
25074         * iconvdata/jis0201.h: Likewise.
25075         * include/link.h: Likewise.
25076         * include/netdb.h: Likewise.
25077         * inet/check_native.c: Likewise.
25078         * inet/check_pf.c: Likewise.
25079         * inet/getipv4sourcefilter.c: Likewise.
25080         * inet/getnameinfo.c: Likewise.
25081         * inet/getsourcefilter.c: Likewise.
25082         * inet/htonl.c: Likewise.
25083         * inet/setipv4sourcefilter.c: Likewise.
25084         * inet/setsourcefilter.c: Likewise.
25085         * inet/test-inet6_opt.c: Likewise.
25086         * inet/tst-network.c: Likewise.
25087         * locale/C-collate.c: Likewise.
25088         * locale/C-ctype.c: Likewise.
25089         * locale/C-time.c: Likewise.
25090         * locale/C-translit.h: Likewise.
25091         * locale/loadarchive.c: Likewise.
25092         * locale/programs/3level.h: Likewise.
25093         * locale/programs/charmap.c: Likewise.
25094         * locale/programs/charmap.h: Likewise.
25095         * locale/programs/ld-address.c: Likewise.
25096         * locale/programs/ld-collate.c: Likewise.
25097         * locale/programs/ld-ctype.c: Likewise.
25098         * locale/programs/ld-identification.c: Likewise.
25099         * locale/programs/ld-measurement.c: Likewise.
25100         * locale/programs/ld-messages.c: Likewise.
25101         * locale/programs/ld-monetary.c: Likewise.
25102         * locale/programs/ld-name.c: Likewise.
25103         * locale/programs/ld-numeric.c: Likewise.
25104         * locale/programs/ld-paper.c: Likewise.
25105         * locale/programs/ld-telephone.c: Likewise.
25106         * locale/programs/ld-time.c: Likewise.
25107         * locale/programs/linereader.c: Likewise.
25108         * locale/programs/locale.c: Likewise.
25109         * locale/programs/locarchive.c: Likewise.
25110         * locale/programs/locfile.h: Likewise.
25111         * locale/programs/repertoire.c: Likewise.
25112         * locale/programs/simple-hash.c: Likewise.
25113         * locale/programs/simple-hash.h: Likewise.
25114         * malloc/memusage.c: Likewise.
25115         * malloc/memusagestat.c: Likewise.
25116         * nis/nis_defaults.c: Likewise.
25117         * nis/nis_hash.c: Likewise.
25118         * nis/nis_print.c: Likewise.
25119         * nis/nis_xdr.c: Likewise.
25120         * nscd/connections.c: Likewise.
25121         * nscd/hstcache.c: Likewise.
25122         * nscd/nscd_gethst_r.c: Likewise.
25123         * nscd/nscd_getserv_r.c: Likewise.
25124         * nscd/nscd_helper.c: Likewise.
25125         * nscd/servicescache.c: Likewise.
25126         * nss/makedb.c: Likewise.
25127         * nss/nss_db/db-XXX.c: Likewise.
25128         * nss/nss_db/db-initgroups.c: Likewise.
25129         * nss/nss_db/db-netgrp.c: Likewise.
25130         * nss/nss_files/files-network.c: Likewise.
25131         * nss/nss_files/files-parse.c: Likewise.
25132         * posix/bug-regex5.c: Likewise.
25133         * posix/fnmatch_loop.c: Likewise.
25134         * posix/regcomp.c: Likewise.
25135         * posix/regexec.c: Likewise.
25136         * posix/tst-rfc3484-2.c: Likewise.
25137         * posix/tst-rfc3484-3.c: Likewise.
25138         * posix/tst-rfc3484.c: Likewise.
25139         * resolv/nss_dns/dns-canon.c: Likewise.
25140         * resolv/nss_dns/dns-network.c: Likewise.
25141         * resolv/res_init.c: Likewise.
25142         * resolv/res_mkquery.c: Likewise.
25143         * resolv/tst-aton.c: Likewise.
25144         * stdlib/cxa_atexit.c: Likewise.
25145         * stdlib/cxa_finalize.c: Likewise.
25146         * stdlib/gen-fpioconst.c: Likewise.
25147         * stdlib/strtol_l.c: Likewise.
25148         * string/tst-endian.c: Likewise.
25149         * sunrpc/auth_des.c: Likewise.
25150         * sunrpc/clnt_udp.c: Likewise.
25151         * sunrpc/rtime.c: Likewise.
25152         * sunrpc/svcauth_des.c: Likewise.
25153         * sunrpc/xdr.c: Likewise.
25154         * sunrpc/xdr_intXX_t.c: Likewise.
25155         * sunrpc/xdr_rec.c: Likewise.
25156         * sysdeps/generic/ldconfig.h: Likewise.
25157         * sysdeps/generic/ldsodefs.h: Likewise.
25158         * sysdeps/generic/memusage.h: Likewise.
25159         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25160         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25161         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25162         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25163         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25164         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25165         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25166         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25167         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25168         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25169         * sysdeps/posix/getaddrinfo.c: Likewise.
25170         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25171         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25172         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25173         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25174         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25175         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25176         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25177         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25178         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25179         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25180         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25181         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25182         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25183         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25184         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25185         * sysdeps/x86_64/dl-tls.h: Likewise.
25186         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25187         * time/alt_digit.c: Likewise.
25188         * time/era.c: Likewise.
25189         * wcsmbs/tst-c16c32-1.c: Likewise.
25190
25191 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25192
25193         * math/libm-test.inc (struct test_sincos_data): New type.
25194         (RUN_TEST_LOOP_sincos): New macro.
25195         (sincos_test_data): New variable.
25196         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25197
25198 2013-05-16  Richard Henderson  <rth@redhat.com>
25199
25200         * math/atest-exp2.c (LIMB64): New macro.
25201         (CONSTSZ): New macro.
25202         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25203         (hexdig): Move ...
25204         (print_mpn_fp): ... to function scope.
25205         (read_mpn_hex): Remove.
25206         (get_log2): Remove.
25207         (exp2_mpn): Use mp_log2.
25208         (main): Use mp_exp1.
25209
25210 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25211
25212         * math/libm-test.inc: Remove comment about not testing "inexact"
25213         exceptions.
25214         (INEXACT_EXCEPTION): New macro.
25215         (NO_INEXACT_EXCEPTION): Likewise.
25216         (INVALID_EXCEPTION_OK): Update value.
25217         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25218         (OVERFLOW_EXCEPTION_OK): Likewise.
25219         (UNDERFLOW_EXCEPTION_OK): Likewise.
25220         (IGNORE_ZERO_INF_SIGN): Likewise.
25221         (ERRNO_UNCHANGED): Likewise.
25222         (ERRNO_EDOM): Likewise.
25223         (ERRNO_ERANGE): Likewise.
25224         (test_exceptions): Handle testing "inexact" exceptions.
25225         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25226         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25227         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25228         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25229         INEXACT_EXCEPTION.
25230         (rint_towardzero_test_data): Likewise.
25231         (rint_downward_test_data): Likewise.
25232         (rint_upward_test_data): Likewise.
25233
25234         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25235         with OVERFLOW_EXCEPTION.
25236         (exp10_test_data): Likewise.
25237         (exp2_test_data): Likewise.
25238         (expm1_test_data): Likewise.
25239         (lgamma_test_data): Likewise.
25240         (pow_test_data): Likewise.
25241         (tgamma_test_data): Likewise.
25242         (yn_test_data): Remove duplicate test of overflow.
25243
25244         * math/libm-test.inc (struct test_cc_c_data): New type.
25245         (RUN_TEST_LOOP_cc_c): New macro.
25246         (cpow_test_data): New variable.
25247         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25248
25249         * math/libm-test.inc (struct test_f_L_data): New type.
25250         (RUN_TEST_LOOP_f_L): New macro.
25251         (llrint_test_data): New variable.
25252         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25253         (llrint_tonearest_test_data): New variable.
25254         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25255         (llrint_towardzero_test_data): New variable.
25256         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25257         (llrint_downward_test_data): New variable.
25258         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25259         (llrint_upward_test_data): New variable.
25260         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25261         (llround_test_data): New variable.
25262         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25263
25264 2013-05-13  Peter Collingbourne  <pcc@google.com>
25265
25266         * math/atest-exp2.c (get_log2): Remove const attribute.
25267
25268 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25269
25270         * math/libm-test.inc (struct test_f_l_data): New type.
25271         (RUN_TEST_LOOP_f_l): New macro.
25272         (lrint_test_data): New variable.
25273         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25274         (lrint_tonearest_test_data): New variable.
25275         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25276         (lrint_towardzero_test_data): New variable.
25277         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25278         (lrint_downward_test_data): New variable.
25279         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25280         (lrint_upward_test_data): New variable.
25281         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25282         (lround_test_data): New variable.
25283         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25284
25285 2013-05-15  Peter Collingbourne  <pcc@google.com>
25286
25287         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25288         (EXTRACT_WORDS64) Use where appropriate.
25289         (INSERT_WORDS64) Likewise.
25290
25291         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25292         constraints with x constraints.
25293         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25294
25295         * malloc/obstack.c (_obstack_compat): Add initializer.
25296
25297 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25298
25299         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25300         si_trapno and add si_addr_lsb to _sifields.sigfault.
25301         (si_trapno): Remove macro.
25302         (si_addr_lsb): Define new macro.
25303         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25304
25305 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25306
25307         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25308         instead of TEST_f_l.
25309         (llrint_test_tonearest): Likewise.
25310         (llrint_test_towardzero): Likewise.
25311         (llrint_test_downward): Likewise.
25312         (llrint_test_upward): Likewise.
25313         (llround_test): Likewise.
25314
25315         * math/libm-test.inc (struct test_f_i_data): Add comment.
25316         (RUN_TEST_LOOP_f_b): New macro.
25317         (RUN_TEST_LOOP_f_b_tg): Likewise.
25318         (finite_test_data): New variable.
25319         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25320         (isfinite_test_data): New variable.
25321         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25322         (isinf_test_data): New variable.
25323         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25324         (isnan_test_data): New variable.
25325         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25326         (isnormal_test_data): New variable.
25327         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25328         (issignaling_test_data): New variable.
25329         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25330         (signbit_test_data): New variable.
25331         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25332
25333         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25334         with INVALID_EXCEPTION.
25335         (acosh_test_data): Likewise.
25336         (asin_test_data): Likewise.
25337         (atanh_test_data): Likewise.
25338         (fmod_test_data): Likewise.
25339         (log_test_data): Likewise.
25340         (log10_test_data): Likewise.
25341         (log2_test_data): Likewise.
25342         (pow_test_data): Likewise.
25343         (sqrt_test_data): Likewise.
25344         (y0_test_data): Likewise.
25345         (y1_test_data): Likewise.
25346         (yn_test_data): Likewise.
25347
25348         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25349         function contents.
25350
25351         * math/libm-test.inc (struct test_ff_i_data): New type.
25352         (RUN_TEST_LOOP_ff_i_tg): New macro.
25353         (isgreater_test_data): New variable.
25354         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25355         (isgreaterequal_test_data): New variable.
25356         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25357         (isless_test_data): New variable.
25358         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25359         (islessequal_test_data): New variable.
25360         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25361         (islessgreater_test_data): New variable.
25362         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25363         (isunordered_test_data): New variable.
25364         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25365
25366 2013-05-14  David S. Miller  <davem@davemloft.net>
25367
25368         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25369
25370 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25371
25372         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25373
25374         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25375         extra_test to int.
25376         (struct test_f_i_data): Change type of max_ulp to int.
25377
25378         * math/libm-test.inc (test_ffI_f1_data): New type.
25379         (RUN_TEST_LOOP_ffI_f1): New macro.
25380         (remquo_test_data): New variable.
25381         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25382
25383         * setjmp/tst-setjmp-fp.c: New file.
25384         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25385         (link-libm): New variable.
25386         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25387
25388         * math/libm-test.inc (struct test_f_i_data): New type.
25389         (RUN_TEST_LOOP_f_i): New macro.
25390         (RUN_TEST_LOOP_f_i_tg): Likewise.
25391         (fpclassify_test_data): New variable.
25392         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25393         (ilogb_test_data): New variable.
25394         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25395
25396         * math/libm-test.inc (scalbln_test): Correct function name in END
25397         call.
25398
25399         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25400         (RUN_TEST_LOOP_fI_f1): New macro.
25401         (frexp_test_data): New variable.
25402         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25403
25404         * math/libm-test.inc (struct test_fF_f1_data): New type.
25405         (RUN_TEST_LOOP_fF_f1): New macro.
25406         (modf_test_data): New variable.
25407         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25408
25409         * math/libm-test.inc (struct test_f_f1_data): New type.
25410         (RUN_TEST_LOOP_f_f1): New macro.
25411         (gamma_test_data): New variable.
25412         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25413         (lgamma_test_data): New variable.
25414         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25415
25416 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25417
25418         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25419         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25420         (main): Comment "tls" pseudo-hwcap.
25421
25422 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25423
25424         * math/libm-test.inc (struct test_fl_f_data): New type.
25425         (RUN_TEST_LOOP_fl_f): New variable.
25426         (scalbln_test_data): New variable.
25427         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25428
25429         * math/libm-test.inc (struct test_fi_f_data): New type.
25430         (RUN_TEST_LOOP_fi_f): New macro.
25431         (ldexp_test_data): New variable.
25432         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25433         (scalbn_test_data): New variable.
25434         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25435
25436         * math/libm-test.inc (struct test_c_f_data): New type.
25437         (RUN_TEST_LOOP_c_f): New macro.
25438         (cabs_test_data): New variable.
25439         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25440         (carg_test_data): New variable.
25441         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25442         (cimag_test_data): New variable.
25443         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25444         (creal_test_data): New variable.
25445         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25446
25447         * math/libm-test.inc (struct test_if_f_data): New type.
25448         (RUN_TEST_LOOP_if_f): New macro.
25449         (jn_test_data): New variable.
25450         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25451         (yn_test_data): New variable.
25452         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25453
25454         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25455
25456 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25457
25458         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25459         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25460
25461 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25462
25463         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25464         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25465         (bench-deps): Add bench-timing.h.
25466         * benchtests-bench-skeleton.c: Include bench-timing.h.
25467         (main): Use TIMING_* macros instead of clock_gettime.
25468         * benchtests/bench-timing.h: New file.
25469
25470         [BZ #14582]
25471         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25472         Renamed from _LIB_VERSION.
25473         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25474
25475 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25476
25477         * math/libm-test.inc (struct test_fff_f_data): New type.
25478         (RUN_TEST_LOOP_fff_f): New macro.
25479         (fma_test_data): New variable.
25480         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25481         (fma_towardzero_test_data): New variable.
25482         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25483         (fma_downward_test_data): New variable.
25484         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25485         (fma_upward_test_data): New variable.
25486         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25487
25488         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25489         (struct test_c_c_data): New type.
25490         (RUN_TEST_LOOP_c_c): New macro.
25491         (cacos_test_data): New variable.
25492         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25493         (cacosh_test_data): New variable.
25494         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25495         (casin_test_data): New variable.
25496         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25497         (casinh_test_data): New variable.
25498         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25499         (catan_test_data): New variable.
25500         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25501         (catanh_test_data): New variable.
25502         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25503         (ccos_test_data): New variable.
25504         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25505         (ccosh_test_data): New variable.
25506         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25507         (cexp_test_data): New variable.
25508         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25509         (clog_test_data): New variable.
25510         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25511         (clog10_test_data): New variable.
25512         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25513         (conj_test_data): New variable.
25514         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25515         (cproj_test_data): New variable.
25516         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25517         (csin_test_data): New variable.
25518         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25519         (csinh_test_data): New variable.
25520         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25521         (csqrt_test_data): New variable.
25522         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25523         (ctan_test_data): New variable.
25524         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25525         (ctan_tonearest_test_data): New variable.
25526         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25527         (ctan_towardzero_test_data): New variable.
25528         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25529         (ctan_downward_test_data): New variable.
25530         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25531         (ctan_upward_test_data): New variable.
25532         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25533         (ctanh_test_data): New variable.
25534         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25535         (ctanh_tonearest_test_data): New variable.
25536         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25537         (ctanh_towardzero_test_data): New variable.
25538         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25539         (ctanh_downward_test_data): New variable.
25540         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25541         (ctanh_upward_test_data): New variable.
25542         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25543         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25544         of BUILD_COMPLEX.
25545
25546         * math/libm-test.inc (struct test_ff_f_data): New type.
25547         (struct test_ff_f_data_nexttoward): Likewise.
25548         (RUN_TEST_LOOP_2_f): New macro.
25549         (RUN_TEST_LOOP_ff_f): Likewise.
25550         (atan2_test_data): New variable.
25551         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25552         (copysign_test_data): New variable.
25553         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25554         (fdim_test_data): New variable.
25555         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25556         (fmax_test_data): New variable.
25557         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25558         (fmin_test_data): New variable.
25559         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25560         (fmod_test_data): New variable.
25561         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25562         (hypot_test_data): New variable.
25563         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25564         (nextafter_test_data): New variable.
25565         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25566         (nexttoward_test_data): New variable.
25567         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25568         (pow_test_data): New variable.
25569         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25570         (pow_tonearest_test_data): New variable.
25571         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25572         (pow_towardzero_test_data): New variable.
25573         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25574         (pow_downward_test_data): New variable.
25575         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25576         (pow_upward_test_data): New variable.
25577         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25578         (remainder_test_data): New variable.
25579         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25580         (scalb_test_data): New variable.
25581         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25582         * sysdeps/i386/fpu/libm-test-ulps: Update.
25583
25584 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25585
25586         * math/libm-test.inc (fma_test): Use max_value instead of local
25587         variable fltmax.
25588         (nextafter_test): Likewise.
25589
25590         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25591         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25592         (acos_downward_test_data): New variable.
25593         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25594         (acos_upward_test_data): New variable.
25595         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25596         (acosh_test_data): New variable.
25597         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25598         (asin_test_data): New variable.
25599         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25600         (asin_tonearest_test_data): New variable.
25601         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25602         (asin_towardzero_test_data): New variable.
25603         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25604         (asin_downward_test_data): New variable.
25605         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25606         (asin_upward_test_data): New variable.
25607         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25608         (asinh_test_data): New variable.
25609         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25610         (atan_test_data): New variable.
25611         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25612         (atanh_test_data): New variable.
25613         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25614         (cbrt_test_data): New variable.
25615         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25616         (ceil_test_data): New variable.
25617         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25618         (cos_test_data): New variable.
25619         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25620         (cos_tonearest_test_data): New variable.
25621         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25622         (cos_towardzero_test_data): New variable.
25623         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25624         (cos_downward_test_data): New variable.
25625         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25626         (cos_upward_test_data): New variable.
25627         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25628         (cosh_test_data): New variable.
25629         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25630         (cosh_tonearest_test_data): New variable.
25631         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25632         (cosh_towardzero_test_data): New variable.
25633         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25634         (cosh_downward_test_data): New variable.
25635         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25636         (cosh_upward_test_data): New variable.
25637         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25638         (erf_test_data): New variable.
25639         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25640         (erfc_test_data): New variable.
25641         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25642         (exp_test_data): New variable.
25643         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25644         (exp_tonearest_test_data): New variable.
25645         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25646         (exp_towardzero_test_data): New variable.
25647         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25648         (exp_downward_test_data): New variable.
25649         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25650         (exp_upward_test_data): New variable.
25651         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25652         (exp10_test_data): New variable.
25653         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25654         (exp2_test_data): New variable.
25655         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25656         (expm1_test_data): New variable.
25657         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25658         (fabs_test_data): New variable.
25659         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25660         (floor_test_data): New variable.
25661         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25662         (j0_test_data): New variable.
25663         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25664         (j1_test_data): New variable.
25665         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25666         (log_test_data): New variable.
25667         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25668         (log10_test_data): New variable.
25669         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25670         (log1p_test_data): New variable.
25671         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25672         (log2_test_data): New variable.
25673         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25674         (logb_test_data): New variable.
25675         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25676         (logb_downward_test_data): New variable.
25677         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25678         (nearbyint_test_data): New variable.
25679         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25680         (rint_test_data): New variable.
25681         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25682         (rint_tonearest_test_data): New variable.
25683         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25684         (rint_towardzero_test_data): New variable.
25685         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25686         (rint_downward_test_data): New variable.
25687         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25688         (rint_upward_test_data): New variable.
25689         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25690         (round_test_data): New variable.
25691         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25692         (sin_test_data): New variable.
25693         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25694         (sin_tonearest_test_data): New variable.
25695         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25696         (sin_towardzero_test_data): New variable.
25697         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25698         (sin_downward_test_data): New variable.
25699         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25700         (sin_upward_test_data): New variable.
25701         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25702         (sinh_test_data): New variable.
25703         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25704         (sinh_tonearest_test_data): New variable.
25705         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25706         (sinh_towardzero_test_data): New variable.
25707         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25708         (sinh_downward_test_data): New variable.
25709         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25710         (sinh_upward_test_data): New variable.
25711         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25712         (sqrt_test_data): New variable.
25713         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25714         (tan_test_data): New variable.
25715         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25716         (tan_tonearest_test_data): New variable.
25717         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25718         (tan_towardzero_test_data): New variable.
25719         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25720         (tan_downward_test_data): New variable.
25721         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25722         (tan_upward_test_data): New variable.
25723         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25724         (tanh_test_data): New variable.
25725         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25726         (tgamma_test_data): New variable.
25727         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25728         (trunc_test_data): New variable.
25729         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25730         (y0_test_data): New variable.
25731         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25732         (y1_test_data): New variable.
25733         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25734         (significand_test_data): New variable.
25735         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25736
25737 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25738
25739         [BZ #12387]
25740         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25741
25742 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25743
25744         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25745
25746 2013-05-10  Andreas Jaeger  <aj@suse.de>
25747
25748         [BZ #15448]
25749         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25750         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25751
25752 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25753
25754         * math/gen-libm-test.pl (adjust_arg): New function.
25755         (special_functions): Handle generating output in both functions
25756         and arrays.
25757         (parse_args): Likewise.
25758         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25759         $in_func argument to parse_args.
25760         * math/libm-test.inc (struct test_f_f_data): New type.
25761         (IF_ROUND_INIT_): New macro.
25762         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25763         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25764         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25765         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25766         (ROUND_RESTORE_): Likewise.
25767         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25768         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25769         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25770         (ROUND_RESTORE_FE_UPWARD): Likewise.
25771         (RUN_TEST_LOOP_f_f): New macro.
25772         (acos_test_data): New variable.
25773         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25774         (acos_tonearest_test_data): New variable.
25775         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25776
25777 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25778
25779         * benchtests/bench-skeleton.c (startup): Fix coding style.
25780
25781 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25782
25783         [BZ #6809]
25784         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25785         negative infinity argument.
25786         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25787         negative infinity argument.
25788         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25789         negative infinity argument.
25790         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25791         domain errors.
25792
25793 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25794
25795         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25796         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25797         * iconv/iconv_prog.c (main): Likewise.
25798         * locale/programs/charmap-dir.c (charmap_readdir)
25799         (fopen_uncompressed): Likewise.
25800         * locale/programs/locfile.c (siblings_uncached)
25801         (write_locale_data): Use lstat64 instead of lstat.
25802         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25803         stat.
25804
25805 2013-05-10  Andreas Jaeger  <aj@suse.de>
25806
25807         [BZ #15395]
25808         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25809         localization.
25810         Include <locale.h>.
25811
25812 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25813
25814         * elf/dl-close.c (_dl_close_worker): Add comments.
25815
25816 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25817
25818         [BZ #15359]
25819         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25820         high part of pi/2.
25821         (__ieee754_rem_pio2l): Update comments.
25822
25823         [BZ #15429]
25824         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25825         high part of pi/2.
25826         (__ieee754_rem_pio2l): Update comments.
25827
25828         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25829         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25830
25831         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25832         M_PI_4l.
25833
25834         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25835         (M_PI_34_LOG10El): Likewise.
25836         (M_PI2_LOG10El): Likewise.
25837         (M_PI4_LOG10El): Likewise.
25838         (M_PI_LOG10El): Likewise.
25839
25840 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25841
25842         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25843
25844 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25845
25846         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25847         (MINUS_ZERO_INIT): Likewise.
25848         (PLUS_INFTY_INIT): Likewise.
25849         (MINUS_INFTY_INIT): Likewise.
25850         (QNAN_VALUE_INIT): Likewise.
25851         (MAX_VALUE_INIT): Likewise.
25852         (MIN_VALUE_INIT): Likewise.
25853         (MIN_SUBNORM_VALUE_INIT): Likewise.
25854         (plus_zero): Initialize with PLUS_ZERO_INIT.
25855         (minus_zero): Initialize with MINUS_ZERO_INIT.
25856         (plus_infty): Initialize with PLUS_INFTY_INIT.
25857         (minus_infty): Initialize with MINUS_INFTY_INIT.
25858         (qnan_value): Initialize with QNAN_VALUE_INIT.
25859         (max_value): Initialize with MAX_VALUE_INIT.
25860         (min_value): Initialize with MIN_VALUE_INIT.
25861         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25862
25863         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25864         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25865         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25866         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25867
25868         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25869         (RUN_TEST_2_f): Likewise.
25870         (RUN_TEST_ff_f): Likewise.
25871         (RUN_TEST_fi_f): Likewise.
25872         (RUN_TEST_fl_f): Likewise.
25873         (RUN_TEST_fff_f): Likewise.
25874         (RUN_TEST_c_f): Likewise.
25875         (RUN_TEST_f_f1): Likewise.
25876         (RUN_TEST_fF_f1): Likewise.
25877         (RUN_TEST_fI_f1): Likewise.
25878         (RUN_TEST_ffI_f1): Likewise.
25879         (RUN_TEST_c_c): Likewise.
25880         (RUN_TEST_cc_c): Likewise.
25881         (RUN_TEST_f_i): Likewise.
25882         (RUN_TEST_f_i_tg): Likewise.
25883         (RUN_TEST_ff_i_tg): Likewise.
25884         (RUN_TEST_f_b): Likewise.
25885         (RUN_TEST_f_b_tg): Likewise.
25886         (RUN_TEST_f_l): Likewise.
25887         (RUN_TEST_f_L): Likewise.
25888         (RUN_TEST_sincos): Likewise.
25889         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25890         whether to show exceptions.  Do not include ");\n" in return
25891         value.
25892         (special_functions): Output call to RUN_TEST_sincos instead of
25893         check_float calls.  Update calls to new_test.
25894         (parse_args): Output call to single RUN_TEST_* macro instead of
25895         check_* calls and other assignments.  Update calls to new_test.
25896
25897         [BZ #2546]
25898         [BZ #2560]
25899         [BZ #5159]
25900         [BZ #15426]
25901         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25902         input to result for tgamma overflow.
25903         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25904         (gamma_coeff): New variable.
25905         (NCOEFF): New macro.
25906         (gamma_positive): New function.
25907         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25908         underflow here.  Use gamma_positive instead of exp (lgamma) for
25909         other arguments.
25910         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25911         (gamma_coeff): New variable.
25912         (NCOEFF): New macro.
25913         (gammaf_positive): New function.
25914         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25915         underflow here.  Use gamma_positive instead of exp (lgamma) for
25916         other arguments.
25917         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25918         (gamma_coeff): New variable.
25919         (NCOEFF): New macro.
25920         (gammal_positive): New function.
25921         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25922         underflow here.  Use gamma_positive instead of exp (lgamma) for
25923         other arguments.
25924         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25925         (gamma_coeff): New variable.
25926         (NCOEFF): New macro.
25927         (gammal_positive): New function.
25928         (__ieee754_gammal_r): Handle positive infinity, overflow and
25929         underflow here.  Handle NaN the same as positive infinity.  Remove
25930         check x < 0xffffffff for negative integers.  Use gamma_positive
25931         instead of exp (lgamma) for other arguments.
25932         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25933         (gamma_coeff): New variable.
25934         (NCOEFF): New macro.
25935         (gammal_positive): New function.
25936         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25937         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25938         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25939         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25940         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25941         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25942         * sysdeps/generic/math_private.h (__gamma_productf): New
25943         prototype.
25944         (__gamma_product): Likewise.
25945         (__gamma_productl): Likewise.
25946         * math/Makefile (libm-calls): Add gamma_product.
25947         * math/libm-test.inc (tgamma_test): Add more tests.
25948         * sysdeps/i386/fpu/libm-test-ulps: Update.
25949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25950
25951 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25952
25953         * benchtests/bench-skeleton.c (main): Preheat CPU.
25954
25955 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25956
25957         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25958
25959 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25960
25961         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25962         and _dl_skip_args_internal.
25963
25964 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25965
25966         * manual/message.texi (Message Translation): Talk about users.
25967         Message to key mapping impacts design.
25968
25969 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25970
25971         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25972
25973         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25974
25975         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25976         * sysdeps/wordsize-64/glob64.c: ... here.
25977
25978         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25979         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25980         New macros.
25981
25982         * debug/getlogin_r_chk.c: Moved to ...
25983         * login/getlogin_r_chk.c: ... here.
25984         * debug/Makefile (routines): Move getlogin_r_chk to ...
25985         * login/Makefile (routines): ... here.
25986         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25987         * login/Versions (libc: GLIBC_2.4): ... here.
25988
25989         * io/poll.c (__poll): Renamed from poll.
25990         Add libc_hidden_def.
25991         (poll): Define as weak alias.
25992
25993         * debug/ptsname_r_chk.c: Moved to ...
25994         * login/ptsname_r_chk.c: ... here.
25995         * debug/Makefile (routines): Move ptsname_r_chk to ...
25996         * login/Makefile (routines): ... here.
25997         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25998         * login/Versions (libc: GLIBC_2.4): ... here.
25999
26000         * posix/getlogin.c: Moved to ...
26001         * login/getlogin.c: ... here.
26002         * posix/getlogin_r.c: Moved to ...
26003         * login/getlogin_r.c: ... here.
26004         * posix/getlogin_r.c: Moved to ...
26005         * login/getlogin_r.c: ... here.
26006         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26007         * login/Makefile (routines): ... here.
26008         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26009         * login/Versions (libc: GLIBC_2.0): ... here.
26010
26011         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26012         (setrlimit): Define as weak alias.
26013
26014         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26015         Call __ names for open, ftruncate, and close.
26016         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26017         (truncate): Define as weak alias.
26018
26019 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26020
26021         * math/gen-libm-test.pl (parse_args): Initialize x before each
26022         test of frexp, modf and remquo.
26023
26024         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26025         test signgam value.
26026
26027 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26028
26029         [BZ #15418]
26030         [BZ #15419]
26031         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26032         internal tests.
26033         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26034
26035 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26036
26037         * elf/dl-writev.h: New file.
26038         * elf/dl-misc.c: Include it.
26039         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26040         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26041
26042 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26043
26044         * math/libm-test.inc (noXFails): Remove variable.
26045         (noXPasses): Likewise.
26046         (BUILD_COMPLEX_INT): Remove macro.
26047         (print_screen): Remove xfail argument.
26048         (print_screen_max_error): Likewise.
26049         (update_stats): Likewise.
26050         (print_max_error): Likewise.  Update calls to other affected
26051         functions.
26052         (print_complex_max_error): Likewise.
26053         (test_single_exception): Update calls to print_screen.
26054         (test_single_errno): Likewise.
26055         (check_float_internal): Remove xfail argument.  Update calls to
26056         other affected functions.
26057         (check_float): Likewise.
26058         (check_complex): Likewise.
26059         (check_int): Likewise.
26060         (check_long): Likewise.
26061         (check_bool): Likewise.
26062         (check_longlong): Likewise.
26063         (main): Don't print noXFails and noXPasses.
26064         * math/gen-libm-test.pl (top level): Don't mention expected
26065         failure handling in comment.
26066         (new_test): Don't handle expected failures.
26067         (parse_args): Don't mention expected failure handling in comment.
26068         (generate_testfile): Don't handle expected failures.
26069         (parse_ulps): Likewise.
26070         (print_ulps_file): Likewise.
26071         (get_failure): Remove function.
26072         (output_test): Don't handle expected failures.
26073         * make/README.libm-test: Don't mention expected failure handling.
26074
26075         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26076         (minus_zero): Likewise.
26077         (plus_infty): Likewise.
26078         (minus_infty): Likewise.
26079         (qnan_value): Likewise.
26080         (max_value): Likewise.
26081         (min_value): Likewise.
26082         (min_subnorm_value): Likewise.
26083         (initialize): Do not initialize those variables dynamically.
26084
26085 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26086
26087         * io/open.c (__open_2): Moved to ...
26088         * io/open_2.c: ... this new file.
26089         * io/open64.c (__open64_2): Moved to ...
26090         * io/open64_2.c: ... this new file.
26091         * io/openat.c (__openat_2): Moved to ...
26092         * io/openat_2.c: ... this new file.
26093         * io/openat64.c (__openat64_2): Moved to ...
26094         * io/openat64_2.c: ... this new file.
26095         * io/Makefile (routines): Add them.
26096         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26097         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26098         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26099         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26100         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26101         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26102         (__openat64): Add hidden_ver.
26103         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26104         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26105
26106         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26107         Separately conditionalize setting of GLRO(dl_sysinfo) so
26108         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26109         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26110
26111 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26112
26113         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26114         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26115         definition.
26116         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26117         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26118         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26119         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26120         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26121
26122 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26123
26124         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26125         test signgam value.
26126
26127         * math/libm-test.inc (hypot_test): Do not use
26128         IGNORE_ZERO_INF_SIGN.
26129
26130 2013-05-03  Andreas Jaeger  <aj@suse.de>
26131
26132         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26133         Linux 3.9.
26134         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26135         (PF_MAX): Adjust for VSOCK change.
26136
26137 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26138
26139         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26140
26141 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26142
26143         [BZ #15264]
26144         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26145         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26146         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26147
26148 2013-05-02  David S. Miller  <davem@davemloft.net>
26149
26150         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26151
26152 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26153
26154         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26155
26156 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26157
26158         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26159
26160 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26161
26162         [BZ #14952]
26163         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26164         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26165         Use __attribute__ ((__gnu_inline__)).
26166         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26167         Don't use __attribute__ ((__gnu_inline__)).
26168
26169 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26170
26171         [BZ #15423]
26172         * math/s_catan.c (__catan): Handle small real or imaginary part of
26173         input specially to avoid spurious underflow.
26174         * math/s_catanf.c (__catanf): Likewise.
26175         * math/s_catanh.c (__catanh): Likewise.
26176         * math/s_catanhf.c (__catanhf): Likewise.
26177         * math/s_catanhl.c (__catanhl): Likewise.
26178         * math/s_catanl.c (__catanl): Likewise.
26179         * math/libm-test.inc (catan_test): Add more tests.
26180         (catanh_test): Likewise.
26181         * sysdeps/i386/fpu/libm-test-ulps: Update.
26182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26183
26184 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26185
26186         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26187
26188 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26189
26190         [BZ #15416]
26191         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26192         accurately for denominator in atan2.
26193         * math/s_catanf.c (__catanf): Likewise.
26194         * math/s_catanh.c (__catanh): Likewise.
26195         * math/s_catanhf.c (__catanhf): Likewise.
26196         * math/s_catanhl.c (__catanhl): Likewise.
26197         * math/s_catanl.c (__catanl): Likewise.
26198         * math/libm-test.inc (catan_test): Add more tests.
26199         (catanh_test): Likewise.
26200         * sysdeps/i386/fpu/libm-test-ulps: Update.
26201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26202
26203 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26204
26205         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26206
26207         * benchtests/Makefile (bench): Remove slow benchmarks.
26208         * benchtests/atan-inputs: Add slow benchmark inputs.
26209         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26210         (BENCH_FUNC): Accept variant offset.
26211         (VARIANT): Define.
26212         * benchtests/bench-skeleton.c (main): Run benchmark for each
26213         variant.
26214         * benchtests/cos-inputs: Add slow benchmark inputs.
26215         * benchtests/exp-inputs: Likewise.
26216         * benchtests/pow-inputs: Likewise.
26217         * benchtests/sin-inputs: Likewise.
26218         * benchtests/slowatan-inputs: Remove.
26219         * benchtests/slowatan.c: Remove.
26220         * benchtests/slowcos-inputs: Remove.
26221         * benchtests/slowcos.c: Remove.
26222         * benchtests/slowexp-inputs: Remove.
26223         * benchtests/slowexp.c: Remove.
26224         * benchtests/slowpow-inputs: Remove.
26225         * benchtests/slowpow.c: Remove.
26226         * benchtests/slowsin-inputs: Remove.
26227         * benchtests/slowsin.c: Remove.
26228         * benchtests/slowtan-inputs: Remove.
26229         * benchtests/slowtan.c: Remove.
26230         * benchtests/tan-inputs: Add slow benchmark inputs.
26231         * scripts/bench.pl: Parse comments and directives.
26232
26233         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26234         in CPPFLAGS.
26235         ($(objpfx)bench-%.c): Remove *-ITER.
26236         * benchtests/bench-modf.c: Remove definition of ITER.
26237         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26238         (main): Loop for DURATION seconds instead of fixed number of
26239         iterations.
26240         * scripts/bench.pl: Don't expect iterations in parameters.
26241
26242 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26243
26244         * io/fchdir.c (__fchdir): Renamed from fchdir.
26245         (fchdir): Define as weak alias.
26246
26247 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26248
26249         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26250         (ERRNO_EDOM): Likewise.
26251         (ERRNO_ERANGE): Likewise.
26252         (noErrnoTests): New variable.
26253         (init_max_error): Set errno to 0.
26254         (test_single_errno): New function.
26255         (test_errno): Likewise.
26256         (check_float_internal): Call test_errno.  Set errno to 0.
26257         (check_complex): Refer to errno tests in comment.
26258         (check_int): Call test_errno.  Set errno to 0.
26259         (check_long): Likewise.
26260         (check_bool): Likewise.
26261         (check_longlong): Likewise.
26262         (cos_test): Use ERRNO_* flags for errno tests instead of
26263         check_int.
26264         (expm1_test): Likewise.
26265         (fmod_test): Likewise.
26266         (ilogb_test): Likewise.
26267         (lgamma_test): Likewise.
26268         (pow_test): Likewise.
26269         (remainder_test): Likewise.
26270         (sin_test): Likewise.
26271         (tan_test): Likewise.
26272         (yn_test): Likewise.
26273         (initialize): Set errno to 0.
26274         (main): Print number of errno tests.
26275         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26276
26277 2013-04-29  Andreas Jaeger  <aj@suse.de>
26278
26279         [BZ #15084]
26280         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26281         and RES_USEVC.
26282
26283         [BZ #15085]
26284         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26285         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26286         unimplemented.
26287
26288         [BZ #15380]
26289         * stdlib/random.c (__initstate): Return NULL if
26290         __initstate fails.
26291
26292         [BZ #15086]
26293         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26294         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26295         RES_SNGLKUPREOP.
26296
26297 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26298
26299         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26300
26301 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26302
26303         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26304         of individual tests.
26305         (casin_test): Likewise.
26306         (casinh_test): Likewise.
26307
26308 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26309
26310         [BZ #15409]
26311         * math/s_catan.c (__catan): Handle arguments with large real or
26312         imaginary part separately without squaring.
26313         * math/s_catanf.c (__catanf): Likewise.
26314         * math/s_catanh.c (__catanh): Likewise.
26315         * math/s_catanhf.c (__catanhf): Likewise.
26316         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26317         and redefine.
26318         (__catanhl): Handle arguments with large real or imaginary part
26319         separately without squaring.
26320         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26321         and redefine.
26322         (__catanl): Handle arguments with large real or imaginary part
26323         separately without squaring.
26324         * math/libm-test.inc (catan_test): Add more tests.
26325         (catanh_test): Likewise.
26326         * sysdeps/i386/fpu/libm-test-ulps: Update.
26327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26328
26329 2013-04-27  Andreas Jaeger  <aj@suse.de>
26330
26331         [BZ #15007]
26332         * stdlib/stdlib.h: Update guards for qecvt.
26333         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26334         <stdlib.h>.
26335
26336 2013-04-27  Allan McRae  <allan@archlinux.org>
26337
26338         * sysdeps/i386/fpu/libm-test-ulps: Update.
26339
26340 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26341
26342         [BZ #15406]
26343         * math/s_catan.c: Include <float.h>.
26344         (__catan): Ensure underflow exception occurs for underflowed
26345         result.
26346         * math/s_catanf.c: Include <float.h>.
26347         (__catanf): Ensure underflow exception occurs for underflowed
26348         result.
26349         * math/s_catanh.c: Include <float.h>.
26350         (__catanh): Ensure underflow exception occurs for underflowed
26351         result.
26352         * math/s_catanhf.c: Include <float.h>.
26353         (__catanhf): Ensure underflow exception occurs for underflowed
26354         result.
26355         * math/s_catanhl.c: Include <float.h>.
26356         (__catanhl): Ensure underflow exception occurs for underflowed
26357         result.
26358         * math/s_catanl.c: Include <float.h>.
26359         (__catanl): Ensure underflow exception occurs for underflowed
26360         result.
26361         * math/libm-test.inc (catan_test): Add more tests.
26362         (catanh_test): Likewise.
26363
26364         [BZ #15405]
26365         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26366         underflowed result.
26367         * math/s_ccoshf.c (__ccoshf): Likewise.
26368         * math/s_ccoshl.c (__ccoshl): Likewise.
26369         * math/s_csin.c (__csin): Likewise.
26370         * math/s_csinf.c (__csinf): Likewise.
26371         * math/s_csinh.c (__csinh): Likewise.
26372         * math/s_csinhf.c (__csinhf): Likewise.
26373         * math/s_csinhl.c (__csinhl): Likewise.
26374         * math/s_csinl.c (__csinl): Likewise.
26375         * math/libm-test.inc (ccos_test): Add more tests.
26376         (ccosh_test): Likewise.
26377         (csin_test): Likewise.
26378         (csinh_test): Likewise.
26379
26380 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26381
26382         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26383         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26384         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26385         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26386         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26387         powerpc/power5+/fpu folders.
26388         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26389
26390
26391 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26392
26393         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26394
26395 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26396
26397         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26398         additions to variable.
26399         [$(config-machine) = x86_64] (modules-names): Likewise.
26400         ($(objpfx)tst-audit3): Remove dependency.
26401         ($(objpfx)tst-audit3.out): Likewise.
26402         ($(objpfx)tst-audit4): Likewise.
26403         ($(objpfx)tst-audit4.out): Likewise.
26404         ($(objpfx)tst-audit5): Likewise.
26405         ($(objpfx)tst-audit5.out): Likewise.
26406         ($(objpfx)tst-audit6): Likewise.
26407         ($(objpfx)tst-audit6.out): Likewise.
26408         ($(objpfx)tst-audit7): Likewise.
26409         ($(objpfx)tst-audit7.out): Likewise.
26410         (tst-audit3-ENV): Remove variable.
26411         (tst-audit4-ENV): Likewise.
26412         (tst-audit5-ENV): Likewise.
26413         (tst-audit6-ENV): Likewise.
26414         (tst-audit7-ENV): Likewise.
26415         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26416         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26417         addition to variable.
26418         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26419         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26420         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26421         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26422         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26423         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26424         tst-audit3, tst-audit4 and tst-audit5.
26425         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26426         tst-audit6 and tst-audit7.
26427         [$(subdir) = elf] (modules-names): Add audit modules for those
26428         tests.
26429         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26430         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26431         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26432         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26433         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26434         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26435         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26436         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26437         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26438         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26439         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26440         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26441         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26442         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26443         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26444         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26445         Likewise.
26446         [$(subdir) = elf && $(config-cflags-avx) = yes]
26447         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26448         [$(subdir) = elf && $(config-cflags-avx) = yes]
26449         (CFLAGS-tst-auditmod4a.c): Likewise.
26450         [$(subdir) = elf && $(config-cflags-avx) = yes]
26451         (CFLAGS-tst-auditmod4b.c): Likewise.
26452         [$(subdir) = elf && $(config-cflags-avx) = yes]
26453         (CFLAGS-tst-auditmod6b.c): Likewise.
26454         [$(subdir) = elf && $(config-cflags-avx) = yes]
26455         (CFLAGS-tst-auditmod6c.c): Likewise.
26456         [$(subdir) = elf && $(config-cflags-avx) = yes]
26457         (CFLAGS-tst-auditmod7b.c): Likewise.
26458         * elf/tst-audit3.c: Move to ...
26459         * sysdeps/x86_64/tst-audit3.c: ... here.
26460         * elf/tst-audit4.c: Move to ...
26461         * sysdeps/x86_64/tst-audit4.c: ... here.
26462         * elf/tst-audit5.c: Move to ...
26463         * sysdeps/x86_64/tst-audit5.c: ... here.
26464         * elf/tst-audit6.c: Move to ...
26465         * sysdeps/x86_64/tst-audit6.c: ... here.
26466         * elf/tst-audit7.c: Move to ...
26467         * sysdeps/x86_64/tst-audit7.c: ... here.
26468         * elf/tst-auditmod3a.c: Move to ...
26469         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26470         * elf/tst-auditmod3b.c: Move to ...
26471         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26472         * elf/tst-auditmod4a.c: Move to ...
26473         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26474         * elf/tst-auditmod4b.c: Move to ...
26475         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26476         * elf/tst-auditmod5a.c: Move to ...
26477         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26478         * elf/tst-auditmod5b.c: Move to ...
26479         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26480         * elf/tst-auditmod6a.c: Move to ...
26481         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26482         * elf/tst-auditmod6b.c: Move to ...
26483         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26484         * elf/tst-auditmod6c.c: Move to ...
26485         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26486         * elf/tst-auditmod7a.c: Move to ...
26487         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26488         * elf/tst-auditmod7b.c: Move to ...
26489         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26490
26491 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26492
26493         [BZ #15366]
26494         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26495         define unconditionally.
26496         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26497         define unconditionally.
26498         (INT8_C, INT16_C, etc.): Likewise.
26499
26500 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26501
26502         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26503         __ehdr_start with hidden visibility.
26504
26505         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26506
26507 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26508
26509         * math/libm-test.inc (cos_test): Use accurate hex constants.
26510         (sincost_test): Likewise.
26511
26512 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26513
26514         * math/libm-test.inc (catan_test): Add more tests.
26515         (catanh_test): Likewise.
26516
26517         * math/s_catanf.c (__catanf): Use suffixed floating-point
26518         constants.
26519         * math/s_catanhf.c (__catanhf): Likewise.
26520         * math/s_catanhl.c (__catanhl): Likewise.
26521         * math/s_catanl.c (__catanl): Likewise.
26522
26523         [BZ #15394]
26524         * math/s_catan.c (__catan): Calculate imaginary part of result
26525         with log1p not log unless computing log of number close to 0.
26526         * math/s_catanf.c (__catanf): Likewise.
26527         * math/s_catanl.c (__catanl): Likewise.
26528         * math/s_catanh.c (__catanh): Calculate real part of result with
26529         log1p not log unless computing log of number close to 0.
26530         * math/s_catanhf.c (__catanhf): Likewise.
26531         * math/s_catanhl.c (__catanhl): Likewise.
26532         * math/libm-test.inc (catan_test): Add more tests.
26533         (catanh_test): Likewise.
26534         * sysdeps/i386/fpu/libm-test-ulps: Update.
26535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26536
26537 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26538
26539         * benchtests/Makefile: Mention files in which fast and slow
26540         paths of math functions are implemented.
26541
26542 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26543
26544         * sysdeps/posix/timespec_get.c: New file.
26545
26546 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26547
26548         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26549         POWER.
26550         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26551         for POWER.
26552         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26553         powerpc/power5/fpu folders.
26554         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26555         * benchtests/Makefile: Add modf testcase.
26556         * benchtests/bench-modf.c: New file: Benchmark test for mo
26557
26558 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26559
26560         [BZ #14888]
26561         * time/Makefile (tests): Add tst-strptime-whitespace.
26562         * time/strptime_l.c (get_number): Use ISSPACE.
26563         (__strptime_internal): Likewise.
26564         * time/tst-strptime-whitespace.c: New test case.
26565
26566 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26567
26568         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26569         member.
26570         (_nss_files_init): Set it here.
26571
26572 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26573
26574         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26575         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26576         unsigned.
26577
26578 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26579
26580         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26581
26582 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26583
26584         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26585         size just once.
26586
26587 2013-04-21  David S. Miller  <davem@davemloft.net>
26588
26589         * po/ru.po: Update Russion translation from translation project.
26590
26591 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26592
26593         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26594         and setfsgid.
26595
26596 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26597
26598         * configure.in: Remove i386 configure warning. Remove i386 case.
26599         * configure: Regenerate.
26600         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26601         Add example to error message.
26602         * sysdeps/i386/configure: Regenerate.
26603
26604 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26605
26606         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26607         slowtan.
26608         * benchtests/cos-inputs: New file.
26609         * benchtests/slowcos-inputs: New file.
26610         * benchtests/slowcos.c: New file.
26611         * benchtests/slowtan-inputs: New file.
26612         * benchtests/slowtan.c: New file.
26613         * benchtests/tan-inputs: New file.
26614
26615 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26616
26617         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26618         considered kosher.
26619
26620 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26621
26622         * benchtests/Makefile: Include cppflags-iterator.mk to add
26623         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26624
26625         * Makefile.in (bench-clean): New target.
26626         * benchtests/Makefile (bench-clean): Likewise.
26627
26628 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26629
26630         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26631
26632 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26633
26634         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26635
26636 2013-04-15  Andreas Schwab  <schwab@suse.de>
26637
26638         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26639         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26640         * nscd/pwdcache.c (cache_addpw): Likewise.
26641         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26642         more than recsize.
26643
26644 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26645
26646         * benchtests/Makefile (bench): Write all output to
26647         bench-out.tmp together.
26648
26649 2013-04-15  Andreas Schwab  <schwab@suse.de>
26650
26651         * nscd/nscd.c (main): Don't fork again after closing files.
26652
26653 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26654
26655         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26656
26657         * benchtests/Rules (bench-deps): Collect dependencies into a
26658         single variable.  Add Makefile to dependencies.
26659         ($(objpfx)bench-%.c): Depend on bench-deps.
26660
26661 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26662             Xavier Roche  <roche+kml2@exalead.com>
26663
26664         [BZ #15361]
26665         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26666         just that it's a file descriptor.
26667         * manual/llio.texi (Synchronizing AIO Operations): Update description
26668         for EBADF error from aio_fsync.
26669
26670 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26671
26672         * Rules (bench): Move target definition...
26673         * benchtests/Makefile: ... here.
26674
26675 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26676
26677         * math/libm-test.inc (cos_test): Fix PI/2 test.
26678         (sincos_test): Likewise.
26679         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26680         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26681
26682 2013-04-11  Andreas Schwab  <schwab@suse.de>
26683
26684         [BZ #13988]
26685         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26686         accept exponent character only when digits were seen.
26687         * stdio-common/Makefile (tests): Add bug26.
26688         * stdio-common/bug26.c: New file.
26689
26690         [BZ #14293]
26691         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26692         non-freeable.
26693
26694 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26695
26696         * Makeconfig (rtld-prefix): Define built linker prefix.
26697         * Rules (run-bench): Use it.
26698         * math/Makefile (run-regen-ulps): Likewise.
26699
26700         * Rules (bench): Remove eval.
26701
26702 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26703             Roland McGrath  <roland@hack.frob.com>
26704             Ondrej Bilka  <neleai@seznam.cz>
26705
26706         [BZ #15346]
26707         * time/getdate.c: Include ctype.h and alloca.h.
26708         (__getdate_r): Trim leading and trailing spaces of input.
26709         * time/tst-getdate.c (tests): Add tests with leading and
26710         trailing spaces.
26711
26712 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26713
26714         [BZ #14280]
26715         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26716         when computing value.
26717
26718 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26719
26720         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26721         Use testrun.sh to run libm tests.
26722
26723         [BZ #15309]
26724         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26725
26726 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26727
26728         [BZ #15264]
26729         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26730
26731 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26732
26733         * Makefile.in (regen-ulps): New target.
26734         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26735         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26736         [ifneq (no,$(PERL)] (regen-ulps): New target.
26737         [ifeq (no,$(PERL)] (regen-ulps): New target.
26738         * math/libm-test.inc (ulps_file_name): Define.
26739         (output_dir): New variable.
26740         (options): Add "output-dir" option.
26741         (parse_opt): Handle 'o' case.
26742         (main): If output_dir is non-NULL use it as a prefix
26743         otherwise use "".
26744         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26745
26746 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26747
26748         [BZ #10060, #10062]
26749         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26750         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26751         fail configure if __sync_val_compare_and_swap is not inlined.
26752         * sysdeps/i386/configure: Regenerate.
26753         * configure.in: Build for i686 when configured for i386.
26754         * configure: Regenerate.
26755         * README: Remove i386 reference.
26756
26757 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26758
26759         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26760         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26761
26762 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26763
26764         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26765         (lmsnanval): New variables.
26766         (F): Add conversion tests.
26767         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26768         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26769
26770         * stdio-common/tstdiomisc.c (F): Properly collect individual
26771         tests' results.
26772
26773         [BZ #14686, #15336]
26774         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26775         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26776         Instead, use input NaN values or generate a qNaN by arithmetic
26777         operation.  Also fix bugs to comply with the standard.
26778         * math/libm-test.inc (remainder_test): Add more tests.
26779
26780         [BZ #15335, #15342]
26781         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26782         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26783         input NaN values or generate a qNaN by arithmetic operation.
26784
26785         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26786         unreachable code.
26787
26788         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26789         definitions.
26790
26791 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26792
26793         [BZ #14478]
26794         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26795         underflowed result.
26796         * math/s_cexpf.c (__cexpf): Likewise.
26797         * math/s_cexpl.c (__cexpl): Likewise.
26798         * math/libm-test.inc (cexp_test): Add more tests.
26799
26800 2013-04-03  Andreas Schwab  <schwab@suse.de>
26801
26802         [BZ #15330]
26803         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26804         order arrays from heap if bigger than alloca cutoff.
26805
26806 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26807
26808         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26809         (SNAN_TESTS_double): Refer to GCC PR56831.
26810         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26811         GCC PR56828.
26812
26813 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26814
26815         * Rules (bench): Move bench.out after the run is complete.
26816
26817         * Rules (bench): Echo currently running benchmark.
26818
26819         * benchtests/Makefile (bench): Add atan and slowatan.
26820         * benchtests/atan-inputs: New file.
26821         * benchtests/slowatan-inputs: New file.
26822         * benchtests/slowatan.c: New file.
26823
26824         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26825         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26826         its value.
26827
26828         [BZ #15305]
26829         * sysdeps/unix/sysv/linux/kernel-features.h
26830         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26831         __ASSUME_XFS_RESTRICTED_CHOWN.
26832         * sysdeps/unix/sysv/linux/pathconf.c
26833         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26834         Save and restore errno.
26835
26836 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26837
26838         [BZ #15327]
26839         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26840         arguments using __kernel_casinh.
26841         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26842         arguments using __kernel_casinhf.
26843         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26844         arguments using __kernel_casinhl.
26845         * math/libm-test.inc (cacosh_test): Add more tests.
26846         * sysdeps/i386/fpu/libm-test-ulps: Update.
26847         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26848
26849 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26850
26851         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26852         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26853
26854         * bench/Makefile (bench): Add sin and slowsin.
26855         * benchtests/sin-inputs: New file.
26856         * benchtests/slowsin-inputs: New file.
26857         * benchtests/slowsin.c: New file.
26858
26859         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26860         (bench): Add slowexp and slowpow.
26861         (exp-ITER): Increase iterations.
26862         (pow-ITER): Likewise.
26863         * benchtests/exp-inputs: Change input.
26864         * benchtests/pow-inputs: Likewise.
26865         * benchtests/slowexp-inputs: New file.
26866         * benchtests/slowexp.c: New file.
26867         * benchtests/slowpow-inputs: New file.
26868         * benchtests/slowpow.c: New file.
26869
26870 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26871
26872         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26873         instructions.
26874         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26875         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26876         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26877         * benchtests/Makefile: Add rint benchtest.
26878         * benchtests/rint-inputs: Input for rint benchtest.
26879
26880 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26881
26882         * Versions.def (libm): Add GLIBC_2.18.
26883         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26884         hidden libm prototypes.
26885         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26886         * math/Makefile (libm-calls): Add s_issignaling.
26887         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26888         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26889         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26890         declaration.
26891         * math/math.h [__USE_GNU] (issignaling): New macro.
26892         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26893         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26894         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26895         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26896         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26897         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26898         * manual/arith.texi (issignaling): New section.
26899         * manual/libm-err-tab.pl (@all_functions): Update comment.
26900         * math/gen-libm-test.pl (parse_args): Apply special handling for
26901         issignaling.
26902         * math/libm-test.inc (print_float, issignaling_test): New
26903         functions.
26904         (check_float_internal): Add issignaling checks.
26905         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26906         default definition.
26907         * sysdeps/powerpc/math-tests.h: New file.
26908         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26909         tests.
26910         * math/test-snan.c (TEST_FUNC): Likewise.
26911
26912 2013-03-30  David S. Miller  <davem@davemloft.net>
26913
26914         * po/de.po: Update from translation team.
26915
26916 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26917
26918         [BZ #10357]
26919         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26920         imaginary part less than 1.0 and real part less than 0.5
26921         specially.
26922         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26923         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26924         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26925         (cacos_test): Add more tests.
26926         (casin_test): Likewise.
26927         (casinh_test): Likewise.
26928         * sysdeps/i386/fpu/libm-test-ulps: Update.
26929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26930
26931 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26932
26933         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26934         ONE with its value.
26935
26936         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26937         (__pow_mp): Replace ONE and MONE with their values.
26938         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26939         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26940         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26941         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26942         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26943         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26944
26945         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26946
26947         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26948         (__pow_mp): Replace ZERO and MZERO with their values.
26949         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26950         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26951         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26952         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26953         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26954         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26955         (__sqr): Likewise.
26956
26957         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26958
26959         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26960
26961 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26962
26963         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26964         Declare with __attribute__ ((weak)).
26965         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26966         Call __call_tls_dtors only if it's not NULL.
26967
26968 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26969
26970         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26971         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26972         magic __ehdr_start linker symbol if it's defined.
26973         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26974         them up here if it was already done.
26975
26976         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26977         (_dl_aux_init): Use const in cast when setting it.
26978         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26979         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26980         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26981
26982         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26983         Declare them here.
26984         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26985         * csu/libc-tls.c: Nor here.
26986         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26987
26988         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26989         (__libc_message): Never call vsyslog.
26990
26991 2013-03-28  Alan Modra  <amodra@gmail.com>
26992
26993         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26994         Define as empty.
26995         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26996         Likewise.
26997
26998 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26999
27000         [BZ #15214]
27001         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27002         underflow.
27003         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27004
27005 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27006
27007         [BZ #15304]
27008         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27009         Don't add gid passed as argument.
27010
27011         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27012
27013 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27014
27015         [BZ #15307]
27016         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27017         imaginary part between 1.0 and 1.5 and real part less than 0.5
27018         specially.
27019         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27020         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27021         * math/libm-test.inc (cacos_test): Add more tests.
27022         (casin_test): Likewise.
27023         (casinh_test): Likewise.
27024         * sysdeps/i386/fpu/libm-test-ulps: Update.
27025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27026
27027 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27028
27029         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27030         constants.
27031         (norm): Likewise.
27032         (denorm): Likewise.
27033         (__dbl_mp): Likewise.
27034         (add_magnitudes): Likewise.
27035         (sub_magnitudes): Likewise.
27036         (__add): Likewise.
27037         (__sub): Likewise.
27038         (__mul): Likewise.
27039         (__sqr): Likewise.
27040         (__inv): Likewise.
27041         (__dvd): Likewise.
27042
27043         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27044         commented code.
27045         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27046         (__dubcos): Likewise.
27047         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27048         (__ieee754_acos): Likewise.
27049         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27050         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27051         (__exp1): Likewise.
27052         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27053         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27054         (log1): Likewise.
27055         (my_log2): Likewise.
27056         (checkint): Likewise.
27057         * sysdeps/ieee754/dbl-64/e_remainder.c
27058         (__ieee754_remainder): Likewise.
27059         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27060         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27061         (bsloww): Likewise.
27062         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27063
27064         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27065         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27066         MANTISSA_STORE_T to store computations on mantissa.  Use
27067         macros for rounding and division.
27068         (denorm): Likewise.
27069         (__dbl_mp): Likewise.
27070         (add_magnitudes): Likewise.
27071         (sub_magnitudes): Likewise.
27072         (__mul): Likewise.
27073         (__sqr): Likewise.
27074         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27075         powers of two in terms of TWOPOW macro.
27076         (mp_no): Make type of mantissa as MANTISSA_T.
27077         [!RADIXI]: Define RADIXI.
27078         [!TWO52]: Define TWO52.
27079         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27080
27081 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27082
27083         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27084         llroundl symbol when building for PPC32.
27085
27086 2013-03-24  Mark H Weaver  <mhw@netris.org>
27087
27088         * manual/arith.texi (Normalization Functions): Fix prototypes for
27089         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27090
27091 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27092
27093         [BZ #13889]
27094         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27095         high value to check if expl overflow.
27096         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27097         to check for underflow and overflow.
27098         * math/libm-test.inc: Add exp test.
27099
27100 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27101
27102         [BZ #11120]
27103         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27104         with NOT_IN_libc.
27105
27106 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27107
27108         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27109         symbol.
27110
27111 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27112
27113         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27114         wrap blocks consisting of several statements.
27115
27116         * sysdeps/generic/math-tests.h: New file.
27117         * sysdeps/i386/fpu/math-tests.h: Likewise.
27118         * math/test-snan.c: Include it.
27119         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27120
27121 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27122
27123         [BZ #15285]
27124         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27125         (__ieee754_j0l): Do not improve calculations using cos of twice
27126         input for inputs above LDBL_MAX / 2.0L.
27127         (__ieee754_y0l): Likewise.
27128         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27129         (__ieee754_j1l): Do not improve calculations using cos of twice
27130         input for inputs above LDBL_MAX / 2.0L.
27131         (__ieee754_y1l): Likewise.
27132         * math/libm-test.inc (j0_test): Add another test.
27133         (j1_test): Likewise.
27134         (y0_test): Likewise.
27135         (y1_test): Likewise.
27136         * sysdeps/i386/fpu/libm-test-ulps: Update.
27137
27138 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27139
27140         * Rules ($(objpfx)bench-%.c): Include code from a C source
27141         file.
27142
27143 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27144
27145         [BZ #15287]
27146         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27147         imaginary part 1.0 and real part less than 0.5 specially.
27148         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27149         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27150         * math/libm-test.inc (cacos_test): Add more tests.
27151         (casin_test): Likewise.
27152         (casinh_test): Likewise.
27153         * sysdeps/i386/fpu/libm-test-ulps: Update.
27154         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27155
27156 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27157
27158         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27159         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27160
27161 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27162
27163         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27164         * config.make.in (config-cflags-sse4): Remove variable.
27165         (config-cflags-avx): Likewise.
27166         (config-cflags-sse2avx): Likewise.
27167         (config-cflags-novzeroupper): Likewise.
27168         (config-asflags-i686): Likewise.
27169         (have-mfma4): Likewise.
27170         (have-as-vis3): Likewise.
27171         (MIG): Likewise.
27172         * configure.in (MIG): Do not AC_SUBST.
27173         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27174         (libc_cv_cc_sse4): Do not AC_SUBST.
27175         (libc_cv_cc_avx): Likewise.
27176         (libc_cv_cc_sse2avx): Likewise.
27177         (libc_cv_cc_novzeroupper): Likewise.
27178         (libc_cv_cc_fma4): Likewise.
27179         (libc_cv_as_i686): Likewise.
27180         (libc_cv_sparc_as_vis3): Likewise.
27181         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27182         LIBC_CONFIG_VAR.
27183         (config-asflags-i686): Likewise.
27184         (config-cflags-avx): Likewise.
27185         (config-cflags-sse2avx): Likewise.
27186         (have-mfma4): Likewise.
27187         (config-cflags-novzeroupper): Likewise.
27188         * sysdeps/mach/configure.in (MIG): Likewise.
27189         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27190         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27191         LIBC_CONFIG_VAR.
27192         (config-cflags-avx): Likewise.
27193         (config-cflags-sse2avx): Likewise.
27194         (have-mfma4): Likewise.
27195         (config-cflags-novzeroupper): Likewise.
27196         * configure: Regenerated.
27197         * sysdeps/i386/configure: Likewise.
27198         * sysdeps/mach/configure: Likewise.
27199         * sysdeps/sparc/configure: Likewise.
27200         * sysdeps/x86_64/configure: Likewise.
27201
27202 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27203
27204         [BZ #14812]
27205         * locale/programs/localedef.c (options): Put N_ translation marker
27206         on argument names, not just descriptions.
27207
27208 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27209
27210         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27211
27212 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27213
27214         [BZ #14176]
27215         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27216
27217 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27218
27219         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27220         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27221         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27222         [!BEFORE_ABORT] (before_abort): New function.
27223         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27224         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27225         (writev_for_fatal): New function.
27226         (WRITEV_FOR_FATAL): New macro; call that.
27227         (backtrace_and_maps): New function.
27228         (BEFORE_ABORT): New macro; call that.
27229         (struct str_list): Type removed.
27230         (__libc_message, __libc_fatal): Functions removed.
27231         Include <sysdeps/posix/libc_fatal.c> instead.
27232
27233 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27234
27235         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27236         constants.
27237         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27238         double constants.
27239
27240 2013-03-19  Andreas Schwab  <schwab@suse.de>
27241
27242         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27243         * sysdeps/gnu/configure: Regenerate.
27244
27245         * configure.in: Substitute libc_cv_rtlddir.
27246         * configure: Regenerate.
27247         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27248         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27249         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27250         * elf/Makefile (install-others, CFLAGS-interp.c)
27251         (ldso_install, common-ldd-rewrite): Likewise.
27252         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27253         $(inst_slibdir)/$(rtld-installed-name).
27254         * scripts/rellns-sh: Add -p option.
27255         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27256         for source.
27257
27258 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27259
27260         * manual/nptl.texi: Renamed to ...
27261         * manual/threads.texi: ... this.
27262         * manual/Makefile (chapters): Update.
27263
27264 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27265
27266         [BZ #14812]
27267         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27268         on argument names, not just descriptions.
27269         * malloc/memusagestat.c (options): Likewise.
27270         * nss/getent.c (options): Likewise.
27271
27272 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27273
27274         [BZ #14812]
27275         * iconv/iconv_prog.c (options): Put N_ translation marker
27276         on argument names, not just descriptions.
27277         * iconv/iconvconfig.c (options): Likewise.
27278
27279 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27280
27281         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27282         implementation which is faster on all x86_64 architectures.
27283         Tested on AMD, Intel Nehalem, SNB, IVB.
27284         * sysdeps/x86_64/strnlen.S: Likewise.
27285
27286         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27287         Remove all multiarch strlen and strnlen versions.
27288         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27289         Remove strlen and strnlen related parts.
27290
27291         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27292         Inline strlen part.
27293         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27294
27295         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27296         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27297         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27298         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27299         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27300         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27301
27302 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27303
27304         * manual/memory.texi (Malloc Tunable Parameters):
27305         Sort parameters alphabetically. Add comments for missing entries.
27306
27307 2013-03-17  David S. Miller  <davem@davemloft.net>
27308
27309         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27310
27311 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27312
27313         [BZ #15283]
27314         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27315         for arguments at most half maximum finite value.
27316         * math/libm-test.inc (j0_test): Add more tests.
27317         (j1_test): Likewise.
27318         (y0_test): Likewise.
27319         (y1_test): Likewise.
27320         * sysdeps/i386/fpu/libm-test-ulps: Update.
27321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27322
27323         [BZ #14155]
27324         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27325         1 / x and functions P and Q for arguments above 0x1p256L.
27326         (__ieee754_y0l): Likewise.
27327         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27328         (__ieee754_y1l): Likewise.
27329         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27330         (j1_test): Likewise.
27331         (y0_test): Likewise.
27332         (y1_test): Likewise.
27333
27334 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27335
27336         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27337         variable.
27338
27339 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27340
27341         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27342         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27343         zero since it's initialized to EXEC_PAGESIZE.
27344
27345         * sysdeps/unix/sysv/linux/ldsodefs.h
27346         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27347         * sysdeps/generic/ldsodefs.h: ... here.
27348
27349 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27350
27351         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27352
27353         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27354         math/test-snan.c.
27355         * math/test-snan.c: Renamed from
27356         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27357         * math/Makefile (tests): Add test-snan.
27358         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27359         test-powerpc-snan.
27360
27361         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27362         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27363         functions.
27364         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27365         __builtin_nan family of functions.
27366         * math/libm-test.inc (initialize): Initialize qnan_value with
27367         __builtin_nan family of functions.
27368         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27369         Remove variables.
27370         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27371         Remove functions.
27372         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27373         storage class.  Initialize qNaN_var and sNaN_var with
27374         __builtin_nan and __builtin_nans families of functions,
27375         respectively.
27376
27377         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27378         (sqrt_test): Remove duplicate test with qNaN input.
27379         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27380         (round_test, signbit_test, significand_test): Note missing +/-Inf
27381         as well as qNaN tests.
27382
27383         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27384         qNaN_var.  Fix a few strings, too.
27385         * math/libm-test.inc (nan_value): Rename to qnan_value.
27386         * math/gen-libm-test.pl (%beautify): Adjust to that.
27387         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27388         * math/test-misc.c (main): Likewise.
27389         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27390         to __qnan_bytes, and __qnan_union, respectively.
27391         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27392         Likewise.
27393         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27394         and lqnanval, respectively.
27395         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27396         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27397         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27398         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27399
27400         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27401         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27402         doubles.
27403
27404         * math/test-misc.c (main): Fix copy'n'pastos.
27405         * misc/tst-efgcvt.c (special): Likewise.
27406
27407         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27408         Remove declarations.
27409
27410 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27411
27412         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27413         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27414         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27415         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27416
27417 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27418
27419         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27420         macro to return vdso values correctly in IFUNC implementations.
27421         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27422         Optimization by using IFUNC.
27423
27424 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27425             Richard Henderson  <rth@redhat.com>
27426             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27427
27428         * Makefile.in (bench): New target.
27429         * NEWS: Mention the benchmark framework.
27430         * Rules (bench): Likewise.
27431         (binaries-bench): Generate binaries for functions to
27432         benchmark.
27433         * benchtests/Makefile: New makefile for benchmark tests.
27434         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27435         programs.
27436         * benchtests/exp-inputs: New input file for EXP function.
27437         * benchtests/pow-inputs: New input file for POW function.
27438         * scripts/bench.pl: New script to generate source files for
27439         benchmark programs.
27440
27441 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27442
27443         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27444         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27445         computations on mantissa.  Use macros for rounding and
27446         division.
27447         (denorm): Likewise.
27448         (__dbl_mp): Likewise.
27449         (add_magnitudes): Likewise.
27450         (sub_magnitudes): Likewise.
27451         (__mul): Likewise.
27452         (__sqr): Likewise.
27453         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27454         powers of two in terms of TWOPOW macro.
27455         (mp_no): Make type of mantissa as MANTISSA_T.
27456         [!RADIXI]: Define RADIXI.
27457         [!TWO52]: Define TWO52.
27458         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27459
27460         * manual/nptl.texi (cindex): Modify threads to pthreads.
27461
27462 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27463
27464         * sysdeps/x86_64/preconfigure: Regenerated.
27465
27466 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27467
27468         [BZ #14155]
27469         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27470         0x1p28 and above.
27471         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27472         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27473         0x1p28 and above.
27474         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27475         * math/libm-test.inc (j0_test): Do not allow one spurious
27476         underflow exception.
27477         (y1_test): Likewise.
27478
27479 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27480
27481         * manual/Makefile (chapters): Add nptl.
27482         * manual/debug.texi (Debugging Support): Add link to Threads
27483         chapter.
27484         * manual/nptl.texi: New file.
27485
27486         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27487
27488 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27489
27490         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27491         for non-NULL pointer before the memory validity test. Pointed
27492         out by Holger Brunck <holger.brunck@keymile.com>.
27493
27494 2013-03-13  Andreas Schwab  <schwab@suse.de>
27495
27496         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27497         instead of .os.
27498
27499 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27500
27501         * timezone/zic.c: Update from tzcode 2013b.
27502
27503 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27504
27505         * manual/install.texi (Configuring and compiling):
27506         Mention i686 and i586.
27507         * INSTALL: Regenerate.
27508
27509 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27510
27511         * sysdeps/init_array/elf-init.c: New file.
27512         * csu/elf-init.c
27513         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27514         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27515
27516         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27517         __gmon_start__ as global, but as static with a .preinit_array pointer.
27518         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27519         * sysdeps/init_array/crti.S: New file, empty except for comments.
27520         * sysdeps/init_array/crtn.S: Likewise.
27521
27522 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27523
27524         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27525         definining bcopy.
27526         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27527         Remove Prefer_SSE_for_memop.
27528         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27529         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27530         HAS_PREFER_SSE_FOR_MEMOP.
27531         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27532         memset-x86-64.
27533         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27534         Remove bzero, memset ifunc support.
27535         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27536         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27537         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27538         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27539
27540 2013-03-11  Andreas Schwab  <schwab@suse.de>
27541
27542         [BZ #15234]
27543         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27544         by SHLIB_COMPAT.
27545         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27546         (GLIBC_2.16): Remove pthread_atfork.
27547
27548 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27549
27550         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27551         (ptestcases.h): Likewise.
27552
27553 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27554
27555         * Makeconfig ($(common-objpfx)config.status): Depend on
27556         sysdeps/*/preconfigure{,.in} too.
27557
27558 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27559
27560         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27561         (__free_hook): Use void * instead of __malloc_ptr_t.
27562         (__malloc_hook): Likewise.
27563         (__realloc_hook): Likewise.
27564         (__memalign_hook): Likewise.
27565         (__after_morecore_hook): Likewise.
27566         * malloc/arena.c (save_malloc_hook): Likewise.
27567         (save_free_hook): Likewise.
27568         * malloc/hooks.c (malloc_hook_ini): Likewise.
27569         (realloc_hook_ini): Likewise.
27570         (memalign_hook_ini): Likewise.
27571         * malloc/malloc.c (malloc_hook_ini): Likewise.
27572         (realloc_hook_ini): Likewise.
27573         (memalign_hook_ini): Likewise.
27574         (__free_hook): Likewise.
27575         (__malloc_hook): Likewise.
27576         (__realloc_hook): Likewise.
27577         (__memalign_hook): Likewise.
27578         (__libc_malloc): Likewise.
27579         (__libc_free): Likewise.
27580         (__libc_realloc): Likewise.
27581         (__libc_memalign): Likewise.
27582         (__libc_valloc): Likewise.
27583         (__libc_pvalloc): Likewise.
27584         (__libc_calloc): Likewise.
27585         (__posix_memalign): Likewise.
27586         * malloc/morecore.c (__sbrk): Likewise.
27587         (__default_morecore): Likewise.
27588
27589         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27590
27591         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27592         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27593         __malloc_ptrdiff_t.
27594
27595         * malloc/malloc.h (__malloc_size_t): Remove macro.
27596         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27597         __malloc_size_t.
27598         (old_memalign_hook): Likewise.
27599         (old_realloc_hook): Likewise.
27600         (struct hdr): Likewise.
27601         (flood): Likewise.
27602         (mallochook): Likewise.
27603         (memalignhook): Likewise.
27604         (reallochook): Likewise.
27605         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27606         (tr_old_realloc_hook): Likewise.
27607         (tr_old_memalign_hook): Likewise.
27608         (tr_mallochook): Likewise.
27609         (tr_reallochook): Likewise.
27610         (tr_memalignhook): Likewise.
27611
27612 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27613
27614         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27615         default_ldbl_pack and using as default implementation.
27616         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27617         implementation.
27618         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27619         redundant definition.
27620         (ldbl_insert_mantissa): Likewise.
27621         (ldbl_canonicalize): Likewise.
27622         (ldbl_nearbyint): Likewise.
27623         (ldbl_pack): Rename to ldbl_pack_ppc.
27624         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27625         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27626         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27627
27628 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27629
27630         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27631         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27632         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27633         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27634         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27635         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27636         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27637         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27638
27639 2013-03-07  Andreas Jaeger  <aj@suse.de>
27640
27641         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27642         bits/mman-linux.h.
27643
27644 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27645
27646         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27647         Include mpa.h and declare __MPEXP.
27648         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27649         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27650         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27651         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27652         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27653         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27654         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27655
27656         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27657         (__slowpow): Use long double EXPL and LOGL functions to
27658         compute POW.
27659         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27660         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27661         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27662         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27663         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27664         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27665
27666         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27667         intermediate variable to calculate exponent.
27668         (__sqr): Likewise.
27669         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27670         Likewise.
27671         (__sqr): Likewise.
27672
27673         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27674         [!NO__SQR]: Define __sqr.
27675         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27676         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27677         sysdeps/ieee754/dbl-64/mpa.c.
27678         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27679
27680         [BZ #12723]
27681         * posix/Makefile (tests): Add tst-pathconf.
27682         * posix/tst-pathconf.c: New test case.
27683         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27684         _PC_PIPE_BUF.
27685         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27686
27687 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27688
27689         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27690
27691 2013-03-06  Andreas Jaeger  <aj@suse.de>
27692
27693         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27694         definition via __MAP_ANONYMOUS.
27695
27696         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27697         it's not part of Linux headers.
27698
27699         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27700         (MAP_HUGE_MASK): Define.
27701
27702         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27703         Define.
27704         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27705         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27706         Define.
27707         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27708         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27709         Define.
27710         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27711         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27712         Define.
27713         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27714
27715         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27716         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27717         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27718         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27719         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27720         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27721
27722         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27723         Handle f2fs.
27724
27725         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27726         Handle f2fs and efivarfs.
27727
27728         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27729         f2fs.
27730
27731         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27732         (EFIVARFS_MAGIC): Add.
27733         (F2FS_LINK_MAX): Add.
27734
27735 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27736
27737         * stdio-common/vfprintf.c: Replace __builtin_expect with
27738         __glibc_unlikely.
27739
27740 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27741
27742         [BZ #13550]
27743         * sysdeps/generic/bp-sym.h: Remove file.
27744         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27745         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27746         <bp-sym.h> and <bp-asm.h>.
27747         (__longjmp): Don't use BP_SYM.
27748         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27749         and <bp-asm.h>.
27750         (memcpy): Don't use BP_SYM.
27751         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27752         <bp-sym.h> and <bp-asm.h>.
27753         (memcpy): Don't use BP_SYM.
27754         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27755         <bp-asm.h>.
27756         (memcpy): Don't use BP_SYM.
27757         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27758         <bp-asm.h>.
27759         (memset): Don't use BP_SYM.
27760         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27761         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27762         (__bzero): Don't use BP_SYM.
27763         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27764         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27765         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27766         <bp-sym.h> and <bp-asm.h>.
27767         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27768         pointers.
27769         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27770         <bp-sym.h> and <bp-asm.h>.
27771         (memcpy): Don't use BP_SYM.
27772         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27773         <bp-sym.h> and <bp-asm.h>.
27774         (memset): Don't use BP_SYM.
27775         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27776         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27777         (__bzero): Don't use BP_SYM.
27778         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27779         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27780         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27781         <bp-sym.h> and <bp-asm.h>.
27782         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27783         pointers.
27784         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27785         <bp-sym.h> and <bp-asm.h>.
27786         (memcpy): Don't use BP_SYM.
27787         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27788         <bp-sym.h> and <bp-asm.h>.
27789         (memset): Don't use BP_SYM.
27790         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27791         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27792         (__bzero): Don't use BP_SYM.
27793         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27794         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27795         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27796         <bp-sym.h> and <bp-asm.h>.
27797         (__memchr): Don't use BP_SYM.
27798         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27799         <bp-sym.h> and <bp-asm.h>.
27800         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27801         pointers.
27802         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27803         <bp-sym.h> and <bp-asm.h>.
27804         (memcpy): Don't use BP_SYM.
27805         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27806         <bp-sym.h> and <bp-asm.h>.
27807         (__mempcpy): Don't use BP_SYM.
27808         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27809         <bp-sym.h> and <bp-asm.h>.
27810         (__memrchr): Don't use BP_SYM.
27811         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27812         <bp-sym.h> and <bp-asm.h>.
27813         (memset): Don't use BP_SYM.
27814         (__bzero): Likewise.
27815         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27816         <bp-sym.h> and <bp-asm.h>.
27817         (__rawmemchr): Don't use BP_SYM.
27818         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27819         <bp-sym.h> and <bp-asm.h>.
27820         (__STRCMP): Don't use BP_SYM.
27821         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27822         <bp-sym.h> and <bp-asm.h>.
27823         (strchr): Don't use BP_SYM.
27824         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27825         <bp-sym.h> and <bp-asm.h>.
27826         (__strchrnul): Don't use BP_SYM.
27827         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27828         <bp-sym.h> and <bp-asm.h>.
27829         (strlen): Don't use BP_SYM.
27830         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27831         <bp-sym.h> and <bp-asm.h>.
27832         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27833         pointers.
27834         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27835         <bp-sym.h> and <bp-asm.h>.
27836         (__strnlen): Don't use BP_SYM.
27837         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27838         <bp-sym.h> and <bp-asm.h>.
27839         (__GI__setjmp): Don't use BP_SYM.
27840         (_setjmp): Likewise.
27841         (__sigsetjmp): Likewise.
27842         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27843         (L(start_addresses)): Don't use BP_SYM.
27844         (_start): Likewise.
27845         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27846         <bp-asm.h>.
27847         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27848         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27849         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27850         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27851         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27852         <bp-asm.h>.
27853         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27854         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27855         about bounded pointers.
27856         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27857         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27858         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27859         <bp-asm.h>.
27860         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27861         about bounded pointers.  Remove GKM FIXME comments.
27862         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27863         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27864         <bp-asm.h>.
27865         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27866         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27867         Remove GKM FIXME comments.
27868         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27869         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27870         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27871         <bp-asm.h>.
27872         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27873         about bounded pointers.  Remove GKM FIXME comment.
27874         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27875         and <bp-asm.h>.
27876         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27877         pointers.
27878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27879         <bp-sym.h> and <bp-asm.h>.
27880         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27882         <bp-sym.h> and <bp-asm.h>.
27883         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27884         comment.
27885
27886 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27887
27888         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27889         call free(NULL).
27890
27891 2013-03-05  David S. Miller  <davem@davemloft.net>
27892
27893         * po/es.po: Update from translation team.
27894
27895 2013-03-05  Andreas Jaeger  <aj@suse.de>
27896
27897         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27898         <bits/mman-linux.h>.
27899         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27900         is fine.
27901         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27902         <bits/mman-linux.h> to end of file.
27903         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27904         is fine.
27905         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27906         <bits/mman-linux.h> to end of file.
27907         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27908         is fine.
27909         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27910         <bits/mman-linux.h> to end of file.
27911
27912         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27913         (MCL_CURRENT, MCL_FUTURE): Define here.
27914
27915 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27916
27917         [BZ #15232]
27918         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27919         attribute_hidden.
27920         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27921
27922 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27923
27924         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27925         fourth parameter needed for rt_sigprocmask syscall.
27926         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27927         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27928         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27929         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27930         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27931         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27932
27933 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27934
27935         [BZ #13550]
27936         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27937         comment about bounded pointers.
27938         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27939         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27940
27941 2013-03-04  Andreas Jaeger  <aj@suse.de>
27942
27943         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27944         common definitions.
27945
27946         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27947         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27948         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27949         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27950         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27951         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27952
27953 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27954
27955         [BZ #15055]
27956         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27957         __ieee754_sqrl instead of __sqrl.
27958
27959 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27960
27961         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27962         * sysdeps/powerpc/fpu_control.h: ... here.
27963         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27964         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27965         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27966         * sysdeps/powerpc/bits/mathinline.h: ... here.
27967
27968 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27969
27970         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27971         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27972         to just [NEED_DL_SYSINFO_DSO].
27973         * elf/dl-support.c: Likewise.
27974         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27975         * elf/rtld.c (dl_main): Likewise.
27976         * elf/setup-vdso.h (setup_vdso): Likewise.
27977         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27978         * sysdeps/unix/sysv/linux/dl-sysdep.c
27979         (_dl_discover_osversion): Likewise.
27980
27981 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27982
27983         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27984         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27985
27986 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27987
27988         * NEWS: Mention libm performance improvements and non-x86 PI
27989         futex support.
27990
27991         * csu/libc-start.c (__pthread_initialize_minimal): Change
27992         function arguments.
27993         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27994
27995 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27996
27997         [BZ #13550]
27998         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27999         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28000         <bp-sym.h> and <bp-asm.h>.
28001         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28002         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28003         and <bp-asm.h>.
28004         (memcpy): Don't use BP_SYM.
28005         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28006         <bp-asm.h>.
28007         (__mpn_add_n): Don't use BP_SYM.
28008         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28009         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28010         and <bp-asm.h>.
28011         (__mpn_addmul_1): Don't use BP_SYM.
28012         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28013         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28014         <bp-sym.h>.
28015         (_setjmp): Don't use BP_SYM.
28016         (__novmx_setjmp): Likewise.
28017         (__GI__setjmp): Likewise.
28018         (__vmx_setjmp): Likewise.
28019         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28020         <bp-sym.h>.
28021         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28022         (__bzero): Don't use BP_SYM.
28023         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28024         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28025         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28026         <bp-sym.h> and <bp-asm.h>.
28027         (memcpy): Don't use BP_SYM.
28028         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28029         <bp-sym.h> and <bp-asm.h>.
28030         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28031         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28032         <bp-sym.h> and <bp-asm.h>.
28033         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28034         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28035         <bp-asm.h>.
28036         (__mpn_lshift): Don't use BP_SYM.
28037         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28038         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28039         <bp-asm.h>.
28040         (memset): Don't use BP_SYM.
28041         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28042         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28043         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28044         <bp-asm.h>.
28045         (__mpn_mul_1): Don't use BP_SYM.
28046         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28047         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28048         <bp-sym.h> and <bp-asm.h>.
28049         (memcmp): Don't use BP_SYM.
28050         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28051         <bp-sym.h> and <bp-asm.h>.
28052         (memcpy): Don't use BP_SYM.
28053         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28054         <bp-sym.h> and <bp-asm.h>.
28055         (memset): Don't use BP_SYM.
28056         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28057         <bp-sym.h> and <bp-asm.h>.
28058         (strncmp): Don't use BP_SYM.
28059         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28060         <bp-sym.h> and <bp-asm.h>.
28061         (memcpy): Don't use BP_SYM.
28062         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28063         <bp-sym.h> and <bp-asm.h>.
28064         (memset): Don't use BP_SYM.
28065         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28066         <bp-sym.h> and <bp-asm.h>.
28067         (__memchr): Don't use BP_SYM.
28068         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28069         <bp-sym.h> and <bp-asm.h>.
28070         (memcmp): Don't use BP_SYM.
28071         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28072         <bp-sym.h> and <bp-asm.h>.
28073         (memcpy): Don't use BP_SYM.
28074         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28075         <bp-sym.h> and <bp-asm.h>.
28076         (__mempcpy): Don't use BP_SYM.
28077         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28078         <bp-sym.h> and <bp-asm.h>.
28079         (__memrchr): Don't use BP_SYM.
28080         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28081         <bp-sym.h> and <bp-asm.h>.
28082         (memset): Don't use BP_SYM.
28083         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28084         <bp-sym.h> and <bp-asm.h>.
28085         (__rawmemchr): Don't use BP_SYM.
28086         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28087         <bp-sym.h> and <bp-asm.h>.
28088         (__STRCMP): Don't use BP_SYM.
28089         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28090         <bp-sym.h> and <bp-asm.h>.
28091         (strchr): Don't use BP_SYM.
28092         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28093         <bp-sym.h> and <bp-asm.h>.
28094         (__strchrnul): Don't use BP_SYM.
28095         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28096         <bp-sym.h> and <bp-asm.h>.
28097         (strlen): Don't use BP_SYM.
28098         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28099         <bp-sym.h> and <bp-asm.h>.
28100         (strncmp): Don't use BP_SYM.
28101         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28102         <bp-sym.h> and <bp-asm.h>.
28103         (__strnlen): Don't use BP_SYM.
28104         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28105         <bp-asm.h>.
28106         (__mpn_rshift): Don't use BP_SYM.
28107         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28108         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28109         <bp-sym.h> and <bp-asm.h>.
28110         (__sigsetjmp): Don't use BP_SYM.
28111         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28112         (L(start_addresses)): Don't use BP_SYM.
28113         (_start): Likewise.
28114         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28115         <bp-asm.h>.
28116         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28117         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28118         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28119         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28120         <bp-asm.h>.
28121         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28122         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28123         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28124         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28125         <bp-asm.h>.
28126         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28127         comments.
28128         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28129         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28130         <bp-asm.h>.
28131         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28132         FIXME comments.
28133         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28134         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28135         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28136         <bp-asm.h>.
28137         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28138         comment.
28139         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28140         and <bp-asm.h>.
28141         (strncmp): Don't use BP_SYM,
28142         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28143         <bp-asm.h>.
28144         (__mpn_sub_n): Don't use BP_SYM.
28145         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28146         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28147         and <bp-asm.h>.
28148         (__mpn_submul_1): Don't use BP_SYM.
28149         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28151         <bp-sym.h> and <bp-asm.h>.
28152         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28154         <bp-sym.h> and <bp-asm.h>.
28155         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28156         comment.
28157
28158 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28159
28160         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28161         Use ZK to minimize writes to Z.
28162         (sub_magnitudes): Simplify code a bit.
28163         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28164         Use ZK to minimize writes to Z.
28165         (sub_magnitudes): Simplify code a bit.
28166
28167 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28168
28169         * csu/gmon-start.c: Add special exception to license text.
28170
28171 2013-02-27  Richard Henderson  <rth@redhat.com>
28172
28173         * scripts/config.guess: Update from config.git.
28174         * scripts/config.sub: Likewise.
28175
28176 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28177
28178         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28179
28180         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28181
28182         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28183
28184         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28185
28186         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28187
28188 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28189
28190         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28191         [$(build-shared = yes].
28192
28193 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28194
28195         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28196         (__mul): Reduce iterations for calculating mantissa.
28197
28198         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28199         MPTWO.
28200         (__mpranred): Likewise.
28201
28202         [BZ #15160]
28203         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28204         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28205
28206 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28207
28208         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28209         Define __attribute__.
28210
28211 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28212
28213         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28214         unused.
28215         * posix/regex_internal.h (__attribute): Remove.
28216         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28217         (re_string_context_at): Likewise.
28218         (bitset_not): Use __attribute__ and mark function as possibly
28219         unused.
28220         (bitset_merge): Likewise.
28221         (bitset_mask): Likewise.
28222         (re_string_char_size_at): Likewise.
28223         (re_string_wchar_at): Likewise.
28224         (re_string_elem_size_at): Likewise.
28225
28226 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28227
28228         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28229         code.
28230         (cc32): Likewise.
28231
28232         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28233         (__acr): Likewise.
28234         (__cpy): Likewise.
28235         (norm): Likewise.
28236         (denorm): Likewise.
28237         (__dbl_mp): Likewise.
28238         (add_magnitudes): Likewise.
28239         (sub_magnitudes): Likewise.
28240         (__mul): Likewise.
28241         (__inv): Likewise.
28242
28243         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28244         style.
28245
28246         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28247         style.
28248
28249         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28250         code.
28251
28252         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28253         up changes with default code.
28254         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28255         Likewise.
28256
28257 2013-02-24  Allan McRae  <allan@archlinux.org>
28258
28259         * manual/socket.texi (The Internet Namespace): Order menu items
28260         to match that in the file.
28261
28262         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28263         node listing of the info page menu.
28264
28265 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28266
28267         [BZ #13550]
28268         * sysdeps/i386/bp-asm.h: Remove file.
28269         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28270         (PARMS): Do not use macros from bp-asm.h.
28271         (S1): Likewise.
28272         (S2): Likewise.
28273         (SIZE): Likewise.
28274         (__mpn_add_n): Do not use BP_SYM
28275         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28276         "bp-asm.h".
28277         (PARMS): Do not use macros from bp-asm.h.
28278         (S1): Likewise.
28279         (SIZE): Likewise.
28280         (__mpn_addmul_1): Do not use BP_SYM
28281         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28282         "bp-asm.h".
28283         (PARMS): Do not use macros from bp-asm.h.
28284         (SIGMSK): Likewise.
28285         (_setjmp): Likewise.  Do not use BP_SYM.
28286         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28287         "bp-asm.h".
28288         (PARMS): Do not use macros from bp-asm.h.
28289         (SIGMSK): Likewise.
28290         (setjmp): Likewise.  Do not use BP_SYM.
28291         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28292         "bp-asm.h".
28293         (PARMS): Do not use macros from bp-asm.h.
28294         (__frexp): Do not use BP_SYM.
28295         (frexp): Likewise.
28296         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28297         "bp-asm.h".
28298         (PARMS): Do not use macros from bp-asm.h.
28299         (__frexpf): Do not use BP_SYM.
28300         (frexpf): Likewise.
28301         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28302         "bp-asm.h".
28303         (PARMS): Do not use macros from bp-asm.h.
28304         (__frexpl): Do not use BP_SYM.
28305         (frexpl): Likewise.
28306         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28307         "bp-asm.h".
28308         (PARMS): Do not use macros from bp-asm.h.
28309         (__remquo): Do not use BP_SYM.
28310         (remquo): Likewise.
28311         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28312         "bp-asm.h".
28313         (PARMS): Do not use macros from bp-asm.h.
28314         (__remquof): Do not use BP_SYM.
28315         (remquof): Likewise.
28316         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28317         "bp-asm.h".
28318         (PARMS): Do not use macros from bp-asm.h.
28319         (__remquol): Do not use BP_SYM.
28320         (remquol): Likewise.
28321         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28322         "bp-asm.h".
28323         (PARMS): Do not use macros from bp-asm.h.
28324         (DEST): Likewise.
28325         (SRC): Likewise.
28326         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28327         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28328         "bp-asm.h".
28329         (PARMS): Do not use macros from bp-asm.h.
28330         (strlen): Do not use BP_SYM.
28331         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28332         "bp-asm.h".
28333         (PARMS): Do not use macros from bp-asm.h.
28334         (S1): Likewise.
28335         (S2): Likewise.
28336         (SIZE): Likewise.
28337         (__mpn_add_n): Do not use BP_SYM.
28338         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28339         "bp-asm.h".
28340         (PARMS): Do not use macros from bp-asm.h.
28341         (S1): Likewise.
28342         (SIZE): Likewise.
28343         (__mpn_addmul_1): Do not use BP_SYM.
28344         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28345         weak_alias.
28346         (bzero): Likewise.
28347         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28348         "bp-asm.h".
28349         (PARMS): Do not use macros from bp-asm.h.
28350         (S): Likewise.
28351         (SIZE): Likewise.
28352         (__mpn_lshift): Do not use BP_SYM.
28353         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28354         "bp-asm.h".
28355         (PARMS): Do not use macros from bp-asm.h.
28356         (DEST): Likewise.
28357         (SRC): Likewise.
28358         (LEN): Likewise.
28359         (memcpy): Likewise.  Do not use BP_SYM.
28360         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28361         libc_hidden_def and weak_alias.
28362         (mempcpy): Do not use BP_SYM in weak_alias.
28363         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28364         "bp-asm.h".
28365         (PARMS): Do not use macros from bp-asm.h.
28366         (DEST): Likewise.
28367         (LEN): Likewise.
28368         [!BZERO_P] (CHR): Likewise.
28369         (memset): Likewise.  Do not use BP_SYM.
28370         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28371         "bp-asm.h".
28372         (PARMS): Do not use macros from bp-asm.h.
28373         (S1): Likewise.
28374         (SIZE): Likewise.
28375         (__mpn_mul_1): Do not use BP_SYM.
28376         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28377         "bp-asm.h".
28378         (PARMS): Do not use macros from bp-asm.h.
28379         (S): Likewise.
28380         (SIZE): Likewise.
28381         (__mpn_rshift): Do not use BP_SYM.
28382         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28383         "bp-asm.h".
28384         (PARMS): Do not use macros from bp-asm.h.
28385         (STR): Likewise.
28386         (CHR): Likewise.
28387         (strchr): Likewise.  Do not use BP_SYM.
28388         (index): Do not use BP_SYM in weak_alias.
28389         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28390         "bp-asm.h".
28391         (PARMS): Do not use macros from bp-asm.h.
28392         (DEST): Likewise.
28393         (SRC): Likewise.
28394         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28395         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28396         "bp-asm.h".
28397         (PARMS): Do not use macros from bp-asm.h.
28398         (strlen): Do not use BP_SYM.
28399         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28400         "bp-asm.h".
28401         (PARMS): Do not use macros from bp-asm.h.
28402         (S1): Likewise.
28403         (S2): Likewise.
28404         (SIZE): Likewise.
28405         (__mpn_sub_n): Do not use BP_SYM.
28406         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28407         "bp-asm.h".
28408         (PARMS): Do not use macros from bp-asm.h.
28409         (S1): Likewise.
28410         (SIZE): Likewise.
28411         (__mpn_submul_1): Do not use BP_SYM.
28412         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28413         "bp-asm.h".
28414         (PARMS): Do not use macros from bp-asm.h.
28415         (S1): Likewise.
28416         (S2): Likewise.
28417         (SIZE): Likewise.
28418         (__mpn_add_n): Do not use BP_SYM.
28419         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28420         weak_alias.
28421         (bzero): Likewise.
28422         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28423         "bp-asm.h".
28424         (PARMS): Do not use macros from bp-asm.h.
28425         (BLK2): Likewise.
28426         (LEN): Likewise.
28427         (memcmp): Do not use BP_SYM.
28428         (bcmp): Do not use BP_SYM in weak_alias.
28429         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28430         "bp-asm.h".
28431         (PARMS): Do not use macros from bp-asm.h.
28432         (DEST): Likewise.
28433         (SRC): Likewise.
28434         (LEN): Likewise.
28435         (memcpy): Likewise.  Do not use BP_SYM.
28436         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28437         "bp-asm.h".
28438         (PARMS): Do not use macros from bp-asm.h.
28439         (DEST): Likewise.
28440         (SRC): Likewise.
28441         (LEN): Likewise.
28442         (memmove): Likewise.  Do not use BP_SYM.
28443         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28444         "bp-asm.h".
28445         (PARMS): Do not use macros from bp-asm.h.
28446         (DEST): Likewise.
28447         (SRC): Likewise.
28448         (LEN): Likewise.
28449         (__mempcpy): Likewise.  Do not use BP_SYM.
28450         (mempcpy): Do not use BP_SYM in weak_alias.
28451         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28452         "bp-asm.h".
28453         (PARMS): Do not use macros from bp-asm.h.
28454         (DEST): Likewise.
28455         (LEN): Likewise.
28456         [!BZERO_P] (CHR): Likewise.
28457         (memset): Likewise.  Do not use BP_SYM.
28458         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28459         "bp-asm.h".
28460         (PARMS): Do not use macros from bp-asm.h.
28461         (STR2): Likewise.
28462         (strcmp): Do not use BP_SYM.
28463         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28464         "bp-asm.h".
28465         (PARMS): Do not use macros from bp-asm.h.
28466         (STR): Likewise.
28467         (DELIM): Likewise.
28468         [USE_AS_STRTOK_R] (SAVE): Likewise.
28469         (FUNCTION): Likewise.  Do not use BP_SYM.
28470         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28471         aliases.
28472         (strtok_r): Likewise.
28473         (__GI___strtok_r): Likewise.
28474         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28475         (PARMS): Do not use macros from bp-asm.h.
28476         (S): Likewise.
28477         (SIZE): Likewise.
28478         (__mpn_lshift): Do not use BP_SYM.
28479         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28480         (PARMS): Do not use macros from bp-asm.h.
28481         (STR): Likewise.
28482         (CHR): Likewise.
28483         (__memchr): Do not use BP_SYM.
28484         (memchr): Do not use BP_SYM in weak_alias.
28485         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28486         (PARMS): Do not use macros from bp-asm.h.
28487         (BLK2): Likewise.
28488         (LEN): Likewise.
28489         (memcmp): Do not use BP_SYM.
28490         (bcmp): Do not use BP_SYM in weak_alias.
28491         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28492         (PARMS): Do not use macros from bp-asm.h.
28493         (S1): Likewise.
28494         (SIZE): Likewise.
28495         (__mpn_mul_1): Do not use BP_SYM.
28496         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28497         "bp-asm.h".
28498         (PARMS): Do not use macros from bp-asm.h.
28499         (STR): Likewise.
28500         (CHR): Likewise.
28501         (__rawmemchr): Do not use BP_SYM.
28502         (rawmemchr): Do not use BP_SYM in weak_alias.
28503         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28504         (PARMS): Do not use macros from bp-asm.h.
28505         (S): Likewise.
28506         (SIZE): Likewise.
28507         (__mpn_rshift): Do not use BP_SYM.
28508         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28509         (PARMS): Do not use macros from bp-asm.h.
28510         (SIGMSK): Likewise.
28511         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28512         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28513         (_start): Do not use BP_SYM.
28514         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28515         (PARMS): Do not use macros from bp-asm.h.
28516         (DEST): Likewise.
28517         (SRC): Likewise.
28518         (__stpcpy): Likewise.  Do not use BP_SYM.
28519         (stpcpy): Do not use BP_SYM in weak_alias.
28520         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28521         "bp-asm.h".
28522         (PARMS): Do not use macros from bp-asm.h.
28523         (DEST): Likewise.
28524         (SRC): Likewise.
28525         (LEN): Likewise.
28526         (__stpncpy): Likewise.  Do not use BP_SYM.
28527         (stpncpy): Do not use BP_SYM in weak_alias.
28528         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28529         (PARMS): Do not use macros from bp-asm.h.
28530         (STR): Likewise.
28531         (CHR): Likewise.
28532         (strchr): Likewise.  Do not use BP_SYM.
28533         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28534         "bp-asm.h".
28535         (PARMS): Do not use macros from bp-asm.h.
28536         (STR): Likewise.
28537         (CHR): Likewise.
28538         (__strchrnul): Likewise.  Do not use BP_SYM.
28539         (strchrnul): Do not use BP_SYM in weak_alias.
28540         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28541         "bp-asm.h".
28542         (PARMS): Do not use macros from bp-asm.h.
28543         (STOP): Likewise.
28544         (strcspn): Do not use BP_SYM.
28545         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28546         "bp-asm.h".
28547         (PARMS): Do not use macros from bp-asm.h.
28548         (STR): Likewise.
28549         (STOP): Likewise.
28550         (strpbrk): Likewise.  Do not use BP_SYM.
28551         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28552         "bp-asm.h".
28553         (PARMS): Do not use macros from bp-asm.h.
28554         (STR): Likewise.
28555         (CHR): Likewise.
28556         (strrchr): Likewise.  Do not use BP_SYM.
28557         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28558         (PARMS): Do not use macros from bp-asm.h.
28559         (SKIP): Likewise.
28560         (strspn): Do not use BP_SYM.
28561         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28562         (PARMS): Do not use macros from bp-asm.h.
28563         (STR): Likewise.
28564         (DELIM): Likewise.
28565         (SAVE): Likewise.
28566         (FUNCTION): Likewise.  Do not use BP_SYM.
28567         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28568         aliases.
28569         (strtok_r): Likewise.
28570         (__GI___strtok_r): Likewise.
28571         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28572         (PARMS): Do not use macros from bp-asm.h.
28573         (S1): Likewise.
28574         (S2): Likewise.
28575         (SIZE): Likewise.
28576         (__mpn_sub_n): Do not use BP_SYM.
28577         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28578         "bp-asm.h".
28579         (PARMS): Do not use macros from bp-asm.h.
28580         (S1): Likewise.
28581         (SIZE): Likewise.
28582         (__mpn_submul_1): Do not use BP_SYM.
28583         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28584         <bp-sym.h>.
28585         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28586         and <bp-asm.h>.
28587         (PARMS): Do not use macros from bp-asm.h.
28588         (FLAGS): Likewise.
28589         (PTID): Likewise.
28590         (TLS): Likewise.
28591         (CTID): Likewise.
28592         (__clone): Do not use BP_SYM.
28593         (clone): Do not use BP_SYM in weak_alias.
28594         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28595         and <bp-asm.h>.
28596         (PARMS): Do not use macros from bp-asm.h.
28597         (LEN): Likewise.
28598         (__mmap64): Do not use BP_SYM.
28599         (mmap64): Do not use BP_SYM in weak_alias.
28600         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28601         <bp-sym.h> and <bp-asm.h>.
28602         (PARMS): Do not use macros from bp-asm.h.
28603         (__posix_fadvise64_l64): Do not use BP_SYM.
28604         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28605         (PARMS): Do not use macros from bp-asm.h.
28606         (NSOPS): Likewise.
28607         (semtimedop): Do not use BP_SYM.
28608         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28609         and <bp-asm.h>.
28610
28611 2013-02-21  Allan McRae  <allan@archlinux.org>
28612
28613         * manual/message.texi (Charset conversion in gettext):
28614         Move @end statement to beginning of line.
28615
28616 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28617
28618         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28619         static.
28620         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28621         Likewise.
28622
28623         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28624         (denorm): Likewise.
28625         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28626         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28627
28628 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28629
28630         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28631         tail-call to the resolved function if pltexit isn't needed.
28632
28633 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28634
28635         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28636         or Y being zero as being unlikely.
28637         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28638         Likewise.
28639
28640 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28641
28642         * manual/nss.texi (System Databases and Name Service Switch):
28643         Remove frobnicate @pxref.
28644
28645 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28646
28647         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28648         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28649
28650 2013-02-20  Petr Machata  <pmachata@redhat.com>
28651
28652         * elf/elf.h (R_ARM_TARGET1): New macro.
28653         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28654         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28655         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28656         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28657         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28658         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28659         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28660         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28661         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28662         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28663         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28664         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28665         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28666         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28667         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28668         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28669         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28670         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28671         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28672         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28673         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28674         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28675         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28676         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28677         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28678         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28679         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28680         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28681         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28682         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28683         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28684         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28685         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28686         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28687         (R_ARM_THM_GOT_BREL12): Likewise.
28688         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28689         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28690         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28691         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28692         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28693         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28694         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28695         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28696         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28697
28698 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28699
28700         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28701         __attribute_used__ to __attribute__ ((unused)).
28702
28703 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28704
28705         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28706         powerpc mpa.c.
28707         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28708         comment formatting.
28709         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28710
28711 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28712
28713         [BZ #13550]
28714         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28715         Remove macro.
28716         (ENTER): Remove both macro definitions.
28717         (LEAVE): Likewise.
28718         (CHECK_BOUNDS_LOW): Likewise.
28719         (CHECK_BOUNDS_HIGH): Likewise.
28720         (CHECK_BOUNDS_BOTH): Likewise.
28721         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28722         (RETURN_BOUNDED_POINTER): Likewise.
28723         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28724         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28725         (POP_ERRNO_LOCATION_RETURN): Likewise.
28726         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28727         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28728         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28729         macros.
28730         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28731         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28732         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28733         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28734         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28735         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28736         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28737         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28738         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28739         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28740         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28741         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28742         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28743         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28744         removed macros.
28745         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28746         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28747         macros.
28748         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28749         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28750         * sysdeps/i386/i586/memset.S (memset): Likewise.
28751         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28752         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28753         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28754         macros.
28755         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28756         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28757         Change uses of L(2) to L(out).
28758         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28759         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28760         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28761         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28762         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28763         removed macros.
28764         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28765         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28766         macros.
28767         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28768         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28769         (RETURN): Do not use macro LEAVE.
28770         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28771         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28772         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28773         * sysdeps/i386/i686/memset.S (memset): Likewise.
28774         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28775         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28776         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28777         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28778         Likewise.
28779         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28780         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28781         L(1_2) and L(1_3) into L(1).
28782         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28783         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28784         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28785         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28786         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28787         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28788         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28789         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28790         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28791         macros.
28792         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28793         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28794         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28795         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28796         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28797         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28798         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28799         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28800         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28801         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28802         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28803         * sysdeps/i386/strspn.S (strspn): Likewise.
28804         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28805         conditional code.
28806         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28807         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28808         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28809         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28810         L(1_3) into L(1_1).
28811         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28812         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28813         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28814         macros.
28815         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28816
28817 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28818
28819         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28820         macro.
28821
28822 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28823
28824         * math/atest-exp.c (exp_mpn): Remove ROUND.
28825         * math/atest-exp2.c (exp_mpn): Likewise.
28826         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28827
28828         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28829         * stdlib/tst-tls-atexit-lib.c: Likewise.
28830         * stdlib/tst-tls-atexit.c: Likewise.
28831
28832 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28833
28834         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28835         and __attribute_alloc_size__.
28836
28837 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28838
28839         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28840         __attribute_alloc_size__.
28841         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28842         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28843
28844 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28845
28846         * include/programs/xmalloc.h: New file.
28847         * catgets/gencat.c: Include it.
28848         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28849         * elf/pldd.c: Likewise.
28850         * iconv/iconv_charmap.c: Likewise.
28851         * iconv/iconvconfig.c: Likewise.
28852         * iconv/strtab.c: Likewise.
28853         * locale/programs/locale.c: Likewise.
28854         * locale/programs/localedef.h: Likewise.
28855         * locale/programs/simple-hash.c: Likewise.
28856         * nscd/nscd.h: Likewise.
28857         * nss/makedb.c: Likewise.
28858         * sysdeps/generic/ldconfig.h: Likewise.
28859
28860 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28861
28862         * Versions.def: Add GLIBC_2.18.
28863         * include/link.h (struct link_map): New member l_tls_dtor_count.
28864         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28865         (__call_tls_dtors): Likewise.
28866         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28867         __cxa_thread_atexit_impl.
28868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28869         Likewise.
28870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28871         Likewise.
28872         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28873         Likewise.
28874         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28875         Likewise.
28876         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28877         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28878         Likewise.
28879         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28880         Likewise.
28881         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28882         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28883         Likewise.
28884         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28885         (tests): Add test case tst-tls-atexit.
28886         (modules-names): Add shared library for tst-tls-atexit.
28887         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28888         (GLIBC_PRIVATE): Add __call_tls_dtors.
28889         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28890         for libstdc++.
28891         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28892         * stdlib/tst-tls-atexit.c: New test case.
28893         * stdlib/tst-tls-atexit-lib.c: New test case.
28894
28895         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28896
28897         * elf/Versions (ld): Add _dl_find_dso_for_object.
28898         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28899         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28900         (dl_open_worker): Use _dl_find_dso_for_object.
28901         * elf/dl-sym.c (do_sym): Likewise.
28902         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28903
28904 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28905
28906         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28907         Syntactic changes only.
28908         (_dl_runtime_profile): Do a tail-call to the resolved function.
28909
28910 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28911
28912         [BZ #13550]
28913         * sysdeps/x86_64/bp-asm.h: Remove file.
28914         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28915         <bp-sym.h> and <bp-asm.h>.
28916         (__clone): Do not use BP_SYM.
28917         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28918         <bp-sym.h> and <bp-asm.h>.
28919         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28920         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28921         "bp-asm.h".
28922         (_setjmp): Do not use BP_SYM.
28923         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28924         "bp-asm.h".
28925         (setjmp): Do not use BP_SYM.
28926         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28927         libc_hidden_def.
28928         (mempcpy): Do not use BP_SYM in weak_alias.
28929         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28930         "bp-asm.h".
28931         (strchr): Do not use BP_SYM.
28932         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28933         "bp-asm.h".
28934         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28935         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28936         (_start): Do not use BP_SYM.
28937         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28938         "bp-asm.h".
28939         (strcat): Do not use BP_SYM.
28940         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28941         "bp-asm.h".
28942         (STRCMP): Do not use BP_SYM.
28943         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28944         "bp-asm.h".
28945         (STRCPY): Do not use BP_SYM.
28946         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28947         "bp-asm.h".
28948         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28949         "bp-asm.h".
28950         (FUNCTION): Do not use BP_SYM.
28951         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28952         weak_alias.
28953         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28954
28955 2013-02-17  Andreas Jaeger  <aj@suse.de>
28956
28957         * time/Versions: Sort entries.
28958         * string/Versions: Likewise.
28959         * resolv/Versions: Likewise.
28960         * posix/Versions: Likewise.
28961         * iconv/Versions: Likewise.
28962         * elf/Versions: Likewise.
28963         * wcsmbs/Versions: Likewise.
28964
28965 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28966
28967         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28968         loop termination condition.
28969
28970         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28971         variable to calculate EZ.
28972         (__sqr): Likewise.
28973
28974         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28975         the lower precision input.
28976
28977 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28978
28979         [BZ #13550]
28980         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28981         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28982         (run-via-rtld-prefix): Do not handle %-bp tests.
28983         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28984         (all-object-suffixes): Remove .ob.
28985         (bppfx): Remove variable.
28986         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28987         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28988         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28989         [$(build-bounded) = yes] (libtype.ob): Likewise.
28990         * Makerules (elide-routines.ob): Remove variable.
28991         (do-tests-clean): Do not handle *-bp.out.
28992         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28993         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28994         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28995         (tests): Do not include $(tests-bp.out).
28996         (xtests): Do not include $(xtests-bp.out).
28997         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28998         [$(build-bounded) = yes] ($(addprefix
28999         $(objpfx),$(binaries-bounded))): Remove rule.
29000         ($(objpfx)%-bp.out): Remove rule.
29001         * config.make.in (build-bounded): Remove variable.
29002         * crypt/Makefile [$(build-bounded) = yes]
29003         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29004         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29005         append to variable.
29006         [$(build-bounded) = yes] (install-lib): Likewise.
29007         [$(build-bounded) = yes] (generated): Likewise.
29008         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29009         Remove rule.
29010         * intl/Makefile [$(build-bounded) = yes]
29011         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29012         * math/Makefile [$(build-bounded) = yes]
29013         ($(tests:%=$(objpfx)%-bp): Likewise.
29014         * misc/Makefile [$(build-bounded) = yes]
29015         ($(objpfx)tst-tsearch-bp): Likewise.
29016         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29017         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29018         Remove dependency.
29019         * string/Makefile (o-objects.ob): Remove variable.
29020         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29021         (CFLAGS-.ob): Remove variable.
29022         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29023         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29024         both definitions of variable.
29025         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29026         (ASFLAGS-.ob): Remove variable.
29027
29028 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29029
29030         [BZ #13550]
29031         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29032         Remove __BOUNDED_POINTERS__ from condition.
29033         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29034         * string/bits/string2.h [!__NO_STRING_INLINES &&
29035         !__BOUNDED_POINTERS__]: Likewise.
29036         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29037         Likewise.
29038         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29039         Remove conditional code.
29040         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29041         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29042         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29043         condition.
29044
29045         [BZ #13550]
29046         * csu/libc-start.c: Do not include <bp-sym.h>.
29047         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29048         * elf/dl-open.c: Do not include <bp-sym.h>.
29049         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29050         * math/fegetenv.c: Do not include <bp-sym.h>.
29051         (fegetenv): Do not use BP_SYM in versioned symbols.
29052         * nptl/sysdeps/pthread/bits/libc-lockP.h
29053         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29054         <bp-sym.h>.
29055         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29056         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29057         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29058         (__pthread_mutex_destroy): Likewise.
29059         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29060         (__pthread_mutex_lock): Likewise.
29061         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29062         (__pthread_mutex_trylock): Likewise.
29063         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29064         (__pthread_mutex_unlock): Likewise.
29065         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29066         (__pthread_mutexattr_init): Likewise.
29067         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29068         (__pthread_mutexattr_destroy): Likewise.
29069         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29070         (__pthread_mutexattr_settype): Likewise.
29071         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29072         (__pthread_rwlock_init): Likewise.
29073         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29074         (__pthread_rwlock_destroy): Likewise.
29075         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29076         (__pthread_rwlock_rdlock): Likewise.
29077         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29078         (__pthread_rwlock_tryrdlock): Likewise.
29079         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29080         (__pthread_rwlock_wrlock): Likewise.
29081         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29082         (__pthread_rwlock_trywrlock): Likewise.
29083         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29084         (__pthread_rwlock_unlock): Likewise.
29085         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29086         (__pthread_key_create): Likewise.
29087         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29088         (__pthread_setspecific): Likewise.
29089         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29090         (__pthread_getspecific): Likewise.
29091         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29092         Likewise.
29093         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29094         (_pthread_cleanup_push_defer): Likewise.
29095         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29096         (_pthread_cleanup_pop_restore): Likewise.
29097         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29098         (pthread_setcancelstate): Likewise.
29099         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29100         <bp-sym.h>.
29101         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29102         (memchr): Do not use BP_SYM in weak_alias.
29103         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29104         (fegetenv): Do not use BP_SYM in versioned symbols.
29105         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29106         (fesetenv): Do not use BP_SYM in versioned symbols.
29107         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29108         (feupdateenv): Do not use BP_SYM in versioned symbols.
29109         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29110         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29111         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29112         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29113         (open64): Do not use BP_SYM in weak_alias.
29114         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29115         (fegetenv): Do not use BP_SYM in versioned symbols.
29116         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29117         (fesetenv): Do not use BP_SYM in versioned symbols.
29118         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29119         (feupdateenv): Do not use BP_SYM in versioned symbols.
29120         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29121         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29122         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29123         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29124         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29125         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29126         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29127         <bp-sym.h>.
29128         (__libc_start_main): Do not use BP_SYM.
29129
29130 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29131
29132         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29133         redundant return line.
29134         (norm): Likewise.
29135         (denorm): Likewise.
29136         (dbl_mp): Likewise.
29137         (sub_magnitudes): Likewise.
29138         (__add): Likewise.
29139         (__sub): Likewise.
29140         (__mul): Likewise.
29141         (__inv): Likewise.
29142         (__dvd): Likewise.
29143         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29144         (norm): Likewise.
29145         (denorm): Likewise.
29146         (dbl_mp): Likewise.
29147         (sub_magnitudes): Likewise.
29148         (__add): Likewise.
29149         (__sub): Likewise.
29150         (__mul): Likewise.
29151         (__inv): Likewise.
29152         (__dvd): Likewise.
29153
29154         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29155         instead of __mul.
29156         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29157         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29158         (cc32): Likewise.
29159
29160         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29161         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29162         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29163         of __mul for squares.
29164         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29165         function
29166         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29167         Likewise.
29168         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29169         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29170
29171 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29172
29173         [BZ #13550]
29174         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29175         code.
29176         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29177         prototype or function definition.  Rename ubp_* variables and
29178         parameters.  Remove argv definitions conditional on
29179         [__BOUNDED_POINTERS__].
29180         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29181         * elf/dl-runtime.c (_dl_fixup): Likewise.
29182         * include/set-hooks.h (RUN_HOOK): Likewise.
29183         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29184         definition.
29185         * string/strcpy.c (strcpy): Do not use __unbounded.
29186         * sysdeps/generic/frame.h (struct layout): Likewise.
29187         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29188         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29189         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29190         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29191         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29192         (__backtrace): Likewise.
29193         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29194         use __ptrvalue.
29195         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29196         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29197         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29198         Likewise.
29199         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29200         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29201         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29202         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29203         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29204         Do not use __unbounded.
29205         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29206         Rename __unboundedrlimits parameter to rlimits in prototype.
29207         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29208         Do not use __unbounded.
29209         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29210         not use __ptrvalue.
29211         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29212         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29213         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29214         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29215         __ptrvalue or __unbounded.
29216         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29217         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29218         use __unbounded.
29219         (__new_msgctl): Do not use __ptrvalue.
29220         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29221         __unbounded.
29222         (__libc_msgrcv): Do not use __ptrvalue.
29223         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29224         startup_info): Do not use __unbounded.
29225         (__libc_start_main): Likewise.  Rename ubp_* variables and
29226         parameters.  Remove argv definitions conditional on
29227         [__BOUNDED_POINTERS__].
29228         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29229         __ptrvalue.
29230         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29231         use __unbounded.
29232         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29233         or __ptrvalue.
29234         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29235         use __unbounded.
29236         (__new_shmctl): Do not use __ptrvalue.
29237         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29238         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29239         Likewise.
29240         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29241         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29242         (__libc_sigaction): Likewise.
29243         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29244         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29245         Likewise.
29246         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29247
29248 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29249
29250         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29251
29252         * string/mempcpy.c: Implement by calling memcpy.
29253
29254 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29255
29256         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29257
29258         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29259         evaluation.
29260
29261         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29262         values in the mantissa.
29263
29264         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29265         minimize writes to Z.
29266         (sub_magnitudes): Simplify code a bit.
29267
29268 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29269
29270         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29271         from the message.  The linker prefixes all warnings with that already.
29272
29273 2013-02-12  Andreas Schwab  <schwab@suse.de>
29274
29275         [BZ #15078]
29276         * posix/regexec.c (extend_buffers): Add parameter min_len.
29277         (check_matching): Pass minimum needed length.
29278         (clean_state_log_if_needed): Likewise.
29279         (get_subexp): Likewise.
29280         * posix/Makefile (tests): Add bug-regex34.
29281         (bug-regex34-ENV): Define.
29282         * posix/bug-regex34.c: New file.
29283
29284         [BZ #11561]
29285         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29286         elements compare against the byte sequence of it, not its name.
29287         * posix/Makefile (tests): Add bug-regex35.
29288         (bug-regex35-ENV): Define.
29289         * posix/bug-regex35.c: New file.
29290
29291 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29292
29293         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29294         comment.
29295         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29296         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29297         (CHECK_EOL): Add undef.
29298
29299 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29300
29301         * bits/stdlib-bsearch.h: New file.
29302         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29303         * stdlib/stdlib.h: Likewise.
29304
29305 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29306
29307         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29308         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29309         declaration.
29310         * manual/search.texi (Array Search Function): Add missing const in
29311         lfind prototype.
29312         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29313         declaration to use rlim_t.
29314         (Basic Scheduling Functions): Remove erroneous const from
29315         sched_getparam prototype.  Remove erroneous * from
29316         sched_get_priority_max and sched_get_priority_min prototypes.
29317         (Resource Usage): Fix summary @comment on vtimes to refer to
29318         sys/vtimes.h rather than vtimes.h.
29319         Add missing *s in vtimes prototype.
29320         (Limits on Resources): Fix ulimit prototype to return long int.
29321         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29322         prototypes to use long int rather than double.
29323         (BSD Random): Fix initstate and setstate to use char *, not void *.
29324         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29325         prototype to make second argument 'struct aiocb64 *const[]'.
29326         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29327         (Status of AIO Operations): Remove erroneous const in aio_return and
29328         aio_return64 prototypes.
29329         (Synchronizing I/O): Fix sync prototype to return void.
29330         * manual/startup.texi (Suboptions): Remove an erroneous const in
29331         getsubopt prototype.
29332         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29333         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29334         use size_t rather than int.
29335         (Scanning All Users): Likewise for getpwent_r.
29336         (Setting Groups): Add missing const to setgroups prototype.
29337         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29338         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29339         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29340         'const void *' rather than 'const char *'.
29341         (Host Address Functions): Likewise for inet_ntop.
29342         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29343         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29344         ssize_t for return value.
29345         (Sending Data): Likewise for send, sendto, sendmsg.
29346         (Socket Option Functions): Add a missing const in setsockopt prototype.
29347         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29348         use wchar_t for the argument.
29349         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29350         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29351         take no arguments.
29352         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29353         double/float/long double for second argument.
29354         Fix return types of significand, significandf, significandl.
29355         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29356         argument in fchmod prototype.
29357         (File Owner): Use uid_t and gid_t in fchown prototype.
29358         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29359         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29360         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29361         use 'const struct dirent **' as argument types to CMP function pointer
29362         argument.
29363         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29364         (File Times): Fix summary magic @comment for struct utimbuf and utime
29365         to refer to utime.h, not time.h.
29366         * manual/string.texi (Argz Functions): Add missing const in
29367         argz_extract and argz_next prototypes.
29368         (Finding Tokens in a String): Likewise for basename.
29369         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29370         (Copying and Concatenation): Fix typo in wmemmove prototype.
29371         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29372         (Signal Stack): Remove erroneous const in sigstack prototype.
29373         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29374         prototype.
29375         (Simple Calendar Time): Likewise for stime.
29376         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29377         prototype.
29378         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29379         say sys/sysctl.h instead.
29380         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29381         and vsyslog prototypes.
29382
29383 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29384
29385         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29386         Remove.
29387
29388 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29389
29390         * misc/sys/mman.h: Fix typo in mremap comment.
29391
29392 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29393
29394         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29395         the '\0' terminator.
29396
29397 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29398
29399         [BZ #13550]
29400         * debug/segfault.c: Don't include <bp-checks.h>.
29401         * sysdeps/generic/bp-checks.h: Remove file.
29402         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29403         (__GETDENTS): Don't use CHECK_N.
29404         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29405         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29406         (__getgroups): Don't use CHECK_N.
29407         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29408         (setgroups): Don't use CHECK_N.
29409         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29410         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29411         (__libc_msgrcv): Don't use CHECK_N.
29412         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29413         (__libc_msgsnd): Don't use CHECK_N.
29414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29415         <bp-checks.h>.
29416         (__libc_pread): Don't use CHECK_N.
29417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29418         include <bp-checks.h>.
29419         (__libc_pread64): Don't use CHECK_N.
29420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29421         include <bp-checks.h>.
29422         (__libc_pwrite): Don't use CHECK_N.
29423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29424         include <bp-checks.h>.
29425         (__libc_pwrite64): Don't use CHECK_N.
29426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29427         <bp-checks.h>.
29428         (__libc_pread): Don't use CHECK_N.
29429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29430         include <bp-checks.h>.
29431         (__libc_pread64): Don't use CHECK_N.
29432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29433         include <bp-checks.h>.
29434         (__libc_pwrite): Don't use CHECK_N.
29435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29436         include <bp-checks.h>.
29437         (__libc_pwrite64): Don't use CHECK_N.
29438         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29439         (do_pread): Don't use CHECK_N.
29440         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29441         (do_pread64): Don't use CHECK_N.
29442         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29443         (do_pwrite): Don't use CHECK_N.
29444         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29445         (do_pwrite64): Don't use CHECK_N.
29446         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29447         (__libc_readv): Don't use CHECK_N.
29448         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29449         (semop): Don't use CHECK_N.
29450         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29451         <bp-checks.h>.
29452         (semtimedop): Don't use CHECK_N.
29453         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29454         (__libc_pread): Don't use CHECK_N.
29455         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29456         <bp-checks.h>.
29457         (__libc_pread64): Don't use CHECK_N.
29458         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29459         <bp-checks.h>.
29460         (__libc_pwrite): Don't use CHECK_N.
29461         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29462         <bp-checks.h>.
29463         (__libc_pwrite64): Don't use CHECK_N.
29464         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29465         <bp-checks.h>.
29466         (__libc_msgrcv): Don't use CHECK_N.
29467         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29468         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29469         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29470         (__libc_writev): Don't use CHECK_N.
29471
29472 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29473
29474         * string/strcpy.c: Removed unused variable.
29475
29476         * Makeconfig (+sysdep-includes): Define with := rather than =.
29477         Use an existing include/ subdir of each sysdeps dir before it.
29478
29479 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29480
29481         * nscd/connection.c (register_traced_file): Comment function.
29482         [HAVE_INOTIFY] (union __inev): Define.
29483         [HAVE_INOTIFY] (inotify_check_files): New function.
29484         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29485         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29486         clear_db_cache.
29487         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29488
29489 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29490
29491         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29492         loaded if not already and that a failure is permanent.
29493
29494 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29495
29496         [BZ #15006]
29497         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29498         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29499
29500 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29501
29502         [BZ #13550]
29503         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29504         (CHECK_1_NULL_OK): Likewise.
29505         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29506         (__fxstat): Do not use CHECK_1.
29507         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29508         <bp-checks.h>.
29509         (___fxstat64): Do not use CHECK_1.
29510         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29511         <bp-checks.h>.
29512         (__fxstatat): Do not use CHECK_1.
29513         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29514         <bp-checks.h>.
29515         (__fxstatat64): Do not use CHECK_1.
29516         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29517         <bp-checks.h>.
29518         (__fxstat): Do not use CHECK_1.
29519         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29520         <bp-checks.h>.
29521         (__fxstatat): Do not use CHECK_1.
29522         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29523         <bp-checks.h>.
29524         (__getresgid): Do not use CHECK_1.
29525         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29526         <bp-checks.h>.
29527         (__getresuid): Do not use CHECK_1.
29528         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29529         <bp-checks.h>.
29530         (__lxstat): Do not use CHECK_1.
29531         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29532         <bp-checks.h>.
29533         (__old_msgctl): Do not use CHECK_1.
29534         (__new_msgctl): Likewise.
29535         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29536         <bp-checks.h>.
29537         (__new_setrlimit): Do not use CHECK_1.
29538         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29539         <bp-checks.h>.
29540         (__old_shmctl): Do not use CHECK_1.
29541         (__new_shmctl): Likewise.
29542         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29543         <bp-checks.h>.
29544         (__xstat): Do not use CHECK_1.
29545         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29546         (__lxstat): Do not use CHECK_1.
29547         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29548         <bp-checks.h>.
29549         (___lxstat64): Do not use CHECK_1.
29550         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29551         (__old_msgctl): Do not use CHECK_1.
29552         (__new_msgctl): Likewise.
29553         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29554         <bp-checks.h>.
29555         (__gettimeofday): Do not use CHECK_1.
29556         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29557         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29558         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29559         <bp-checks.h>.
29560         (__gettimeofday): Do not use CHECK_1.
29561         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29562         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29563         (__new_shmctl): Do not use CHECK_1.
29564         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29565         <bp-checks.h>.
29566         (do_sigtimedwait): Do not use CHECK_1.
29567         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29568         <bp-checks.h>.
29569         (do_sigwaitinfo): Do not use CHECK_1.
29570         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29571         <bp-checks.h>.
29572         (msgctl): Do not use CHECK_1.
29573         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29574         <bp-checks.h>.
29575         (shmctl): Do not use CHECK_1.
29576         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29577         (ustat): Do not use CHECK_1.
29578         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29579         <bp-checks.h>.
29580         (__fxstat): Do not use CHECK_1.
29581         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29582         <bp-checks.h>.
29583         (__fxstatat): Do not use CHECK_1.
29584         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29585         <bp-checks.h>.
29586         (__lxstat): Do not use CHECK_1.
29587         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29588         <bp-checks.h>.
29589         (__xstat): Do not use CHECK_1.
29590         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29591         (__xstat): Do not use CHECK_1.
29592         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29593         (___xstat64): Do not use CHECK_1.
29594
29595         [BZ #13550]
29596         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29597         definitions.
29598         (CHECK_BOUNDS_HIGH): Likewise.
29599         * string/strcpy.c: Do not include <bp-checks.h>.
29600         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29601
29602 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29603
29604         * nscd/nscd-client.h (__nscd_drop_map_ref):
29605         Add __attribute__ ((unused)).
29606         * nis/nss-nisplus.h (niserr2nss): Likewise.
29607
29608         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29609         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29610
29611         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29612         Remove inline keyword.
29613         * include/rounding-mode.h (round_away): Likewise.
29614         * libio/wfileops.c (adjust_wide_data): Likewise.
29615         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29616         (__m128i_strloadu_tolower): Likewise.
29617         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29618         (__m128i_strloadu_tolower): Likewise.
29619         * time/mktime.c (ydhms_diff): Likewise.
29620         * locale/elem-hash.h (elem_hash): Likewise.
29621         * locale/setlocale.c (setdata): Likewise.
29622         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29623         (re_string_wchar_at): Likewise.
29624         (bitset_not, bitset_merge, bitset_mask): Likewise.
29625         [!(__GNUC__ > 3)] (inline): Remove macro.
29626         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29627         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29628         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29629         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29630         * string/memcmp.c (memcmp_bytes): Likewise.
29631         * locale/programs/locarchive.c (compute_hashval): Likewise.
29632         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29633         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29634         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29635         * nss/getent.c (print_rpc, print_protocols): Likewise.
29636         (print_passwd, print_group, print_aliases): Likewise.
29637         * nis/nss-nisplus.h (niserr2nss): Likewise.
29638         * nscd/connections.c (restart_p): Likewise.
29639         Change return type to bool.
29640
29641 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29642
29643         * Makeconfig (all-Depend-files): Add existing
29644         $(sorted-subdirs:=/Depend) files.
29645         (all-subdirs): Remove nss.
29646         * sysdeps/unix/inet/Subdirs: Add it here instead.
29647         * hesiod/Depend: New file.
29648
29649         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29650         instead of calling alloca.
29651
29652         * io/lseek.c (__lseek): Rename to __libc_lseek.
29653         Define __lseek as an alias.
29654
29655         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29656
29657 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29658
29659         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29660         else clause and remove check for non-standard endianness.
29661
29662 2013-02-04  David S. Miller  <davem@davemloft.net>
29663
29664         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29665
29666 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29667
29668         [BZ #13550]
29669         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29670         (__ubp_memchr): Remove prototype.
29671         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29672         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29673         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29674         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29675         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29676         Remove alias.
29677         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29678         (__ubp_memchr): Likewise.
29679         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29680         (__ubp_memchr): Likewise.
29681         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29682         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29683         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29684         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29685         CHECK_STRING.
29686         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29687         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29688         (__getcwd): Do not use CHECK_STRING.
29689         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29690         <bp-checks.h>.
29691         (__real_chown): Do not use CHECK_STRING.
29692         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29693         <bp-checks.h>.
29694         (fchownat): Do not use CHECK_STRING.
29695         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29696         CHECK_STRING.
29697         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29698         <bp-checks.h>.
29699         (__lchown): Do not use CHECK_STRING.
29700         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29701         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29702         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29703         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29705         include <bp-checks.h>.
29706         (truncate64): Do not use CHECK_STRING.
29707         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29708         <bp-checks.h>.
29709         (__real_chown): Do not use CHECK_STRING.
29710         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29711         <bp-checks.h>.
29712         (__lchown): Do not use CHECK_STRING.
29713         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29714         <bp-checks.h>.
29715         (__chown): Do not use CHECK_STRING.
29716         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29717         <bp-checks.h>.
29718         (truncate64): Do not use CHECK_STRING.
29719         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29720         Likewise.
29721         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29722         (__xmknod): Do not use CHECK_STRING.
29723         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29724         <bp-checks.h>.
29725         (__xmknodat): Do not use CHECK_STRING.
29726         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29727         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29728
29729 2013-02-04  Andreas Schwab  <schwab@suse.de>
29730
29731         [BZ #14142]
29732         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29733         * include/netdb.h: Likewise for h_errno.
29734         * elf/tst-stackguard1.c: Include <tls.h>.
29735
29736 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29737
29738         * elf/link.h (struct link_map): Extend the l_addr comment.
29739         * include/link.h (struct link_map): Likewise.
29740
29741 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29742
29743         [BZ #13550]
29744         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29745         (BOUNDED_1): Remove macro.
29746         * debug/backtrace.c: Don't include <bp-checks.h>.
29747         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29748         (__backtrace): Likewise.
29749         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29750         <bp-checks.h>.
29751         (__backtrace): Don't use BOUNDED_1.
29752         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29753         <bp-checks.h>.
29754         (__backtrace): Don't use BOUNDED_1.
29755         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29756         (__backtrace): Don't use BOUNDED_1.
29757         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29758         (shmat): Don't use BOUNDED_N.
29759
29760 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29761
29762         [BZ #13550]
29763         * sysdeps/generic/bp-start.h: Remove file.
29764         * csu/libc-start.c: Don't include <bp-start.h>.
29765         (LIBC_START_MAIN): Set up __environ directly instead of using
29766         INIT_ARGV_and_ENVIRON.
29767         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29768         <bp-start.h>.
29769
29770         [BZ #13550]
29771         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29772         definitions.
29773         (CHECK_FCNTL): Likewise.
29774         (CHECK_N_PAGES): Likewise.
29775
29776         [BZ #13550]
29777         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29778         definitions.
29779         (CHECK_SIGSET_NULL_OK): Likewise.
29780         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29781         <bp-checks.h>.
29782         (sigpending): Don't use CHECK_SIGSET.
29783         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29784         <bp-checks.h>.
29785         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29786         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29787         <bp-checks.h>.
29788         (do_sigsuspend): Don't use CHECK_SIGSET.
29789         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29790         use CHECK_SIGSET.
29791         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29792         (do_sigwait): Don't use CHECK_SIGSET.
29793         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29794         use CHECK_SIGSET.
29795         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29796         include <bp-checks.h>.
29797         (sigpending): Don't use CHECK_SIGSET.
29798         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29799         include <bp-checks.h>.
29800         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29801         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29802         <bp-checks.h>.
29803         (sigpending): Don't use CHECK_SIGSET.
29804         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29805         <bp-checks.h>.
29806         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29807
29808         [BZ #13550]
29809         * sysdeps/generic/bp-semctl.h: Remove file.
29810         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29811         <bp-checks.h> and <bp-semctl.h>.
29812         (__old_semctl): Don't use CHECK_SEMCTL.
29813         (__new_semctl): Likewise.
29814         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29815         and <bp-semctl.h>.
29816         (__old_semctl): Don't use CHECK_SEMCTL.
29817         (__new_semctl): Likewise.
29818         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29819         <bp-checks.h> and <bp-semctl.h>.
29820         (__old_semctl): Don't use CHECK_SEMCTL.
29821         (__new_semctl): Likewise.
29822         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29823         <bp-checks.h> and <bp-semctl.h>.
29824         (semctl): Don't use CHECK_SEMCTL.
29825
29826         [BZ #13550]
29827         * Makerules (elide-bp-thunks): Remove variable.
29828         (elide-routines.oS): Don't use $(elide-bp-thunks).
29829         (elide-routines.os): Likewise.
29830         (elide-routines.o): Likewise.
29831         (elide-routines.op): Likewise.
29832         (elide-routines.og): Likewise.
29833         (objects): Don't use $(bp-thunks).
29834         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29835         include.
29836         (common-generated): Do not add s-proto-bp.d.
29837         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29838         (int): Likewise.
29839         (typ): Likewise.
29840         Do not generate makefile rules for bounded-pointer thunks.
29841         * sysdeps/generic/bp-thunks.h: Remove file.
29842         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29843         * sysdeps/unix/s-proto-bp.S: Likewise.
29844
29845         [BZ #15062]
29846         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29847         parts of result separately when argument is not close to line from
29848         -i to i and one part of argument is small.
29849         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29850         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29851         * math/libm-test.inc (cacos_test): Add more tests.
29852         (casin_test): Likewise.
29853         (casinh_test): Likewise.
29854         * sysdeps/i386/fpu/libm-test-ulps: Update.
29855         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29856
29857 2013-01-31  David S. Miller  <davem@davemloft.net>
29858
29859         * po/de.po: Update from translation team.
29860
29861 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29862
29863         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29864
29865 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29866
29867         * configure.in (_AC_PROG_CC_C89): New definition.
29868         * configure: Regenerate.
29869
29870         * configure.in (AC_PROG_CPP): New definition.
29871         * configure: Regenerate.
29872
29873 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29874
29875         * debug/tst-backtrace.h: New file.
29876         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29877         (ret): Remove variable.
29878         (x): Likewise.
29879         (FAIL): Remove macro.
29880         (NO_INLINE): Likewise.
29881         (fn1): Use match function instead of strstr.
29882         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29883         (ret): Remove variable.
29884         (x): Likewise.
29885         (FAIL): Remove macro.
29886         (NO_INLINE): Likewise.
29887         (fn): Use match function instead of strstr.
29888         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29889         (ret): Remove variable.
29890         (x): Likewise.
29891         (FAIL): Remove macro.
29892         (NO_INLINE): Likewise.
29893         (handle_signal): Use match function instead of strstr.
29894         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29895         (ret): Remove variable.
29896         (x): Likewise.
29897         (FAIL): Remove macro.
29898         (NO_INLINE): Likewise.
29899         (handle_signal): Use match function instead of strstr.
29900
29901 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29902
29903         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29904
29905 2013-01-23  David S. Miller  <davem@davemloft.net>
29906
29907         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29908         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29909         argument of CAS if possible.
29910         * sysdeps/sparc/sparc64/bits/atomic.h
29911         (__arch_compare_and_exchange_val_32_acq): Likewise.
29912         (__arch_compare_and_exchange_val_64_acq): Likewise.
29913
29914 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29915
29916         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29917         * sysdeps/posix/ulimit.c: ... this.
29918         Include <limits.h>.
29919         * sysdeps/unix/bsd/ulimit.c: Remove file.
29920
29921 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29922
29923         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29924         (LDFLAGS-tst-array5): Likewise.
29925
29926 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29927
29928         [BZ #15036]
29929         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29930         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29931         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29932         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29933
29934 2013-01-21  David S. Miller  <davem@davemloft.net>
29935
29936         * sysdeps/sparc/backtrace.c: New file.
29937         * sysdeps/sparc/sparc32/backtrace.h: New file.
29938         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29939         * sysdeps/sparc/sparc64/backtrace.h: New file.
29940         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29941         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29942         -funwind-tables.
29943
29944 2013-01-21  Andreas Schwab  <schwab@suse.de>
29945
29946         [BZ #15020]
29947         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29948         closed its stdout.
29949
29950 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29951
29952         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29953         "mpa2.h".
29954         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29955
29956 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29957             Mark Mitchell  <mark@codesourcery.com>
29958             Tom de Vries  <tom@codesourcery.com>
29959             Paul Pluzhnikov  <ppluzhnikov@google.com>
29960
29961         * debug/tst-backtrace2.c: New file.
29962         * debug/tst-backtrace3.c: Likewise.
29963         * debug/tst-backtrace4.c: Likewise.
29964         * debug/tst-backtrace5.c: Likewise.
29965         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29966         (CFLAGS-tst-backtrace3.c): Likewise.
29967         (CFLAGS-tst-backtrace4.c): Likewise.
29968         (CFLAGS-tst-backtrace5.c): Likewise.
29969         (LDFLAGS-tst-backtrace2): Likewise.
29970         (LDFLAGS-tst-backtrace3): Likewise.
29971         (LDFLAGS-tst-backtrace4): Likewise.
29972         (LDFLAGS-tst-backtrace5): Likewise.
29973         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29974         tst-backtrace4 and tst-backtrace5.
29975
29976 2013-01-18  Anton Blanchard  <anton@samba.org>
29977             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29978
29979         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29980         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29981         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29982         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29984         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29985         "+r" and remove output regs list as redundant.  Add explicit inline
29986         asm to specify register of return val to work around compiler codegen
29987         bug.  Remove (int) cast on return value.  Add return type parameter to
29988         use in macro so that this macro does not truncate return value for
29989         64-bit values.
29990         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29991         pass to INTERNAL_VSYSCALL_NCS.
29992         (INLINE_VSYSCALL): Add 'long int' as return type to
29993         INTERNAL_VSYSCALL_NCS macro invocation.
29994         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29995         INTERNAL_VSYSCALL_NCS macro invocation.
29996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29997
29998 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29999
30000         [BZ #14496]
30001         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30002         Fix application of SIMD FP exception mask.
30003
30004         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30005         mp_no from a power of two.
30006         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30007         __mpexp_twomm1.  Use __pow_mp.
30008
30009         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30010         multiplication.
30011
30012 2013-01-17  David S. Miller  <davem@davemloft.net>
30013
30014         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30015
30016 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30017
30018         [BZ #15023]
30019         * include/complex.h: Condition contents on [!_COMPLEX_H].
30020         (__kernel_casinhf): New prototype.
30021         (__kernel_casinh): Likewise.
30022         (__kernel_casinhl): Likewise.
30023         * math/Makefile (libm_calls): Add k_casinh.
30024         * math/k_casinh.c: New file.
30025         * math/k_casinhf.c: Likewise.
30026         * math/k_casinhl.c: Likewise.
30027         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30028         finite nonzero arguments.
30029         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30030         finite nonzero arguments.
30031         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30032         finite nonzero arguments.
30033         * math/s_casinh.c: Do not include <float.h>.
30034         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30035         * math/s_casinhf.c: Do not include <float.h>.
30036         (__casinhf): Move code for finite nonzero arguments to
30037         k_casinhf.c.
30038         * math/s_casinhl.c: Do not include <float.h>.
30039         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30040         redefine.
30041         (__casinhl): Move code for finite nonzero arguments to
30042         k_casinhl.c.
30043         * math/libm-test.inc (cacos_test): Add more tests.
30044         * sysdeps/i386/fpu/libm-test-ulps: Update.
30045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30046
30047 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30048
30049         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30050         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30051         [!HAVE_MREMAP]: Remove [defined linux] case.
30052         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30053
30054 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30055
30056         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30057
30058 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30059
30060         * elf/elf.h (R_386_SIZE32): New relocation.
30061         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30062         R_386_SIZE32.
30063         (elf_machine_rela): Likewise.
30064         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30065         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30066
30067 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30068
30069         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30070         (FP_FAST_FMA): Do not define.
30071         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30072         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30073         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30074         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30075         !_SOFT_FLOAT]: Likewise.
30076         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30077         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30078         value.
30079         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30080         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30081         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30082         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30083         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30084         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30085         file.
30086
30087 2013-01-16  Andreas Schwab  <schwab@suse.de>
30088
30089         [BZ #14327]
30090         * include/stdlib.h (__mktemp): Add declaration.
30091         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30092         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30093
30094 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30095
30096         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30097         definitions.
30098         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30099         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30100         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30101         definitions here.
30102         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30103         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30104         definitions.
30105         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30106         and ONE.
30107         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30108         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30109         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30110         definitions.
30111         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30112         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30113         definitions.
30114         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30115
30116         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30117
30118 2013-01-15  David S. Miller  <davem@davemloft.net>
30119
30120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30121         trunc{,f} to libm-sysdep_routes.
30122         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30124         file.
30125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30127         file.
30128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30129         file.
30130         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30131         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30132         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30133         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30134         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30135         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30136         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30137         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30138
30139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30140         nearbyint{,f} to libm-sysdep_routes.
30141         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30143         New file.
30144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30145         file.
30146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30147         New file.
30148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30149         file.
30150         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30151         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30152         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30153         file.
30154         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30155         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30156         file.
30157         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30158         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30159         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30160
30161         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30162         libc_feholdexcept and libc_fesetenv.
30163
30164 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30165
30166         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30167
30168 2013-01-14  David S. Miller  <davem@davemloft.net>
30169
30170         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30171         (SPARC_ASM_VIS2_IFUNC): Likewise.
30172         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30174         use of 'siam' instruction.
30175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30176         Likewise.
30177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30178         Likewise.
30179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30180         Likewise.
30181         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30182         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30183         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30184         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30186         file.
30187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30188         file.
30189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30190         file.
30191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30192         file.
30193         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30194         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30195         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30196         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30198         new VIS2 routines.
30199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30202         Likewise.
30203         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30204         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30205         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30206         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30208         routines to libm-sysdep_routines.
30209         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30210
30211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30212         fdim/fdimf to libm-sysdep_routines.
30213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30214         file.
30215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30217         file.
30218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30219         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30220         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30221         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30222         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30223         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30224         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30225
30226 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30227
30228         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30229         to optimize copies.
30230
30231         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30232         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30233         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30234
30235         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30236         local variable MPTWO.
30237         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30238         Likewise.
30239
30240 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30241
30242         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30243         GLOB_NOESCAPE.
30244
30245 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30246
30247         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30248
30249 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30250
30251         * manual/pattern.texi (glob_t): Document gl_flags.
30252         (glob64_t): Likewise.
30253
30254 2013-01-11  David S. Miller  <davem@davemloft.net>
30255
30256         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30257         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30258         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30259         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30260         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30261         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30262         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30263         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30264         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30265         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30266         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30267         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30268         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30269
30270         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30271         sparc V9 rather than using V8 code.
30272         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30273         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30274
30275         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30276         Move to...
30277         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30278         Here.
30279
30280 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30281
30282         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30283         not in the main loop.
30284         * configure: Regenerated.
30285
30286 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30287
30288         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30289         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30290         to just #else.
30291         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30292         [!__GLIBC_HAVE_LONG_LONG] case.
30293         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30294         condition to just #else.
30295         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30296         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30297         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30298         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30299         unconditional.
30300         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30301         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30302         #elif condition to just #else.
30303         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30304         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30305         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30306         #elif condition to just #else.
30307
30308 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30309
30310         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30311         (EF_MIPS_ARCH_64): Fix value.
30312         (EF_MIPS_ARCH_32R2): New.
30313         (EF_MIPS_ARCH_64R2): New.
30314
30315 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30316
30317         * Makeconfig (+link-pie-before-libc): New.
30318         (+link-pie-after-libc): Likewise.
30319         (+link-pie-tests): Likewise.
30320         (+link-pie): Rewritten.
30321         (link-before-libc): Remove $(config-LDFLAGS).
30322         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30323         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30324         (config-LDFLAGS): Renamed to ...
30325         (rtld-LDFLAGS): This.
30326         (rtld-tests-LDFLAGS): New macro.
30327         (link-libc-rpath-link): Likewise.
30328         (link-libc-tests-rpath-link): Likewise.
30329         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30330         (link-libc): Prepand $(link-libc-rpath-link).
30331         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30332         (test-program-prefix): New macro.
30333         (test-via-rtld-prefix): Likewise.
30334         (test-program-cmd): Likewise.
30335         (host-test-program-cmd): Likewise.
30336         * Makefile ($(common-objpfx)testrun.sh): Replace
30337         $(run-program-prefix) with $(test-program-prefix).
30338         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30339         $(rtld-LDFLAGS).
30340         ($(common-objpfx)shlib.lds): Likewise.
30341         (build-module-helper): Likewise.
30342         ($(common-objpfx)format.lds): Likewise.
30343         * Rules (binaries-pie-tests): New.
30344         (binaries-pie-notests): Likewise.
30345         (binaries-pie): Rewritten.
30346         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30347         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30348         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30349         (make-test-out): Replace $(host-built-program-cmd) with
30350         $(host-test-program-cmd).
30351         * config.make.in (build-hardcoded-path-in-tests): New variable.
30352         * configure.in (--enable-hardcoded-path-in-tests): New configure
30353         option.
30354         (hardcoded_path_in_tests): New AC_SUBST.
30355         * configure: Regenerated.
30356         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30357         $(built-program-cmd) with $(test-program-cmd).
30358         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30359         (test_program_cmd): This.
30360         * elf/Makefile ($(objpfx)order.out): Run test with
30361         $(test-program-prefix).
30362         ($(objpfx)order2.out): Likewise.
30363         ($(objpfx)tst-initorder.out): Likewise.
30364         ($(objpfx)tst-initorder2.out): Likewise.
30365         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30366         $(test-program-cmd).
30367         ($(objpfx)tst-array1-static.out): Likewise.
30368         ($(objpfx)tst-array2.out): Likewise.
30369         ($(objpfx)tst-array3.out): Likewise.
30370         ($(objpfx)tst-array4.out): Likewise.
30371         ($(objpfx)tst-array5.out): Likewise.
30372         ($(objpfx)tst-array5-static.out): Likewise.
30373         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30374         $(test-program-cmd).
30375         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30376         $(run-program-prefix) with $(test-program-prefix).
30377         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30378         (test_program_prefix): This.
30379         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30380         $(run-program-prefix) with $(test-program-prefix).
30381         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30382         (test_program_prefix): This.
30383         * iconvdata/tst-tables.sh: Likewise.
30384         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30385         $(run-program-prefix) with $(test-program-prefix).
30386         ($(objpfx)tst-translit.out): Likewise.
30387         ($(objpfx)tst-gettext2.out): Likewise.
30388         ($(objpfx)tst-gettext4.out): Likewise.
30389         ($(objpfx)tst-gettext6.out): Likewise.
30390         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30391         (test_program_prefix): This.
30392         * intl/tst-gettext2.sh: Likewise.
30393         * intl/tst-gettext4.sh  Likewise.
30394         * intl/tst-gettext6.sh: Likewise.
30395         * intl/tst-translit.sh: Likewise.
30396         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30397         with $(test-program-cmd).
30398         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30399         $(run-program-prefix) with $(test-program-prefix).
30400         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30401         (test_program_prefix): This.
30402         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30403         $(run-program-prefix) with $(test-program-prefix).
30404         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30405         (test_program_prefix): This.
30406         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30407         * posix/Makefile ($(objpfx)globtest.out): Replace
30408         $(run-via-rtld-prefix) and $(test-wrapper) with
30409         $(test-program-prefix) and $(test-via-rtld-prefix).
30410         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30411         $(test-program-prefix).
30412         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30413         $(host-test-program-cmd).
30414         (tst-spawn-ARGS): Likewise.
30415         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30416         $(test-program-prefix).
30417         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30418         (test_via_rtld_prefix): This.
30419         (test_wrapper): Renamed to ...
30420         (test_program_prefix): This.
30421         (run_program_prefix): Replaced by test_program_prefix.
30422         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30423         (test_program_prefix): This.
30424         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30425         with $(host-test-program-cmd).
30426         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30427         $(run-program-prefix) with $(test-program-prefix).
30428         ($(objpfx)tst-printf.out): Likewise.
30429         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30430         $(test-program-cmd).
30431         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30432         (test_program_prefix): This.
30433         * stdio-common/tst-unbputc.sh: Likewise.
30434         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30435         $(run-program-prefix) with $(test-program-prefix).
30436         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30437         (test_program_prefix): This.
30438         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30439         $(built-program-cmd) with $(test-program-cmd).
30440
30441 2013-01-11  Andreas Jaeger  <aj@suse.de>
30442
30443         [BZ #15003]
30444         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30445         value. Sync with Linux 3.7.
30446
30447 2013-01-10  David S. Miller  <davem@davemloft.net>
30448
30449         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30450         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30451         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30452
30453 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30454
30455         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30456         never set.
30457         * configure: Regenerated.
30458
30459 2013-01-10  David S. Miller  <davem@davemloft.net>
30460
30461         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30462         sparc V9 rather than using V8 code.
30463         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30464         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30465
30466 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30467
30468         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30469         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30470         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30471         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30472         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30473         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30474         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30475         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30476         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30477         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30478         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30479         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30480         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30481         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30482         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30483         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30484         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30485         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30486         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30487         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30488         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30489         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30490         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30491         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30492         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30493         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30494         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30495
30496 2013-01-10  David S. Miller  <davem@davemloft.net>
30497
30498         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30499
30500 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30501
30502         * posix/Makefile (tests-static): New variable.
30503         (tests): Add $(tests-static).
30504         (tst-exec-static-ARGS): New variable.
30505         (tst-spawn-static-ARGS): Likewise.
30506         * posix/tst-exec-static.c: New file.
30507         * posix/tst-spawn-static.c: Likewise.
30508         * posix/tst-exec.c: Support run directly.
30509         * posix/tst-spawn.c: Likewise.
30510
30511 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30512
30513         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30514         long.
30515         * math/bits/mathcalls.h (llrint): Likewise.
30516         (llround): Likewise.
30517         * stdlib/stdlib.h (struct drand48_data): Likewise.
30518         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30519         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30520         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30521         Likewise.
30522         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30523         Likewise.
30524         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30525         (elf_greg_t): Likewise.
30526         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30527         (__jmp_buf): Likewise.
30528         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30529         definitions.
30530         (llrint): Likewise, for all definitions.
30531         (llrintl): Likewise.
30532
30533         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30534         Remove [__GNUC__] condition.
30535         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30536         condition to just [__USE_ISOC99].
30537         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30538
30539 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30540
30541         [BZ #14200]
30542         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30543         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30544         defined.
30545         (_POSIX_V6_ILP32_OFF32): Likewise.
30546         (_XBS5_ILP32_OFF32): Likewise.
30547         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30548         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30549
30550 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30551
30552         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30553
30554         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30555         doubles __mpexp_twomm1.  Adjust usage.
30556         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30557         Remove.
30558
30559 2013-01-10  Andreas Schwab  <schwab@suse.de>
30560
30561         [BZ #14964]
30562         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30563         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30564
30565 2013-01-09  David S. Miller  <davem@davemloft.net>
30566
30567         [BZ #15003]
30568         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30569         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30570         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30571         (TCP_FASTOPEN): Define.
30572         (tcp_repair_opt): New structure.
30573         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30574         enum values.
30575         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30576         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30577         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30578         (tcp_cookie_transactions): New structure.
30579
30580 2013-01-09  Anton Blanchard  <anton@samba.org>
30581
30582         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30583         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30584         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30585         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30586
30587 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30588
30589         * include/features.h (__USE_ANSI): Remove.
30590
30591 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30592
30593         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30594
30595         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30596
30597 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30598
30599         * sysdeps/s390/fpu/libm-test-ulps: Update.
30600
30601         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30602
30603         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30604         (__acr): Likewise.
30605         (__cpy): Likewise.
30606         (norm): Likewise.
30607         (denorm): Likewise.
30608         (__mp_dbl): Likewise.
30609         (__dbl_mp): Likewise.
30610         (add_magnitudes): Likewise.
30611         (sub_magnitudes): Likewise.
30612         (__add): Likewise.
30613         (__sub): Likewise.
30614         (__mul): Likewise.
30615         (__inv): Likewise.
30616         (__dvd): Likewise.
30617         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30618         (__acr): Likewise.
30619         (__cpy): Likewise.
30620         (norm): Likewise.
30621         (denorm): Likewise.
30622         (__mp_dbl): Likewise.
30623         (__dbl_mp): Likewise.
30624         (add_magnitudes): Likewise.
30625         (sub_magnitudes): Likewise.
30626         (__add): Likewise.
30627         (__sub): Likewise.
30628         (__mul): Likewise.
30629         (__inv): Likewise.
30630         (__dvd): Likewise.
30631         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30632         (__acr): Likewise.
30633         (__cpy): Likewise.
30634         (norm): Likewise.
30635         (denorm): Likewise.
30636         (__mp_dbl): Likewise.
30637         (__dbl_mp): Likewise.
30638         (add_magnitudes): Likewise.
30639         (sub_magnitudes): Likewise.
30640         (__add): Likewise.
30641         (__sub): Likewise.
30642         (__mul): Likewise.
30643         (__inv): Likewise.
30644         (__dvd): Likewise.
30645
30646 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30647
30648         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30649         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30650         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30651         2 && __USE_EXTERN_INLINES]: Likewise.
30652
30653 2013-01-08  Andreas Jaeger  <aj@suse.de>
30654
30655         [BZ# 14985]
30656         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30657         Remove.
30658         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30659         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30660
30661 2013-01-07  Anton Blanchard  <anton@samba.org>
30662
30663         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30664         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30665         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30666         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30667         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30668         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30669         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30670         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30671         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30672         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30673         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30674         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30675         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30676         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30677         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30678         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30679         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30680         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30681         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30682         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30683         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30684         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30685         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30686         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30687         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30688         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30689         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30690         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30691         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30692         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30693         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30694         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30695         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30696         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30697         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30698         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30699         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30700         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30701         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30702         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30703         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30704         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30705         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30706
30707 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30708
30709         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30710         (__MALLOC_PMT): Likewise.
30711         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30712         [__GNUC__], only on [_LIBC].
30713         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30714         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30715         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30716         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30717         forward declaration.
30718         (realloc_hook_ini): Likewise.
30719         (memalign_hook_ini): Likewise.
30720         (__libc_memalign): Do not use __MALLOC_PMT in variable
30721         declaration.
30722         (__libc_valloc): Likewise.
30723         (__libc_pvalloc): Likewise.
30724         (__libc_calloc): Likewise.
30725         (__posix_memalign): Likewise.
30726
30727         [BZ #14996]
30728         * math/s_casinh.c: Include <float.h>.
30729         (__casinh): Do not do computation with squaring and square root
30730         for large arguments.
30731         * math/s_casinhf.c: Include <float.h>.
30732         (__casinhf): Do not do computation with squaring and square root
30733         for large arguments.
30734         * math/s_casinhl.c: Include <float.h>.
30735         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30736         (__casinhl): Do not do computation with squaring and square root
30737         for large arguments.
30738         * math/libm-test.inc (casin_test): Add more tests.
30739         (casinh_test): Likewise.
30740         * sysdeps/i386/fpu/libm-test-ulps: Update.
30741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30742
30743 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30744
30745         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30746         (__x86_64_raw_data_cache_size): Likewise.
30747         (__x86_64_data_cache_size_half): Likewise.
30748         (__x86_64_raw_data_cache_size_half): Likewise.
30749         (__x86_64_shared_cache_size): Likewise.
30750         (__x86_64_raw_shared_cache_size): Likewise.
30751         (__x86_64_shared_cache_size_half): Likewise.
30752         (__x86_64_raw_shared_cache_size_half): Likewise.
30753         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30754         to ...
30755         (__x86_data_cache_size): This.
30756         (__x86_64_raw_data_cache_size): Renamed to ...
30757         (__x86_raw_data_cache_size): This.
30758         (__x86_64_data_cache_size_half): Renamed to ...
30759         (__x86_data_cache_size_half): This.
30760         (__x86_64_raw_data_cache_size_half): Renamed to ...
30761         (__x86_raw_data_cache_size_half): This.
30762         (__x86_64_shared_cache_size): Renamed to ...
30763         (__x86_shared_cache_size): This.
30764         (__x86_64_raw_shared_cache_size): Renamed to ...
30765         (__x86_raw_shared_cache_size): This.
30766         (__x86_64_shared_cache_size_half): Renamed to ...
30767         (__x86_shared_cache_size_half): This.
30768         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30769         (__x86_raw_shared_cache_size_half): This.
30770         * sysdeps/x86_64/memcpy.S: Updated.
30771         * sysdeps/x86_64/memset.S: Likewise.
30772         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30773         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30774         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30775
30776 2013-01-04  David S. Miller  <davem@davemloft.net>
30777
30778         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30779
30780 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30781
30782         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30783         1 to avoid redefinition warning.
30784         (__USE_GNU): Don't define.
30785         (init_signaling_nan): Protoize.
30786
30787         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30788
30789 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30790
30791         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30792         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30793         (__cpymn): Likewise.
30794         (norm): Remove commented code.
30795         (denorm): Likewise.
30796         (__mp_dbl): Likewise.
30797         (__inv): Likewise.
30798         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30799         (__cpymn): Likewise.
30800         (norm): Remove commented code.
30801         (denorm): Likewise.
30802         (__mp_dbl): Likewise.
30803         (__inv): Likewise.
30804
30805         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30806         mp_no value for 1.0 and 2.0.
30807         (norm): Use RADIXI instead of radixi.d.
30808         (denorm): Likewise.
30809         (__mul): Use 0.0 instead of zero.d.
30810         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30811         mp_no value for 1.0 and 2.0.
30812         (norm): Use RADIXI instead of radixi.d.
30813         (denorm): Likewise.
30814         (__mul): Use 0.0 instead of zero.d.
30815
30816 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30817
30818         [BZ #14994]
30819         * math/s_casinh.c (__casinh): Reduce finite argument to first
30820         quadrant then set signs of results at the end.
30821         * math/s_casinhf.c (__casinhf): Likewise.
30822         * math/s_casinhl.c (__casinhl): Likewise.
30823         * math/libm-test.inc (casin_test): Add more tests.
30824         (casinh_test): Likewise.
30825         * sysdeps/i386/fpu/libm-test-ulps: Update.
30826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30827
30828 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30829
30830         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30831
30832         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30833
30834         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30835         declarations.
30836         (denorm): Likewise.
30837         (__mp_dbl): Likewise.
30838         (__inv): Likewise.
30839
30840         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30841         and adjust the header comment.
30842
30843         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30844         variable name from declaration.
30845
30846 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30847
30848         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30849         Initialize COMMON_CPUID_INDEX_7 element.
30850         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30851         (CPUID_RTM): Likewise.
30852         (HAS_RTM): Likewise.
30853         (COMMON_CPUID_INDEX_7): New enum.
30854
30855 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30856
30857         [BZ #14981]
30858         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30859         size is zero, record memory as freed.
30860
30861 2013-01-03  Andreas Jaeger  <aj@suse.de>
30862
30863         * po/ia.po: Add new Interlingua translation.
30864
30865 2012-01-03  Allan McRae  <allan@archlinux.org>
30866
30867         * locale/programs/localedef.c: Fix description of '--posix' flag.
30868
30869 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30870
30871         * NEWS: Update dates in second copyright notice.
30872         * README: Update copyright dates in example.
30873         * manual/libc.texinfo: Update copyright dates.
30874         * scripts/test-installation.pl: Update copyright date in --version
30875         output.
30876
30877         * hurd/ctty-input.c: Fix copyright notice formatting.
30878         * hurd/ctty-output.c: Likewise.
30879         * hurd/dtable.c: Likewise.
30880         * hurd/hurd-raise.c: Likewise.
30881         * hurd/hurdprio.c: Likewise.
30882         * hurd/msgportdemux.c: Likewise.
30883         * misc/sys/file.h: Likewise.
30884         * misc/sys/ioctl.h: Likewise.
30885         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30886         * sysdeps/mach/hurd/chdir.c: Likewise.
30887         * sysdeps/mach/hurd/fchdir.c: Likewise.
30888         * sysdeps/mach/hurd/rename.c: Likewise.
30889         * sysdeps/mach/hurd/rmdir.c: Likewise.
30890         * sysdeps/mach/hurd/seekdir.c: Likewise.
30891         * sysdeps/mach/hurd/setsid.c: Likewise.
30892         * sysdeps/posix/wait3.c: Likewise.
30893
30894         * All files with FSF copyright notices: Update copyright dates
30895         using scripts/update-copyrights.
30896         * intl/plural.c: Regenerated.
30897         * locale/programs/charmap-kw.h: Likewise.
30898         * locale/programs/locfile-kw.h: Likewise.
30899
30900 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30901
30902         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30903         four values.
30904
30905         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30906         calculation loop and add branch prediction.
30907
30908         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30909         check access beyond bounds of m1np.
30910
30911         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30912         MPTWO.
30913         (__inv): Remove local variable MPTWO to use the global
30914         constant.
30915         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30916         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30917         variable MPTWO.
30918         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30919         MP3HALFS static const.
30920
30921 2013-01-01  David S. Miller  <davem@davemloft.net>
30922
30923         * po/ca.po: Update from translation team.
30924
30925 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30926
30927         * scripts/update-copyrights: New file.
30928         * Makeconfig: Reformat copyright notice.
30929         * ctype/ctype.h: Likewise.
30930         * debug/swprintf_chk.c: Likewise.
30931         * elf/dl-cache.c: Likewise.
30932         * elf/dl-debug.c: Likewise.
30933         * elf/dl-object.c: Likewise.
30934         * grp/initgroups.c: Likewise.
30935         * hurd/Makefile: Likewise.
30936         * hurd/hurd/signal.h: Likewise.
30937         * hurd/hurdfault.c: Likewise.
30938         * hurd/hurdioctl.c: Likewise.
30939         * hurd/hurdlookup.c: Likewise.
30940         * hurd/intr-msg.c: Likewise.
30941         * iconv/gconv_open.c: Likewise.
30942         * libio/swprintf.c: Likewise.
30943         * locale/lc-ctype.c: Likewise.
30944         * locale/nl_langinfo.c: Likewise.
30945         * mach/Machrules: Likewise.
30946         * mach/Makefile: Likewise.
30947         * malloc/obstack.h: Likewise.
30948         * manual/Makefile: Likewise.
30949         * manual/tsort.awk: Likewise.
30950         * misc/bits/stab.def: Likewise.
30951         * nis/nis_print_group_entry.c: Likewise.
30952         * nis/nis_table.c: Likewise.
30953         * nis/nss_compat/compat-pwd.c: Likewise.
30954         * nis/nss_compat/compat-spwd.c: Likewise.
30955         * po/Makefile: Likewise.
30956         * posix/fnmatch.c: Likewise.
30957         * posix/regex.h: Likewise.
30958         * resolv/Makefile: Likewise.
30959         * resolv/nss_dns/dns-network.c: Likewise.
30960         * resolv/res_hconf.c: Likewise.
30961         * scripts/gen-sorted.awk: Likewise.
30962         * soft-fp/soft-fp.h: Likewise.
30963         * stdio-common/printf.h: Likewise.
30964         * stdlib/monetary.h: Likewise.
30965         * stdlib/random.c: Likewise.
30966         * stdlib/random_r.c: Likewise.
30967         * sysdeps/generic/Makefile: Likewise.
30968         * sysdeps/gnu/Makefile: Likewise.
30969         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30970         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30971         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30972         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30973         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30974         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30975         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30976         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30977         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30978         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30979         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30980         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30981         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30982         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30983         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30984         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30985         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30986         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30987         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30988         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30989         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30990         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30991         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30992         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30993         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30994         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30995         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30996         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30997         * sysdeps/mach/hurd/errnos.awk: Likewise.
30998         * sysdeps/mach/hurd/fork.c: Likewise.
30999         * sysdeps/mach/hurd/getcwd.c: Likewise.
31000         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31001         * sysdeps/mach/hurd/mmap.c: Likewise.
31002         * sysdeps/mach/hurd/utimes.c: Likewise.
31003         * sysdeps/mach/hurd/xmknod.c: Likewise.
31004         * sysdeps/posix/profil.c: Likewise.
31005         * sysdeps/posix/readdir_r.c: Likewise.
31006         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31007         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31008         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31009         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31010         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31011         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31012         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31013         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31014         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31015         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31016         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31017         * sysdeps/pthread/lio_listio.c: Likewise.
31018         * sysdeps/sparc/dl-procinfo.h: Likewise.
31019         * sysdeps/unix/i386/sysdep.S: Likewise.
31020         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31021         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31022         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31023         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31025         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31026         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31027         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31028         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31029         * sysdeps/wordsize-32/divdi3.c: Likewise.
31030         * time/sys/time.h: Likewise.
31031         * wcsmbs/Makefile: Likewise.
31032
31033 2013-01-01  David S. Miller  <davem@davemloft.net>
31034
31035         * po/fr.po: Update from translation team.
31036
31037         * catgets/gencat.c: Update copyright year.
31038         * csu/version.c: Likewise.
31039         * debug/catchsegv.sh: Likewise.
31040         * debug/pcprofiledump.c: Likewise.
31041         * debug/xtrace.sh: Likewise.
31042         * elf/ldconfig.c: Likewise.
31043         * elf/ldd.bash.in: Likewise.
31044         * elf/pldd.c: Likewise.
31045         * elf/sotruss.ksh: Likewise.
31046         * elf/sprof.c: Likewise.
31047         * iconv/iconv_prog.c: Likewise.
31048         * iconv/iconvconfig.c: Likewise.
31049         * locale/programs/locale.c: Likewise.
31050         * locale/programs/localedef.c: Likewise.
31051         * login/programs/pt_chown.c: Likewise.
31052         * malloc/memusage.sh: Likewise.
31053         * malloc/memusagestat.c: Likewise.
31054         * malloc/mtrace.pl: Likewise.
31055         * nscd/nscd.c: Likewise.
31056         * nss/getent.c: Likewise.
31057         * nss/makedb.c: Likewise.
31058         * posix/getconf.c: Likewise.
31059
31060 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31061
31062         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31063         numbers.
31064
31065 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31066
31067         * math/bits/mathcalls.h (modf): Use __nonnull.
31068
31069 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31070
31071         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31072         (split): Use macro CN instead of the bare value.
31073         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31074         could be used.
31075         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31076         instead of the bare value.
31077         (power1): Likewise.
31078
31079 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31080
31081         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31082         __ATAN_TWOM.
31083         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31084
31085         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31086         their values.
31087         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31088         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31089         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31090         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31091
31092 2012-12-28  Andreas Jaeger  <aj@suse.de>
31093
31094         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31095         values are from Linux 3.7.
31096
31097         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31098         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31099
31100 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31101
31102         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31103         TRUE case.
31104
31105         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31106         (norm): Likewise.
31107         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31108         variables with preprocessor constants.
31109         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31110         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31111         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31112
31113 2012-12-27  Bruno Haible  <bruno@clisp.org>
31114
31115         [BZ #14317]
31116         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31117         only if needed.
31118
31119 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31120
31121         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31122         and use variable directly.
31123         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31124
31125         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31126         MPONE.
31127         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31128         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31129         variable MPONE.
31130         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31131         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31132         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31133         include directive.  Remove local variable MPONE.
31134         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31135         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31136         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31137
31138 2012-12-25  David S. Miller  <davem@davemloft.net>
31139
31140         * version.h (RELEASE): Set to "development".
31141         (VERSION): Set to "2.17.90".
31142         * NEWS: Add 2.18 section.
31143
31144 2012-12-21  David S. Miller  <davem@davemloft.net>
31145
31146         * po/hr.po: Update from translation team.
31147
31148 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31149
31150         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31151
31152 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31153
31154         * NEWS:  Mention new memcpy for MIPS.
31155
31156 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31157
31158         * manual/contrib.texi (Contributors): Spelling correction.
31159
31160 2012-12-15  David S. Miller  <davem@davemloft.net>
31161
31162         * po/ru.po: Update from translation team.
31163
31164 2012-12-13  David S. Miller  <davem@davemloft.net>
31165
31166         * NEWS: Mention IFUNC testsuite enhancements.
31167
31168         * po/pl.po: Update from translation team.
31169         * po/bg.po: Likewise.
31170
31171         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31172         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31173
31174 2012-12-11  David S. Miller  <davem@davemloft.net>
31175
31176         * po/sv.po: Update from translation team.
31177
31178         * po/vi.po: Update from translation team.
31179
31180         * po/cs.po: Update from translation team.
31181
31182         * po/de.po: Update from translation team.
31183         * po/eo.po: Likewise.
31184         * po/nl.po: Likewise.
31185
31186 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31187
31188         [BZ #14246]
31189         * manual/argp.texi (Argp Helper Functions): Move node to follow
31190         Argp Parsing State.
31191
31192         [BZ #14872]
31193         * manual/conf.texi (Limits on File System Capacity): Mention if
31194         terminating null is included in the max size.
31195
31196 2012-12-10  Andreas Jaeger  <aj@suse.de>
31197
31198         * po/cs.po: Update from translation team.
31199
31200 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31201
31202         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31203         void pointer and cast to uintptr_t.
31204         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31205         path.
31206         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31207         * sysdeps/s390/s390-64/memset.S: Likewise.
31208
31209 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31210
31211         [BZ #14833]
31212         * menual/message.texi (Message Translation): Fix typos.
31213         (Helper programs for gettext): Likewise.
31214
31215 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31216
31217         [BZ #14898]
31218         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31219         Change to -1.
31220
31221 2012-12-07  David S. Miller  <davem@davemloft.net>
31222
31223         * po/libc.pot: Update.
31224
31225 2012-12-07  Richard Henderson  <rth@redhat.com>
31226
31227         [BZ #10114]
31228         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31229         normal/normal case to before the switch.
31230         (_FP_DIV): Likewise.
31231
31232 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31233             Mike Frysinger  <vapier@gentoo.org>
31234
31235         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31236         check for __NR_fadvise64_64.
31237
31238 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31239
31240         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31241         0, not just to plain "0" as a statement.
31242         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31243         with cw.
31244
31245 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31246
31247         * NEWS: Use sourceware.org in Bugzilla URL.
31248
31249 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31250
31251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31252         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31253
31254         * stdio-common/tst-put-error.c (do_test): Add newline to the
31255         padded test to ensure flush.
31256
31257 2012-12-05  Jeff Law  <law@redhat.com>
31258
31259         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31260
31261 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31262
31263         * README: Don't refer to ports add-on as distributed separately.
31264         Mention AArch64 in list of systems supported in the ports add-on.
31265
31266         * LICENSES: Add more non-FSF copyright and license notices.
31267
31268         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31269         ((unused)).
31270
31271         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31272
31273         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31274         10000 as width of padded output.
31275
31276 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31277
31278         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31279
31280         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31281         variable LX with __attribute__ ((unused)).
31282         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31283         Likewise.
31284         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31285         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31286         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31287         with __attribute__ ((unused)).
31288
31289 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31290
31291         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31292
31293 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31294
31295         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31296         (CFLAGS-nldbl-acos.c): New variable.
31297         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31298         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31299         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31300         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31301         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31302         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31303         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31304         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31305         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31306         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31307         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31308         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31309         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31310         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31311         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31312         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31313         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31314         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31315         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31316         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31317         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31318         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31319         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31320         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31321         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31322         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31323         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31324         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31325         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31326         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31327         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31328         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31329         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31330         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31331         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31332         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31333         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31334         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31335         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31336         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31337         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31338         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31339         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31340         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31341         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31342         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31343         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31344         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31345         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31346         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31347         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31348         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31349         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31350         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31351         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31352         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31353         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31354         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31355         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31356         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31357         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31358         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31359         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31360         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31361         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31362         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31363         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31364         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31365         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31366         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31367         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31368         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31369         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31370         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31371         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31372         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31373         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31374         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31375         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31376         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31377         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31378         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31379         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31380         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31381         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31382         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31383         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31384         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31385         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31386         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31387         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31388         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31389         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31390         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31391         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31392         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31393         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31394
31395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31396         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31397
31398         [BZ #14914]
31399         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31400         whole low double instead of just low 47 bits when splitting values
31401         into two parts.
31402
31403 2012-12-03  Allan McRae  <allan@archlinux.org>
31404
31405         * manual/stdio.texi (Predefined Printf Handlers): Remove
31406         @hsep and @vsep usage.
31407
31408 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31409
31410         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31411         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31412
31413 2012-12-03  Jeff Law  <law@redhat.com>
31414
31415         * time/sys/time.h (settimeofday): Do not mark TV argument
31416         as __nonnull.
31417
31418 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31419
31420         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31421         when currently writing and seek to current position when not.
31422         * libio/Makefile (tests): Remove bug-fclose1.
31423         * libio/bug-fclose1.c: Delete.
31424
31425 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31426
31427         * manual/arith.texi (feenableexcept): Fix typo.
31428         (fedisableexcept): Likewise.
31429
31430 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31431
31432         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31433         second, differently-typed declaration, rather than a cast.
31434
31435 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31436
31437         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31438         * include/rpc/svc.h: ... here.
31439
31440 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31441
31442         [BZ #13013]
31443         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31444         depending n and resplen2 to catch cases where answer
31445         equals answerp2.
31446
31447 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31448
31449         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31450         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31451
31452 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31453
31454         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31455
31456 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31457
31458         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31459
31460 2012-11-28  Jeff Law  <law@redhat.com>
31461
31462         [BZ #13761]
31463         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31464         dataset_temporary.  Track alloca usage into alloca_used.
31465         If dataset is large allocate and release it via malloc/free.
31466
31467 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31468
31469         [BZ #14197]
31470         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31471
31472 2012-11-28  David S. Miller  <davem@davemloft.net>
31473
31474         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31475
31476 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31477
31478         [BZ #14803]
31479         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31480         of pi/2 rounded to nearest to 64 bits.
31481         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31482         nearest to 64 bits.
31483         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31484         bits.
31485
31486 2012-11-28  Jeff Law <law@redhat.com>
31487             Martin Osvald <mosvald@redhat.com>
31488
31489         [BZ #14889]
31490         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31491         * sunrpc/svc.c: Include time.h.
31492         (__svc_accept_failed): New function.
31493         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31494         any reason other than EINTR, call __svc_accept_failed.
31495         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31496         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31497
31498 2012-11-28  Andreas Schwab  <schwab@suse.de>
31499
31500         * scripts/abilist.awk: Also handle indirect functions in .opd
31501         section.
31502
31503 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31504
31505         [BZ #13881]
31506         * sysdeps/x86/fpu/powl_helper.c: New file.
31507         * sysdeps/x86/fpu/Makefile: Likewise.
31508         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31509         (p3): New object.
31510         (__ieee754_powl): Use __powl_helper for finite arguments except
31511         integer exponents below 8.
31512         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31513         (p3): New object.
31514         (__ieee754_powl): Use __powl_helper for finite arguments except
31515         integer exponents below 8.
31516         * math/libm-test.inc (pow_test): Add more tests and enable some
31517         previously disabled tests.
31518         * sysdeps/i386/fpu/libm-test-ulps: Update.
31519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31520
31521 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31522             Carlos O'Donell  <carlos_odonell@mentor.com>
31523
31524         * nss/makedb.c (is_prime): Assert that input is odd and greater
31525         than 4.  Note that fact in a comment too.
31526         (next_prime): Add 4 to input.
31527
31528 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31529
31530         [BZ #11741]
31531         * libio/Makefile (tests): Add test case tst-fwrite-error.
31532         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31533         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31534         * libio/tst-fwrite-error.c: New test case.
31535
31536 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31537
31538         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31539         before casting to void *.
31540         * include/libc-internal.h (__pointer_type): New macro.
31541         (__integer_if_pointer_type_sub): Likewise.
31542         (__integer_if_pointer_type): Likewise.
31543         (cast_to_integer): Likewise.
31544         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31545         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31546         before casting to atomic64_t.
31547         (atomic_exchange_acq): Likewise.
31548         (__arch_exchange_and_add_body): Likewise.
31549         (__arch_add_body): Likewise.
31550         (atomic_add_negative): Likewise.
31551         (atomic_add_zero): Likewise.
31552
31553 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31554
31555         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31556         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31557         (add_fdes): Likewise.
31558         (linear_search_fdes): Likewise.
31559         (binary_search_unencoded_fdes): Likewise.
31560
31561 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31562
31563         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31564
31565 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31566
31567         * configure.in: Autodetect C++ header directories.
31568         * configure: Regenerated.
31569
31570 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31571
31572         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31573
31574 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31575
31576         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31577
31578 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31579
31580         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31581         LDBL_MANT_DIG == 106]: Disable some tests.
31582         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31583         Likewise.
31584         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31585         Likewise.
31586
31587         [BZ #14871]
31588         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31589         input for small inputs.  Return +/- pi/2 for large inputs.
31590         * math/libm-test.inc (atan_test): Add more tests.
31591
31592         * sysdeps/generic/unwind-dw2-fde-glibc.c
31593         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31594         __attribute__ ((unused)).
31595
31596         [BZ #14645]
31597         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31598         x * y if x and y are nonzero and z is zero.
31599
31600         [BZ #14811]
31601         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31602         nonzero exponents with absolute value below 0x1p-117 to +/-
31603         0x1p-117.
31604
31605         [BZ #14869]
31606         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31607         up arguments below 2**-450, not just those below 2**-500.
31608         * math/libm-test.inc (hypot_test): Add another test.
31609
31610         [BZ #14868]
31611         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31612         Return a+b for ratio over 2**120, not 2**60.
31613         * math/libm-test.inc (hypot_test): Add another test.
31614
31615         * math/libm-test.inc (clog_test): Use
31616         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31617         (clog10_test): Likewise.
31618
31619         [BZ #6778]
31620         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31621
31622 2012-11-22  Andreas Schwab  <schwab@suse.de>
31623
31624         * sysdeps/i386/fpu/libm-test-ulps: Update.
31625
31626 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31627
31628         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31629         printf output with newline.
31630
31631 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31632
31633         [BZ #14865]
31634         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31635         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31636         -z nodlopen, -z initfirst and -z execstack support.
31637         * configure: Regenerated.
31638
31639         * elf/elf.h (DF_1_NODIRECT): New macro.
31640         (DF_1_IGNMULDEF): Likewise.
31641         (DF_1_NOKSYMS): Likewise.
31642         (DF_1_NOHDR): Likewise.
31643         (DF_1_EDITED): Likewise.
31644         (DF_1_NORELOC): Likewise.
31645         (DF_1_SYMINTPOSE): Likewise.
31646         (DF_1_GLOBAUDIT): Likewise.
31647         (DF_1_SINGLETON): Likewise.
31648         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31649         DT_1_SUPPORTED_MASK bits.
31650         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31651
31652 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31653
31654         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31655
31656 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31657
31658         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31659         macro.
31660
31661         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31662         (sendmmsg): Move declarations...
31663         * socket/sys/socket.h: ... here.
31664         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31665         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31666         include it from...
31667         * socket/recvmmsg.c: ... this new file.
31668         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31669         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31670         definition of __sendmmsg hidden.
31671         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31672         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31673         Move ENOSYS stub into and include it from...
31674         * socket/sendmmsg.c: ... this new file.
31675         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31676         (sysdep_routines): Move recvmmsg and sendmmsg...
31677         * socket/Makefile (routines): ... here.
31678         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31679         (GLIBC_PRIVATE): Add __sendmmsg.
31680         * include/sys/socket.h (__sendmmsg): Add declarations.
31681         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31682         sendmmsg.
31683
31684 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31685
31686         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31687         variable I1 with __attribute__ ((unused)).
31688         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31689
31690 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31691
31692         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31693         DUMMY variables with __attribute__ ((unused)).
31694
31695         * bits/byteswap.h: Include <bits/types.h>.
31696         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31697
31698 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31699
31700         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31701         string_t.  Do not manually set errno.
31702         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31703         length with __strnlen.  Make sure to both set errno and return it on
31704         failure.
31705
31706 2012-11-19  David S. Miller  <davem@davemloft.net>
31707
31708         With help from Joseph Myers.
31709         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31710         very large arguments properly.
31711         * math/libm-test.inc (atan_test): New tests.
31712         (atan2_test): New tests.
31713         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31714         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31715
31716 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31717
31718         [BZ #14856]
31719         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31720         Define to 3.
31721
31722         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31723         [POSIX] (EADDRNOTAVAIL): Likewise.
31724         [POSIX] (EAFNOSUPPORT): Likewise.
31725         [POSIX] (EALREADY): Likewise.
31726         [POSIX] (ECONNABORTED): Likewise.
31727         [POSIX] (ECONNREFUSED): Likewise.
31728         [POSIX] (ECONNRESET): Likewise.
31729         [POSIX] (EDESTADDRREQ): Likewise.
31730         [POSIX] (EDQUOT): Likewise.
31731         [POSIX] (EHOSTUNREACH): Likewise.
31732         [POSIX] (EIDRM): Likewise.
31733         [POSIX] (EISCONN): Likewise.
31734         [POSIX] (ELOOP): Likewise.
31735         [POSIX] (EMULTIHOP): Likewise.
31736         [POSIX] (ENETDOWN): Likewise.
31737         [POSIX] (ENETUNREACH): Likewise.
31738         [POSIX] (ENOBUFS): Likewise.
31739         [POSIX] (ENODATA): Likewise.
31740         [POSIX] (ENOLINK): Likewise.
31741         [POSIX] (ENOMSG): Likewise.
31742         [POSIX] (ENOPROTOOPT): Likewise.
31743         [POSIX] (ENOSR): Likewise.
31744         [POSIX] (ENOSTR): Likewise.
31745         [POSIX] (ENOTCONN): Likewise.
31746         [POSIX] (ENOTSOCK): Likewise.
31747         [POSIX] (EOPNOTSUPP): Likewise.
31748         [POSIX] (EOVERFLOW): Likewise.
31749         [POSIX] (EPROTO): Likewise.
31750         [POSIX] (EPROTONOSUPPORT): Likewise.
31751         [POSIX] (EPROTOTYPE): Likewise.
31752         [POSIX] (ESTALE): Likewise.
31753         [POSIX] (ETIME): Likewise.
31754         [POSIX] (ETXTBSY): Likewise.
31755         [POSIX] (EWOULDBLOCK): Likewise.
31756         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31757         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31758         [POSIX] (SEEK_CUR): Likewise.
31759         [POSIX] (SEEK_END): Likewise.
31760         [POSIX || UNIX98] (mode_t): Do not require.
31761         [POSIX] (off_t): Likewise.
31762         [POSIX] (pid_t): Likewise.
31763         [POSIX] (sys/stat.h): Do not allow header.
31764         [POSIX] (unistd.h): Likewise.
31765         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31766         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31767         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31768         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31769         require.
31770         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31771         sigevent): Specify elements.
31772         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31773         entry.
31774         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31775         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31776
31777         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31778         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31779         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31780         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31781         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31782         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31783         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31784         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31785         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31786         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31787         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31788         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31789         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31790         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31791         Likewise.
31792         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31793         Likewise.
31794         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31795         Likewise.
31796         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31797         Likewise.
31798         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31799         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31800         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31801         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31802         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31803         Specify lower bound on value.
31804         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31805         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31806         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31807         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31808         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31809         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31810         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31811         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31812         value.
31813         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31814         as optional.
31815         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31816         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31817         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31818         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31819         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31820         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31821         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31822         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31823         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31824         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31825         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31826         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31827         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31828         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31829         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31830         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31831         entry.
31832         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31833         optional.
31834         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31835         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31836         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31837         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31838         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31839         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31840         Likewise.
31841         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31842         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31843         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31844         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31845         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31846         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31847         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31848         as optional.
31849         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31850         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31851         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31852         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31853         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31854         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31855         specify as optional.
31856         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31857         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31858         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31859         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31860         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31861         [XPG3] (NL_LANGMAX): Likewise.
31862         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31863         [POSIX || XPG3] (NL_NMAX): Likewise.
31864         [POSIX || XPG3] (NL_SETMAX): Likewise.
31865         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31866         [XPG3] (NZERO): Likewise.
31867         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31868         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31869         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31870         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31871         (REG_ERANGE): Expect.
31872         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31873         optional-constant.
31874         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31875         Use (void) in prototype.
31876         [POSIX] (*_t): Allow.
31877         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31878         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31879         (WRDE_BADVAL): Expect.
31880
31881         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31882         expect.
31883         [XPG3 || XPG4] (O_RSYNC): Likewise.
31884         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31885         Likewise.
31886         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31887         [XPG3 || XPG4] (sigqueue): Likewise.
31888         [XPG3 || XPG4] (sigtimedwait): Likewise.
31889         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31890         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31891         [XPG3 || XPG4] (vsnprintf): Likewise.
31892         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31893         Likewise.
31894         [XPG3 || XPG4] (blksize_t): Likewise.
31895         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31896         Likewise.
31897         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31898         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31899         [XPG3 || XPG4] (struct itimerspec): Likewise.
31900         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31901         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31902         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31903         [XPG3 || XPG4] (clockid_t): Likewise.
31904         [XPG3 || XPG4] (timer_t): Likewise.
31905         [XPG3 || XPG4] (clock_getres): Likewise.
31906         [XPG3 || XPG4] (clock_gettime): Likewise.
31907         [XPG3 || XPG4] (clock_settime): Likewise.
31908         [XPG3 || XPG4] (nanosleep): Likewise.
31909         [XPG3 || XPG4] (timer_create): Likewise.
31910         [XPG3 || XPG4] (timer_delete): Likewise.
31911         [XPG3 || XPG4] (timer_gettime): Likewise.
31912         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31913         [XPG3 || XPG4] (timer_settime): Likewise.
31914         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31915         [XPG3 || XPG4] (getlogin_r): Likewise.
31916         [XPG3 || XPG4] (pread): Likewise.
31917         [XPG3 || XPG4] (pthread_atfork): Likewise.
31918         [XPG3 || XPG4] (pwrite): Likewise.
31919
31920         [BZ #14835]
31921         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31922         <bits/siginfo.h>.
31923
31924 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31925
31926         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31927         finalizing MALLSTREAM.
31928
31929         * sysdeps/mach/hurd/syncfs.c: New file.
31930
31931 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31932
31933         [BZ #14719]
31934         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31935         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31936         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31937         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31938         (_nss_dns_gethostbyname4_r): Likewise.
31939         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31940         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31941
31942 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31943
31944         [BZ #13763]
31945         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31946
31947 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31948
31949         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31950         * elf/cache.c (print_entry): Print ",AArch64" for
31951         FLAG_AARCH64_LIB64
31952
31953         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31954         * elf/cache.c (print_entry): Print ",hard-float" for
31955         FLAG_ARM_LIBHF.
31956
31957 2012-11-18  David S. Miller  <davem@davemloft.net>
31958
31959         With help from Joseph Myers.
31960         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31961         cutoff to 2**-13.
31962         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31963         cutoff to 2**-25.
31964         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31965         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31966         small.
31967         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31968         * math/libm-test.inc (y0_test): New tests.
31969         (y1_test): New tests.
31970         * sysdeps/i386/fpu/libm-test-ulps: Update.
31971         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31972         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31973
31974 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31975
31976         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31977         64-bit targets.
31978         * configure: Regenerated.
31979
31980 2012-11-17  David S. Miller  <davem@davemloft.net>
31981
31982         [BZ #14811]
31983         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31984         nonzero exponents with absolute value below 0x1p-128 to +/-
31985         0x1p-128.
31986
31987 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31988
31989         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31990
31991         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31992
31993         * posix/getconf-speclist.c: New file.
31994         * posix/posix-envs.def: Likewise.
31995         * posix/confstr.c (START_ENV_GROUP): New macro.
31996         (END_ENV_GROUP): Likewise.
31997         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31998         (KNOWN_PRESENT_ENV_STRING): Likewise.
31999         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32000         (UNKNOWN_ENVIRONMENT): Likewise.
32001         (confstr): Include posix-envs.def instead of handling
32002         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32003         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32004         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32005         (END_ENV_GROUP): Likewise.
32006         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32007         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32008         (UNKNOWN_ENVIRONMENT): Likewise.
32009         (__sysconf): Include posix-envs.def instead of handling associated
32010         cases directly here.
32011         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32012         preprocessing getconf-speclist.c rather than running getconf or
32013         generating empty file.
32014
32015 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32016
32017         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32018
32019 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32020
32021         [BZ #14672]
32022         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32023
32024 2012-11-16  David S. Miller  <davem@davemloft.net>
32025
32026         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32027         smaller than LDBL_EPSILON/2.0L, just return xm1.
32028
32029 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32030
32031         * elf/tst-array1.c (init): Set constructor priority to 1000.
32032         (fini): Set destructor priority to 1000.
32033         * elf/tst-array2dep.c: Likewise.
32034
32035 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32036
32037         [BZ #11741]
32038         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32039         (_IO_new_file_xsputn): Also return EOF if none of the input
32040         data was written when overflow failed.
32041         * libio/iopadn.c (_IO_padn): Likewise.
32042         * libio/iowpadn.c (_IO_wpadn): Likewise.
32043         * stdio-common/tst-put-error.c: Add copyright notice.
32044         (do_test): Add case for printing padded string.
32045         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32046         _IO_padn returned error.
32047         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32048         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32049         return EOF.
32050
32051 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32052
32053         * libio/libioP.h: Add comment note that the references to C++
32054         bits are now obsolete.
32055
32056 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32057
32058         * math/libm-test.inc (check_complex): Use asprintf.
32059
32060 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32061
32062         * debug/pcprofiledump.c (print_version): Update copyright year.
32063         * malloc/memusagestat.c (print_version): Likewise.
32064
32065 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32066
32067         [BZ #14831]
32068         * elf/Makefile (tests): Add tst-audit8.
32069         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32070         ($(objpfx)tst-audit8.out): New target.
32071         (tst-audit8-ENV): New variable.
32072         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32073         audit if l_reloc_result is NULL.
32074         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32075         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32076         * elf/tst-audit8.c: New file.
32077
32078 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32079
32080         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32081         * misc/Makefile (CFLAGS-select.c): Define.
32082         * posix/Makefile (CFLAGS-pause.c): Define.
32083
32084 2012-11-13  David S. Miller  <davem@davemloft.net>
32085
32086         * crypt/Makefile: Move test targets after toplevel Rules
32087         inclusion.  Grab any necessary sysdep routines when linking.
32088         * crypt/md5.c (md5_process_block): Remove define, we will always
32089         name it __md5_process_block.
32090         (md5_finish_ctx): Update md5_process_block call.
32091         (md5_stream): Likewise.
32092         (md5_process_bytes): Likewise.
32093         (md5_process_block): Rename to __md5_process_block and move to ...
32094         * crypt/md5-block.c: ... here.
32095         * crypt/sha256.c (sha256_process_block): Move to ...
32096         * crypt/sha256-block.c: ... here.
32097         * crypt/sha512.c (sha512_process_block): Move to ...
32098         * crypt/sha512-block.c: ... here.
32099         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32100         path.
32101         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32102         * sysdeps/sparc/sparc64/multiarch/Makefile
32103         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32104         crypt subdir.
32105         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32106         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32107         multiarch changes.
32108         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32109         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32110         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32111         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32112         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32113         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32114         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32115         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32116         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32117         file.
32118         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32119         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32120         file.
32121         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32122
32123 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32124
32125         * timezone/tzselect.ksh: Update from tzcode git revision
32126         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32127         * timezone/zdump.c: Likewise.
32128         * timezone/zic.c: Likewise.
32129         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32130         in TZVERSION setting, not $(PKGVERSION).
32131         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32132         REPORT_BUGS_TO settings.
32133
32134         [BZ #14838]
32135         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32136         macro.
32137
32138 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32139
32140         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32141         detection to immediately after _FP_ROUND().
32142         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32143         bits are 0.
32144
32145 2012-11-11  David S. Miller  <davem@davemloft.net>
32146
32147         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32148         inttypes.h
32149         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32150         __close rather than their public counterparts.
32151
32152 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32153
32154         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32155         file.
32156         [UNIX98] (sem_timedwait): Do not expect.
32157         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32158         [XPG4 || UNIX98] (sockatmark): Do not expect.
32159         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32160         (clock_getcpuclockid): Do not expect.
32161         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32162         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32163         Do not expect.
32164         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32165         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32166         [UNIX98] (vwscanf): Likewise.
32167         [UNIX98] (vswscanf): Likewise.
32168
32169 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32170
32171         * timezone/version.h: Remove file.
32172         * timezone/README: Do not refer to version.h.
32173         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32174         $(objpfx)version.h.
32175         ($(objpfx)zdump.o): Likewise.
32176         ($(objpfx)version.h): New target.
32177
32178         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32179         2012i.
32180         * timezone/README: Don't mention modification to tzselect.ksh.
32181         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32182         work on unmodified tzselect.ksh.  Substitute version numbers in
32183         tzselect.ksh.
32184
32185         * Makefile (format-me): Remove.
32186         (INSTALL): Adjust indentation.  Use commands directly instead of
32187         using $(format-me).
32188
32189         * aclocal.m4 (ACX_PKGVERSION): New macro.
32190         (ACX_BUGURL): Likewise.
32191         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32192         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32193         (REPORT_BUGS_TO): Likewise.
32194         * configure: Regenerated.
32195         * config.h.in (PKGVERSION): New macro.
32196         (REPORT_BUGS_TO): Likewise.
32197         * config.make.in (PKGVERSION): New variable.
32198         (PKGVERSION_TEXI): Likewise.
32199         (REPORT_BUGS_TO): Likewise.
32200         (REPORT_BUGS_TEXI): Likewise.
32201         * Makefile (format-me): Use -I$(common-objpfx)manual.
32202         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32203         ($(common-objpfx)manual/%): New target.
32204         (manual/%): Remove target.
32205         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32206         (print_version): Use PKGVERSION.
32207         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32208         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32209         and REPORT_BUGS_TO.
32210         ($(objpfx)xtrace): Likewise.
32211         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32212         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32213         (print_version): Use PKGVERSION.
32214         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32215         (do_version): Use PKGVERSION.
32216         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32217         REPORT_BUGS_TO.
32218         (common-ldd-rewrite): Likewise.
32219         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32220         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32221         (print_version): Use PKGVERSION.
32222         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32223         * elf/pldd.c (argp_program_bug_address): Remove variable.
32224         (more_help): New function.
32225         (argp): Use more_help.
32226         (print_version): Use PKGVERSION.
32227         * elf/sln.c (main): Use PKGVERSION.
32228         (usage): Use REPORT_BUGS_TO.
32229         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32230         (top level): Use PKGVERSION.
32231         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32232         (print_version): Use PKGVERSION.
32233         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32234         (print_version): Use PKGVERSION.
32235         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32236         (print_version): Use PKGVERSION.
32237         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32238         (print_version): Use PKGVERSION.
32239         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32240         (print_version): Use PKGVERSION.
32241         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32242         (print_version): Use PKGVERSION.
32243         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32244         and BUGURL.
32245         ($(objpfx)memusage): Likewise.
32246         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32247         (do_version): Use PKGVERSION.
32248         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32249         (print_version): Use PKGVERSION.
32250         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32251         ($PKGVERSION): New variable.
32252         ($REPORT_BUGS_TO): Likewise.
32253         (usage): Use $REPORT_BUGS_TO.
32254         (top level): Use $PKGVERSION.
32255         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32256         ($(objpfx)pkgvers.texi): New rule.
32257         ($(objpfx)stamp-pkgvers): Likewise.
32258         * manual/install.texi: Include pkgvers.texi.
32259         (--with-pkgversion): Document new configure option.
32260         (--with-bugurl): Likewise.
32261         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32262         than necessarily for this particular distribution.  Use
32263         REPORT_BUGS_TO for where to report bugs.
32264         * INSTALL: Regenerated.
32265         * manual/libc.texinfo: Include pkgvers.texi.
32266         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32267         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32268         (print_version): Use PKGVERSION.
32269         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32270         (print_version): Use PKGVERSION.
32271         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32272         (print_version): Use PKGVERSION.
32273         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32274         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32275         macro.
32276         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32277         (print_version): Use PKGVERSION.
32278         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32279         (print_version): Use PKGVERSION.
32280         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32281         and PKGVERSION.
32282
32283         * timezone/checktab.awk: Update from tzcode 2012i.
32284         * timezone/ialloc.c: Likewise.
32285         * timezone/private.h: Likewise.
32286         * timezone/scheck.c: Likewise.
32287         * timezone/tzfile.h: Likewise.
32288         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32289         (TZVERSION): Hardcode tzcode version number.
32290         * timezone/zdump.c: Update from tzcode 2012i.
32291         * timezone/zic.c: Likewise.
32292         * timezone/version.h: New file.
32293         * timezone/README: Describe version.h.  Update upstream location.
32294
32295         [BZ #14824]
32296         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32297         (mktemp): Enable declaration.
32298         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32299         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32300         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32301         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32302         Likewise.
32303         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32304         Likewise.
32305         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32306         Likewise.
32307         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32308         Likewise.
32309         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32310         Likewise.
32311         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32312         Likewise.
32313
32314         [BZ #14821]
32315         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32316         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32317         for copies of such integer values.
32318         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32319         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32320
32321 2012-11-09  Andreas Jaeger  <aj@suse.de>
32322
32323         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32324         definitions and declarations that are provided by
32325         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32326
32327 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32328
32329         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32330         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32331         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32332         definition.
32333
32334 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32335
32336         * elf/elf.h: Update comment before AArch64 relocations.
32337
32338 2012-11-07  David S. Miller  <davem@davemloft.net>
32339
32340         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32341         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32342         (__start_context): Declare.
32343         (__makecontext_ret): Delete.
32344         (__makecontext): Hook up __start_context instead of
32345         __makecontext_ret.
32346         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32347         (sysdep_routines): Add __start_context when in stdlib.
32348
32349 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32350
32351         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32352         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32353         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32354         hardcoded "nm".
32355         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32356         (READELF): New variable.  Use it instead of hardcoded "readelf".
32357
32358 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32359
32360         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32361         * sysdeps/x86/Makefile: Here.
32362         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32363         * sysdeps/x86/tst-xmmymm.sh: This.
32364
32365 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32366
32367         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32368         expectations.
32369         [UNIX98] (pthread_barrier_t): Do not expect.
32370         [UNIX98] (pthread_barrierattr_t): Likewise.
32371         [UNIX98] (pthread_spinlock_t): Likewise.
32372         [UNIX98] (pthread_barrier_destroy): Likewise.
32373         [UNIX98] (pthread_barrier_init): Likewise.
32374         [UNIX98] (pthread_barrier_wait): Likewise.
32375         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32376         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32377         [UNIX98] (pthread_barrierattr_init): Likewise.
32378         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32379         [UNIX98] (pthread_getcpuclockid): Likewise.
32380         [UNIX98] (pthread_mutex_timedlock): Likewise.
32381         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32382         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32383         [UNIX98] (pthread_sigmask): Likewise.
32384         [UNIX98] (pthread_spin_destroy): Likewise.
32385         [UNIX98] (pthread_spin_init): Likewise.
32386         [UNIX98] (pthread_spin_lock): Likewise.
32387         [UNIX98] (pthread_spin_trylock): Likewise.
32388         [UNIX98] (pthread_spin_unlock): Likewise.
32389         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32390         Do not expect.
32391         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32392         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32393         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32394         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32395         [XPG3 || XPG4] (pthread_key_t): Likewise.
32396         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32397         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32398         [XPG3 || XPG4] (pthread_once_t): Likewise.
32399         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32400         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32401         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32402         [XPG3 || XPG4] (pthread_t): Likewise.
32403
32404         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32405         not expect.
32406         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32407
32408         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32409         Change function return type to int.
32410
32411         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32412         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32413         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32414         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32415         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32416         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32417         [!POSIX] (posix_madvise): Likewise.
32418         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32419         && !UNIX98].
32420         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32421         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32422         (mode_t): Likewise.
32423         (posix_mem_offset): Likewise.
32424         (posix_typed_mem_get_info): Likewise.
32425         (posix_typed_mem_open): Likewise.
32426
32427         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32428         Change condition to [XOPEN2K8].
32429
32430         * conform/conformtest.pl: Preprocess allow-header data with -x c
32431         instead of from stdin.
32432         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32433         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32434         [C99-based standards] (cerfc): Likewise.
32435         [C99-based standards] (cexp2): Likewise.
32436         [C99-based standards] (cexpm1): Likewise.
32437         [C99-based standards] (clog10): Likewise.
32438         [C99-based standards] (clog1p): Likewise.
32439         [C99-based standards] (clog2): Likewise.
32440         [C99-based standards] (clgamma): Likewise.
32441         [C99-based standards] (ctgamma): Likewise.
32442         [C99-based standards] (cerff): Likewise.
32443         [C99-based standards] (cerfcf): Likewise.
32444         [C99-based standards] (cexp2f): Likewise.
32445         [C99-based standards] (cexpm1f): Likewise.
32446         [C99-based standards] (clog10f): Likewise.
32447         [C99-based standards] (clog1pf): Likewise.
32448         [C99-based standards] (clog2f): Likewise.
32449         [C99-based standards] (clgammaf): Likewise.
32450         [C99-based standards] (ctgammaf): Likewise.
32451         [C99-based standards] (cerfl): Likewise.
32452         [C99-based standards] (cerfcl): Likewise.
32453         [C99-based standards] (cexp2l): Likewise.
32454         [C99-based standards] (cexpm1l): Likewise.
32455         [C99-based standards] (clog10l): Likewise.
32456         [C99-based standards] (clog1pl): Likewise.
32457         [C99-based standards] (clog2l): Likewise.
32458         [C99-based standards] (clgammal): Likewise.
32459         [C99-based standards] (ctgammal): Likewise.
32460         * conform/data/inttypes.h-data [C99-based standards]: Include
32461         stdint.h-data.  Remove all expectations for stdint.h contents.
32462         [C99-based standards] (PRI*): Do not allow.
32463         [C99-based standards] (SCN*): Likewise.
32464         [C99-based standards] (*_t): Likewise.
32465         [C99-based-standards] (PRId8): Expect macro.
32466         [C99-based-standards] (PRIi8): Likewise.
32467         [C99-based-standards] (PRIo8): Likewise.
32468         [C99-based-standards] (PRIu8): Likewise.
32469         [C99-based-standards] (PRIx8): Likewise.
32470         [C99-based-standards] (PRIX8): Likewise.
32471         [C99-based-standards] (SCNd8): Likewise.
32472         [C99-based-standards] (SCNi8): Likewise.
32473         [C99-based-standards] (SCNo8): Likewise.
32474         [C99-based-standards] (SCNu8): Likewise.
32475         [C99-based-standards] (SCNx8): Likewise.
32476         [C99-based-standards] (PRIdLEAST8): Likewise.
32477         [C99-based-standards] (PRIiLEAST8): Likewise.
32478         [C99-based-standards] (PRIoLEAST8): Likewise.
32479         [C99-based-standards] (PRIuLEAST8): Likewise.
32480         [C99-based-standards] (PRIxLEAST8): Likewise.
32481         [C99-based-standards] (PRIXLEAST8): Likewise.
32482         [C99-based-standards] (SCNdLEAST8): Likewise.
32483         [C99-based-standards] (SCNiLEAST8): Likewise.
32484         [C99-based-standards] (SCNoLEAST8): Likewise.
32485         [C99-based-standards] (SCNuLEAST8): Likewise.
32486         [C99-based-standards] (SCNxLEAST8): Likewise.
32487         [C99-based-standards] (PRIdFAST8): Likewise.
32488         [C99-based-standards] (PRIiFAST8): Likewise.
32489         [C99-based-standards] (PRIoFAST8): Likewise.
32490         [C99-based-standards] (PRIuFAST8): Likewise.
32491         [C99-based-standards] (PRIxFAST8): Likewise.
32492         [C99-based-standards] (PRIXFAST8): Likewise.
32493         [C99-based-standards] (SCNdFAST8): Likewise.
32494         [C99-based-standards] (SCNiFAST8): Likewise.
32495         [C99-based-standards] (SCNoFAST8): Likewise.
32496         [C99-based-standards] (SCNuFAST8): Likewise.
32497         [C99-based-standards] (SCNxFAST8): Likewise.
32498         [C99-based-standards] (PRId16): Likewise.
32499         [C99-based-standards] (PRIi16): Likewise.
32500         [C99-based-standards] (PRIo16): Likewise.
32501         [C99-based-standards] (PRIu16): Likewise.
32502         [C99-based-standards] (PRIx16): Likewise.
32503         [C99-based-standards] (PRIX16): Likewise.
32504         [C99-based-standards] (SCNd16): Likewise.
32505         [C99-based-standards] (SCNi16): Likewise.
32506         [C99-based-standards] (SCNo16): Likewise.
32507         [C99-based-standards] (SCNu16): Likewise.
32508         [C99-based-standards] (SCNx16): Likewise.
32509         [C99-based-standards] (PRIdLEAST16): Likewise.
32510         [C99-based-standards] (PRIiLEAST16): Likewise.
32511         [C99-based-standards] (PRIoLEAST16): Likewise.
32512         [C99-based-standards] (PRIuLEAST16): Likewise.
32513         [C99-based-standards] (PRIxLEAST16): Likewise.
32514         [C99-based-standards] (PRIXLEAST16): Likewise.
32515         [C99-based-standards] (SCNdLEAST16): Likewise.
32516         [C99-based-standards] (SCNiLEAST16): Likewise.
32517         [C99-based-standards] (SCNoLEAST16): Likewise.
32518         [C99-based-standards] (SCNuLEAST16): Likewise.
32519         [C99-based-standards] (SCNxLEAST16): Likewise.
32520         [C99-based-standards] (PRIdFAST16): Likewise.
32521         [C99-based-standards] (PRIiFAST16): Likewise.
32522         [C99-based-standards] (PRIoFAST16): Likewise.
32523         [C99-based-standards] (PRIuFAST16): Likewise.
32524         [C99-based-standards] (PRIxFAST16): Likewise.
32525         [C99-based-standards] (PRIXFAST16): Likewise.
32526         [C99-based-standards] (SCNdFAST16): Likewise.
32527         [C99-based-standards] (SCNiFAST16): Likewise.
32528         [C99-based-standards] (SCNoFAST16): Likewise.
32529         [C99-based-standards] (SCNuFAST16): Likewise.
32530         [C99-based-standards] (SCNxFAST16): Likewise.
32531         [C99-based-standards] (PRId32): Likewise.
32532         [C99-based-standards] (PRIi32): Likewise.
32533         [C99-based-standards] (PRIo32): Likewise.
32534         [C99-based-standards] (PRIu32): Likewise.
32535         [C99-based-standards] (PRIx32): Likewise.
32536         [C99-based-standards] (PRIX32): Likewise.
32537         [C99-based-standards] (SCNd32): Likewise.
32538         [C99-based-standards] (SCNi32): Likewise.
32539         [C99-based-standards] (SCNo32): Likewise.
32540         [C99-based-standards] (SCNu32): Likewise.
32541         [C99-based-standards] (SCNx32): Likewise.
32542         [C99-based-standards] (PRIdLEAST32): Likewise.
32543         [C99-based-standards] (PRIiLEAST32): Likewise.
32544         [C99-based-standards] (PRIoLEAST32): Likewise.
32545         [C99-based-standards] (PRIuLEAST32): Likewise.
32546         [C99-based-standards] (PRIxLEAST32): Likewise.
32547         [C99-based-standards] (PRIXLEAST32): Likewise.
32548         [C99-based-standards] (SCNdLEAST32): Likewise.
32549         [C99-based-standards] (SCNiLEAST32): Likewise.
32550         [C99-based-standards] (SCNoLEAST32): Likewise.
32551         [C99-based-standards] (SCNuLEAST32): Likewise.
32552         [C99-based-standards] (SCNxLEAST32): Likewise.
32553         [C99-based-standards] (PRIdFAST32): Likewise.
32554         [C99-based-standards] (PRIiFAST32): Likewise.
32555         [C99-based-standards] (PRIoFAST32): Likewise.
32556         [C99-based-standards] (PRIuFAST32): Likewise.
32557         [C99-based-standards] (PRIxFAST32): Likewise.
32558         [C99-based-standards] (PRIXFAST32): Likewise.
32559         [C99-based-standards] (SCNdFAST32): Likewise.
32560         [C99-based-standards] (SCNiFAST32): Likewise.
32561         [C99-based-standards] (SCNoFAST32): Likewise.
32562         [C99-based-standards] (SCNuFAST32): Likewise.
32563         [C99-based-standards] (SCNxFAST32): Likewise.
32564         [C99-based-standards] (PRId64): Likewise.
32565         [C99-based-standards] (PRIi64): Likewise.
32566         [C99-based-standards] (PRIo64): Likewise.
32567         [C99-based-standards] (PRIu64): Likewise.
32568         [C99-based-standards] (PRIx64): Likewise.
32569         [C99-based-standards] (PRIX64): Likewise.
32570         [C99-based-standards] (SCNd64): Likewise.
32571         [C99-based-standards] (SCNi64): Likewise.
32572         [C99-based-standards] (SCNo64): Likewise.
32573         [C99-based-standards] (SCNu64): Likewise.
32574         [C99-based-standards] (SCNx64): Likewise.
32575         [C99-based-standards] (PRIdLEAST64): Likewise.
32576         [C99-based-standards] (PRIiLEAST64): Likewise.
32577         [C99-based-standards] (PRIoLEAST64): Likewise.
32578         [C99-based-standards] (PRIuLEAST64): Likewise.
32579         [C99-based-standards] (PRIxLEAST64): Likewise.
32580         [C99-based-standards] (PRIXLEAST64): Likewise.
32581         [C99-based-standards] (SCNdLEAST64): Likewise.
32582         [C99-based-standards] (SCNiLEAST64): Likewise.
32583         [C99-based-standards] (SCNoLEAST64): Likewise.
32584         [C99-based-standards] (SCNuLEAST64): Likewise.
32585         [C99-based-standards] (SCNxLEAST64): Likewise.
32586         [C99-based-standards] (PRIdFAST64): Likewise.
32587         [C99-based-standards] (PRIiFAST64): Likewise.
32588         [C99-based-standards] (PRIoFAST64): Likewise.
32589         [C99-based-standards] (PRIuFAST64): Likewise.
32590         [C99-based-standards] (PRIxFAST64): Likewise.
32591         [C99-based-standards] (PRIXFAST64): Likewise.
32592         [C99-based-standards] (SCNdFAST64): Likewise.
32593         [C99-based-standards] (SCNiFAST64): Likewise.
32594         [C99-based-standards] (SCNoFAST64): Likewise.
32595         [C99-based-standards] (SCNuFAST64): Likewise.
32596         [C99-based-standards] (SCNxFAST64): Likewise.
32597         [C99-based-standards] (PRIdMAX): Likewise.
32598         [C99-based-standards] (PRIiMAX): Likewise.
32599         [C99-based-standards] (PRIoMAX): Likewise.
32600         [C99-based-standards] (PRIuMAX): Likewise.
32601         [C99-based-standards] (PRIxMAX): Likewise.
32602         [C99-based-standards] (PRIXMAX): Likewise.
32603         [C99-based-standards] (SCNdMAX): Likewise.
32604         [C99-based-standards] (SCNiMAX): Likewise.
32605         [C99-based-standards] (SCNoMAX): Likewise.
32606         [C99-based-standards] (SCNuMAX): Likewise.
32607         [C99-based-standards] (SCNxMAX): Likewise.
32608         [C99-based-standards] (PRIdPTR): Likewise.
32609         [C99-based-standards] (PRIiPTR): Likewise.
32610         [C99-based-standards] (PRIoPTR): Likewise.
32611         [C99-based-standards] (PRIuPTR): Likewise.
32612         [C99-based-standards] (PRIxPTR): Likewise.
32613         [C99-based-standards] (PRIXPTR): Likewise.
32614         [C99-based-standards] (SCNdPTR): Likewise.
32615         [C99-based-standards] (SCNiPTR): Likewise.
32616         [C99-based-standards] (SCNoPTR): Likewise.
32617         [C99-based-standards] (SCNuPTR): Likewise.
32618         [C99-based-standards] (SCNxPTR): Likewise.
32619         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32620         allow.
32621         * conform/data/stdint.h-data: Update comments to clarify
32622         requirements.
32623         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32624         type.
32625         [C99-based standards] (INT8_MAX): Likewise.
32626         [C99-based standards] (INT16_MIN): Likewise.
32627         [C99-based standards] (INT16_MAX): Likewise.
32628         [C99-based standards] (INT32_MIN): Likewise.
32629         [C99-based standards] (INT32_MAX): Likewise.
32630         [C99-based standards] (INT64_MIN): Likewise.
32631         [C99-based standards] (INT64_MAX): Likewise.
32632         [C99-based standards] (UINT8_MAX): Likewise.
32633         [C99-based standards] (UINT16_MAX): Likewise.
32634         [C99-based standards] (UINT32_MAX): Likewise.
32635         [C99-based standards] (UINT64_MAX): Likewise.
32636         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32637         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32638         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32639         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32640         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32641         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32642         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32643         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32644         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32645         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32646         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32647         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32648         [C99-based standards] (INT_FAST8_MIN): Likewise.
32649         [C99-based standards] (INT_FAST8_MAX): Likewise.
32650         [C99-based standards] (INT_FAST16_MIN): Likewise.
32651         [C99-based standards] (INT_FAST16_MAX): Likewise.
32652         [C99-based standards] (INT_FAST32_MIN): Likewise.
32653         [C99-based standards] (INT_FAST32_MAX): Likewise.
32654         [C99-based standards] (INT_FAST64_MIN): Likewise.
32655         [C99-based standards] (INT_FAST64_MAX): Likewise.
32656         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32657         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32658         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32659         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32660         [C99-based standards] (INTPTR_MIN): Likewise.
32661         [C99-based standards] (INTPTR_MAX): Likewise.
32662         [C99-based standards] (UINTPTR_MAX): Likewise.
32663         [C99-based standards] (INTMAX_MIN): Likewise.
32664         [C99-based standards] (INTMAX_MAX): Likewise.
32665         [C99-based standards] (UINTMAX_MAX): Likewise.
32666         [C99-based standards] (PTRDIFF_MIN): Likewise.
32667         [C99-based standards] (PTRDIFF_MAX): Likewise.
32668         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32669         [C99-based standards] (SIZE_MAX): Likewise.
32670         [C99-based standards] (WCHAR_MAX): Likewise.
32671         [C99-based standards] (WINT_MAX): Likewise.
32672         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32673         constraint on value.
32674         [C99-based standards] (WCHAR_MIN): Likewise.
32675         [C99-based standards] (WINT_MIN): Likewise.
32676         [C99-based standards] (*_t): Allow.
32677         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32678         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32679         Include math.h-data and complex.h-data.  Remove all expectations
32680         of math.h and complex.h contents.
32681         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32682         at end of line.
32683         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32684         (struct tm): Expect tag.
32685         [C99-based-standards] (wcstof): Expect function.
32686         [C99-based-standards] (wcstold): Likewise.
32687         [C99-based-standards] (wcstoll): Likewise.
32688         [C99-based-standards] (wcstoull): Likewise.
32689         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32690         macro-int-constant.  Specify type.
32691         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32692         constraint on value.
32693         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32694         Specify type.
32695         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32696         Specify value.
32697         [ISO C standards]: Do not allow headers.
32698         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32699         wcs[abcdefghijklmnopqrstuvwxyz]*.
32700         [ISO C standards] (*_t): Do not allow.
32701         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32702         Expect function.
32703         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32704         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32705         Specify type.
32706         [ISO C standards]: Do not allow headers.
32707         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32708         is[abcdefghijklmnopqrstuvwxyz]*.
32709         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32710         to[abcdefghijklmnopqrstuvwxyz]*.
32711         [ISO C standards] (*_t): Do not allow.
32712         * conform/data/stdalign.h-data: New file.
32713         * conform/data/stdbool.h-data: Likewise.
32714         * conform/data/stdnoreturn.h-data: Likewise.
32715
32716 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32717
32718         [BZ #14815]
32719         * manual/filesys.texi (Directory Entries): Typo fix.
32720         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32721
32722 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32723
32724         * elf/elf.h (EM_AARCH64): New macro.
32725         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32726         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32727         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32728         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32729         (R_AARCH64_TLSDESC): Likewise.
32730         (NT_ARM_TLS): Likewise.
32731         (NT_ARM_HW_BREAK): Likewise.
32732         (NT_ARM_HW_WATCH): Likewise.
32733
32734 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32735
32736         [BZ #14811]
32737         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32738         (__ieee754_powl): Saturate nonzero exponents with absolute value
32739         below 0x1p-79 to +/- 0x1p-79.
32740         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32741         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32742         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32743         nonzero exponents with absolute value below 0x1p-32 to +/-
32744         0x1p-32.
32745         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32746         (__ieee754_powl): Saturate nonzero exponents with absolute value
32747         below 0x1p-79 to +/- 0x1p-79.
32748         * math/libm-test.inc (pow_test): Add more tests.
32749
32750 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32751
32752         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32753         _dl_s390_cap_flags with kernel. Increase string length.
32754         (_dl_s390_platforms): Add z196 and zEC12.
32755
32756 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32757
32758         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32759         Change XOPEN21K to XOPEN2K.
32760
32761 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32762
32763         * string/memmove.c: Use memcpy when possible.
32764
32765 2012-11-06  Andreas Jaeger  <aj@suse.de>
32766
32767         * po/eo.po: Update from translation team.
32768
32769 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32770
32771         [BZ #14793]
32772         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32773         exponent and small x and y exponents, scale x or y up.  Increase
32774         by 2 the exponent used in scaling up.
32775         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32776         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32777         * math/libm-test.inc (fma_test): Add more tests.
32778         (fma_test_towardzero): Likewise.
32779         (fma_test_downward): Likewise.
32780         (fma_test_upward): Likewise.
32781
32782 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32783
32784         [BZ #14805]
32785         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32786         fenv_t *.
32787
32788         [BZ #14801]
32789         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32790         namespace for names of struct fields.
32791         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32792         fenv_t fields.
32793         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32794         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32795
32796 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32797
32798         [BZ #3665]
32799         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32800
32801 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32802
32803         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32804         PTR_DEMANGLE.
32805
32806         [BZ #5246]
32807         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32808         PTR_DEMANGLE.
32809
32810 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32811
32812         [BZ #14797]
32813         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32814         definitely overflow as x * y not x * y + z.
32815         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32816         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32817         * math/libm-test.inc (fma_test): Add more tests.
32818         (fma_test_towardzero): Likewise.
32819         (fma_test_downward): Likewise.
32820         (fma_test_upward): Likewise.
32821
32822 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32823
32824         [BZ #157]
32825
32826         * include/stub-tag.h: Remove file.
32827         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32828         '#include' of it.
32829         * manual/maint.texi (Porting): Don't reference it.
32830         * Makerules ($(objpfx)stubs): Likewise.
32831         * dirent/closedir.c: Don't include <stub-tag.h>.
32832         * dirent/dirfd.c: Likewise.
32833         * dirent/fdopendir.c: Likewise.
32834         * dirent/getdents.c: Likewise.
32835         * dirent/getdents64.c: Likewise.
32836         * dirent/opendir.c: Likewise.
32837         * dirent/readdir.c: Likewise.
32838         * dirent/readdir64.c: Likewise.
32839         * dirent/readdir64_r.c: Likewise.
32840         * dirent/readdir_r.c: Likewise.
32841         * dirent/rewinddir.c: Likewise.
32842         * dirent/seekdir.c: Likewise.
32843         * dirent/telldir.c: Likewise.
32844         * gmon/profil.c: Likewise.
32845         * grp/setgroups.c: Likewise.
32846         * inet/if_index.c: Likewise.
32847         * io/access.c: Likewise.
32848         * io/chdir.c: Likewise.
32849         * io/chmod.c: Likewise.
32850         * io/chown.c: Likewise.
32851         * io/close.c: Likewise.
32852         * io/dup.c: Likewise.
32853         * io/dup2.c: Likewise.
32854         * io/dup3.c: Likewise.
32855         * io/euidaccess.c: Likewise.
32856         * io/faccessat.c: Likewise.
32857         * io/fchdir.c: Likewise.
32858         * io/fchmod.c: Likewise.
32859         * io/fchmodat.c: Likewise.
32860         * io/fchown.c: Likewise.
32861         * io/fchownat.c: Likewise.
32862         * io/fcntl.c: Likewise.
32863         * io/flock.c: Likewise.
32864         * io/fstatfs.c: Likewise.
32865         * io/fstatfs64.c: Likewise.
32866         * io/fstatvfs.c: Likewise.
32867         * io/fstatvfs64.c: Likewise.
32868         * io/futimens.c: Likewise.
32869         * io/fxstat.c: Likewise.
32870         * io/fxstat64.c: Likewise.
32871         * io/fxstatat.c: Likewise.
32872         * io/fxstatat64.c: Likewise.
32873         * io/getcwd.c: Likewise.
32874         * io/isatty.c: Likewise.
32875         * io/lchmod.c: Likewise.
32876         * io/lchown.c: Likewise.
32877         * io/link.c: Likewise.
32878         * io/linkat.c: Likewise.
32879         * io/lseek.c: Likewise.
32880         * io/lseek64.c: Likewise.
32881         * io/lxstat64.c: Likewise.
32882         * io/mkdir.c: Likewise.
32883         * io/mkdirat.c: Likewise.
32884         * io/mkfifo.c: Likewise.
32885         * io/mkfifoat.c: Likewise.
32886         * io/open.c: Likewise.
32887         * io/open64.c: Likewise.
32888         * io/openat.c: Likewise.
32889         * io/openat64.c: Likewise.
32890         * io/pipe.c: Likewise.
32891         * io/pipe2.c: Likewise.
32892         * io/poll.c: Likewise.
32893         * io/posix_fadvise.c: Likewise.
32894         * io/posix_fadvise64.c: Likewise.
32895         * io/posix_fallocate.c: Likewise.
32896         * io/posix_fallocate64.c: Likewise.
32897         * io/read.c: Likewise.
32898         * io/readlink.c: Likewise.
32899         * io/readlinkat.c: Likewise.
32900         * io/rmdir.c: Likewise.
32901         * io/sendfile.c: Likewise.
32902         * io/sendfile64.c: Likewise.
32903         * io/statfs.c: Likewise.
32904         * io/statfs64.c: Likewise.
32905         * io/statvfs.c: Likewise.
32906         * io/statvfs64.c: Likewise.
32907         * io/symlink.c: Likewise.
32908         * io/symlinkat.c: Likewise.
32909         * io/ttyname.c: Likewise.
32910         * io/ttyname_r.c: Likewise.
32911         * io/umask.c: Likewise.
32912         * io/unlink.c: Likewise.
32913         * io/unlinkat.c: Likewise.
32914         * io/utime.c: Likewise.
32915         * io/utimensat.c: Likewise.
32916         * io/write.c: Likewise.
32917         * io/xmknod.c: Likewise.
32918         * io/xmknodat.c: Likewise.
32919         * io/xstat.c: Likewise.
32920         * io/xstat64.c: Likewise.
32921         * login/getpt.c: Likewise.
32922         * login/grantpt.c: Likewise.
32923         * login/unlockpt.c: Likewise.
32924         * math/e_acoshl.c: Likewise.
32925         * math/e_acosl.c: Likewise.
32926         * math/e_asinl.c: Likewise.
32927         * math/e_atan2l.c: Likewise.
32928         * math/e_atanhl.c: Likewise.
32929         * math/e_coshl.c: Likewise.
32930         * math/e_expl.c: Likewise.
32931         * math/e_fmodl.c: Likewise.
32932         * math/e_gammal_r.c: Likewise.
32933         * math/e_hypotl.c: Likewise.
32934         * math/e_j0l.c: Likewise.
32935         * math/e_j1l.c: Likewise.
32936         * math/e_jnl.c: Likewise.
32937         * math/e_lgammal_r.c: Likewise.
32938         * math/e_log10l.c: Likewise.
32939         * math/e_log2l.c: Likewise.
32940         * math/e_logl.c: Likewise.
32941         * math/e_powl.c: Likewise.
32942         * math/e_rem_pio2l.c: Likewise.
32943         * math/e_sinhl.c: Likewise.
32944         * math/e_sqrtl.c: Likewise.
32945         * math/fclrexcpt.c: Likewise.
32946         * math/fedisblxcpt.c: Likewise.
32947         * math/feenablxcpt.c: Likewise.
32948         * math/fegetenv.c: Likewise.
32949         * math/fegetexcept.c: Likewise.
32950         * math/fegetround.c: Likewise.
32951         * math/feholdexcpt.c: Likewise.
32952         * math/fesetenv.c: Likewise.
32953         * math/fesetround.c: Likewise.
32954         * math/feupdateenv.c: Likewise.
32955         * math/fgetexcptflg.c: Likewise.
32956         * math/fraiseexcpt.c: Likewise.
32957         * math/fsetexcptflg.c: Likewise.
32958         * math/ftestexcept.c: Likewise.
32959         * math/k_cosl.c: Likewise.
32960         * math/k_rem_pio2l.c: Likewise.
32961         * math/k_sinl.c: Likewise.
32962         * math/k_tanl.c: Likewise.
32963         * math/s_asinhl.c: Likewise.
32964         * math/s_atanl.c: Likewise.
32965         * math/s_cbrtl.c: Likewise.
32966         * math/s_erfl.c: Likewise.
32967         * math/s_expm1l.c: Likewise.
32968         * math/s_log1pl.c: Likewise.
32969         * math/s_tanhl.c: Likewise.
32970         * misc/acct.c: Likewise.
32971         * misc/brk.c: Likewise.
32972         * misc/chflags.c: Likewise.
32973         * misc/chroot.c: Likewise.
32974         * misc/fchflags.c: Likewise.
32975         * misc/fgetxattr.c: Likewise.
32976         * misc/flistxattr.c: Likewise.
32977         * misc/fremovexattr.c: Likewise.
32978         * misc/fsetxattr.c: Likewise.
32979         * misc/fsync.c: Likewise.
32980         * misc/ftruncate.c: Likewise.
32981         * misc/futimes.c: Likewise.
32982         * misc/futimesat.c: Likewise.
32983         * misc/getdomain.c: Likewise.
32984         * misc/getdtsz.c: Likewise.
32985         * misc/gethostid.c: Likewise.
32986         * misc/gethostname.c: Likewise.
32987         * misc/getloadavg.c: Likewise.
32988         * misc/getpagesize.c: Likewise.
32989         * misc/getsysstats.c: Likewise.
32990         * misc/getxattr.c: Likewise.
32991         * misc/gtty.c: Likewise.
32992         * misc/ioctl.c: Likewise.
32993         * misc/lgetxattr.c: Likewise.
32994         * misc/listxattr.c: Likewise.
32995         * misc/llistxattr.c: Likewise.
32996         * misc/lremovexattr.c: Likewise.
32997         * misc/lsetxattr.c: Likewise.
32998         * misc/lutimes.c: Likewise.
32999         * misc/madvise.c: Likewise.
33000         * misc/mincore.c: Likewise.
33001         * misc/mlock.c: Likewise.
33002         * misc/mlockall.c: Likewise.
33003         * misc/mmap.c: Likewise.
33004         * misc/mprotect.c: Likewise.
33005         * misc/msync.c: Likewise.
33006         * misc/munlock.c: Likewise.
33007         * misc/munlockall.c: Likewise.
33008         * misc/munmap.c: Likewise.
33009         * misc/preadv.c: Likewise.
33010         * misc/preadv64.c: Likewise.
33011         * misc/ptrace.c: Likewise.
33012         * misc/pwritev.c: Likewise.
33013         * misc/pwritev64.c: Likewise.
33014         * misc/readv.c: Likewise.
33015         * misc/reboot.c: Likewise.
33016         * misc/remap_file_pages.c: Likewise.
33017         * misc/removexattr.c: Likewise.
33018         * misc/revoke.c: Likewise.
33019         * misc/select.c: Likewise.
33020         * misc/setdomain.c: Likewise.
33021         * misc/setegid.c: Likewise.
33022         * misc/seteuid.c: Likewise.
33023         * misc/sethostid.c: Likewise.
33024         * misc/sethostname.c: Likewise.
33025         * misc/setregid.c: Likewise.
33026         * misc/setreuid.c: Likewise.
33027         * misc/setxattr.c: Likewise.
33028         * misc/sstk.c: Likewise.
33029         * misc/stty.c: Likewise.
33030         * misc/swapoff.c: Likewise.
33031         * misc/swapon.c: Likewise.
33032         * misc/sync.c: Likewise.
33033         * misc/syncfs.c: Likewise.
33034         * misc/syscall.c: Likewise.
33035         * misc/truncate.c: Likewise.
33036         * misc/ualarm.c: Likewise.
33037         * misc/usleep.c: Likewise.
33038         * misc/ustat.c: Likewise.
33039         * misc/utimes.c: Likewise.
33040         * misc/vhangup.c: Likewise.
33041         * misc/writev.c: Likewise.
33042         * posix/_exit.c: Likewise.
33043         * posix/alarm.c: Likewise.
33044         * posix/execve.c: Likewise.
33045         * posix/fexecve.c: Likewise.
33046         * posix/fork.c: Likewise.
33047         * posix/fpathconf.c: Likewise.
33048         * posix/getaddrinfo.c: Likewise.
33049         * posix/getegid.c: Likewise.
33050         * posix/geteuid.c: Likewise.
33051         * posix/getgid.c: Likewise.
33052         * posix/getgroups.c: Likewise.
33053         * posix/getlogin.c: Likewise.
33054         * posix/getlogin_r.c: Likewise.
33055         * posix/getpgid.c: Likewise.
33056         * posix/getpid.c: Likewise.
33057         * posix/getppid.c: Likewise.
33058         * posix/getresgid.c: Likewise.
33059         * posix/getresuid.c: Likewise.
33060         * posix/getsid.c: Likewise.
33061         * posix/getuid.c: Likewise.
33062         * posix/glob64.c: Likewise.
33063         * posix/nanosleep.c: Likewise.
33064         * posix/pathconf.c: Likewise.
33065         * posix/pause.c: Likewise.
33066         * posix/posix_madvise.c: Likewise.
33067         * posix/pread.c: Likewise.
33068         * posix/pread64.c: Likewise.
33069         * posix/pwrite.c: Likewise.
33070         * posix/pwrite64.c: Likewise.
33071         * posix/sched_getaffinity.c: Likewise.
33072         * posix/sched_getp.c: Likewise.
33073         * posix/sched_gets.c: Likewise.
33074         * posix/sched_primax.c: Likewise.
33075         * posix/sched_primin.c: Likewise.
33076         * posix/sched_rr_gi.c: Likewise.
33077         * posix/sched_setaffinity.c: Likewise.
33078         * posix/sched_setp.c: Likewise.
33079         * posix/sched_sets.c: Likewise.
33080         * posix/sched_yield.c: Likewise.
33081         * posix/setgid.c: Likewise.
33082         * posix/setlogin.c: Likewise.
33083         * posix/setpgid.c: Likewise.
33084         * posix/setresgid.c: Likewise.
33085         * posix/setresuid.c: Likewise.
33086         * posix/setsid.c: Likewise.
33087         * posix/setuid.c: Likewise.
33088         * posix/sleep.c: Likewise.
33089         * posix/spawni.c: Likewise.
33090         * posix/sysconf.c: Likewise.
33091         * posix/times.c: Likewise.
33092         * posix/wait.c: Likewise.
33093         * posix/wait3.c: Likewise.
33094         * posix/wait4.c: Likewise.
33095         * posix/waitpid.c: Likewise.
33096         * resolv/gai_sigqueue.c: Likewise.
33097         * resource/getpriority.c: Likewise.
33098         * resource/getrlimit.c: Likewise.
33099         * resource/getrusage.c: Likewise.
33100         * resource/nice.c: Likewise.
33101         * resource/setpriority.c: Likewise.
33102         * resource/setrlimit.c: Likewise.
33103         * resource/ulimit.c: Likewise.
33104         * rt/aio_cancel.c: Likewise.
33105         * rt/aio_fsync.c: Likewise.
33106         * rt/aio_read.c: Likewise.
33107         * rt/aio_sigqueue.c: Likewise.
33108         * rt/aio_suspend.c: Likewise.
33109         * rt/aio_write.c: Likewise.
33110         * rt/clock_getres.c: Likewise.
33111         * rt/clock_gettime.c: Likewise.
33112         * rt/clock_nanosleep.c: Likewise.
33113         * rt/clock_settime.c: Likewise.
33114         * rt/lio_listio.c: Likewise.
33115         * rt/mq_close.c: Likewise.
33116         * rt/mq_getattr.c: Likewise.
33117         * rt/mq_notify.c: Likewise.
33118         * rt/mq_open.c: Likewise.
33119         * rt/mq_receive.c: Likewise.
33120         * rt/mq_send.c: Likewise.
33121         * rt/mq_setattr.c: Likewise.
33122         * rt/mq_timedreceive.c: Likewise.
33123         * rt/mq_timedsend.c: Likewise.
33124         * rt/mq_unlink.c: Likewise.
33125         * rt/shm_open.c: Likewise.
33126         * rt/shm_unlink.c: Likewise.
33127         * rt/timer_create.c: Likewise.
33128         * rt/timer_delete.c: Likewise.
33129         * rt/timer_getoverr.c: Likewise.
33130         * rt/timer_gettime.c: Likewise.
33131         * rt/timer_settime.c: Likewise.
33132         * setjmp/__longjmp.c: Likewise.
33133         * setjmp/setjmp.c: Likewise.
33134         * signal/kill.c: Likewise.
33135         * signal/killpg.c: Likewise.
33136         * signal/raise.c: Likewise.
33137         * signal/sigaction.c: Likewise.
33138         * signal/sigaltstack.c: Likewise.
33139         * signal/sigblock.c: Likewise.
33140         * signal/sigignore.c: Likewise.
33141         * signal/sigintr.c: Likewise.
33142         * signal/signal.c: Likewise.
33143         * signal/sigpause.c: Likewise.
33144         * signal/sigpending.c: Likewise.
33145         * signal/sigqueue.c: Likewise.
33146         * signal/sigreturn.c: Likewise.
33147         * signal/sigset.c: Likewise.
33148         * signal/sigsetmask.c: Likewise.
33149         * signal/sigstack.c: Likewise.
33150         * signal/sigsuspend.c: Likewise.
33151         * signal/sigtimedwait.c: Likewise.
33152         * signal/sigvec.c: Likewise.
33153         * signal/sigwait.c: Likewise.
33154         * signal/sigwaitinfo.c: Likewise.
33155         * signal/sysv_signal.c: Likewise.
33156         * socket/accept.c: Likewise.
33157         * socket/accept4.c: Likewise.
33158         * socket/bind.c: Likewise.
33159         * socket/connect.c: Likewise.
33160         * socket/getpeername.c: Likewise.
33161         * socket/getsockname.c: Likewise.
33162         * socket/getsockopt.c: Likewise.
33163         * socket/isfdtype.c: Likewise.
33164         * socket/listen.c: Likewise.
33165         * socket/recv.c: Likewise.
33166         * socket/recvfrom.c: Likewise.
33167         * socket/recvmsg.c: Likewise.
33168         * socket/send.c: Likewise.
33169         * socket/sendmsg.c: Likewise.
33170         * socket/sendto.c: Likewise.
33171         * socket/setsockopt.c: Likewise.
33172         * socket/shutdown.c: Likewise.
33173         * socket/sockatmark.c: Likewise.
33174         * socket/socket.c: Likewise.
33175         * socket/socketpair.c: Likewise.
33176         * stdio-common/ctermid.c: Likewise.
33177         * stdio-common/cuserid.c: Likewise.
33178         * stdio-common/remove.c: Likewise.
33179         * stdio-common/rename.c: Likewise.
33180         * stdio-common/renameat.c: Likewise.
33181         * stdio-common/tempname.c: Likewise.
33182         * stdlib/getcontext.c: Likewise.
33183         * stdlib/makecontext.c: Likewise.
33184         * stdlib/setcontext.c: Likewise.
33185         * stdlib/swapcontext.c: Likewise.
33186         * stdlib/system.c: Likewise.
33187         * streams/fattach.c: Likewise.
33188         * streams/fdetach.c: Likewise.
33189         * streams/getmsg.c: Likewise.
33190         * streams/getpmsg.c: Likewise.
33191         * streams/putmsg.c: Likewise.
33192         * streams/putpmsg.c: Likewise.
33193         * sysdeps/unix/bsd/getpt.c: Likewise.
33194         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33195         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33196         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33198         Likewise.
33199         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33200         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33201         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33202         * sysvipc/msgctl.c: Likewise.
33203         * sysvipc/msgget.c: Likewise.
33204         * sysvipc/msgrcv.c: Likewise.
33205         * sysvipc/msgsnd.c: Likewise.
33206         * sysvipc/semctl.c: Likewise.
33207         * sysvipc/semget.c: Likewise.
33208         * sysvipc/semop.c: Likewise.
33209         * sysvipc/semtimedop.c: Likewise.
33210         * sysvipc/shmat.c: Likewise.
33211         * sysvipc/shmctl.c: Likewise.
33212         * sysvipc/shmdt.c: Likewise.
33213         * sysvipc/shmget.c: Likewise.
33214         * termios/tcdrain.c: Likewise.
33215         * termios/tcflow.c: Likewise.
33216         * termios/tcflush.c: Likewise.
33217         * termios/tcgetattr.c: Likewise.
33218         * termios/tcgetpgrp.c: Likewise.
33219         * termios/tcsendbrk.c: Likewise.
33220         * termios/tcsetattr.c: Likewise.
33221         * termios/tcsetpgrp.c: Likewise.
33222         * time/adjtime.c: Likewise.
33223         * time/clock.c: Likewise.
33224         * time/getitimer.c: Likewise.
33225         * time/gettimeofday.c: Likewise.
33226         * time/setitimer.c: Likewise.
33227         * time/settimeofday.c: Likewise.
33228         * time/stime.c: Likewise.
33229         * time/time.c: Likewise.
33230
33231 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33232
33233         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33234         /usr/old/bin.
33235
33236         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33237         instead of spaces.
33238         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33239
33240 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33241
33242         [BZ #14796]
33243         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33244         FE_TONEAREST before applying Dekker multiplication and Knuth
33245         addition.  Clear inexact exceptions and check for exact zero
33246         results afterwards.
33247         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33248         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33249         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33250         * math/libm-test.inc (fma_test): Add more tests.
33251         (fma_test_towardzero): Likewise.
33252         (fma_test_downward): Likewise.
33253         (fma_test_upward): Likewise.
33254         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33255         function.
33256         (libc_fesetround): New macro.
33257         (libc_fesetroundf): Likewise.
33258         (libc_fesetroundl): Likewise.
33259         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33260         function.
33261         (libc_fesetround_387): Likewise.
33262         (libc_fesetroundf): New macro.
33263         (libc_fesetround): Likewise.
33264         (libc_fesetroundl): Likewise.
33265         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33266         function.
33267         (libc_fesetroundf): New macro.
33268         (libc_fesetround): Likewise.
33269         (libc_fesetroundl): Likewise.
33270         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33271         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33272         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33273         libm_hidden_ver.
33274         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33275         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33276         libm_hidden_def.
33277         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33278         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33279         libm_hidden_ver.
33280         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33281         libm_hidden_def.
33282
33283         [BZ #3439]
33284         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33285         integer constant usable in #if and use that to give value to enum
33286         constant.
33287         (FE_DIVBYZERO): Likewise.
33288         (FE_UNDERFLOW): Likewise.
33289         (FE_OVERFLOW): Likewise.
33290         (FE_INVALID): Likewise.
33291         (FE_INVALID_SNAN): Likewise.
33292         (FE_INVALID_ISI): Likewise.
33293         (FE_INVALID_IDI): Likewise.
33294         (FE_INVALID_ZDZ): Likewise.
33295         (FE_INVALID_IMZ): Likewise.
33296         (FE_INVALID_COMPARE): Likewise.
33297         (FE_INVALID_SOFTWARE): Likewise.
33298         (FE_INVALID_SQRT): Likewise.
33299         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33300         (FE_TONEAREST): Likewise.
33301         (FE_TOWARDZERO): Likewise.
33302         (FE_UPWARD): Likewise.
33303         (FE_DOWNWARD): Likewise.
33304         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33305         (FE_DIVBYZERO): Likewise.
33306         (FE_OVERFLOW): Likewise.
33307         (FE_UNDERFLOW): Likewise.
33308         (FE_INEXACT): Likewise.
33309         (FE_TONEAREST): Likewise.
33310         (FE_DOWNWARD): Likewise.
33311         (FE_UPWARD): Likewise.
33312         (FE_TOWARDZERO): Likewise.
33313         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33314         (FE_UNDERFLOW): Likewise.
33315         (FE_OVERFLOW): Likewise.
33316         (FE_DIVBYZERO): Likewise.
33317         (FE_INVALID): Likewise.
33318         (FE_TONEAREST): Likewise.
33319         (FE_TOWARDZERO): Likewise.
33320         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33321         (FE_OVERFLOW): Likewise.
33322         (FE_UNDERFLOW): Likewise.
33323         (FE_DIVBYZERO): Likewise.
33324         (FE_INEXACT): Likewise.
33325         (FE_TONEAREST): Likewise.
33326         (FE_TOWARDZERO): Likewise.
33327         (FE_UPWARD): Likewise.
33328         (FE_DOWNWARD): Likewise.
33329         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33330         (FE_DIVBYZERO): Likewise.
33331         (FE_OVERFLOW): Likewise.
33332         (FE_UNDERFLOW): Likewise.
33333         (FE_INEXACT): Likewise.
33334         (FE_TONEAREST): Likewise.
33335         (FE_DOWNWARD): Likewise.
33336         (FE_UPWARD): Likewise.
33337         (FE_TOWARDZERO): Likewise.
33338
33339 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33340
33341         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33342
33343 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33344
33345         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33346         commands.  Quote $PWD.
33347         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33348         -x" by "export".
33349         (remove_newlines): Remove.
33350
33351 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33352
33353         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33354         * stdlib/stdlib.h (atof): Moved to ...
33355         * include/bits/stdlib-float.h: Here.  New file.
33356         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33357         * stdlib/bits/stdlib-float.h: New file.
33358         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33359         -mno-sse -mno-mmx.
33360         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33361         <xmmintrin.h>.
33362
33363 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33364
33365         * conform/conformtest.pl (@headers): Add fenv.h.
33366         * conform/data/fenv.h-data: New file.
33367         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33368         include of <math/fenv.h>.
33369
33370         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33371         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33372         && !UNIX98].  Enables tests for XOPEN2K8.
33373         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33374         POSIX2008]: Likewise.
33375
33376         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33377         (struct rusage): Do not expect type or its members.
33378
33379         [BZ #3439]
33380         * math/math.h (FP_NAN): Define macro to integer constant usable in
33381         #if and use that to give value to enum constant.
33382         (FP_INFINITE): Likewise.
33383         (FP_ZERO): Likewise.
33384         (FP_SUBNORMAL): Likewise.
33385         (FP_NORMAL): Likewise.
33386
33387 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33388
33389         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33390         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33391         arguments.
33392
33393 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33394
33395         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33396         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33397         autoconf-time if not.
33398         * configure.in: Remove AC_PREREQ.
33399
33400 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33401
33402         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33403         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33404         of the internal implementation.
33405
33406 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33407
33408         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33409         except include of <misc/sys/syslog.h>.
33410
33411 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33412
33413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33414         function returns with a NULL context exit with zero.
33415
33416 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33417
33418         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33419
33420 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33421
33422         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33423         (run_program_cmd): This.
33424         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33425         (tst_langinfo): New variable.  Use it.
33426
33427 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33428
33429         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33430         floating point opcodes.
33431
33432 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33433
33434         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33435         variable.
33436
33437         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33438
33439         * sysdeps/mach/hurd/powerpc: Remove directory.
33440         * sysdeps/mach/powerpc: Likewise.
33441
33442 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33443
33444         * scripts/check-local-headers.sh: Ignore c++ headers.
33445
33446 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33447
33448         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33449         __libc_cleanup_region_start argument.
33450
33451 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33452
33453         [BZ #14784]
33454         [BZ #14785]
33455         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33456         x * y using scaling, not as x * y + z.
33457         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33458         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33459         * math/libm-test.inc (fma_test): Add more tests.
33460         (fma_test_towardzero): Likewise.
33461         (fma_test_downward): Likewise.
33462         (fma_test_upward): Likewise.
33463
33464 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33465
33466         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33467
33468 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33469
33470         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33471         New variable.
33472
33473 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33474
33475         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33476
33477 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33478
33479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33480         Fix sort order.
33481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33482         Likewise.
33483
33484 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33485
33486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33487         Fix the order of the list for glibc 2.17.
33488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33489         Likewise.
33490
33491 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33492
33493         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33494
33495 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33496
33497         [BZ #14610]
33498         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33499         for low part of x being zero before using __atanl (y).
33500         * math/libm-test.inc (atan2_test): Add another test.
33501
33502         * manual/install.texi (Configuring and compiling): Document
33503         general use of test-wrapper and test-wrapper-env.
33504         * INSTALL: Regenerated.
33505
33506         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33507         (__fma): Do not extract and scale down low bits on after-rounding
33508         systems when result rounded to normal precision would have normal
33509         exponent.
33510         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33511         (__fmal): Do not extract and scale down low bits on after-rounding
33512         systems when result rounded to normal precision would have normal
33513         exponent.
33514         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33515         (__fmal): Do not extract and scale down low bits on after-rounding
33516         systems when result rounded to normal precision would have normal
33517         exponent.
33518         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33519         macro.
33520         (fma_test): Add more tests.
33521         (fma_test_towardzero): Likewise.
33522         (fma_test_downward): Likewise.
33523         (fma_test_upward): Likewise.
33524
33525 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33526
33527         * sysdeps/i386/tininess.h: Renamed to ...
33528         * sysdeps/x86/tininess.h: This.
33529         * sysdeps/x86_64/tininess.h: Removed.
33530
33531 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33532
33533         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33534         input.  Use $(build-program-cmd).
33535         ($(objpfx)tst-array1-static.out): Likewise.
33536         ($(objpfx)tst-array2.out): Likewise.
33537         ($(objpfx)tst-array3.out): Likewise.
33538         ($(objpfx)tst-array4.out): Likewise.
33539         ($(objpfx)tst-array5.out): Likewise.
33540         ($(objpfx)tst-array5-static.out): Likewise.
33541
33542 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33543
33544         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33545         if defined.
33546
33547         * nss/nsswitch.h (nss_interface_function): Provide new
33548         macro for use with NSS functions.
33549         * grp/initgroups.c: Use new macro.
33550         * nss/getXXbyYY.c: Likewise.
33551         * nss/getXXbyYY_r.c: Likewise.
33552         * nss/getXXent.c: Likewise.
33553         * nss/getXXent_r.c: Likewise.
33554         * sysdeps/posix/getaddrinfo.c: Likewise.
33555
33556 2012-10-30  Andreas Jaeger  <aj@suse.de>
33557
33558         * po/ru.po: Update Russion translation from translation project.
33559
33560 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33561
33562         [BZ #14152]
33563         [BZ #14783]
33564         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33565         result and shift together with sticky bit instead of replicating
33566         round-to-nearest rounding.
33567         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33568         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33569         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33570         missing underflow exceptions.
33571         (fma_test_towardzero): Add more tests.
33572         (fma_test_downward): Likewise.
33573         (fma_test_upward): Likewise.
33574
33575         [BZ #14047]
33576         * sysdeps/generic/tininess.h: New file.
33577         * sysdeps/i386/tininess.h: Likewise.
33578         * sysdeps/sh/tininess.h: Likewise.
33579         * sysdeps/x86_64/tininess.h: Likewise.
33580         * stdlib/tst-strtod-underflow.c: Likewise.
33581         * stdlib/tst-tininess.c: Likewise.
33582         * stdlib/strtod_l.c: Include <tininess.h>.
33583         (round_and_return): Do not set errno for exact underflow cases.
33584         Force an underflow exception when setting errno for underflow.
33585         Determine underflow based on rounding to normal precision if
33586         TININESS_AFTER_ROUNDING.
33587         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33588         ERANGE for exact underflow cases.
33589         * stdlib/Makefile (tests): Add tst-tininess and
33590         tst-strtod-underflow.
33591         ($(objpfx)tst-tininess): Use $(link-libm).
33592         ($(objpfx)tst-strtod-underflow): Likewise.
33593
33594 2012-10-30  Andreas Jaeger  <aj@suse.de>
33595
33596         [BZ#14767]
33597         * elf/Makefile (tests): Remove conditional for have-initfini-array
33598         since this is now always required and the variable does not exist
33599         anymore.
33600         (tests-static): Likewise.
33601         (modules-names): Likewise.
33602
33603         * po/eo.po: Add Esperanto translation from translation project.
33604
33605         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33606         merged with constructor/destructor.
33607         (init_array): Likewise.
33608         * elf/tst-array2dep.c (fini_array): Likewise.
33609         (init_array): Likewise.
33610
33611 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33612
33613         * manual/message.texi: Delete @cartouche tags.
33614
33615 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33616
33617         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33618         EOPNOTSUPP.
33619         * sysdeps/mach/hurd/fsync.c: Likewise.
33620
33621         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33622         [_POSIX_REALTIME_SIGNALS]: Change condition to
33623         [_POSIX_REALTIME_SIGNALS > 0].
33624
33625 2012-10-27  Andreas Jaeger  <aj@suse.de>
33626
33627         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33628         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33629         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33630         [__WORDSIZE != 64]: Likewise.
33631
33632 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33633
33634         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33635         *  iconvdata/tst-tables.sh: Likewise.
33636
33637 2012-10-25  David S. Miller  <davem@davemloft.net>
33638
33639         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33640         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33641         of strtoull.
33642
33643         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33644         ifunc-impl-list.c
33645         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33646         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33647         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33648         file.
33649
33650 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33651
33652         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33653         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33654         __getdirentries.
33655
33656 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33657             Jim Blandy  <jimb@codesourcery.com>
33658
33659         * scripts/cross-test-ssh.sh: New file.
33660         * manual/install.texi (Configuring and compiling): Document use of
33661         cross-test-ssh.sh.
33662         * INSTALL: Regenerated.
33663
33664 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33665
33666         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33667         EOPNOTSUPP.
33668
33669 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33670
33671         * Makeconfig (run-program-prefix): Fix comment.
33672
33673 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33674             Jim Blandy  <jimb@codesourcery.com>
33675
33676         * Makeconfig (test-wrapper): New variable,
33677         (test-wrapper-env): Likewise.
33678         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33679         (run-built-tests): Define to yes.
33680         (run-program-prefix): Use $(test-wrapper).
33681         (built-program-cmd): Likewise.
33682         * Rules (make-test-out): Use $(test-wrapper-env) and
33683         $(host-built-program-cmd).
33684         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33685         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33686         tst-pathopt.sh.
33687         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33688         $(test-wrapper-env) to tst-rtld-load-self.sh.
33689         ($(objpfx)order2.out): Use $(test-wrapper).
33690         ($(objpfx)tst-initorder.out): Likewise.
33691         ($(objpfx)tst-initorder2.out): Likewise.
33692         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33693         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33694         (test_wrapper_env): New variable.  Use it to run ld.so.
33695         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33696         Use it to run ld.so.
33697         (test_wrapper_env): Likewise.
33698         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33699         $(test-wrapper) to run-iconv-test.sh.
33700         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33701         (ICONV): Use $test_wrapper.
33702         * posix/Makefile ($(objpfx)globtest.out): Pass
33703         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33704         globtest.sh, not $(run-program-prefix).
33705         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33706         (test_wrapper): Likewise.
33707         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33708         set together with run_via_rtld_prefix.
33709         (run_program_prefix): Define in terms of test_wrapper and
33710         run_via_rtld_prefix.
33711
33712 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33713
33714         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33715         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33716         Targets removed.
33717
33718         [BZ #14743]
33719         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33720         Declare __clock_getres, __clock_gettime, __clock_settime,
33721         __clock_nanosleep, and __clock_getcpuclockid.
33722         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33723         Remove librt_hidden_def (clock_gettime).
33724         * sysdeps/unix/clock_gettime.c: Likewise.
33725         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33726         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33727         * rt/clock_getres.c: Define __clock_getres as an alias.
33728         * sysdeps/posix/clock_getres.c: Likewise.
33729         * rt/clock_settime.c: Define __clock_settime as an alias.
33730         * sysdeps/unix/clock_settime.c: Likewise.
33731         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33732         * sysdeps/unix/clock_nanosleep.c: Likewise.
33733         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33734         * rt/clock-compat.c: New file.
33735         * rt/Makefile (librt-routines): Add clock-compat and move
33736         $(clock-routines) to ...
33737         (routines): ... here, new variable.
33738         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33739         Don't add get_clockfreq here.
33740         * rt/Versions (libc: GLIBC_2.17): New version set.
33741         Add clock_* symbols here.
33742         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33743         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33744         (GLIBC_2.17): Add clock_* symbols.
33745         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33746         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33747         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33749         Likewise.
33750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33751         Likewise.
33752         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33753         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33754         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33755         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33756         * NEWS: Mention the move.
33757
33758         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33759         Use __open, __read, __close rather than their public counterparts.
33760         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33761         (__get_clockfreq_via_cpuinfo): Likewise.
33762         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33763         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33764
33765         * config.h.in (HAVE_IFUNC): New #undef.
33766         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33767         was successful.
33768         * configure: Regenerated.
33769
33770 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33771
33772         * configure.in: Move READELF check to start of file.
33773         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33774         libc_cv_asm_gnu_indirect_function in the process.
33775         * configure: Regenerated.
33776
33777 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33778
33779         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33780         send the output to /dev/null.
33781         (libc_cv_cc_with_libunwind): Likewise.
33782         (libc_cv_as_noexecstack): Likewise.
33783         * configure: Regenerate.
33784
33785 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33786
33787         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33788
33789         * posix/globtest.sh (TMPDIR): Do not set.
33790         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33791         (testout): Likewise.
33792
33793 2012-10-24  Andreas Jaeger  <aj@suse.de>
33794
33795         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33796         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33797         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33798         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33799         posix_fadvise64, posix_fallocate64.
33800
33801         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33802         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33803         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33804         Likewise.
33805         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33806         Likewise.
33807         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33808
33809         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33810         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33811         <bits/fcntl-linux.h>.
33812         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33813
33814         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33815         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33816         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33817         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33818         [__WORDSIZE != 64]: Likewise.
33819
33820 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33821
33822         * Makeconfig (run-built-tests): New variable.
33823         * Rules [$(cross-compiling) = yes]: Change condition to
33824         [$(run-built-tests) = no].
33825         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33826         to [$(run-built-tests) = yes].
33827         * elf/Makefile [$(cross-compiling) = no]: Likewise
33828         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33829         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33830         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33831         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33832         * io/Makefile [$(cross-compiling) = no]: Likewise.
33833         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33834         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33835         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33836         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33837         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33838         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33839         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33840         * string/Makefile [$(cross-compiling) = no]: Likewise.
33841
33842         * posix/Makefile ($(objpfx)globtest.out): Pass
33843         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33844         $(rtld-installed-name).
33845         * posix/globtest.sh (elf_objpfx): Remove variable.
33846         (rtld_installed_name): Likewise.
33847         (library_path): Likewise.
33848         (run_program_prefix): New variable.  Use for running globtest
33849         binary.
33850
33851 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33852             Joseph Myers  <joseph@codesourcery.com>
33853
33854         * Makeconfig (host-built-program-cmd): New variable.
33855         * elf/Makefile (tst-stackguard1-ARGS): Use
33856         $(host-built-program-cmd).
33857         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33858         (tst-spawn-ARGS): Likewise.
33859         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33860
33861 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33862             Jim Blandy  <jimb@codesourcery.com>
33863
33864         * Makeconfig (run-via-rtld-prefix): New variable.
33865         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33866         (built-program-cmd): Likewise.
33867
33868 2012-10-22  Andreas Jaeger  <aj@suse.de>
33869
33870         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33871         __O_RSYNC if it exists, otherwise to O_SYNC.
33872
33873 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33874             Joseph Myers  <joseph@codesourcery.com>
33875
33876         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33877         /dev/null.
33878         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33879         from /dev/null
33880         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33881         /dev/null.
33882
33883 2012-10-22  Andreas Jaeger  <aj@suse.de>
33884
33885         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33886         Define always.
33887         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33888
33889         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33890         bits/fcntl-linux.h.
33891
33892         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33893         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33894
33895         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33896         to __O_LARGEFILE.
33897         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33898         to __O_LARGEFILE.
33899
33900 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33901             Joseph Myers  <joseph@codesourcery.com>
33902
33903         * config.make.in (NM): New variable.
33904
33905 2012-10-21  Andreas Jaeger  <aj@suse.de>
33906
33907         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33908         definitions and declarations that are provided by
33909         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33910
33911 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33912
33913         [BZ #14683]
33914         * elf/Makefile (tests-static): Add tst-leaks1-static.
33915         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33916         ($(objpfx)tst-leaks1-static): New rule.
33917         ($(objpfx)tst-leaks1-static-mem): Likewise.
33918         (tst-leaks1-static-ENV): New macro.
33919         * elf/dl-open.c (dl_open_worker): Check the main application
33920         only if SHARED is defined.
33921         * elf/tst-leaks1-static.c: New file.
33922
33923 2012-10-20  Andreas Jaeger  <aj@suse.de>
33924
33925         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33926         generic values for Linux.
33927         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33928         and declarations that are provided by <bits/fcntl-linux.h> and
33929         include <bits/fcntl-linux.h>.
33930         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33931         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33932
33933 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33934
33935         * io/fcntl.h: Move include of <bits/types.h> to the top and
33936         include it unconditionally.
33937
33938 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33939
33940         * wcsmbs/Makefile (tests-ifunc): New variable.
33941         (tests): Add $(tests-ifunc).
33942         * wcsmbs/test-wcschr-ifunc.c: New file.
33943         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33944         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33945         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33946         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33947         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33948
33949         * string/Makefile (tests-ifunc): New variable.
33950         (tests): Add $(tests-ifunc).
33951         * string/test-memccpy.c (TEST_NAME): New macro.
33952         * string/test-memchr.c (TEST_NAME): Likewise.
33953         * string/test-memcmp.c (TEST_NAME): Likewise.
33954         * string/test-memcpy.c (TEST_NAME): Likewise.
33955         * string/test-memmem.c (TEST_NAME): Likewise.
33956         * string/test-memmove.c (TEST_NAME): Likewise.
33957         * string/test-memset.c (TEST_NAME): Likewise.
33958         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33959         * string/test-stpcpy.c (TEST_NAME): Likewise.
33960         * string/test-stpncpy.c (TEST_NAME): Likewise.
33961         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33962         * string/test-strcasestr.c (TEST_NAME): Likewise.
33963         * string/test-strcat.c (TEST_NAME): Likewise.
33964         * string/test-strchr.c (TEST_NAME): Likewise.
33965         * string/test-strcmp.c(TEST_NAME): Likewise.
33966         * string/test-strcpy.c (TEST_NAME): Likewise.
33967         * string/test-strcspn.c (TEST_NAME): Likewise.
33968         * string/test-strlen.c (TEST_NAME): Likewise.
33969         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33970         * string/test-strncmp.c (TEST_NAME): Likewise.
33971         * string/test-strncpy.c (TEST_NAME): Likewise.
33972         * string/test-strnlen.c (TEST_NAME): Likewise.
33973         * string/test-strpbrk.c (TEST_NAME): Likewise.
33974         * string/test-strrchr.c (TEST_NAME): Likewise.
33975         * string/test-strspn.c (TEST_NAME): Likewise.
33976         * string/test-strstr.c (TEST_NAME): Likewise.
33977         * string/test-bcopy-ifunc.c: New file.
33978         * string/test-bzero-ifunc.c: Likewise.
33979         * string/test-memccpy-ifunc.c: Likewise.
33980         * string/test-memchr-ifunc.c: Likewise.
33981         * string/test-memcmp-ifunc.c: Likewise.
33982         * string/test-memcpy-ifunc.c: Likewise.
33983         * string/test-memmem-ifunc.c: Likewise.
33984         * string/test-memmove-ifunc.c: Likewise.
33985         * string/test-mempcpy-ifunc.c: Likewise.
33986         * string/test-memset-ifunc.c: Likewise.
33987         * string/test-rawmemchr-ifunc.c: Likewise.
33988         * string/test-stpcpy-ifunc.c: Likewise.
33989         * string/test-stpncpy-ifunc.c: Likewise.
33990         * string/test-strcasecmp-ifunc.c: Likewise.
33991         * string/test-strcasestr-ifunc.c: Likewise.
33992         * string/test-strcat-ifunc.c: Likewise.
33993         * string/test-strchr-ifunc.c: Likewise.
33994         * string/test-strchrnul-ifunc.c: Likewise.
33995         * string/test-strcmp-ifunc.c: Likewise.
33996         * string/test-strcpy-ifunc.c: Likewise.
33997         * string/test-strcspn-ifunc.c: Likewise.
33998         * string/test-strlen-ifunc.c: Likewise.
33999         * string/test-strncasecmp-ifunc.c: Likewise.
34000         * string/test-strncat-ifunc.c: Likewise.
34001         * string/test-strncmp-ifunc.c: Likewise.
34002         * string/test-strncpy-ifunc.c: Likewise.
34003         * string/test-strnlen-ifunc.c: Likewise.
34004         * string/test-strpbrk-ifunc.c: Likewise.
34005         * string/test-strrchr-ifunc.c: Likewise.
34006         * string/test-strspn-ifunc.c: Likewise.
34007         * string/test-strstr-ifunc.c: Likewise.
34008
34009         * debug/Makefile (tests-ifunc): New variable.
34010         (tests): Add $(tests-ifunc).
34011         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34012         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34013         * debug/test-stpcpy_chk-ifunc.c: New file.
34014         * debug/test-strcpy_chk-ifunc.c: Likewise.
34015
34016 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34017
34018         [BZ #13601]
34019         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34020         header is not read in.
34021
34022 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34023
34024         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34025         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34026         directly.  Pass built executable to script as
34027         $(built-program-cmd).
34028         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34029         $testprogram without using LD_LIBRARY_PATH and $ldso.
34030
34031         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34032         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34033         $(rtld-installed-name).
34034         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34035         (rtld_installed_name): Likewise.
34036         (library_path): Likewise.
34037         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34038         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34039         $(run-program-prefix) to tst-tables.sh.
34040         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34041         it to run tst-table-from and tst-table-to.
34042         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34043         Pass it to tst-table.sh.
34044         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34045         $(run-program-prefix) to tst-gettext.sh.
34046         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34047         tst-translit.sh.
34048         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34049         tst-gettext2.sh.
34050         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34051         to run tst-gettext.
34052         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34053         to run tst-gettext2.
34054         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34055         to run tst-translit.
34056         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34057         $(run-program-prefix) to tst-mtrace.sh.
34058         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34059         to run tst-mtrace.
34060         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34061         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34062         $(rtld-installed-name).
34063         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34064         (rtld_installed_name): Likewise.
34065         (run_program_prefix): New variable.  Use it to run wordexp-test.
34066
34067         * Makeconfig (ARCH): Remove all definitions.
34068         (machine): Likewise.
34069         [ARCH]: Remove conditional code.
34070         [!objdir]: Give error.
34071         [!objdir] (objpfx): Remove.
34072         [!objdir] (common-objpfx): Likewise.
34073         [!objdir] (common-objdir): Likewise.
34074         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34075         AC_CONFIG_FILES call.
34076         * configure: Regenerated.
34077
34078         [BZ #13888]
34079         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34080         or TMPDIR.
34081         (testout): Likewise.
34082
34083         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34084         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34085         $(rtld-installed-name).
34086         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34087         (rtld_installed_name): Likwise.
34088         (runit): Remove function.
34089         (run_getconf): New variable,  Use it for running getconf binary.
34090
34091 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34092
34093         [BZ #14716]
34094         * string/test-memmem.c (check_result): New function.
34095         (do_one_test): Use it.
34096         (check1): New function.
34097         (test_main): Use it.
34098
34099 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34100
34101         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34102
34103 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34104
34105         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34106         (_G_LSEEK64): Likewise.
34107         (_G_MMAP64): Likewise.
34108         (_G_FSTAT64): Likewise.
34109         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34110         (_G_LSEEK64): Likewise.
34111         (_G_MMAP64): Likewise.
34112         (_G_FSTAT64): Likewise.
34113         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34114         unconditional.  Call __mmap64 directly.
34115         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34116         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34117         __lseek64 directly.
34118         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34119         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34120         __mmap64 directly.
34121         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34122         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34123         __lseek64 directly.
34124         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34125         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34126         __lseek64 directly.
34127         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34128         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34129         __lseek64 directly.
34130         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34131         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34132         __fxstat64 directly.
34133         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34134         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34135         unconditional.
34136         (freopen64) [!_G_OPEN64]: Remove conditional code.
34137         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34138         unconditional.
34139         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34140         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34141         unconditional.
34142         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34143         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34144         unconditional.
34145         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34146         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34147         unconditional.
34148         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34149         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34150         unconditional.
34151         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34152         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34153         unconditional.
34154         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34155         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34156         unconditional.
34157         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34158
34159 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34160
34161         [BZ #12140]
34162         * manual/memory.texi (Malloc Tunable Parameters): Add note
34163         about free list pointers overwriting some perturb bytes.
34164         Wording suggested by Roland McGrath.
34165
34166 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34167
34168         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34169         (lgamma_test): Likewise.
34170         (tgamma_test): Likewise.
34171
34172 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34173
34174         [BZ #14700]
34175         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34176         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34177
34178 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34179
34180         * NEWS: Mention BZ #14716.
34181         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34182         when removing AVAILABLE1_USES_J macro.
34183
34184 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34185
34186         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34187         (__bswap_64): __uint64_t for unsigned 64-bit int.
34188
34189 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34190
34191         * include/string.h (memmem): Declare libc hidden alias.
34192         * string/memmem.c (memmem): Define libc hidden alias.
34193         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34194         __read, __close instead of open, read, close.
34195
34196 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34197
34198         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34199         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34200         global and hidden.
34201         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34202         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34203         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34204         Likewise.
34205         (__rawmemchr_sse2): Likewise.
34206         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34207         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34208         (__strchr_sse2): Likewise.
34209         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34210         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34211         (__strcasecmp_sse2): Likewise.
34212         (__strncasecmp_sse2): Likewise.
34213         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34214         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34215         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34216         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34217         (__strrchr_sse2): Likewise.
34218         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34219         ifunc-impl-list.c.
34220         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34221         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34222         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34223         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34224         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34225         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34226         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34227         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34228         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34229         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34230         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34231         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34232         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34233         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34234         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34235         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34236         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34237         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34238         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34239         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34240         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34241         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34242         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34243         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34244         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34245         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34246         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34247         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34248         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34249         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34250
34251         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34252         global and hidden.
34253         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34254         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34255         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34256         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34257         Likewise.
34258         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34259         Likewise.
34260         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34261         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34262         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34263         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34264         ifunc-impl-list.c.
34265         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34266         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34267         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34268         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34269         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34270         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34271         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34272         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34273         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34274         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34275         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34276         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34277         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34278         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34279         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34280         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34281         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34282         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34283         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34284         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34285         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34286         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34287         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34288         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34289         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34290         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34291         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34292         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34293         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34294         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34295         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34296         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34297         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34298         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34299         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34300         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34301         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34302         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34303         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34304         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34305         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34306
34307         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34308         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34309         * include/ifunc-impl-list.h: New file.
34310         * misc/ifunc-impl-list.c: Likewise.
34311         * misc/Makefile (routines): Add ifunc-impl-list.
34312         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34313         * string/test-string.h: Include <ifunc-impl-list.h>.
34314         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34315         TEST_NAME]: New variables.
34316         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34317         are defined.
34318         (test_init): Call __libc_ifunc_impl_list to initialize
34319         func_list if TEST_IFUNC and TEST_NAME are defined.
34320
34321         * string/Makefile (strop-tests): Add bcopy and bzero.
34322         * string/test-bcopy.c: New file.
34323         * string/test-bzero.c: Likewise.
34324         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34325         defined.
34326         * string/test-memset.c: Support bzero test if TEST_BZERO is
34327         defined.
34328         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34329         __libc_memmove.
34330         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34331         __libc_memset.
34332         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34333         of memset.
34334
34335 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34336
34337         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34338         * configure: Regenerated.
34339
34340         * Makeconfig (+link-static-before-libc): Don't include
34341         $(link-static-libc).
34342
34343         * libio/libio.h (_IO_pos_t): Remove.
34344
34345 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34346
34347         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34348         McGrath.
34349
34350 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34351
34352         * crypt/crypt-entry.c: Include fips-private.h.
34353         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34354         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34355         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34356         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34357
34358 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34359
34360         * crypt/crypt-private.h: Include stdbool.h.
34361         (_ufc_setup_salt_r): Return bool.
34362         * crypt/crypt-entry.c: Include errno.h.
34363         (__crypt_r): Return NULL with EINVAL for bad salt.
34364         * crypt/crypt_util.c (bad_for_salt): New.
34365         (_ufc_setup_salt_r): Check that salt is long enough and within
34366         the specified alphabet.
34367         * crypt/badsalttest.c: New file.
34368         * crypt/Makefile (tests): Add it.
34369         ($(objpfx)badsalttest): New.
34370
34371 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34372
34373         * NEWS: Add entry for BZ #14602.
34374
34375 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34376
34377         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34378         type-generic.
34379         * math/libm-test.inc: Update comment listing what functions and
34380         macros are tested.
34381         (isgreater_test): New function.
34382         (isgreaterequal_test): Likewise.
34383         (isless_test): Likewise.
34384         (islessequal_test): Likewise.
34385         (islessgreater_test): Likewise.
34386         (isunordered_test): Likewise.
34387         (main): Call the new functions.
34388
34389 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34390
34391         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34392         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34393         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34394         * sysdeps/i386/configure: Regenerated.
34395         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34396         * sysdeps/mach/configure: Regenerated.
34397         * sysdeps/mach/hurd/configure: Regenerated.
34398         * sysdeps/powerpc/configure: Regenerated.
34399         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34400         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34401         * sysdeps/s390/s390-32/configure: Regenerated.
34402         * sysdeps/s390/s390-64/configure: Regenerated.
34403         * sysdeps/sh/configure: Regenerated.
34404         * sysdeps/sparc/configure: Regenerated.
34405         * sysdeps/unix/sysv/linux/configure: Regenerated.
34406         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34407         * sysdeps/x86_64/configure: Regenerated.
34408
34409         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34410         defined.  Don't check if MAP is NULL.
34411
34412 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34413
34414         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34415         (_G_stat64): Likewise.
34416         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34417         (_G_stat64): Likewise.
34418         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34419         instead of struct _G_stat64.
34420         * libio/fileops.c (mmap_remap_check): Likewise.
34421         (decide_maybe_mmap): Likewise.
34422         (_IO_new_file_seekoff): Likewise.
34423         (_IO_file_stat): Likewise.
34424         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34425         _G_off64_t.
34426         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34427         instead of struct _G_stat64.
34428         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34429
34430 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34431
34432         [BZ #14602]
34433         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34434         Replace with ...
34435         (CHECK_EOL): New macro.
34436         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34437         CHECK_EOL.
34438         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34439         Replace with CHECK_EOL.
34440         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34441         Replace with CHECK_EOL.
34442
34443 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34444
34445         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34446         type-generic.
34447         * math/libm-test.inc: Update comment listing what functions and
34448         macros are tested.
34449         (finite_test): New function.
34450         (isinf_test): Likewise.
34451         (isnan_test): Likewise.
34452         (fpclassify_test): Test subnormal input.
34453         (isfinite_test): Likewise.
34454         (isnormal_test): Likewise.
34455         (main): Call the new functions.
34456
34457 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34458
34459         [BZ #14660]
34460         * Makerules (%.dynsym): Force C locale when running
34461         $(OBJDUMP) --dynamic-syms.
34462
34463 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34464
34465         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34466         <stdint.h>.
34467
34468 2012-10-06  David S. Miller  <davem@davemloft.net>
34469
34470         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34471         upper 32-bits of the length value in %o2 since we use branch-on-register
34472         tests which consider the entire 64-bit register.
34473
34474 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34475
34476         * string/test-strstr.c (check2): Add a test for page boundary.
34477
34478 2012-10-05  David S. Miller  <davem@davemloft.net>
34479
34480         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34481         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34482         file.
34483         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34484         sysdep_routines.
34485         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34486         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34487         and bzero when HWCAP_SPARC_CRYPTO is present.
34488
34489 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34490
34491         [BZ #14602]
34492         * string/test-strstr.c (check2): New function.
34493         (test_main): Call check2.
34494
34495         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34496         and bug-strchr1.
34497         * string/bug-strcasestr1.c (do_test): Moved to ...
34498         * string/test-strcasestr.c (check1): Here.  New function.
34499         (do_one_test): Break out result checking code into ...
34500         (check_result): This.  New function.
34501         (do_one_test): Call check_result.
34502         (test_main): Call check1.
34503         * string/bug-strchr1.c (do_test): Moved to ...
34504         * string/test-strchr.c (check1): Here.  New function.
34505         (do_one_test): Break out result checking code into ...
34506         (check_result): This.  New function.
34507         (do_one_test): Call check_result.
34508         (test_main): Call check1.
34509         * string/bug-strstr1.c (main): Moved to ...
34510         * string/test-strstr.c (check1): Here.  New function.
34511         (do_one_test): Break out result checking code into ...
34512         (check_result): This.  New function.
34513         (do_one_test): Call check_result.
34514         (test_main): Call check1.
34515         * string/bug-strcasestr1.c: Removed.
34516         * string/bug-strchr1.c: Likewise.
34517         * string/bug-strstr1.c: Likewise.
34518
34519         * elf/Makefile (dl-routines): Add hwcaps.
34520         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34521         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34522         (_dl_important_hwcaps): Moved to ...
34523         * elf/dl-hwcaps.c: Here.  New file.
34524         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34525
34526         [BZ #14557]
34527         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34528         if IS_IN_rtld isn't defined.
34529
34530         * elf/dl-support.c (_dl_sysinfo_map): New.
34531         Include "get-dynamic-info.h" and "setup-vdso.h".
34532         (_dl_non_dynamic_init): Call setup_vdso.
34533         * elf/dynamic-link.h: Don't include <assert.h>.
34534         (elf_get_dynamic_info): Moved to ...
34535         * elf/get-dynamic-info.h: Here.  New file.
34536         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34537         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34538         * elf/setup-vdso.h: Here.  New file.
34539         * elf/rtld.c: Include "setup-vdso.h".
34540         (dl_main): Call setup_vdso.
34541
34542 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34543
34544         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34545         creal in comment listing functions tested.  List finite, isinf,
34546         isnan, isless, islessequal, isgreater, isgreaterequal,
34547         islessgreater, isunordered, lgamma_r and pow10 as functions and
34548         macros not tested.  Mention which functions not tested are aliases
34549         for other functions.  Fix typo.  Note that signs of NaNs are not
34550         tested.
34551
34552         * scripts/config.guess: Update from config.git.
34553         * scripts/config.sub: Likewise.
34554
34555 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34556
34557         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34558         * misc/madvise.c (madvise): Renamed to __madvise.
34559         Make madvise a weak alias.
34560         * include/sys/mman.h: Declare __madvise.
34561         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34562         * sysdeps/unix/syscalls.list
34563         (madvise): Make __madvise the strong name, and madvise a weak alias.
34564         * sysdeps/unix/sysv/linux/syscalls.list
34565         (madvise, mmap): Remove redundant entries.
34566         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34567         * malloc/malloc.c (mtrim): Likewise.
34568         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34569
34570 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34571
34572         * sysdeps/mach/hurd/dl-cache.c: File removed.
34573         * config.h.in (USE_LDCONFIG): New #undef.
34574         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34575         * configure: Regenerated.
34576         * elf/Makefile (dl-routines): Add dl-cache only under
34577         [$(use-ldconfig) = yes].
34578         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34579         cache on [USE_LDCONFIG].
34580         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34581         [USE_LDCONFIG].
34582         * elf/rtld.c (dl_main): Likewise.
34583
34584 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34585
34586         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34587         _SC_LEVEL4_CACHE_LINESIZE.
34588
34589 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34590
34591         * sysdeps/unix/bsd/confstr.h: File removed.
34592
34593 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34594
34595         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34596         sys/sdt-config.h.
34597
34598 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34599
34600         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34601         Make 'mapoff' field ElfW(Off) rather than off_t.
34602
34603 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34604
34605         * nscd/Makefile: Remove nscd-cflags and all its users.
34606         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34607         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34608
34609         [BZ #10631]
34610         * malloc.c (malloc_printerr): Clarify error message.
34611
34612 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34613
34614         [BZ #14648]
34615         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34616         Set bit_FMA_Usable if FMA is supported.
34617         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34618         macro.
34619         (bit_FMA4_Usable): Updated.
34620         (index_FMA_Usable): New macro.
34621         (CPUID_FMA): Likewise
34622         (HAS_FMA): Defined with bit_FMA_Usable.
34623
34624 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34625
34626         * bits/types.h (__swblk_t): Type removed.
34627         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34628         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34629         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34630         (__SWBLK_T_TYPE): Likewise.
34631         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34632         (__SWBLK_T_TYPE): Likewise.
34633         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34634         (__SWBLK_T_TYPE): Likewise.
34635         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34636         (__SWBLK_T_TYPE): Likewise.
34637
34638 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34639             Honza Horak <hhorak@redhat.com>
34640
34641         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34642         (xdr_mapname): Use YPMAXMAP as maxsize.
34643         (xdr_peername): Use YPMAXPEER as maxsize.
34644         (xdr_keydat): Use YPAXRECORD as maxsize.
34645         (xdr_valdat): Use YPMAXRECORD as maxsize.
34646
34647 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34648
34649         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34650
34651         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34652         * csu/init-first.c: ... here.
34653         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34654         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34655         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34656         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34657         * sysdeps/i386/init-first.c: File removed.
34658         * sysdeps/sh/init-first.c: File removed.
34659
34660 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34661
34662         [BZ #14645]
34663         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34664         if x * y might underflow to zero and z is zero.
34665         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34666         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34667         * math/libm-test.inc (min_subnorm_value): New variable.
34668         (fma_test): Add more tests.
34669         (fma_test_towardzero): Likewise.
34670         (fma_test_downward): Likewise
34671         (fma_test_upward): Likewise.
34672         (initialize): Set min_subnorm_value.
34673
34674 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34675
34676         [BZ #14638]
34677         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34678         0 + 0.
34679         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34680         mode for addition resulting in exact zero.
34681         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34682         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34683         exact 0 + 0.
34684         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34685         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34686         * math/libm-test.inc (fma_test): Add more tests.
34687         (fma_test_towardzero): New function.
34688         (fma_test_downward): Likewise.
34689         (fma_test_upward): Likewise.
34690         (main): Call the new functions.
34691
34692 2012-09-28  David S. Miller  <davem@davemloft.net>
34693
34694         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34695
34696 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34697
34698         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34699         instead of SIGALRM.
34700
34701         * sysdeps/gnu/_G_config.h: Moved to ...
34702         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34703         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34704         * sysdeps/generic/_G_config.h: ... here.
34705
34706         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34707
34708         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34709
34710         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34711         Conditionalize target on [libnss_test1.so-version].
34712
34713         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34714
34715         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34716         (elfobjdir): Move out of conditionals.
34717
34718         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34719         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34720         (__nss_lookup_function): Conditionalize label remove_from_tree on
34721         [!DO_STATIC_NSS || SHARED], matching its only use.
34722
34723 2012-09-28  David S. Miller  <davem@davemloft.net>
34724
34725         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34726         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34727         file.
34728         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34729         sysdep_routines.
34730         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34731         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34732         when HWCAP_SPARC_CRYPTO is present.
34733
34734 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34735
34736         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34737
34738 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34739
34740         [BZ #6530]
34741         * stdio-common/vfprintf.c (process_string_arg): Revert
34742         2000-07-22 change.
34743
34744 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34745
34746         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34747         for testcase.
34748         * stdio-common/tst-sprintf.c: Include <locale.h>
34749         (main): Test sprintf's handling of incomplete multibyte
34750         characters.
34751
34752 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34753
34754         * elf/dl-runtime.c (VERSYMIDX): Removed.
34755         * elf/dl-version.c (VERSYMIDX): Likewise.
34756         * elf/do-rel.h (VERSYMIDX): Likewise.
34757         (VALIDX): Likewise.
34758         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34759         * elf/rtld.c (VALIDX): Likewise.
34760         (ADDRIDX): Likewise.
34761         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34762         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34763         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34764         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34765         (VALIDX): Likewise.
34766         (ADDRIDX): Likewise.
34767
34768 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34769
34770         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34771
34772 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34773
34774         [BZ #11438]
34775         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34776         to global scope.
34777         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34778         addresses are in the same scope as 192.0.2/24.
34779         * posix/gai.conf: Document new scope table defaults.
34780
34781 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34782
34783         [BZ #5298]
34784         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34785         for ftell.  Compute offsets from write pointers instead.
34786         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34787
34788 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34789
34790         [BZ #14543]
34791         * libio/Makefile (tests): New test case tst-fseek.
34792         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34793         combination works in wide mode.
34794         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34795         state when the external buffer state changes.
34796
34797 2012-09-27  David S. Miller  <davem@davemloft.net>
34798
34799         [BZ #14376]
34800         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34801         pass reloc->r_addend in as the 'high' argument to
34802         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34803
34804         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34805
34806 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34807
34808         * rt/tst-aio2.c: Include <pthread.h>.
34809         * rt/tst-aio3.c: Likewise.
34810
34811 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34812
34813         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34814
34815 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34816
34817         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34818         contents on [SHARED].
34819
34820 2012-09-26  Marek Polacek  <polacek@redhat.com>
34821
34822         [BZ #14530]
34823         [BZ #13741]
34824         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34825         for C++ and GCC <4.3 as well as for non GCC compilers.
34826
34827 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34828
34829         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34830
34831 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34832
34833         * Makefile.in (all, install): Declare with .PHONY.
34834         Reported by Michael Hope <michael.hope@linaro.org>.
34835
34836 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34837
34838         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34839         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34840         system header.
34841         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34842         Likewise.
34843         (sydep_routines): Add the new and the internal functions.
34844         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34845         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34847         (GLIBC_2.17): Add the new function.
34848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34849         (GLIBC_2.17): Likewise.
34850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34851         (GLIBC_2.17): Likewise.
34852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34853         (GLIBC_2.17): Likewise.
34854         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34855
34856 2012-09-25  Alan Modra  <amodra@gmail.com>
34857
34858         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34859         Add release barrier before setting once_control to say
34860         initialisation is done.  Add hints on lwarx.  Use macro in
34861         place of isync.
34862         (clear_once_control): Add release barrier.
34863
34864 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34865
34866         [BZ #13629]
34867         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34868         specially.
34869         * math/s_clog10.c (__clog10): Likewise.
34870         * math/s_clog10f.c (__clog10f): Likewise.
34871         * math/s_clog10l.c (__clog10l): Likewise.
34872         * math/s_clogf.c (__clogf): Likewise.
34873         * math/s_clogl.c (__clogl): Likewise.
34874         * math/Makefile (libm-calls): Add x2y2m1.
34875         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34876         (__x2y2m1): Likewise.
34877         (__x2y2m1l): Likewise.
34878         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34879         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34880         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34881         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34882         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34883         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34884         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34885         * sysdeps/i386/fpu/libm-test-ulps: Update.
34886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34887
34888         [BZ #14621]
34889         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34890         int as type of variable DEPTH.
34891         (glob): Use size_t instead of int as type of variables NEWCOUNT
34892         and OLD_PATHC.
34893
34894 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34895
34896         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34897         Add s_sincosf-sse2.
34898         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34899         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34900         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34901         macros for using routine as __sincosf_ia32.
34902         Use macro for function declaration and weak_alias.
34903         * sysdeps/i386/fpu/libm-test-ulps: Update.
34904
34905         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34906         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34907
34908         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34909         subnormal argument.
34910         * math/s_cexpf.c (__cexpf): Likewise.
34911         * math/s_csinf.c (__csinf): Likewise.
34912         * math/s_csinhf.c (__csinhf): Likewise.
34913         * math/s_ctanf.c (__ctanf): Likewise.
34914         * math/s_ctanhf.c (__ctanhf): Likewise.
34915         * math/s_ccosh.c (__ccoshf): Likewise.
34916         * math/s_cexp.c (__cexpl): Likewise.
34917         * math/s_csin.c (__csin): Likewise.
34918         * math/s_csinh.c (__csinh): Likewise.
34919         * math/s_ctan.c (__ctan): Likewise.
34920         * math/s_ctanh.c (ctanh): Likewise.
34921         * math/s_ccoshl.c (__ccoshl): Likewise.
34922         * math/s_cexpl.c (__cexpl): Likewise.
34923         * math/s_csinl.c (__csinl): Likewise.
34924         * math/s_csinhl.c (__csinhl): Likewise.
34925         * math/s_ctanl.c (__ctanl): Likewise.
34926         * math/s_ctanhl.c (__ctanhl): Likewise.
34927
34928 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34929
34930         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34931         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34932         (_IO_off_t): Define to __off_t, not _G_off_t.
34933         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34934         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34935         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34936         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34937         type of __dummy and __dummy2 fields.
34938         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34939         (_G_ssize_t): Likewise.
34940         (_G_off_t): Likewise.
34941         (_G_pid_t): Likewise.
34942         (_G_uid_t): Likewise.
34943         (_G_wchar_t): Likewise.
34944         (_G_wint_t): Likewise.
34945         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34946         (_G_ssize_t): Likewise.
34947         (_G_off_t): Likewise.
34948         (_G_pid_t): Likewise.
34949         (_G_uid_t): Likewise.
34950         (_G_wchar_t): Likewise.
34951         (_G_wint_t): Likewise.
34952         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34953         (_G_ssize_t): Likewise.
34954         (_G_off_t): Likewise.
34955         (_G_pid_t): Likewise.
34956         (_G_uid_t): Likewise.
34957         (_G_wchar_t): Likewise.
34958         (_G_wint_t): Likewise.
34959
34960 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34961
34962         * malloc/arena.c: Include malloc-sysdep.h.
34963         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34964         is sufficient to shrink the heap or an unmap is needed.
34965         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34966         new function check_may_shrink_heap.
34967         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34968         new function check_may_shrink_heap.
34969
34970 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34971
34972         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34973         comments.
34974
34975 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34976
34977         * catgets/test-gencat.sh: Add "set -e".
34978         * elf/tst-pathopt.sh: Likewise.
34979         * grp/tst_fgetgrent.sh: Likewise.
34980         * iconvdata/run-iconv-test.sh: Likewise.
34981         * intl/tst-gettext.sh: Likewise.
34982         * intl/tst-gettext2.sh: Likewise.
34983         * intl/tst-gettext4.sh: Likewise.
34984         * intl/tst-gettext6.sh: Likewise.
34985         * intl/tst-translit.sh: Likewise.
34986         * io/ftwtest-sh: Likewise.
34987         * libio/test-freopen.sh: Likewise.
34988         * malloc/tst-mtrace.sh: Likewise.
34989         * posix/globtest.sh: Likewise.
34990         * posix/tst-getconf.sh: Likewise.
34991         * posix/wordexp-tst.sh: Likewise.
34992         * stdio-common/tst-printf.sh: Likewise.
34993         * stdio-common/tst-unbputc.sh: Likewise.
34994         * stdlib/tst-fmtmsg.sh: Likewise.
34995         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34996         * catgets/Makefile: Do not specify -e option when running
34997         testsuite shell scripts.
34998         * elf/Makefile: Likewise.
34999         * grp/Makefile: Likewise.
35000         * iconvdata/Makefile: Likewise.
35001         * intl/Makefile: Likewise.
35002         * io/Makefile: Likewise.
35003         * libio/Makefile: Likewise.
35004         * malloc/Makefile: Likewise.
35005         * posix/Makefile: Likewise.
35006         * stdio-common/Makefile: Likewise.
35007         * stdlib/Makefile: Likewise.
35008         * sysdeps/x86_64/Makefile: Likewise.
35009
35010         * io/ftwtest-sh: Add copyright header.
35011         * posix/globtest.sh: Likewise.
35012         * posix/tst-getconf.sh: Likewise.
35013         * posix/wordexp-tst.sh: Likewise.
35014         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35015
35016 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35017
35018         [BZ #13679]
35019         * Makeconfig (+link): Defined as $(+link-static) if
35020         $(build-shared) isn't yes.
35021         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35022         isn't yes.
35023         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35024
35025         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35026
35027         [BZ #14562]
35028         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35029         new chunk size with MALLOC_ALIGN_MASK.
35030
35031 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35032
35033         [BZ #5044]
35034         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35035         <rounding-mode.h>.
35036         (__printf_fphex): Determine rounding using get_rounding_mode and
35037         round_away.
35038         * stdio-common/tst-printf-round.c (struct hex_test): New
35039         structure.
35040         (hex_tests): New variable.
35041         (test_hex_in_one_mode): New function.
35042         (do_test): Also run tests for hex float output.
35043
35044 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35045
35046         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35047         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35048         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35049         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35050         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35051         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35052         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35053         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35054
35055 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35056
35057         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35058         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35059         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35060         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35061
35062 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35063
35064         [BZ #14579]
35065         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35066         mode only.
35067         * elf/tst-rtld-load-self.sh: New test.
35068         * elf/Makefile: Run it.
35069
35070 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35071
35072         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35073         (tst-writev-ENV): Remove.
35074         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35075
35076 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35077
35078         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35079
35080 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35081
35082         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35083         unconditional.
35084         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35085         Likewise.
35086         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35087         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35088         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35089         Likewise.
35090
35091 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35092
35093         [BZ #14587]
35094         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35095         * config.make.in (have-cpp-asm-debuginfo): Removed.
35096         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35097         * configure: Regenerated.
35098
35099 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35100
35101         [BZ #5044]
35102         * stdio-common/printf_fp.c: Include <stdbool.h> and
35103         <rounding-mode.h>.
35104         (___printf_fp): Determine rounding using get_rounding_mode and
35105         round_away.
35106         * stdio-common/tst-printf-round.c: New file.
35107         * stdio-common/Makefile (tests): Add tst-printf-round.
35108         (link-libm): New variable.
35109         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35110
35111 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35112
35113         [BZ #14576]
35114         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35115         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35116         Likewise.
35117         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35118         Likewise.
35119
35120 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35121
35122         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35123         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35124         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35125         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35126
35127 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35128
35129         [BZ #14518]
35130         * include/rounding-mode.h: New file.
35131         * sysdeps/generic/get-rounding-mode.h: Likewise.
35132         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35133         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35134         (MAX_VALUE): New macro.
35135         (MIN_VALUE): Likewise.
35136         (overflow_value): New function.
35137         (underflow_value): Likewise.
35138         (round_and_return): Use overflow_value and underflow_value to
35139         determine return values in overflow and underflow cases.  Use
35140         round_away to determine rounding depending on rounding mode.
35141         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35142         determine return values in overflow and underflow cases.
35143         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35144         (struct test_results): New structure.
35145         (struct test): Use struct test_results to store expected results
35146         for all rounding modes.
35147         (TEST): Include expected results for all rounding modes.
35148         (test_in_one_mode): New function.
35149         (do_test): Use test_in_one_mode to compute and check results.
35150         Check results for all rounding modes.
35151         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35152         $(link-libm).
35153
35154 2012-12-09  Allan McRae  <allan@archlinux.org>
35155
35156         * sysdeps/i386/fpu/libm-test-ulps: Update
35157
35158 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35159
35160         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35161         (_G_int32_t): Likewise.
35162         (_G_uint16_t): Likewise.
35163         (_G_uint32_t): Likewise.
35164         (_G_HAVE_BOOL): Likewise.
35165         (_G_HAVE_ATEXIT): Likewise.
35166         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35167         (_G_HAVE_IO_FILE_OPEN): Likewise.
35168         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35169         (_G_int32_t): Likewise.
35170         (_G_uint16_t): Likewise.
35171         (_G_uint32_t): Likewise.
35172         (_G_HAVE_BOOL): Likewise.
35173         (_G_HAVE_ATEXIT): Likewise.
35174         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35175         (_G_HAVE_IO_FILE_OPEN): Likewise.
35176         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35177         (_G_int32_t): Likewise.
35178         (_G_uint16_t): Likewise.
35179         (_G_uint32_t): Likewise.
35180         (_G_HAVE_BOOL): Likewise.
35181         (_G_HAVE_ATEXIT): Likewise.
35182         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35183         (_G_HAVE_IO_FILE_OPEN): Likewise.
35184
35185 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35186
35187         * csu/libc-tls.c: Update copyright years.
35188
35189 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35190
35191         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35192         [!_G_USING_THUNKS]: Remove conditional code.
35193         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35194         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35195
35196         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35197         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35198         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35199         (_G_VTABLE_LABEL_PREFIX): Likewise.
35200         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35201         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35202         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35203         (_G_VTABLE_LABEL_PREFIX): Likewise.
35204         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35205         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35206         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35207         (_G_VTABLE_LABEL_PREFIX): Likewise.
35208         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35209
35210 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35211
35212         * libio/Makefile: Include ../Makeconfig before tests.
35213         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35214         only if $(build-shared) is yes.
35215
35216         * iconv/gconv_db.c: Update copyright years.
35217
35218 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35219
35220         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35221         unwind info if defined PIC. Fix special cases description.
35222         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35223
35224         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35225         DP_HI_MASK entry.
35226         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35227
35228 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35229
35230         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35231
35232         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35233         is NULL.
35234
35235         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35236         (LDLIBS-tst-chk4): This.
35237         (LDFLAGS-tst-chk5): Renamed to ...
35238         (LDLIBS-tst-chk5): This.
35239         (LDFLAGS-tst-chk6): Renamed to ...
35240         (LDLIBS-tst-chk6): This.
35241         (LDFLAGS-tst-lfschk4): Renamed to ...
35242         (LDLIBS-tst-lfschk4): This.
35243         (LDFLAGS-tst-lfschk5): Renamed to ...
35244         (LDLIBS-tst-lfschk5): This.
35245         (LDFLAGS-tst-lfschk6): Renamed to ...
35246         (LDLIBS-tst-lfschk6): This.
35247
35248         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35249         on $(common-objpfx)soversions.mk.
35250
35251 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35252
35253         [BZ #10014]
35254         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35255         example host name.
35256
35257 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35258
35259         * malloc/arena.c (arena_get_retry): New function that gets
35260         another arena for the caller to try its request on.
35261         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35262         current arena cannot fulfill the request.
35263         (__libc_memalign): Likewise.
35264         (__libc_memalign): Likewise.
35265         (__libc_pvalloc): Likewise.
35266         (__libc_calloc): Likewise.
35267
35268 2012-09-05  John Tobey  <john.tobey@gmail.com>
35269
35270         [BZ #13542]
35271         * manual/arith.texi (Operations on Complex): Fix description
35272         of carg branch cut.
35273
35274 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35275
35276         [BZ #10014]
35277         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35278         host name.
35279
35280         [BZ #10038]
35281         * manual/memory.texi (Memory): Make order of menu items match
35282         order of sections.
35283
35284 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35285
35286         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35287         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35288         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35289
35290 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35291
35292         * csu/libc-tls.c (static_dtv): Renamed to ...
35293         (_dl_static_dtv): This.  Make it global.
35294         (_dl_initial_dtv): Removed.
35295         (__libc_setup_tls): Updated.
35296         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35297         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35298         DL_INITIAL_DTV.
35299
35300 2012-09-06  Petr Machata  <pmachata@redhat.com>
35301
35302         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35303         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35304         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35305         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35306
35307 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35308
35309         [BZ #14545]
35310         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35311         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35312         freeing dtv[-1].
35313
35314 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35315
35316         [BZ #14544]
35317         * Makeconfig (link-static-before-libc): Replace $(+prector)
35318         with $(+prectorT).
35319         (link-static-after-libc): Replace $(+postctor) with
35320         $(+postctorT).
35321         (link-bounded): Replace $(+prector)/$(+postctor) with
35322         $(+prectorT)/$(+postctorT).
35323         (+prectorT): New macro.
35324         (+postctorT): Likewise.
35325
35326 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35327
35328         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35329         (round_str): Handle values above the maximum for IBM long double
35330         as inexact.
35331         * stdlib/tst-strtod-round.c (tests): Regenerated.
35332
35333 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35334
35335         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35336         assembler flag.
35337         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35338         zarch_nohighgprs around the zarch optimized routines.
35339         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35340         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35341         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35342         for zarch.
35343
35344 2012-09-05  David S. Miller  <davem@davemloft.net>
35345
35346         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35347
35348         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35349         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35350         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35351         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35352         entries.
35353
35354 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35355
35356         * malloc/arena.c: Fold copyright years.
35357         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35358
35359 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35360
35361         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35362
35363 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35364
35365         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35366
35367 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35368
35369         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35370         change internal state upon failure.
35371
35372 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35373
35374         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35375         * malloc/memusage.c (mmap): Likewise.
35376         (mmap64, mremap): Likewise.  Adjust name in comment.
35377
35378 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35379
35380         * libio/fileops.c: Fix typos in comments.
35381         * libio/oldfileops.c: Likewise.
35382         * libio/wfileops.c: Likewise.
35383
35384 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35385
35386         [BZ #1349]
35387         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35388         (tst-malloc-usable-ENV): Set environment for test case.
35389         * malloc/hooks.c (malloc_check_get_size): New function to get
35390         requested size.
35391         * malloc/malloc.c (musable): Use malloc_check_get_size.
35392         * malloc/tst-malloc-usable.c: New test case.
35393
35394 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35395
35396         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35397
35398 2012-09-05  Allan McRae  <allan@archlinux.org>
35399
35400         [BZ #13966]
35401         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35402         determine header location.
35403         * configure: Regenerated.
35404
35405 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35406
35407         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35408         float format.
35409         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35410         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35411         format.
35412         (test): Regenerate.
35413
35414 2012-09-04  David S. Miller  <davem@davemloft.net>
35415
35416         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35417         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35418         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35419
35420 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35421
35422         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35423         failures.
35424
35425         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35426
35427 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35428
35429         [BZ #9914]
35430         * libio/iogetdelim.c: Include <limits.h>.
35431         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35432         + len + 1 would overflow.
35433
35434 2012-09-03  Andreas Jaeger  <aj@suse.de>
35435
35436         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35437         * sysdeps/i386/fpu/libm-test-ulps: Update.
35438
35439 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35440
35441         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35442         Add s_sinf-sse2, s_conf-sse2.
35443
35444         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35445         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35446         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35447         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35448
35449         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35450         for using routine as __sinf_ia32.
35451         Use macro for function declaration and weak_alias.
35452         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35453         for using routine as __cosf_ia32.
35454         Use macro for function declaration and weak_alias.
35455
35456         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35457         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35458
35459         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35460         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35461         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35462
35463         * math/libm-test.inc (cos_test): Add more test cases.
35464         (sin_test): Likewise.
35465         (sincos_test): Likewise.
35466
35467 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35468
35469         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35470         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35471         hidden.
35472         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35473
35474 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35475
35476         [BZ #14538]
35477         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35478         first element of the GOT.
35479         (elf_machine_load_address): Return the difference between
35480         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35481
35482 2012-09-01  Allan McRae  <allan@archlinux.org>
35483
35484         [BZ #13412]
35485         * configure.in (AWK): Require gawk version 3.0 or later.
35486         * configure: Regenerated.
35487
35488 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35489
35490         * sysdeps/unix/sysv/linux/kernel-features.h
35491         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35492         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35493         [__NR_clock_getres]: Make code unconditional.
35494         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35495         (clock_getcpuclockid): Remove code left unreachable by removal of
35496         conditionals.
35497         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35498         code unconditional.
35499         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35500         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35501         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35502         Make code unconditional.
35503         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35504         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35505         * sysdeps/unix/sysv/linux/clock_settime.c
35506         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35507         conditional code.
35508         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35509         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35510
35511 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35512
35513         [BZ #14476]
35514         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35515         scripts/test-installation.pl.
35516
35517         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35518         and $ld_so_version if it is set.
35519
35520 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35521
35522         [BZ #14516]
35523         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35524         failure if reading from procfs failed.
35525         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35526
35527 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35528
35529         * sysdeps/unix/sysv/linux/kernel-features.h
35530         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35531         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35532         Remove conditional code.
35533         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35534         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35535         Remove conditional code.
35536         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35537         * sysdeps/unix/sysv/linux/i386/fxstat.c
35538         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35539         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35540         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35541         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35542         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35543         * sysdeps/unix/sysv/linux/i386/lxstat.c
35544         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35545         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35546         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35547         Remove conditional code.
35548         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35549         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35550         Remove conditional code.
35551         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35552         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35553         <kernel-features.h>.
35554         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35555         Remove.
35556         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35557         Remove conditional code.
35558         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35559         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35560         Remove conditional.
35561
35562 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35563
35564         [BZ #5400]
35565         * NEWS: Add fixed bug number.
35566
35567 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35568
35569         [BZ #14519]
35570         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35571         underflowing exponent in case of negative sign.
35572         * stdlib/tst-strtod-round-data: Add more tests.
35573         * stdlib/tst-strtod-round.c (tests): Regenerated.
35574
35575         [BZ #3479]
35576         * stdlib/strtod_l.c (NDIG): Remove.
35577         (HEXNDIG): Likewise.
35578         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35579         smallest representable value.
35580         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35581         lie within an exact representation of 1/2 ulp of the result.
35582         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35583         unconditionally.
35584         (TENS_P9_IDX): Define unconditionally.
35585         (TENS_P9_SIZE): Likewise.
35586         (TENS_P10_IDX): Likewise.
35587         (TENS_P10_SIZE): Likewise.
35588         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35589         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35590         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35591         entries for 10^2^13 and 10^2^14.
35592         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35593         (TENS_P13_IDX): Define.
35594         (TENS_P13_SIZE): Likewise.
35595         (TENS_P14_IDX): Likewise.
35596         (TENS_P14_SIZE): Likewise.
35597         (_fpioconst_pow10): Change array size to
35598         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35599         unconditional.
35600         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35601         1024]: Add entries for 10^2^13 and 10^2^14.
35602         [LAST_POW10 > _LAST_POW10]: Remove #error.
35603         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35604         (_fpioconst_pow10): Change array size to
35605         FPIOCONST_POW10_ARRAY_SIZE.
35606         * stdlib/gen-fpioconst.c: New file.
35607         * stdlib/gen-tst-strtod-round.c: Likewise.
35608         * stdlib/tst-strtod-round-data: Likewise.
35609         * stdlib/tst-strtod-round.c: Likewise.
35610         * stdlib/Makefile (tests): Add tst-strtod-round.
35611
35612         [BZ #14459]
35613         * stdlib/strtod_l.c: Include <stdint.h>.
35614         (NDEBUG): Do not define.
35615         (round_and_return): Change EXPONENT parameter to type intmax_t.
35616         Rearrange calculations to avoid internal overflow possibilities.
35617         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35618         Rearrange calculations to avoid internal overflow possibilities.
35619         Assert that number fits inside MPNSIZE limbs.
35620         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35621         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35622         calculations and add assertions to avoid internal overflow
35623         possibilities.  Add casts to avoid signed/unsigned operations.
35624         * stdlib/tst-strtod-overflow.c: New file.
35625         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35626
35627 2012-08-25  Marek Polacek  <polacek@redhat.com>
35628
35629         * time/time.h: Fix some typos in comments.
35630
35631 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35632
35633         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35634         * posix/tst-rfc3484-2.c: Likewise.
35635         * posix/tst-rfc3484-3.c: Likewise.
35636
35637 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35638
35639         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35640         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35641
35642 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35643
35644         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35645         #include of fxstatat64.c.
35646
35647 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35648
35649         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35650         * shadow/getspent_r.c: Likewise.
35651         * shadow/getspnam.c: Likewise.
35652         * shadow/getspnam_r.c: Likewise.
35653         * gshadow/getsgent.c: Likewise.
35654         * gshadow/getsgent_r.c: Likewise.
35655         * gshadow/getsgnam.c: Likewise.
35656         * gshadow/getsgnam_r.c: Likewise.
35657         * inet/getnetbyad.c: Likewise.
35658         * inet/getnetbyad_r.c: Likewise.
35659         * inet/getnetbynm.c: Likewise.
35660         * inet/getnetbynm_r.c: Likewise.
35661         * inet/getnetent.c: Likewise.
35662         * inet/getnetent_r.c: Likewise.
35663         * inet/getproto.c: Likewise.
35664         * inet/getproto_r.c: Likewise.
35665         * inet/getprtent.c: Likewise.
35666         * inet/getprtent_r.c: Likewise.
35667         * inet/getprtname.c: Likewise.
35668         * inet/getprtname_r.c: Likewise.
35669         * inet/getrpcbyname.c: Likewise.
35670         * inet/getrpcbyname_r.c: Likewise.
35671         * inet/getrpcbynumber.c: Likewise.
35672         * inet/getrpcbynumber_r.c: Likewise.
35673         * inet/getrpcent.c: Likewise.
35674         * inet/getrpcent_r.c: Likewise.
35675         * inet/getaliasent.c: Likewise.
35676         * inet/getaliasent_r.c: Likewise.
35677         * inet/getaliasname.c: Likewise.
35678         * inet/getaliasname_r.c: Likewise.
35679         * nscd/getgrgid_r.c: Likewise.
35680         * nscd/getgrnam_r.c: Likewise.
35681         * nscd/gethstbyad_r.c: Likewise.
35682         * nscd/gethstbynm3_r.c: Likewise.
35683         * nscd/getpwnam_r.c: Likewise.
35684         * nscd/getpwuid_r.c: Likewise.
35685         * nscd/getsrvbynm_r.c: Likewise.
35686         * nscd/getsrvbypt_r.c: Likewise.
35687         * nscd/gai.c: Likewise.
35688
35689         * configure.in (build_nscd): New substituted variable, set
35690         by --disable-build-nscd and defaults to $use_nscd.
35691         * configure: Regenerated.
35692         * config.make.in (build-nscd): New substituted variable.
35693         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35694         Change conditional to require [$(build-nscd) = yes] as well.
35695         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35696
35697         [BZ# 13696]
35698         * configure.in (use_nscd): New substituted variable, set by
35699         --disable-nscd.  If enabled, define USE_NSCD.
35700         * configure: Regenerated.
35701         * config.h.in: Add USE_NSCD.
35702         * config.make.in (use-nscd): New substituted variable.
35703         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35704         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35705         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35706         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35707         (CFLAGS-getgrnam_r.c): Likewise.
35708         (CFLAGS-initgroups.c): Likewise.
35709         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35710         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35711         Variables removed.
35712         * inet/getnetgrent_r.c
35713         (nscd_setnetgrent): New function, broken out of ...
35714         (setnetgrent): ... here.  Call it.
35715         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35716         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35717         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35718         * nscd/Makefile (routines, aux): Move definitions after include of
35719         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35720         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35721         Conditionalize on [USE_NSCD].
35722         (is_nscd, nscd_init_cb): Likewise.
35723         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35724         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35725         * nss/nss_db/db-init.c: Likewise.
35726         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35727         [USE_NSCD].
35728         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35729         (make_request): Use it.
35730         (cache_valid_p): New function.
35731         (__check_pf): Use it.
35732         * NEWS: Add item for --disable-nscd.
35733
35734 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35735
35736         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35737         to support sed >= 4.2.1-20-ga9bf076.
35738         * configure: Regenerated.
35739
35740 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35741
35742         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35743         Conditionalize whole body on [IREL].
35744
35745 2012-08-22  Jeff Law <law@redhat.com>
35746
35747         [BZ #14505]
35748         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35749         if the family is PF_UNSPEC.
35750
35751 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35752
35753         * Makerules (lib-version): Rename from V.
35754         (install-lib-nosubdir): Change V to lib-version.
35755
35756 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35757
35758         [BZ #14252]
35759         * powerpc32/power6/wcschr.c: New file.
35760         * powerpc32/power6/wcscpy.c: New file.
35761         * powerpc32/power6/wcsrchr.c: New file.
35762         * powerpc64/power6/wcschr.c: New file.
35763         * powerpc64/power6/wcscpy.c: New file.
35764         * powerpc64/power6/wcsrchr.c: New file.
35765
35766 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35767
35768         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35769         (two_way_short_needle): Use it.
35770         * string/strstr.c (AVAILABLE1_USES_J): Define.
35771         * string/strcasestr.c: Likewise.
35772
35773         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35774         array references.
35775         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35776
35777         [BZ #11607]
35778         * NEWS: Add an entry.
35779         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35780         define their defaults.
35781         (two_way_short_needle): Detect end-of-string on-the-fly.
35782         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35783         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35784         * string/bug-strcasestr1.c: New test.
35785         * string/Makefile: Run it.
35786
35787 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35788
35789         [BZ #11607]
35790         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35791         the first character.
35792
35793 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35794
35795         * csu/elf-init.c (__libc_csu_irel): Function removed.
35796         * csu/libc-start.c (apply_irel): New function.
35797         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35798
35799 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35800
35801         * sysdeps/unix/sysv/linux/kernel-features.h
35802         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35803         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35804         <kernel-features.h>.
35805         [__NR_fadvise64_64]: Make code unconditional.
35806         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35807         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35808         !__NR_fadvise64_64)]: Likewise.
35809         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35810         !__NR_fadvise64_64))]: Likewise.
35811         [__NR_fadvise64]: Make code unconditional.
35812         [!__NR_fadvise64]: Remove conditional code.
35813         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35814         <kernel-features.h>.
35815         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35816         unconditional.
35817         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35818         conditional code.
35819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35820         not include <kernel-features.h>.
35821         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35822         unconditional.
35823         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35824         conditional code.
35825         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35826         include <kernel-features.h>.
35827         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35828         unconditional.
35829         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35830         conditional code.
35831
35832 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35833
35834         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35835         slight instruction rearrangements per scrollpipe analysis.
35836         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35837
35838 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35839
35840         * manual/syslog.texi (syslog; vsyslog, closelog):
35841         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35842         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35843
35844         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35845         DSOCAPS to match condition on defining it.
35846
35847 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35848
35849         * sysdeps/unix/sysv/linux/kernel-features.h
35850         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35852         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35853         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35855         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35856         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35858         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35859         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35860
35861         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35862         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35863
35864         * sysdeps/unix/sysv/linux/kernel-features.h
35865         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35866         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35867         unconditional.
35868         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35869         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35870         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35871         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35872         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35873         Make code unconditional.
35874         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35875         (__mmap64) [!__NR_mmap2]: Likewise.
35876         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35877         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35878         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35879         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35880         [__NR_mmap2]: Make code unconditional.
35881         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35882         (__mmap64) [!__NR_mmap2]: Likewise.
35883
35884 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35885
35886         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35887
35888 2012-08-18  Andreas Jaeger  <aj@suse.de>
35889
35890         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35891
35892 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35893
35894         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35895         * include/unistd.h (__have_sock_cloexec): Likewise.
35896         (__have_pipe2): Likewise.
35897         (__have_dup3): Likewise.
35898
35899 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35900
35901         [BZ #9685]
35902         * include/unistd.h (__have_pipe2): Change define into an extern int.
35903         (__have_dup3): Likewise.
35904         * socket/have_sock_cloexec.c: Include fcntl.h.
35905         (__have_pipe2): New variable.
35906         (__have_dup3): Likewise.
35907
35908 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35909
35910         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35911
35912 2012-08-17  Marek Polacek  <polacek@redhat.com>
35913
35914         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35915         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35916
35917 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35918
35919         * configure.in: Add AC_SUBST for sysheaders.
35920         * configure: Regenerated.
35921         * config.make.in (sysheaders): New substituted variable.
35922
35923         * sysdeps/unix/mkfifo.c: Moved ...
35924         * sysdeps/posix/mkfifo.c: ... here.
35925         * sysdeps/unix/mkfifoat.c: Moved ...
35926         * sysdeps/posix/mkfifoat.c: ... here.
35927
35928         * sysdeps/unix/utime.c: Moved ...
35929         * sysdeps/posix/utime.c: ... here.
35930
35931         * sysdeps/unix/time.c: Moved ...
35932         * sysdeps/posix/time.c: ... here.
35933         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35934         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35935
35936         * sysdeps/unix/nice.c: Moved ...
35937         * sysdeps/posix/nice.c: ... here.
35938
35939         * sysdeps/unix/alarm.c: Moved ...
35940         * sysdeps/posix/alarm.c: ... here.
35941
35942         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35943
35944 2012-08-17  Jeff Law <law@redhat.com>
35945
35946         * intl/Makefile (codeset_mo): New variable.
35947         ($(codeset_mo)): New target.
35948         (tst-codeset.out): Depend on that.  Remove explicit rule.
35949         (tst-gettext3.out, tst-gettext5.out): Likewise.
35950         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35951         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35952         * intl/tst-codeset.sh: Remove.
35953         * intl/tst-gettext3.sh: Likewise.
35954         * intl/tst-gettext5.sh: Likewise.
35955
35956 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35957
35958         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35959         * sysdeps/unix/syscalls.list: ... here.
35960
35961         * sysdeps/posix/getaddrinfo.c
35962         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35963         (gaiconf_init, gaiconf_reload): Use them.
35964         [!_STATBUF_ST_NSEC]
35965         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35966         Define using time_t rather than struct timespec.
35967
35968         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35969         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35970         Macros removed.
35971         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35972         [!NO_THREADS].
35973         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35974         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35975         Likewise.
35976
35977         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35978         __libc_cleanup_push argument.
35979
35980         * bits/param.h: New file.
35981         * misc/sys/param.h: New file.
35982         * include/sys/param.h: New file.
35983         * misc/Makefile (headers): Add bits/param.h.
35984         * sysdeps/generic/sys/param.h: File removed.
35985         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35986         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35987         * sysdeps/mach/hurd/bits/param.h: New file.
35988         * sysdeps/mach/hurd/sys/param.h: File removed.
35989
35990         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35991         last change.
35992
35993         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35994         [_IO_MTSAFE_IO].
35995         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35996         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35997         New macros.
35998
35999         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36000         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36001         rather than -D_IO_MTSAFE_IO conditionally.
36002         * stdio-common/Makefile (CPPFLAGS): Likewise.
36003         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36004         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36005         Use $(libio-mtsafe).
36006         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36007         of -D_IO_MTSAFE_IO.
36008         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36009         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36010         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36011         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36012         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36013         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36014         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36015         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36016         (CFLAGS-fread_u_chk.c): Likewise.
36017         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36018         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36019         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36020         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36021         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36022         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36023         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36024         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36025         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36026
36027         * libio/Makefile: Test [$(libc-reentrant) = yes]
36028         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36029
36030         * Makeconfig
36031         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36032         * sysdeps/pthread/configure: File removed.
36033         * sysdeps/pthread/Makeconfig: New file.
36034         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36035         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36036
36037 2012-08-16  Gary Benson  <gbenson@redhat.com>
36038
36039         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36040         unmapping the first object in a namespace.
36041
36042 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36043
36044         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36045         (__internal_setnetgrent): ... this.  Add internal_function to
36046         definition.  Add libc_hidden_def.
36047         (setnetgrent): Update caller.
36048         (internal_endnetgrent): Renamed to ...
36049         (__internal_endnetgrent): ... this.  Add internal_function to
36050         definition.  Add libc_hidden_def.
36051         (endnetgrent): Update caller.
36052         (internal_getnetgrent_r): Renamed to ...
36053         (__internal_getnetgrent_r): ... this.  Add internal_function to
36054         definition.  Add libc_hidden_def.
36055         (__getnetgrent_r): Update caller.
36056         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36057
36058 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36059
36060         * stdlib/longlong.h: Update from GCC.
36061
36062 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36063
36064         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36065         on _QL, which is set by umul_ppmm but never used.
36066         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36067         variables, which are set by GMP macros but never used.
36068         * stdio-common/_itowa.c (_itowa): Likewise.
36069         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36070         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36071
36072 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36073
36074         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36075         struct La_sh_regs is not constant.
36076         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36077         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36078         and struct La_sparc64_regs are not constant.
36079
36080 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36081
36082         * sysdeps/unix/sysv/linux/kernel-features.h
36083         (__ASSUME_POSIX_TIMERS): Remove.
36084         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36085         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36086         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36087         Make code unconditional.
36088         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36089         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36090         Make code unconditional.
36091         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36092         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36093         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36094         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36095         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36096         Make code unconditional.
36097         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36098         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36099         (__libc_missing_posix_timers): Remove.
36100
36101 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36102
36103         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36104         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36105
36106         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36107
36108         * elf/dl-sym.c: Include <stdlib.h>.
36109
36110         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36111         constants, which avoids warnings in 32-bit builds.
36112
36113         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36114         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36115
36116         * misc/lseek.c: File moved to ...
36117         * io/lseek.c: ... here.
36118
36119         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36120
36121         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36122         shifting LEN more than 31 bits at once.
36123
36124 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36125
36126         [BZ #14195]
36127         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36128         segmentation fault for a case of two empty input strings.
36129         * string/test-strncasecmp.c (check1): Renamed to...
36130         (bz12205): ...this.
36131         (bz14195): Add new testcase for two empty input strings and N > 0.
36132         (test_main): Call new testcase, adapt for renamed function.
36133
36134 2012-08-15  Andreas Jaeger  <aj@suse.de>
36135
36136         [BZ #14090]
36137         * crypt/md5test2.c: New test, based on test supplied by Serge
36138         Belyshev <belyshev@depni.sinp.msu.ru>.
36139         * crypt/Makefile (xtests): Add md5test-giant..
36140         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36141
36142 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36143
36144         [BZ #14090]
36145         * crypt/md5.c (md5_process_block): Don't assume the buffer
36146         length is less than 2**32.
36147         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36148         length is less than 2**64.
36149
36150 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36151
36152         * string/str-two-way.h: Include <sys/param.h>.
36153         (MAX): Macro removed.
36154
36155         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36156         Move #define and #undef of memmove to just before and after
36157         including <string.h>.
36158
36159         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36160         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36161         and after including <string.h>.  Move declarations of
36162         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36163         to before #include "string/memmove.c".
36164
36165         * include/dirent.h: Declare __getdirentries.
36166
36167         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36168         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36169
36170 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36171
36172         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36173         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36174         * sysdeps/i386/configure: Regenerated.
36175         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36176         STABS_CURRENT_FILE, and STABS_FUN.
36177         (END): Remove call to STABS_FUN_END.
36178         (STABS_CURRENT_FILE1): Delete.
36179         (STABS_CURRENT_FILE): Likewise.
36180         (STABS_FUN): Likewise.
36181         (STABS_FUN_END): Likewise.
36182         (STABS_FUN2): Likewise.
36183         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36184         * sysdeps/x86_64/configure: Regenerated.
36185
36186 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36187
36188         * elf/dl-open.c: Include <atomic.h>.
36189         * elf/dl-lookup.c: Likewise.
36190
36191 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36192
36193         * sysdeps/unix/sysv/linux/kernel-features.h
36194         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36195         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36196         unconditionally.
36197         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36198         unconditionally.
36199         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36200         condition on __ASSUME_CLONE_THREAD_FLAGS.
36201
36202 2012-08-14  Andreas Jaeger  <aj@suse.de>
36203
36204         * sysdeps/i386/fpu/libm-test-ulps: Update.
36205
36206 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36207
36208         * include/atomic.h (atomic_exchange_and_add): Split into ...
36209         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36210         New atomic macros.
36211
36212 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36213
36214         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36215
36216 2012-08-13  Jeff Law <law@redhat.com>
36217
36218         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36219         null byte in the output string.
36220
36221 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36222
36223         * sysdeps/unix/sysv/linux/kernel-features.h
36224         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36225         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36226         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36227         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36228         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36229         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36230         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36231
36232 2012-08-09  Jeff Law <law@redhat.com>
36233
36234         [BZ #13939]
36235         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36236         When avoid_arena is set, don't retry in the that arena.  Pick the
36237         next one, whatever it might be.
36238         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36239         (arena_lock): Pass in new parameter to arena_get2.
36240         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36241         arena_get2.
36242         (__libc_malloc): Unify retrying after main arena failure with
36243         __libc_memalign version.
36244         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36245
36246 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36247
36248         [BZ #14166]
36249         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36250         to __redirect_strstr.
36251         (__strstr_sse42): Use typeof __redirect_strstr.
36252         (__strstr_ia32): Likewise.
36253         (__libc_strstr): New prototype.
36254         (strstr): Renamed to ...
36255         (__libc_strstr): This.
36256         (strstr): New strong alias of __libc_strstr.
36257         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36258         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36259         __redirect_time.
36260         Include <time.h>.
36261         (__libc_time): New prototype.
36262         (time_ifunc): Replace time with __libc_time.
36263         (time): New strong alias and hidden definition of __libc_time.
36264         (__GI_time): Remove strong alias.
36265         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36266         Include <stddef.h>.
36267         (memmove): Redefined to __redirect_memmove.
36268         (__memmove_sse2): Use typeof __redirect_memmove.
36269         (__memmove_ssse3): Likewise.
36270         (__memmove_ssse3_back): Likewise.
36271         (__libc_memmove): New prototype.
36272         (memmove): Renamed to ...
36273         (__libc_memmove): This.
36274         (memmove): New strong alias of __libc_memmove.
36275
36276 2012-08-08  Mark Salter  <msalter@redhat.com>
36277
36278         * elf/elf.h
36279         (R_MN10300_TLS_GD): Define.
36280         (R_MN10300_TLS_LD): Likewise.
36281         (R_MN10300_TLS_LDO): Likewise.
36282         (R_MN10300_TLS_GOTIE): Likewise.
36283         (R_MN10300_TLS_IE): Likewise.
36284         (R_MN10300_TLS_LE): Likewise.
36285         (R_MN10300_TLS_DTPMOD): Likewise.
36286         (R_MN10300_TLS_DTPOFF): Likewise.
36287         (R_MN10300_TLS_TPOFF): Likewise.
36288         (R_MN10300_SYM_DIFF): Likewise.
36289         (R_MN10300_ALIGN): Likewise.
36290         (R_MN10300_NUM): Update.
36291
36292 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36293
36294         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36295         Remove.
36296
36297 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36298
36299         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36300
36301         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36302         sysdeps/unix -> sysdeps/posix move.
36303         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36304
36305 2012-08-07      Allan McRae     <allan@archlinux.org>
36306
36307         [BZ #14303]
36308         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36309         (SUNOS_CPP): Likewise.
36310         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36311         not found.
36312         (open_input): Call CPP using execvp.
36313
36314 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36315
36316         * sysdeps/unix/sysv/linux/kernel-features.h
36317         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36318         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36319         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36320         (__ASSUME_WAITID_SYSCALL): Likewise.
36321         * sysdeps/unix/sysv/linux/dl-execstack.c
36322         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36323         code unconditional.
36324         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36325         conditional code.
36326         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36327         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36328         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36329         code.
36330         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36331         unconditional.
36332         [__ASSUME_WAITID_SYSCALL]: Likewise.
36333         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36334
36335 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36336
36337         * sysdeps/unix/closedir.c: Renamed to ...
36338         * sysdeps/posix/closedir.c: ... here.
36339         * sysdeps/unix/dirfd.c: Renamed to ...
36340         * sysdeps/posix/dirfd.c: ... here.
36341         * sysdeps/unix/dirstream.h: Renamed to ...
36342         * sysdeps/posix/dirstream.h: ... here.
36343         * sysdeps/unix/fdopendir.c: Renamed to ...
36344         * sysdeps/posix/fdopendir.c: ... here.
36345         * sysdeps/unix/opendir.c: Renamed to ...
36346         * sysdeps/posix/opendir.c: ... here.
36347         * sysdeps/unix/readdir.c: Renamed to ...
36348         * sysdeps/posix/readdir.c: ... here.
36349         * sysdeps/unix/readdir_r.c: Renamed to ...
36350         * sysdeps/posix/readdir_r.c: ... here.
36351         * sysdeps/unix/rewinddir.c: Renamed to ...
36352         * sysdeps/posix/rewinddir.c: ... here.
36353         * sysdeps/unix/seekdir.c: Renamed to ...
36354         * sysdeps/posix/seekdir.c: ... here.
36355         * sysdeps/unix/telldir.c: Renamed to ...
36356         * sysdeps/posix/telldir.c: ... here.
36357         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36358         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36359         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36360         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36361
36362         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36363         * bits/fcntl.h: ... here.
36364
36365         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36366         not 0.
36367         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36368         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36369         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36370         (struct flock): Move l_start, l_len to the beginning.
36371         Use __pid_t for l_pid.
36372         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36373         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36374         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36375         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36376         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36377         [__USE_LARGEFILE64] (struct flock64): New type.
36378         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36379
36380         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36381         * bits/dirent.h: ... here.
36382
36383         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36384         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36385
36386 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36387
36388         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36389         Change from 2.6.0 to 2.6.16.
36390         * sysdeps/unix/sysv/linux/configure: Regenerated.
36391         * sysdeps/unix/sysv/linux/kernel-features.h
36392         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36393         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36394         version.
36395         (__ASSUME_UTIMES): Likewise.
36396         (__ASSUME_CLONE_STOPPED): Remove.
36397         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36398         architectures, not kernel version.
36399         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36400         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36401         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36402         (__ASSUME_WAITID_SYSCALL): Likewise.
36403         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36404         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36405         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36406         refer to older versions.
36407
36408 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36409
36410         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36411         Define alphasort64 as an alias.
36412         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36413         Define versionsort64 as an alias.
36414         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36415         Define scandir64 as an alias.
36416         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36417         Define scandirat64 as an alias.
36418         * dirent/alphasort64.c (alphasort64):
36419         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36420         * dirent/versionsort64.c: Likewise.
36421         * dirent/scandir64.c: Likewise.
36422         * dirent/scandirat64.c: Likewise.
36423         * sysdeps/wordsize-64/alphasort.c: File removed.
36424         * sysdeps/wordsize-64/alphasort64.c: File removed.
36425         * sysdeps/wordsize-64/scandir.c: File removed.
36426         * sysdeps/wordsize-64/scandir64.c: File removed.
36427         * sysdeps/wordsize-64/scandirat.c: File removed.
36428         * sysdeps/wordsize-64/scandirat64.c: File removed.
36429         * sysdeps/wordsize-64/versionsort.c: File removed.
36430         * sysdeps/wordsize-64/versionsort64.c: File removed.
36431         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36432         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36433         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36434         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36435         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36436         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36437         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36438         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36439
36440         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36441         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36442         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36443         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36444         [defined __arch64__ || defined __sparcv9]
36445         (__INO_T_MATCHES_INO64_T): New macro.
36446         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36447         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36448         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36449         * sysdeps/unix/sysv/linux/bits/dirent.h
36450         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36451         (_DIRENT_MATCHES_DIRENT64): New macro.
36452
36453         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36454         Define lockf64 as an alias.
36455         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36456         Define fseeko64 as an alias.
36457         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36458         Define ftello64 as an alias.
36459         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36460         Define _IO_fgetpos64 and fgetpos64 as aliases.
36461         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36462         Define _IO_fsetpos64 and fsetpos64 as aliases.
36463         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36464         Conditionalize body on this.
36465         * libio/fseeko64.c: Likewise.
36466         * libio/ftello64.c: Likewise.
36467         * libio/iofgetpos64.c: Likewise.
36468         * libio/iofsetpos64.c: Likewise.
36469         * sysdeps/wordsize-64/lockf.c: File removed.
36470         * sysdeps/wordsize-64/lockf64.c: File removed.
36471         * sysdeps/wordsize-64/fseeko.c: File removed.
36472         * sysdeps/wordsize-64/fseeko64.c: File removed.
36473         * sysdeps/wordsize-64/ftello.c: File removed.
36474         * sysdeps/wordsize-64/ftello64.c: File removed.
36475         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36476         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36477         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36478         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36479         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36480         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36481         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36482         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36483         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36484         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36485         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36486         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36487         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36488         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36489
36490         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36491         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36492         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36493         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36494         [defined __arch64__ || defined __sparcv9]
36495         (__OFF_T_MATCHES_OFF64_T): New macro.
36496         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36497         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36498         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36499         (__OFF_T_MATCHES_OFF64_T): New macro.
36500
36501 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36502
36503         * stdlib/secure-getenv.c (__secure_getenv): Replace
36504         GLIBC_2_16 with GLIBC_2_17.
36505
36506 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36507
36508         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36509         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36510
36511 2012-08-03  David S. Miller  <davem@davemloft.net>
36512
36513         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36514
36515 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36516
36517         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36518         Remove.
36519         (__ASSUME_CORRECT_SI_PID): Likewise.
36520         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36521         (__ASSUME_TMPFS_NAME): Likewise.
36522         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36523         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36524         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36525         (HAVE_AUX_SECURE): Make definition unconditional.
36526         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36527         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36528
36529 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36530
36531         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36532         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36533         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36534         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36535         __eloop_threshold instead of SYMLOOP_MAX.
36536
36537         * sysdeps/generic/eloop-threshold.h: New file.
36538         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36539         of MAXSYMLINKS.
36540         * elf/chroot_canon.c (chroot_canon): Likewise.
36541
36542 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36543
36544         [BZ #13717]
36545         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36546         Change to 2.6.0 everywhere.
36547         * sysdeps/unix/sysv/linux/configure: Regenerated.
36548         * sysdeps/unix/sysv/linux/kernel-features.h
36549         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36550         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36551         kernel versions.
36552         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36553         (__ASSUME_FUTEX_REQUEUE): Remove.
36554         (__ASSUME_STATFS64): Define unconditionally.
36555         (__ASSUME_AT_SECURE): Likewise.
36556         (__ASSUME_CORRECT_SI_PID): Likewise.
36557         (__ASSUME_TGKILL): Define without depending on kernel version for
36558         i386.
36559         (__ASSUME_UTIMES): Likewise.
36560         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36561         kernel version.
36562         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36563         (__ASSUME_TMPFS_NAME): Likewise.
36564         * README: Update reference to Linux kernel versions.
36565
36566 2012-08-02  Marek Polacek  <polacek@redhat.com>
36567
36568         [BZ# 14150]
36569         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36570         libc_cv_asm_type_prefix with %.
36571         * configure: Regenerated.
36572         * include/libc-symbols.h: Remove comment about
36573         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36574         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36575         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36576         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36577         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36578         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36579         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36580         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36581         * elf/tst-unique2mod1.c: Likewise.
36582         * elf/tst-unique1mod2.c: Likewise.
36583         * elf/tst-unique1mod1.c: Likewise.
36584         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36585         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36586         Replace ASM_TYPE_DIRECTIVE with .type.
36587         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36588         * sysdeps/i386/sysdep.h: Likewise.
36589         * sysdeps/x86_64/sysdep.h: Likewise.
36590         * sysdeps/sh/sysdep.h: Likewise.
36591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36592         Do not define ASM_TYPE_DIRECTIVE.
36593         * sysdeps/powerpc/sysdep.h: Likewise.
36594         * sysdeps/powerpc/powerpc32/sysdep.h:
36595         Replace ASM_TYPE_DIRECTIVE with .type.
36596         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36597         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36598         * sysdeps/i386/fpu/e_powf.S: Likewise.
36599         * sysdeps/i386/fpu/e_expl.S: Likewise.
36600         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36601         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36602         * sysdeps/i386/fpu/e_pow.S: Likewise.
36603         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36604         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36605         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36606         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36607         * sysdeps/i386/fpu/e_log2.S: Likewise.
36608         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36609         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36610         * sysdeps/i386/fpu/e_powl.S: Likewise.
36611         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36612         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36613         * sysdeps/i386/fpu/e_logl.S: Likewise.
36614         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36615         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36616         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36617         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36618         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36619         * sysdeps/i386/fpu/e_log.S: Likewise.
36620         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36621         * sysdeps/i386/fpu/e_logf.S: Likewise.
36622         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36623         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36624         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36625         * sysdeps/i386/fpu/e_log10.S: Likewise.
36626         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36627         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36628         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36629         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36630         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36631         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36632         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36633         * sysdeps/i386/i686/strtok.S: Likewise.
36634         * sysdeps/i386/i386-mcount.S: Likewise.
36635         * sysdeps/i386/strtok.S: Likewise.
36636         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36637         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36638         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36639         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36640         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36641         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36642         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36643         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36644         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36645         * sysdeps/x86_64/_mcount.S: Likewise.
36646         * sysdeps/x86_64/strtok.S: Likewise.
36647         * sysdeps/sh/_mcount.S: Likewise.
36648
36649 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36650
36651         * libio/iofopen.c: Include <fcntl.h>.
36652         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36653         (_IO_fopen64, fopen64): Define as aliases.
36654         * libio/iofopen64.c: Include <fcntl.h>.
36655         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36656         Conditionalize body on this.
36657         * sysdeps/wordsize-64/iofopen.c: File removed.
36658         * sysdeps/wordsize-64/iofopen64.c: File removed.
36659
36660 2012-08-01  Marek Polacek  <polacek@redhat.com>
36661
36662         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36663         Use dlfcn directly instead of a variable.
36664         (binfmt-subdir): Do not define.
36665         (dlfcn): Likewise.
36666
36667 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36668
36669         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36670         Remove all definitions.
36671         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36672         <kernel-features.h>.
36673         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36674         (miss_F_GETOWN_EX): Remove all definitions.
36675         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36676         macro definition.
36677         [!__ASSUME_FCNTL64]: Remove conditional code.
36678         [__ASSUME_FCNTL64]: Make code unconditional.
36679         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36680         <kernel-features.h>.
36681         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36682         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36683         (lockf64) [__NR_fcntl64]: Make code unconditional.
36684         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36685
36686         * sysdeps/unix/sysv/linux/kernel-features.h
36687         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36688         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36689         Make code unconditional.
36690         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36691         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36693         [__NR_vfork]: Make code unconditional.
36694         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36695         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36697         [__NR_vfork]: Make code unconditional.
36698         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36699         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36700
36701 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36702
36703         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36704         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36705
36706         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36707         Define mkstemp64 as an alias.
36708         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36709         Define mkstemps64 as an alias.
36710         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36711         Define mkostemp64 as an alias.
36712         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36713         Define mkostemps64 as an alias.
36714         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36715         Conditionalize body on this.
36716         * misc/mkostemp64.c: Likewise.
36717         * misc/mkostemps64.c: Likewise.
36718         * misc/mkstemps64.c: Likewise.
36719         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36720         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36721         * sysdeps/wordsize-64/mkostemp.c: File removed.
36722         * sysdeps/wordsize-64/mkstemp.c: File removed.
36723         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36724         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36725         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36726         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36727
36728         [BZ #14138]
36729         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36730         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36731         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36732         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36733
36734         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36735         compat_symbol macros from <shlib-compat.h> rather than the underlying
36736         default_symbol_version and symbol_version macros, so that DEFAULT
36737         lines in shlib-versions are respected.
36738         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36739
36740 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36741
36742         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36743         Declare with warn_unused_result.
36744         (setgid, setregid, setegid, setresgid): Likewise.
36745         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36746         Likewise.
36747         * WUR-REPORT: Remove set*id functions.
36748
36749 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36750
36751         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36752
36753 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36754
36755         [BZ #10191]
36756         * include/sys/socket.h (__libc_accept, __libc_accept4):
36757         Add attribute_hidden.
36758         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36759
36760         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36761         use of PTR_MANGLE.
36762         * inet/getnetgrent_r.c (setup): Likewise.
36763
36764         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36765
36766 2012-07-31  David S. Miller  <davem@davemloft.net>
36767
36768         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36769
36770 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36771
36772         [BZ #13629]
36773         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36774         value between 1.0 and 2.0 and smaller part has absolute value less
36775         than 1.0.
36776         * math/s_clog10.c (__clog10): Likewise.
36777         * math/s_clog10f.c (__clog10f): Likewise.
36778         * math/s_clog10l.c (__clog10l): Likewise.
36779         * math/s_clogf.c (__clogf): Likewise.
36780         * math/s_clogl.c (__clogl): Likewise.
36781         * math/libm-test.inc (clog_test): Add more tests.
36782         (clog10_test): Likewise.
36783         * sysdeps/i386/fpu/libm-test-ulps: Update.
36784         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36785
36786 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36787
36788         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36789         Exit with zero in case no suitable GID is found, and write a
36790         message to standard error.
36791
36792 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36793
36794         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36795         rather than to 1.
36796         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36797         (MAXPATHLEN): Removed.
36798         (NOGROUP, NODEV): New macros.
36799         (setbit, clrbit, isset, isclr): New macros.
36800         (howmany, roundup, powerof2): New macros.
36801         (DEV_BSIZE): New macro.
36802
36803         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36804         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36805
36806         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36807         definition on [!__NO_LONG_DOUBLE_MATH].
36808
36809         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36810         PTR_MANGLE and PTR_DEMANGLE.
36811
36812         * socket/accept4.c (accept4): Rename to __libc_accept4.
36813         Define accept4 as a weak alias.
36814
36815         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36816         on [_DIRENT_HAVE_D_TYPE].
36817         * io/ftw.c (ftw_dir): Likewise.
36818
36819         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36820
36821         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36822
36823         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36824         Use the BSD numbers rather than the arbitrary ones we had.
36825         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36826         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36827         (SIGXCPU, SIGXFSZ): New macros.
36828         (_NSIG): Now 32.
36829
36830         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36831         initializer on [_LIBC_REENTRANT].
36832
36833         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36834         definitions inside [_POSIX_MAPPED_FILES].
36835
36836         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36837
36838         * dirent/opendir.c: Include <fcntl.h>.
36839
36840         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36841         (__libc_getspecific): Likewise.
36842         (__libc_key_create): Likewise.
36843
36844         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36845         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36846         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36847         (tmpfile64): Define as alias.
36848         * sysdeps/wordsize-64/tmpfile.c: File removed.
36849         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36850         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36851         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36852
36853         * stdio-common/vfscanf.c: Include <stdbool.h>.
36854         * nss/makedb.c: Likewise.
36855         * stdio-common/_i18n_number.h: Likewise.
36856         * argp/argp-help.c: Likewise.
36857         * posix/wordexp.c: Likewise.
36858         * sysdeps/posix/spawni.c: Likewise.
36859         * nss/nss_files/files-initgroups.c: Likewise.
36860         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36861         * nss/nss_files/files-initgroups.c: Likewise.
36862         * nss/nss_db/db-netgrp.c: Likewise.
36863         * nss/nss_db/db-initgroups.c: Likewise.
36864         * io/fchmodat.c: Include <sys/stat.h>.
36865
36866         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36867         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36868
36869         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36870         [HAVE_MMAP].
36871
36872         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36873         Add multiple inclusion protection.
36874
36875 2012-07-27  David S. Miller  <davem@davemloft.net>
36876
36877         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36878
36879 2012-07-27  Gary Benson  <gbenson@redhat.com>
36880
36881         [BZ #14298]
36882         * elf/rtld.c: Include <stap-probe.h>.
36883         (dl_main): Added static probes "init_start" and "init_complete".
36884         * elf/dl-load.c: Include <stap-probe.h>.
36885         (lose): Take new parameter "nsid".
36886         Added static probe "map_failed".
36887         (_dl_map_object_from_fd): Pass namespace id to lose.
36888         Added static probe "map_start".
36889         (open_verify): Pass namespace id to lose.
36890         * elf/dl-open.c: Include <stap-probe.h>.
36891         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36892         and "reloc_complete".
36893         * elf/dl-close.c: Include <stap-probe.h>.
36894         (_dl_close_worker): Added static probes "unmap_start" and
36895         "unmap_complete".
36896         * elf/rtld-debugger-interface.txt: New file documenting the above.
36897
36898 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36899
36900         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36901         rather than a string variable.
36902         * sunrpc/rpc_main.c (h_output): Likewise.
36903         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36904
36905 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36906
36907         * inet/check_native.c: New file.
36908
36909 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36910
36911         [BZ #13629]
36912         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36913         if larger part has absolute value 1.0.
36914         * math/s_clog10.c (__clog10): Likewise.
36915         * math/s_clog10f.c (__clog10f): Likewise.
36916         * math/s_clog10l.c (__clog10l): Likewise.
36917         * math/s_clogf.c (__clogf): Likewise.
36918         * math/s_clogl.c (__clogl): Likewise.
36919         * math/libm-test.inc (clog_test): Add more tests.
36920         (clog10_test): Likewise.
36921         * sysdeps/i386/fpu/libm-test-ulps: Update.
36922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36923
36924         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36925         (pltexit): Likewise.
36926         (La_regs): Likewise.
36927         (La_retval): Likewise.
36928         (int_retval): Likewise.
36929         Update #error for removed macros to refer only to definitions in
36930         tst-audit.h.
36931         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36932         macro.
36933         (pltexit): Likewise.
36934         (La_regs): Likewise.
36935         (La_retval): Likewise.
36936         (int_retval): Likewise.
36937         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36938         macro.
36939         (pltexit): Likewise.
36940         (La_regs): Likewise.
36941         (La_retval): Likewise.
36942         (int_retval): Likewise.
36943         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36944         macro.
36945         (pltexit): Likewise.
36946         (La_regs): Likewise.
36947         (La_retval): Likewise.
36948         (int_retval): Likewise.
36949         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36950         macro.
36951         (pltexit): Likewise.
36952         (La_regs): Likewise.
36953         (La_retval): Likewise.
36954         (int_retval): Likewise.
36955         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36956         macro.
36957         (pltexit): Likewise.
36958         (La_regs): Likewise.
36959         (La_retval): Likewise.
36960         (int_retval): Likewise.
36961         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36962         macro.
36963         (pltexit): Likewise.
36964         (La_regs): Likewise.
36965         (La_retval): Likewise.
36966         (int_retval): Likewise.
36967         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36968         macro definitions in tst-audit.h.
36969         * sysdeps/i386/tst-audit.h: New file.
36970         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36971         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36972         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36973         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36974         * sysdeps/sh/tst-audit.h: Likewise.
36975         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36976         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36977         * sysdeps/x86_64/tst-audit.h: Likewise.
36978
36979 2012-07-26  Andreas Jaeger  <aj@suse.de>
36980
36981         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36982         ptrace.
36983
36984         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36985         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36986         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36987         PTRACE_O_MASK.
36988         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36989         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36990         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36991
36992         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36993         value.
36994
36995         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36996         _sigsys.
36997         (si_call_addr, si_syscall, si_arch): Define new macro.
36998         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36999         _sigsys.
37000         (si_call_addr, si_syscall, si_arch): Define new marcro.
37001         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37002         _sigsys.
37003         (si_call_addr, si_syscall, si_arch): Define new macro.
37004         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37005         _sigsys.
37006         (si_call_addr, si_syscall, si_arch): Define new macro.
37007
37008 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37009
37010         [BZ #13717]
37011         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37012         Change to 2.4.21 where previously 2.4.1.
37013         * sysdeps/unix/sysv/linux/configure: Regenerated.
37014         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37015         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37016         Linux kernel version.
37017         (__ASSUME_STD_AUXV): Remove.
37018         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37019         kernel version.
37020         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37021         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37022         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37023         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37024         (__ASSUME_NETLINK_SUPPORT): Likewise.
37025         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37026         (__no_netlink_support): Remove conditional definition.
37027         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37028         Remove.
37029         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37030         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37031         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37032         (if_nameindex_ioctl): Remove.
37033         (if_nameindex_netlink): Do not handle __no_netlink_support.
37034         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37035         code.
37036         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37037         Remove conditional code.
37038         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37039         code.
37040         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37041         unconditional.
37042         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37043         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37044         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37045         Remove.
37046         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37047         [!__ASSUME_STD_AUXV]: Remove conditional code.
37048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37049         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37050         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37052         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37053         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37054         code.
37055         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37057         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37058         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37059         conditional code.
37060         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37062         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37063         code.
37064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37065         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37066         conditional code.
37067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37068         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37069         code unconditional.
37070         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37071         conditional code.
37072         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37073         unconditional.
37074         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37075         conditional code.
37076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37077         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37078         unconditional.
37079         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37080         conditional code.
37081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37082         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37083         code unconditional.
37084         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37085         conditional code.
37086         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37087         unconditional.
37088         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37089         conditional code.
37090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37091         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37092         code unconditional.
37093         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37094         conditional code.
37095         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37096         unconditional.
37097         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37098         conditional code.
37099
37100 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37101
37102         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37103         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37104         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37105         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37106         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37107         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37108         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37109         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37110         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37111         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37112         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37113         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37114         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37115         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37116         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37117         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37118         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37119         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37120         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37121         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37122         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37123         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37124         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37125
37126 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37127
37128         * Versions.def: Add GLIBC_2.17.
37129         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37130         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37131         Introduce __libc_secure_getenv.
37132         * stdlib/Versions (2.17): Add secure_getenv
37133         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37134         * stdlib/secure-getenv.c: Rename __secure_getenv to
37135         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37136         symbol __secure_getenv for GLIBC_2.0.
37137         * stdlib/tst-secure-getenv.c: New.
37138         * stdlib/Makefile (tests): Add testcase.
37139         * manual/startup.texi (Environment Access): Document
37140         secure_getenv.
37141         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37142         __libc_secure_getenv.
37143         * inet/ruserpass.c (ruserpass): Likewise.
37144         * malloc/mtrace.c (mtrace): Likewise.
37145         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37146         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37147         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37148         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37149         HAVE_SECURE_GETENV.
37150         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37151         __secure_getenv to __libc_secure_getenv.
37152         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37154         Likewise.
37155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37156         Likewise.
37157         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37158         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37159         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37160         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37161         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37162         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37163         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37164
37165 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37166
37167         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37168         (struct La_i86_retval): Likewise.
37169         (struct La_x86_64_regs): Likewise.
37170         (struct La_x86_64_retval): Likewise.
37171         (struct La_x32_regs): Likewise.
37172         (struct La_x32_retval): Likewise.
37173         (struct La_ppc32_regs): Likewise.
37174         (struct La_ppc32_retval): Likewise.
37175         (struct La_ppc64_regs): Likewise.
37176         (struct La_ppc64_retval): Likewise.
37177         (struct La_sh_regs): Likewise.
37178         (struct La_sh_retval): Likewise.
37179         (struct La_s390_32_regs): Likewise.
37180         (struct La_s390_32_retval): Likewise.
37181         (struct La_s390_64_regs): Likewise.
37182         (struct La_s390_64_retval): Likewise.
37183         (struct La_sparc32_regs): Likewise.
37184         (struct La_sparc32_retval): Likewise.
37185         (struct La_sparc64_regs): Likewise.
37186         (struct La_sparc64_retval): Likewise.
37187         (struct audit_ifaces): Remove architecture-specific pltenter and
37188         pltexit members.
37189         * sysdeps/i386/ldsodefs.h: New file.
37190         * sysdeps/powerpc/ldsodefs.h: Likewise.
37191         * sysdeps/s390/ldsodefs.h: Likewise.
37192         * sysdeps/sh/ldsodefs.h: Likewise.
37193         * sysdeps/sparc/ldsodefs.h: Likewise.
37194         * sysdeps/x86_64/ldsodefs.h: Likewise.
37195
37196 2012-07-25  Marek Polacek  <polacek@redhat.com>
37197
37198         [BZ #6808]
37199         * math/libm-test.inc (yn_test): Add another test.
37200         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37201         to ERANGE when the result is +-Inf.
37202         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37203         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37204         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37205         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37206
37207 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37208
37209         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37210         equal to 0.
37211         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37212         clock_t.
37213         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37214
37215 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37216
37217         * configure.in <sysdeps resolving>: Correct printing
37218         Implies_before.
37219         * configure: Regenerate.
37220
37221 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37222
37223         * math/w_ilogb.c: Include <limits.h>.
37224         * math/w_ilogbl.c: Likewise.
37225
37226 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37227
37228         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37229         va_copy.  Document allowing for unavailable va_copy only as
37230         pre-C99 compatibility.
37231         * manual/string.texi (Copying and Concatenation): Use va_copy
37232         instead of __va_copy in concat example.
37233
37234 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37235
37236         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37237         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37238         it if not null.
37239
37240         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37241         with O_NOLINK passed to __file_name_lookup.
37242
37243         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37244         with O_NOLINK passed to __file_name_lookup.
37245
37246         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37247         negative N or less than NGIDS.
37248
37249         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37250         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37251         enough.  Use memcpy instead of strncpy.
37252
37253 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37254
37255         * elf/Makefile (check-data): Remove.
37256         (localplt.data): New vpath directive.
37257         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37258         instead of $(check-data).
37259         * scripts/data/localplt-generic.data: Move to ...
37260         * sysdeps/generic/localplt.data: ... here.
37261         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37262         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37263         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37265         ... here.
37266         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37268         ... here.
37269         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37270         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37271         ... here.
37272         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37274         ... here.
37275         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37276         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37277         ... here.
37278         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37279         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37280         ... here.
37281
37282 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37283
37284         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37285         PPC32 and PPC64 files.
37286         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37287         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37288
37289 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37290
37291         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37292         __makecontext_ret to ...
37293         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37294         ... here and call exit if uc_link is NULL.  New file.
37295         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37296         __makecontext_ret.S.
37297         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37298         __makecontext_ret to ...
37299         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37300         ... here and call exit if uc_link is NULL.  New file.
37301         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37302         __makecontext_ret.S.
37303
37304 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37305
37306         * elf/elf.h (R_390_IRELATIVE): New definition.
37307         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37308         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37309         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37310         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37311         (elf_machine_lazy_rel): Likewise.
37312         * sysdeps/s390/dl-irel.h: New file.
37313         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37314         * sysdeps/s390/s390-64/memset.S: New asm code.
37315         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37316         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37317         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37318         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37319         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37320         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37321         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37322         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37323         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37324         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37325         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37326         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37327         * sysdeps/s390/s390-32/memset.S: New asm code.
37328         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37329
37330 2012-07-17  Marek Polacek  <polacek@redhat.com>
37331
37332         [BZ #14349]
37333         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37334         * sysdeps/s390/s390-64/configure.in: Likewise.
37335         * sysdeps/sparc/configure.in: Likewise.
37336         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37337         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37338         * sysdeps/i386/configure.in: Likewise.
37339         * sysdeps/x86_64/configure.in: Likewise.
37340         * sysdeps/sh/configure.in: Likewise.
37341         * sysdeps/s390/s390-32/configure: Regenerated.
37342         * sysdeps/s390/s390-64/configure: Likewise.
37343         * sysdeps/x86_64/configure: Likewise.
37344         * sysdeps/sh/configure: Likewise.
37345         * sysdeps/powerpc/powerpc64/configure: Likewise.
37346         * sysdeps/powerpc/powerpc32/configure: Likewise.
37347         * sysdeps/sparc/configure: Likwise.
37348         * sysdeps/i386/configure: Likewise.
37349
37350         * elf/dl-open.c: Comment fixes.
37351
37352 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37353
37354         * Makefile [CXX] (check-data): Remove.
37355         [CXX] (c++-types.data): New vpath directive.
37356         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37357         vpath.  Do not allow for C++ type data being missing.
37358         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37359         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37360         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37361         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37362         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37363         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37364         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37366         ... here.
37367         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37369         ... here.
37370         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37371         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37372         ... here.
37373         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37374         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37375         ... here.
37376         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37377         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37378         ... here.
37379         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37380         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37381         ... here.
37382         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37383         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37384         ... here.
37385         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37386         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37387
37388         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37389         definitions to architecture-specific files.
37390         (TLS_IE): Likewise.
37391         (TLS_LD): Likewise.
37392         (TLS_GD): Likewise.
37393         * sysdeps/i386/tls-macros.h: New file.
37394         * sysdeps/powerpc/tls-macros.h: Likewise.
37395         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37396         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37397         * sysdeps/sh/tls-macros.h: Likewise.
37398         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37399         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37400         * sysdeps/x86_64/tls-macros.h: Likewise.
37401
37402 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37403
37404         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37405         zero value for regular exit case.
37406
37407         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37408         (__start_context): Preserve zero value for regular exit case.
37409
37410 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37411             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37412
37413         * manual/setjmp.texi (setcontext): Clarify normal process
37414         termination when uc_link is the null pointer.
37415         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37416         exit call.
37417
37418 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37419
37420         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37421         preprocessor.  Test for each exception mask separately.
37422
37423 2012-07-16  Andreas Jaeger  <aj@suse.de>
37424
37425         * po/ru.po: Update from translation team.
37426
37427 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37428
37429         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37430         equal to 0.
37431         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37432         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37433         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37434         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37435         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37436
37437 2012-07-13  Andreas Jaeger  <aj@suse.de>
37438
37439         * po/fr.po: Update from translation team.
37440
37441 2012-07-12  Marek Polacek  <polacek@redhat.com>
37442
37443         [BZ #14173]
37444         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37445         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37446         loop condition.
37447
37448 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37449
37450         [BZ #13717]
37451         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37452         Change to 2.4.1 where previously 2.4.0.
37453         * sysdeps/unix/sysv/linux/configure: Regenerated.
37454         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37455         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37456         version.
37457         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37458         (__ASSUME_AT_CLKTCK): Remove.
37459         (__ASSUME_AT_PAGESIZE): Likewise.
37460         (__ASSUME_AT_XID): Likewise.
37461         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37462         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37463         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37464         unconditionally.
37465         (HAVE_AUX_PAGESIZE): Likewise.
37466         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37467         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37468         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37469
37470 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37471
37472         [BZ #14307]
37473         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37474         the temporary buffer used to invoke __gethostbyname2_r,
37475         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37476         host_data / struct gaih_addrtuple.
37477         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37478         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37479         header file nss/nsswitch.h.
37480         * nss/nsswitch.h (global scope): Add definition of implementation
37481         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37482         resolv/nss_dns/dns-host.c).
37483
37484 2012-07-11  Andreas Jaeger  <aj@suse.de>
37485
37486         * po/fr.po: Update from translation team.
37487
37488         * po/sv.po: Update from translation team
37489         * po/fr.po: Another update from translation team.
37490
37491 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37492
37493         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37494         for subnormals or multiply small sinh result by itself.
37495         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37496         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37497
37498 2012-07-11  David S. Miller  <davem@davemloft.net>
37499
37500         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37501
37502 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37503
37504         [BZ #14347]
37505         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37506         (INTERNAL_MARK): Shift it here.
37507
37508 2012-07-10  Marek Polacek  <polacek@redhat.com>
37509
37510         [BZ #14151]
37511         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37512         libc_cv_asm_global_directive with .globl.
37513         * configure: Regenerated.
37514         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37515         with .globl.
37516         * sysdeps/i386/configure: Regenerated.
37517         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37518         with .globl.
37519         * sysdeps/x86_64/configure: Regenerated.
37520         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37521         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37522         * elf/tst-unique2mod2.c: Likewise.
37523         * elf/tst-unique2mod1.c: Likewise.
37524         * elf/tst-unique1mod2.c: Likewise.
37525         * elf/tst-unique1mod1.c: Likewise.
37526         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37527         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37528         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37529         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37530         * sysdeps/mach/sysdep.h: Likewise.
37531         * sysdeps/i386/sysdep.h: Likewise.
37532         * sysdeps/i386/i386-mcount.S: Likewise.
37533         * sysdeps/x86_64/_mcount.S: Likewise.
37534         * sysdeps/x86_64/sysdep.h: Likewise.
37535         * sysdeps/sh/_mcount.S: Likewise.
37536         * sysdeps/sh/sysdep.h: Likewise.
37537         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37538         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37539         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37540         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37541         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37542         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37543         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37544         * locale/localeinfo.h: Likewise.
37545         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37546         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37547
37548 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37549
37550         [BZ #14336]
37551         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37552         system".
37553         * manual/message.texi (The Uniforum approach): Likewise.
37554         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37555         (glibc iconv Implementation): Likewise.
37556
37557 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37558
37559         [BZ #14337]
37560         * math/s_clog.c (__clog): Avoid scaling a value down where that
37561         could result in underflow.
37562         * math/s_clog10.c (__clog10): Likewise.
37563         * math/s_clog10f.c (__clog10f): Likewise.
37564         * math/s_clog10l.c (__clog10l): Likewise.
37565         * math/s_clogf.c (__clogf): Likewise.
37566         * math/s_clogl.c (__clogl): Likewise.
37567         * math/libm-test.inc (clog_test): Add more tests.
37568         (clog10_test): Likewise.
37569         * sysdeps/i386/fpu/libm-test-ulps: Update.
37570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37571
37572 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37573
37574         [BZ #14283]
37575         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37576         by 7 not 8 to examine high bit of fractional part.
37577
37578         [BZ #14042]
37579         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37580         for call to __mcount_internal.
37581         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37582         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37583         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37584
37585 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37586
37587         [BZ #14154]
37588         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37589         approximation for values within 0x1p-13f of an odd multiple of
37590         pi/4.
37591         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37592         exception.  Add more tests.
37593         * sysdeps/i386/fpu/libm-test-ulps: Update.
37594
37595         [BZ #6778]
37596         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37597         inputs and return -1 for them.  Do not check for +Inf in case not
37598         reachable for +Inf.
37599         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37600         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37601         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37602         and return -1 for them.  Do not check for +Inf in case not
37603         reachable for +Inf.
37604         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37605         define.
37606         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37607         and return -1 for them.  Do not check for +Inf in case not
37608         reachable for +Inf.
37609         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37610         spurious underflow.
37611         * sysdeps/i386/fpu/libm-test-ulps: Update.
37612         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37613
37614 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37615
37616         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37617
37618 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37619
37620         [BZ #14157]
37621         [BZ #14331]
37622         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37623         could result in spurious underflow.  Scale down values above
37624         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37625         * math/s_csqrtf.c (__csqrtf): Likewise.
37626         * math/s_csqrtl.c (__csqrtl): Likewise.
37627         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37628         spurious underflow.
37629         * sysdeps/i386/fpu/libm-test-ulps: Update.
37630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37631
37632 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37633
37634         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37635         xopen-msg.sed.
37636         * catgets/xopen-msg.awk: New file.
37637         * catgets/xopen-msg.sed: Removed.
37638
37639         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37640         po2text.sed.
37641         * intl/po2test.awk: New file.
37642         * intl/po2test.sed: Removed.
37643
37644 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37645
37646         [BZ #14328]
37647         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37648         or multiply small sinh result by itself.
37649         * math/s_ctanf.c (__ctanf): Likewise.
37650         * math/s_ctanh.c (__ctanh): Likewise.
37651         * math/s_ctanhf.c (__ctanhf): Likewise.
37652         * math/s_ctanhl.c (__ctanhl): Likewise.
37653         * math/s_ctanl.c (__ctanl): Likewise.
37654         * math/libm-test.inc (ctan_test_tonearest): New function.
37655         (ctan_test_towardzero): Likewise.
37656         (ctan_test_downward): Likewise.
37657         (ctan_test_upward): Likewise.
37658         (ctanh_test_tonearest): Likewise.
37659         (ctanh_test_towardzero): Likewise.
37660         (ctanh_test_downward): Likewise.
37661         (ctanh_test_upward): Likewise.
37662         (main): Call these new functions.
37663         * sysdeps/i386/fpu/libm-test-ulps: Update.
37664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37665
37666 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37667
37668         * .gitignore: Delete /ports entry.
37669
37670 2012-07-03  Andreas Jaeger  <aj@suse.de>
37671
37672         * po/bg.po: Update from translation team.
37673         * po/cs.po: Likewise.
37674         * po/de.po: Likewise.
37675         * po/hr.po: Likewise.
37676         * po/nl.pl: Likewise.
37677         * po/pl.po: Likewise.
37678         * po/vi.po: Likewise.
37679
37680 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37681
37682         * Makeconfig [!+link] (+link-before-libc): New variable.
37683         [!+link] (+link-after-libc): Likewise.
37684         [!+link] (+link-tests): Likewise.
37685         [!+link] (+link): Define in terms of $(+link-before-libc) and
37686         $(+link-after-libc).
37687         [!+link-static] (+link-static-before-libc): New variable.
37688         [!+link-static] (+link-static-after-libc): Likewise.
37689         [!+link-static] (+link-static-tests): Likewise.
37690         [!+link-static] (+link-static): Define in terms of
37691         $(+link-static-before-libc) and $(+link-static-after-libc).
37692         [build-shared] (link-libc-before-gnulib): New variable.
37693         [build-shared] (link-libc-tests): Likewise.
37694         [build-shared] (link-libc): Define in terms of
37695         $(link-libc-before-gnulib).
37696         [!build-shared] (link-libc-tests): New variable.
37697         (link-libc-static-tests): New variable.
37698         [!gnulib] (gnulib-arch): New variable.
37699         [!gnulib] (gnulib-tests): Likewise.
37700         [!gnulib] (static-gnulib-arch): Likewise.
37701         [!gnulib] (static-gnulib-tests): Likewise.
37702         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37703         Define with "=" instead of ":=".
37704         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37705         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37706         * Rules (binaries-all-notests): New variable.
37707         (binaries-all-tests): Likewise.
37708         (binaries-static-notests): Likewise.
37709         (binaries-static-tests): Likewise.
37710         (binaries-all): Define using $(binaries-all-notests) and
37711         $(binaries-all-tests).
37712         (binaries-static): Define using $(binaries-static-notests) and
37713         $(binaries-static-tests).
37714         (binaries-shared-tests): New variable.
37715         (binaries-shared-notests): Likewise.
37716         (binaries-shared): Remove variable.
37717         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37718         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37719         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37720         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37721         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37722         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37723         * elf/Makefile (sln-modules): New variable.
37724         (extra-objs): Add $(sln-modules:=.o).
37725         (ldconfig-modules): Add static-stubs.
37726         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37727         * elf/static-stubs.c: New file.
37728
37729         [BZ #14283]
37730         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37731         by 7 not 8 to examine high bit of fractional part.  Use volatile
37732         variables when splitting into final array of floats if
37733         __FLT_EVAL_METHOD__ != 0.
37734         * math/libm-test.inc (cos_test): Add another test.
37735         (sin_test): Likewise.
37736         * sysdeps/i386/fpu/libm-test-ulps: Update.
37737
37738         [BZ #14273]
37739         * math/libm-test.inc (cosh_test): Add more tests.
37740
37741         * version.h (RELEASE): Set to "development".
37742         (VERSION): Set to "2.16.90".
37743
37744 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37745
37746         * NEWS: Update copyright. Remove last-updated date.
37747         Mention math library bug fixes and timezone data changes.
37748         * README: Mention GNU/Hurd, x32, and HPPA support status.
37749
37750 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37751
37752         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37753
37754 2012-06-27  Andreas Jaeger  <aj@suse.de>
37755
37756         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37757
37758 2012-06-25  Andreas Jaeger  <aj@suse.de>
37759
37760         * sysdeps/s390/fpu/libm-test-ulps: Update.
37761
37762 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37763             Thomas Schwinge  <thomas@codesourcery.com>
37764
37765         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37766         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37767         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37768         fanotify_mark.
37769
37770 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37771
37772         * sysdeps/mach/start.c: Remove file.
37773         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37774         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37775         * sysdeps/sh/init-first.c: Likewise.
37776
37777         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37778         registers for frame unwinding purposes, add CFI directives.
37779         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37780         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37781         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37782         Likewise.
37783
37784         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37785         __fortify_fail returning.
37786         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37787
37788         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37789         sysdeps/sh/____longjmp_chk.S.
37790         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37791         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37792         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37793         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37794
37795         * sysdeps/sh/abort-instr.h: New file.
37796         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37797         process in case exit returns.
37798
37799         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37800         initialize the GOT register before use.
37801
37802         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37803         calculation of ARGC > 4.
37804
37805         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37806         meaningful names to some local labels.
37807
37808 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37809             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37810
37811         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37812         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37813         (__arch_compare_and_exchange_val_16_acq): Likewise.
37814         (__arch_compare_and_exchange_val_32_acq): Likewise.
37815         (atomic_exchange_and_add): Fix gUSA sequence.
37816         (atomic_add): Likewise.
37817         (atomic_add_negative): Likewise.
37818         (atomic_add_zero): Likewise.
37819         (atomic_bit_test_set): Likewise.
37820
37821 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37822
37823         [BZ #13579]
37824         * include/link.h (struct link_map): Add l_free_initfini.
37825         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37826         l_initfini.
37827         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37828         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37829         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37830         set.
37831
37832 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37833
37834         * configure.in: Use AC_LANG_SOURCE.
37835         * configure: Regenerate.
37836
37837 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37838
37839         * configure.in (libc_cv_localstatedir): New substituted variable.
37840         * configure: Regenerated.
37841         * config.make.in (localstatedir): New variable, substituted from
37842         libc_cv_localstatedir.
37843         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37844         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37845         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37846         * sysdeps/gnu/configure: Regenerated.
37847
37848 2012-06-21  Jeff Law  <law@redhat.com>
37849
37850         [BZ #14277]
37851         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37852         free.  Simplify list management for _LIBC case.
37853
37854 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37855
37856         [BZ #14273]
37857         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37858         Clear sign bit of 64-bit integer value before comparing against
37859         overflow value.
37860
37861         * sysdeps/mach/configure: Regenerated.
37862
37863 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37864
37865         [BZ #14278]
37866         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37867
37868 2012-06-21  Jeff Law  <law@redhat.com>
37869
37870         [BZ #13882]
37871         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37872         uint16_t for elements in the "seen" array to avoid char overflows.
37873         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37874         * elf/dl-open.c (dl_open_worker): Likewise.
37875
37876 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37877
37878         * scripts/list-sources.sh: Scan PORTS for translations.
37879         * po/libc.pot: Regenerated.
37880
37881 2012-06-21  Andreas Jaeger  <aj@suse.de>
37882
37883         [BZ #12194]
37884         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37885         warning.
37886         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37887         * bits/byteswap-16.h (__bswap_16): Likewise.
37888         * bits/byteswap.h (__bswap_constant_16): Likewise.
37889
37890 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37891
37892         [BZ #14117]
37893         * sysdeps/i386/fpu_control.h: Removed.
37894         * sysdeps/x86_64/fpu_control.h: Moved to ...
37895         * sysdeps/x86/fpu_control.h: Here.
37896
37897         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37898         (_FPU_SETCW): Likewise.
37899
37900 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37901
37902         [BZ #14117]
37903         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37904         * sysdeps/x86/fpu/bits/mathinline.h: This.
37905         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37906
37907         [BZ #14050]
37908         [BZ #14117]
37909         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37910         functions if __x86_64__ is defined.
37911
37912 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37913
37914         * string/endian.h: Add !__ASSEMBLER__ condition for including
37915         conversion interfaces.
37916
37917 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37918
37919         [BZ #14241]
37920         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37921         of ABS(x) in calculating zero to negative powers other than odd
37922         integers.
37923         * math/libm-test.inc (pow_test): Add more tests.
37924
37925 2012-06-15  Andreas Jaeger  <aj@suse.de>
37926
37927         * manual/contrib.texi (Contributors): Update entry of Liubov
37928         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37929         Machado Filho.
37930
37931 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37932
37933         * string/string.h: Add __wur to GNU version of strerror_r.
37934
37935 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37936
37937         [BZ #14229]
37938         * string/Makefile (tests): Add tst-strtok_r.
37939         * string/tst-strtok_r.c: New file.
37940         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37941         RAX_LP/RDX_LP on SAVE_PTR.
37942
37943 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37944
37945         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37946
37947 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37948
37949         * libm_test.inc (csqrt_test): Allow more spurious underflow
37950         exceptions.
37951         (j0_test): Likewise.
37952         (j1_test): Likewise.
37953         (y0_test): Likewise.
37954         (y1_test): Likewise.
37955
37956 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37957
37958         * po/Makefile (libc.pot): Use UTF-8 charset.
37959
37960 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37961
37962         [BZ #14210]
37963         Suppress sign-conversion warning from FD_SET.
37964         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37965         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37966         not unsigned long int.
37967         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37968
37969 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37970
37971         [BZ #14050]
37972         [BZ #14117]
37973         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37974         __extern_always_inline instead of __extern_inline.
37975         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37976         (__signbit): Likewise.
37977         (__signbitl): Support C++ namespace.
37978         (lrintf): New inline function.
37979         (lrint): Likewise.
37980         (llrintf): Likewise.
37981         (llrint): Likewise.
37982         (fmaxf): Likewise.
37983         (fmax): Likewise.
37984         (fminf): Likewise.
37985         (fmin): Likewise.
37986         (rint): Likewise.
37987         (rintf): Likewise.
37988         (ceil): Likewise.
37989         (ceilf): Likewise.
37990         (floor): Likewise.
37991         (floorf): Likewise.
37992         (nearbyint): Likewise.
37993         (nearbyintf): Likewise.
37994
37995 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37996
37997         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37998         non-default versions.
37999
38000 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38001
38002         [BZ #14218]
38003         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38004
38005 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38006
38007         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38008         (FE_UPWARD, FE_DOWNWARD): Don't define.
38009         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38010         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38011
38012         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38013         reading it.
38014         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38015         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38016
38017 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38018
38019         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38020         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38021         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38022         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38023
38024 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38025
38026         [BZ #14117]
38027         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38028         * sysdeps/i386/fpu/Implies: New file.
38029         * sysdeps/x86_64/fpu/Implies: Likewise.
38030         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38031         * sysdeps/x86/fpu/bits/fenv.h: This.
38032
38033         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38034         __SSE_MATH__.
38035
38036 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38037
38038         [BZ #14134]
38039         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38040         character 0xffff that matches the last element of the
38041         conversion table.
38042
38043 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38044
38045         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38046         fmodl commit.
38047
38048 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38049
38050         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38051         values higher than 25.6283.
38052
38053 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38054
38055         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38056         subnormal exponent extraction and add some __builtin_expect.
38057         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38058         Fix for subnormal mantissa calculation.
38059
38060 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38061
38062         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38063         cpu2 is -1 and errno is not ENOSYS.
38064
38065 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38066
38067         [BZ #14117]
38068         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38069         * sysdeps/x86/bits/string.h: This.
38070         * sysdeps/x86_64/bits/string.h: Removed.
38071
38072         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38073         if not compiling for x86-64, but compiling for >= i486.
38074
38075         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38076         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38077
38078         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38079         New macro from Linux kernel 3.4.0.
38080         (FP_XSTATE_MAGIC2): Likewise.
38081         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38082         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38083         (struct _fpx_sw_bytes): New struct.
38084         (struct _xsave_hdr): Likewise.
38085         (struct _ymmh_state): Likewise.
38086         (struct _xstate): Likewise.
38087
38088         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38089         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38090         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38091         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38092         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38093         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38094
38095         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38096         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38097         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38098         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38099         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38100         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38101
38102 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38103
38104         [BZ #13743]
38105         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38106         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38107         (sysdep_headers): Include sys/platform/ppc.h.
38108         * sysdeps/powerpc/test-gettimebase.c: Test for
38109         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38110         * manual/Makefile (appendices): Include platform.texi.
38111         * manual/contrib.texi (Contributors): Update @node pointers.
38112         * manual/maint.texi (Maintenance): Likewise.
38113         (Platform): New node.
38114         * manual/platform.texi: New file.  Document the new features.
38115
38116 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38117             Jakub Jelinek  <jakub@redhat.com>
38118
38119         [BZ #14188]
38120         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38121         where __builtin_expect is unavailable.
38122
38123 2012-06-03  David S. Miller  <davem@davemloft.net>
38124
38125         * stdlib/longlong.h: Updated from GCC.
38126
38127 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38128
38129         [BZ #14042]
38130         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38131         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38132         __mcount_internal.
38133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38134         (GLIBC_2.16): Likewise.
38135
38136 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38137
38138         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38139
38140 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38141
38142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38143         (default-abi): New variable.
38144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38145         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38146         variable.
38147         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38148         Likewise.
38149         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38150         Likewise.
38151         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38152         Likewise.
38153
38154         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38155         definition.  Document in comment.
38156
38157 2012-06-01  David S. Miller  <davem@davemloft.net>
38158
38159         * stdlib/longlong.h: Updated from GCC.
38160
38161 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38162
38163         [BZ #14117]
38164         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38165         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38166         sys/debugreg.h sys/io.h here.
38167         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38168         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38169         sys/io.h.
38170         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38171         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38172         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38173         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38174         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38175         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38176
38177         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38178         Define only if __x86_64__ is defined.
38179
38180 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38181
38182         [BZ #14048]
38183         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38184         Use int64_t for variable i.
38185         * math/libm-test.inc (fmod_test): Add more tests.
38186
38187         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38188         z computation is not scheduled after fetestexcept.
38189         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38190         Use math_force_eval instead of asm to ensure calculation scheduled
38191         before exception test.
38192         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38193         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38194
38195 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38196
38197         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38198         computation is not scheduled after fetestexcept.
38199
38200 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38201
38202         [BZ #14117]
38203         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38204         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38205
38206 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38207
38208         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38209         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38210
38211 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38212
38213         [BZ #14117]
38214         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38215         <bits/wordsize.h>.
38216         (__WCHAR_MIN): Support __WORDSIZE == 64.
38217         (__WCHAR_MAX): Likewise.
38218
38219         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38220         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38221
38222         [BZ #14183]
38223         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38224         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38225
38226         [BZ #14117]
38227         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38228         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38229
38230         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38231         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38232
38233         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38234         Defined to 1 if __x86_64__ isn't defined.
38235         (_STAT_VER_LINUX_OLD): New.
38236         (st_atime): Remove duplicate.
38237         (st_mtime): Likewise.
38238         (st_ctime): Likewise.
38239
38240 2012-05-31  David S. Miller  <davem@davemloft.net>
38241
38242         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38243         entries.
38244
38245 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38246
38247         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38248         gen-libm-test.pl.
38249
38250         [BZ #14132]
38251         * elf/dl-reloc.c: Include <_itoa.h>.
38252         (_dl_reloc_bad_type): Remove use of INTUSE.
38253         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38254         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38255         * stdio-common/psiginfo.c (psiginfo): Likewise.
38256         * stdio-common/psignal.c (psignal): Likewise.
38257         * string/strsignal.c (strsignal): Likewise.
38258         * include/signal.h (_sys_siglist): Declare hidden proto.
38259         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38260         INTVARDEF with libc_hidden_data_def.
38261         * stdio-common/itoa-udigits.c: Likewise.
38262         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38263         (_itoa_lower_digits_internal): Remove declaration.
38264         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38265         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38266         (_sys_sigabbrev_internal): Remove aliases.
38267         (_sys_siglist): Define hidden alias.
38268
38269 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38270
38271         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38272         bits/sysctl.h.
38273
38274 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38275
38276         [BZ #14117]
38277         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38278         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38279
38280         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38281         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38282         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38283         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38284         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38285         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38286
38287         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38288         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38289         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38290
38291         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38292         with __addr.
38293         (insw): Likewise.
38294         (insl): Likewise.
38295         (outsb): Likewise.
38296         (outsw): Likewise.
38297         (outsl): Likewise.
38298
38299         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38300         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38301         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38302
38303         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38304         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38305         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38306         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38307         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38308         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38309
38310         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38311         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38312
38313         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38314         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38315
38316         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38317         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38318         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38319
38320         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38321         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38322         to ...
38323         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38324
38325         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38326         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38327         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38328
38329         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38330         for x86-64.
38331         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38332
38333 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38334
38335         * math/math.h (M_El): Use two more decimal places.
38336         (M_LOG2El): Likewise.
38337         (M_LOG10El): Likewise.
38338         (M_LN2l): Likewise.
38339         (M_LN10l): Likewise.
38340         (M_PIl): Likewise.
38341         (M_PI_2l): Likewise.
38342         (M_PI_4l): Likewise.
38343         (M_1_PIl): Likewise.
38344         (M_2_PIl): Likewise.
38345         (M_2_SQRTPIl): Likewise.
38346         (M_SQRT2l): Likewise.
38347         (M_SQRT1_2l): Likewise.
38348
38349 2012-05-31  David S. Miller  <davem@davemloft.net>
38350
38351         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38352         values between float registers.
38353         * sysdeps/sparc/sparc64/memset.S: Likewise.
38354         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38355
38356 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38357
38358         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38359         -D_FORTIFY_SOURCE=1.
38360         (CPPFLAGS-tst-longjmp_chk.c): Define.
38361         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38362         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38363         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38364         CFLAGS-tst-wchar-h.c.
38365
38366 2012-05-31  Marek Polacek  <polacek@redhat.com>
38367
38368         [BZ #14132]
38369         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38370         __endmntent_internal): Remove declaration.
38371         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38372         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38373         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38374
38375 2012-05-30  David S. Miller  <davem@davemloft.net>
38376
38377         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38378         (___Q_simulate_exceptions): Use real FP ops rather than writing
38379         into the %fsr.
38380         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38381         Likewise.
38382
38383 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38384
38385         [BZ #14117]
38386         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38387         * sysdeps/x86/bits/xtitypes.h: This.
38388
38389         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38390         * sysdeps/x86/bits/wordsize.h: This.
38391
38392         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38393         * sysdeps/x86/bits/huge_vall.h: This.
38394
38395         * sysdeps/i386/bits/select.h: Removed.
38396         * sysdeps/x86_64/bits/select.h: Renamed to ...
38397         * sysdeps/x86/bits/select.h: This.
38398
38399         * sysdeps/i386/bits/setjmp.h: Removed.
38400         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38401         * sysdeps/x86/bits/setjmp.h: This.
38402
38403         * sysdeps/i386/bits/mathdef.h: Removed.
38404         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38405         * sysdeps/x86/bits/mathdef.h: This.
38406
38407 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38408
38409         [BZ #14132]
38410         * include/sys/socket.h (__connect_internal)
38411         (__libc_sa_len_internal): Remove declaration.
38412         (__connect, __libc_sa_len): Declare hidden_proto.
38413         (SA_LEN): Remove use of INTUSE.
38414         * socket/connect.c: Add libc_hidden_def.
38415         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38416         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38417         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38418         alias.
38419         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38420         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38421         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38422         of adding _internal alias.
38423
38424 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38425
38426         [BZ #14117]
38427         * sysdeps/i386/bits/link.h: Removed.
38428         * sysdeps/i386/bits/linkmap.h: Likewise.
38429         * sysdeps/x86_64/bits/link.h: Renamed to ...
38430         * sysdeps/x86/bits/link.h: This.
38431         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38432         * sysdeps/x86/bits/linkmap.h: This.
38433
38434         * sysdeps/i386/bits/endian.h: Removed.
38435         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38436         * sysdeps/x86/bits/endian.h: This.
38437
38438         * sysdeps/i386/bits/byteswap.h: Removed.
38439         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38440         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38441         * sysdeps/x86/bits/byteswap.h: This.
38442         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38443         * sysdeps/x86/bits/byteswap-16.h: This.
38444         * sysdeps/i386/Implies: Add x86.
38445         * sysdeps/x86_64/Implies: Likewise.
38446
38447 2012-05-30  David S. Miller  <davem@davemloft.net>
38448
38449         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38450         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38451         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38452         (FP_TRAPPING_EXCEPTIONS): Define.
38453         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38454         (FP_TRAPPING_EXCEPTIONS): Define.
38455         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38456         subnormals only when inexact has been signalled or underflow
38457         exceptions are enabled.
38458         (_FP_PACK_CANONICAL): Likewise.
38459
38460 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38461
38462         [BZ #14183]
38463         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38464         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38465
38466 2012-05-30  Richard Henderson  <rth@twiddle.net>
38467
38468         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38469         with #ifndef NOT_IN_libc.
38470
38471         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38472         marked to avoid plt entry.
38473
38474 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38475
38476         [BZ #14112]
38477         * Makeconfig (default-abi): New macro.
38478         (abi-includes): Likewise.
38479         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38480         $(abi-$(default-abi)-lib-soname) for soname if defined.
38481         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38482         abi-variants.
38483         * Makefile (installed-stubs): Likewise.
38484         * include/stubs-biarch.h: Removed.
38485         * scripts/lib-names.awk: Only handle one library at a time.
38486         * scripts/soversions.awk: Remove WORDSIZE support.
38487         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38488         entries.
38489         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38490         Removed.
38491         (syscall-list-default-condition): Likewise.
38492         (syscall-list-default-condition): Likewise.
38493         (syscall-list-includes): Likewise.
38494         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38495         syscall-list-* with abi-*.  Handle undefined abi-variants.
38496         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38497         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38498         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38499         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38500         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38501         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38502         Removed.
38503         (syscall-list-32-options): Likewise.
38504         (syscall-list-32-condition): Likewise.
38505         (syscall-list-64-options): Likewise.
38506         (syscall-list-64-condition): Likewise.
38507         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38508         macro.
38509         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38510         Renamed to ...
38511         (abi-*): This.
38512         (abi-64-ld-soname): New macro.
38513         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38514         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38515         Renamed to ...
38516         (abi-*): This.
38517         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38518         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38519
38520 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38521
38522         * sysdeps/unix/sysv/linux/kernel-features.h
38523         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38524         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38525         include <kernel-features.h>.
38526         [!__NR_ftruncate64]: Remove conditional code.
38527         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38528         [__NR_ftruncate64]: Make code unconditional.
38529         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38530         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38531         include <kernel-features.h>.
38532         [!__NR_ftruncate64]: Remove conditional code.
38533         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38534         [__NR_ftruncate64]: Make code unconditional.
38535         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38537         include <kernel-features.h>.
38538         [!__NR_ftruncate64]: Remove conditional code.
38539         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38540         [__NR_ftruncate64]: Make code unconditional.
38541         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38543         include <kernel-features.h>.
38544         [!__NR_ftruncate64]: Remove conditional code.
38545         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38546         [__NR_ftruncate64]: Make code unconditional.
38547         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38548
38549         * configure.in (libc_cv_fpie): Weaken to a compile test using
38550         LIBC_TRY_CC_OPTION.
38551         * configure: Regenerated.
38552
38553 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38554
38555         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38556         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38557         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38558         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38559         Refreshed.
38560         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38561         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38562         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38563         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38564         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38565         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38566         Refreshed.
38567
38568 2012-05-27  David S. Miller  <davem@davemloft.net>
38569
38570         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38571         (___Q_zero): New.
38572         (__Q_simulate_exceptions): Return void.  Change to simulate
38573         exceptions by writing into the %fsr.
38574         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38575         (__Qp_handle_exceptions): Likewise.
38576         (numbers): Delete.
38577         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38578         __Qp_handle_exceptions.
38579         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38580         __Qp_handle_exceptions.
38581         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38582         as unused and give dummy FP_RND_NEAREST initializer.
38583         (FP_INHIBIT_RESULTS): Define.
38584         (___Q_simulate_exceptions): Update declaration.
38585         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38586         formatting.
38587         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38588         as unused and give dummy FP_RND_NEAREST initializer.
38589         (__Qp_handle_exceptions): Update declaration.
38590         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38591         formatting.
38592
38593 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38594
38595         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38596         the temporary FPU control word.
38597         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38598         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38599         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38600         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38601         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38602         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38603         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38604         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38605         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38606         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38607         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38608
38609 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38610
38611         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38612         fields.
38613
38614 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38615
38616         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38617         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38618         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38619         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38620         Likewise.
38621         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38622         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38623         Likewise.
38624
38625 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38626
38627         * po/h.po: Update from translation team.
38628
38629 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38630
38631         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38632
38633         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38634         handling of denormals.
38635         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38636         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38637         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38638         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38639         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38640         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38641         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38642         Likewise.
38643
38644 2012-05-26  Marek Polacek  <polacek@redhat.com>
38645
38646         [BZ #14152]
38647         * math/libm-test.inc (fma_test): Don't always expect underflow
38648         exception.
38649
38650 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38651
38652         [BZ #12416]
38653         * elf/tst-execstack.c: Include stackinfo.h.
38654         (do_test): Adjust test case to ensure that pthread_getattr_np
38655         behaviour remains the same after marking stack executable.
38656
38657 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38658
38659         * sysdeps/unix/sysv/linux/kernel-features.h
38660         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38661         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38662         kernel-features.h.
38663         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38664         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38665         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38666         kernel-features.h.
38667         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38668         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38669
38670 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38671
38672         * configure.in: Define the default includes to being none.
38673         * configure: Regenerated.
38674
38675 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38676
38677         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38678         * sysdeps/x86_64/setjmp.S: Likewise.
38679         * sysdeps/i386/bsd-setjmp.S: Likewise.
38680         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38681         * sysdeps/i386/setjmp.S: Likewise.
38682         * sysdeps/i386/__longjmp.S: Likewise.
38683         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38684         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38685
38686         * include/stap-probe.h: New file.
38687         * configure.in: Handle --enable-systemtap.
38688         * configure: Regenerated.
38689         * config.h.in (USE_STAP_PROBE): New #undef.
38690         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38691         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38692         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38693
38694 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38695
38696         [BZ #13717]
38697         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38698         to 2.4.0 where earlier.
38699         * sysdeps/unix/sysv/linux/configure: Regenerated.
38700         * sysdeps/unix/sysv/linux/i386/chown.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/fchown.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/fchownat.c (fchownat)
38709         [__ASSUME_32BITUIDS]: Make code unconditional.
38710         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38711         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38712         <kernel-features.h>.
38713         [__ASSUME_32BITUIDS]: Make code unconditional.
38714         [!__ASSUME_32BITUIDS]: Remove conditional code.
38715         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38716         <kernel-features.h>.
38717         [__ASSUME_32BITUIDS]: Make code unconditional.
38718         [!__ASSUME_32BITUIDS]: Remove conditional code.
38719         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38720         <kernel-features.h>.
38721         [__ASSUME_32BITUIDS]: Make code unconditional.
38722         [!__ASSUME_32BITUIDS]: Remove conditional code.
38723         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38724         <kernel-features.h>.
38725         [__ASSUME_32BITUIDS]: Make code unconditional.
38726         [!__ASSUME_32BITUIDS]: Remove conditional code.
38727         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38728         <kernel-features.h>.
38729         [__ASSUME_32BITUIDS]: Make code unconditional.
38730         [!__ASSUME_32BITUIDS]: Remove conditional code.
38731         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38732         <kernel-features.h>.
38733         [__ASSUME_32BITUIDS]: Make code unconditional.
38734         [!__ASSUME_32BITUIDS]: Remove conditional code.
38735         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38736         <kernel-features.h>.
38737         [__ASSUME_32BITUIDS]: Make code unconditional.
38738         [!__ASSUME_32BITUIDS]: Remove conditional code.
38739         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38740         <kernel-features.h>.
38741         [__ASSUME_32BITUIDS]: Make code unconditional.
38742         [!__ASSUME_32BITUIDS]: Remove conditional code.
38743         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38744         <kernel-features.h>.
38745         [__ASSUME_32BITUIDS]: Make code unconditional.
38746         [!__ASSUME_32BITUIDS]: Remove conditional code.
38747         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38748         <kernel-features.h>.
38749         [__ASSUME_32BITUIDS]: Make code unconditional.
38750         [!__ASSUME_32BITUIDS]: Remove conditional code.
38751         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38752         <kernel-features.h>.
38753         [__NR_setresgid] (__setresgid): Do not declare.
38754         [__ASSUME_32BITUIDS]: Make code unconditional.
38755         [!__ASSUME_32BITUIDS]: Remove conditional code.
38756         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38757         <kernel-features.h>.
38758         [__NR_setresuid] (__setresuid): Do not declare.
38759         [__ASSUME_32BITUIDS]: Make code unconditional.
38760         [!__ASSUME_32BITUIDS]: Remove conditional code.
38761         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38762         <kernel-features.h>.
38763         [__ASSUME_32BITUIDS]: Make code unconditional.
38764         [!__ASSUME_32BITUIDS]: Remove conditional code.
38765         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38766         <kernel-features.h>.
38767         [__ASSUME_32BITUIDS]: Make code unconditional.
38768         [!__ASSUME_32BITUIDS]: Remove conditional code.
38769         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38770         <kernel-features.h>.
38771         [__ASSUME_32BITUIDS]: Make code unconditional.
38772         [!__ASSUME_32BITUIDS]: Remove conditional code.
38773         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38774         <kernel-features.h>.
38775         [__ASSUME_32BITUIDS]: Make code unconditional.
38776         [!__ASSUME_32BITUIDS]: Remove conditional code.
38777         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38778         <kernel-features.h>.
38779         [__ASSUME_32BITUIDS]: Make code unconditional.
38780         [!__ASSUME_32BITUIDS]: Remove conditional code.
38781         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38782         <kernel-features.h>.
38783         [__ASSUME_32BITUIDS]: Make code unconditional.
38784         [!__ASSUME_32BITUIDS]: Remove conditional code.
38785         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38786         <kernel-features.h>.
38787         [__ASSUME_32BITUIDS]: Make code unconditional.
38788         [!__ASSUME_32BITUIDS]: Remove conditional code.
38789         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38790         <kernel-features.h>.
38791         [__ASSUME_32BITUIDS]: Make code unconditional.
38792         [!__ASSUME_32BITUIDS]: Remove conditional code.
38793         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38794         <kernel-features.h>.
38795         [__ASSUME_32BITUIDS]: Make code unconditional.
38796         [!__ASSUME_32BITUIDS]: Remove conditional code.
38797         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38798         <kernel-features.h>.
38799         [__ASSUME_32BITUIDS]: Make code unconditional.
38800         [!__ASSUME_32BITUIDS]: Remove conditional code.
38801         * sysdeps/unix/sysv/linux/kernel-features.h
38802         (__ASSUME_SETRESUID_SYSCALL): Remove.
38803         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38804         (__ASSUME_32BITUIDS): Likewise.
38805         (__ASSUME_LDT_WORKS): Likewise.
38806         (__ASSUME_O_DIRECTORY): Likewise.
38807         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38808         architecture but not kernel version.
38809         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38810         (__ASSUME_MMAP2_SYSCALL): Likewise.
38811         (__ASSUME_STAT64_SYSCALL): Likewise.
38812         (__ASSUME_IPC64): Likewise.
38813         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38814         <kernel-features.h>.
38815         [__ASSUME_32BITUIDS]: Make code unconditional.
38816         [!__ASSUME_32BITUIDS]: Remove conditional code.
38817         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38818         <kernel-features.h>.
38819         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38820         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38821         132096]: Remove conditional code.
38822         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38823         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38824         <kernel-features.h>.
38825         [__ASSUME_32BITUIDS]: Make code unconditional.
38826         [!__ASSUME_32BITUIDS]: Remove conditional code.
38827         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38828         <kernel-features.h>.
38829         [__ASSUME_32BITUIDS]: Make code unconditional.
38830         [!__ASSUME_32BITUIDS]: Remove conditional code.
38831         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38832         <kernel-features.h>.
38833         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38834         unconditional.
38835         (__setresgid): Do not declare.
38836         [__ASSUME_32BITUIDS]: Make code unconditional.
38837         [!__ASSUME_32BITUIDS]: Remove conditional code.
38838         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38839         <kernel-features.h>.
38840         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38841         unconditional.
38842         (__setresuid): Do not declare.
38843         [__ASSUME_32BITUIDS]: Make code unconditional.
38844         [!__ASSUME_32BITUIDS]: Remove conditional code.
38845         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38846         <kernel-features.h>.
38847         [__ASSUME_32BITUIDS]: Make code unconditional.
38848         [!__ASSUME_32BITUIDS]: Remove conditional code.
38849         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38850         <kernel-features.h>.
38851         [__ASSUME_32BITUIDS]: Make code unconditional.
38852         [!__ASSUME_32BITUIDS]: Remove conditional code.
38853
38854 2012-05-25  Richard Henderson  <rth@twiddle.net>
38855
38856         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38857         dl_hwcap to ifunc resolver.
38858         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38859         elf_ifunc_invoke.
38860         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38861         dl_hwcap to ifunc resolver.
38862         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38863
38864 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38865
38866         [BZ #14153]
38867         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38868         for |x| <= 2**-26, not 2**-57.
38869         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38870         exception.
38871
38872 2012-05-24  Jeff Law  <law@redhat.com>
38873
38874         * stdio-common/Makefile (tests): Add bug25.
38875         * stdio-common/bug25.c: New test.
38876
38877 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38878
38879         [BZ #13576]
38880         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38881         multiple of MALLOC_ALIGNMENT in size.
38882         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38883
38884 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38885
38886         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38887         Require >= 256.
38888         (FILENAME_MAX): Use macro-int-constant.
38889         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38890         (_IOFBF): Use macro-int-constant.
38891         (_IOLBF): Likewise.
38892         (_IONBF): Likewise.
38893         (SEEK_CUR): Likewise.
38894         (SEEK_END): Likewise.
38895         (SEEK_SET): Likewise.
38896         (TMP_MAX): Likewise.
38897         (EOF): Use macro-int-constant.  Require < 0.
38898         (NULL): Use macro-constant.  Require == 0.
38899         (stdin): Require type to be FILE *.
38900         (stdout): Likewise.
38901         (stderr): Likewise.
38902         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38903         macro-int-constant.
38904         (EXIT_SUCCESS): Likewise.
38905         (NULL): Use macro-constant.  Require == 0.
38906         (RAND_MAX): Use macro-int-constant.
38907         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38908         [C99-based standards] (strtof): Require function.
38909         [C99-based standards] (strtold): Likewise.
38910         [C99-based standards] (strtoll): Likewise.
38911         [C99-based standards] (strtoull): Likewise.
38912         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38913         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38914         [ISO || ISO99 || ISO11] (math.h): Likewise.
38915         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38916         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38917         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38918
38919 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38920
38921         [BZ #14132]
38922         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38923         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38924         * intl/dgettext.c (DCGETTEXT): Likewise.
38925         * intl/gettext.c (DCGETTEXT): Likewise.
38926         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38927         * posix/regex_internal.h (gettext): Likewise.
38928         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38929         Remove declaration.
38930         * include/argz.h (__argz_count_internal)
38931         (__argz_stringify_internal): Remove declaration.
38932         (__argz_count, __argz_stringify): Declare hidden proto.
38933         * intl/dcgettext.c: Remove use of INTDEF.
38934         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38935         * string/argz-stringify.c: Likewise.
38936         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38937         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38938         Declare hidden proto.
38939         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38940         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38941         Declare hidden proto.
38942         * include/stdio.h (__asprintf_internal): Don't declare.
38943         (__asprintf): Don't define as macro.  Declare hidden proto.
38944         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38945         (__fsetlocking): Declare hidden proto.
38946         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38947         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38948         hidden proto.
38949         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38950         (_IO_setlinebuf): Remove use of INTUSE.
38951         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38952         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38953         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38954         Remove declaration.
38955         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38956         (_IO_do_flush): Remove use of INTUSE.
38957         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38958         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38959         (_IO_adjust_column, _IO_least_wmarker)
38960         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38961         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38962         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38963         (_IO_default_doallocate, _IO_wdefault_doallocate)
38964         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38965         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38966         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38967         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38968         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38969         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38970         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38971         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38972         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38973         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38974         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38975         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38976         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38977         proto.
38978         (_IO_flush_all_internal, _IO_adjust_column_internal)
38979         (_IO_default_uflow_internal, _IO_default_finish_internal)
38980         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38981         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38982         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38983         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38984         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38985         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38986         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38987         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38988         (_IO_file_close_internal, _IO_file_close_it_internal)
38989         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38990         (_IO_file_init_internal, _IO_file_attach_internal)
38991         (_IO_file_fopen_internal, _IO_file_read_internal)
38992         (_IO_file_sync_internal, _IO_file_seek_internal)
38993         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38994         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38995         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38996         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38997         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38998         (_IO_list_all_internal, _IO_link_in_internal)
38999         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39000         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39001         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39002         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39003         (_IO_do_write_internal, _IO_padn_internal)
39004         (_IO_getline_info_internal, _IO_getline_internal)
39005         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39006         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39007         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39008         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39009         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39010         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39011         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39012         with libc_hidden_ver, remove use of INTUSE.
39013         * libio/genops.c: Likewise.
39014         * libio/freopen.c: Likewise.
39015         * libio/freopen64.c: Likewise.
39016         * libio/iofclose.c: Likewise.
39017         * libio/iofdopen.c: Likewise.
39018         * libio/iofflush.c: Likewise.
39019         * libio/iofflush_u.c: Likewise.
39020         * libio/iofgets.c: Likewise.
39021         * libio/iofgets_u.c: Likewise.
39022         * libio/iofopen.c: Likewise.
39023         * libio/iofopncook.c: Likewise.
39024         * libio/iofread.c: Likewise.
39025         * libio/iofread_u.c: Likewise.
39026         * libio/ioftell.c: Likewise.
39027         * libio/iofwrite.c: Likewise.
39028         * libio/iogetline.c: Likewise.
39029         * libio/iogets.c: Likewise.
39030         * libio/iogetwline.c: Likewise.
39031         * libio/iopadn.c: Likewise.
39032         * libio/iopopen.c: Likewise.
39033         * libio/ioseekoff.c: Likewise.
39034         * libio/ioseekpos.c: Likewise.
39035         * libio/iosetbuffer.c: Likewise.
39036         * libio/iosetvbuf.c: Likewise.
39037         * libio/ioungetc.c: Likewise.
39038         * libio/ioungetwc.c: Likewise.
39039         * libio/iovdprintf.c: Likewise.
39040         * libio/iovsprintf.c: Likewise.
39041         * libio/iovsscanf.c: Likewise.
39042         * libio/memstream.c: Likewise.
39043         * libio/obprintf.c: Likewise.
39044         * libio/oldfileops.c: Likewise.
39045         * libio/oldiofclose.c: Likewise.
39046         * libio/oldiofdopen.c: Likewise.
39047         * libio/oldiofopen.c: Likewise.
39048         * libio/oldiopopen.c: Likewise.
39049         * libio/oldstdfiles.c: Likewise.
39050         * libio/putc.c: Likewise.
39051         * libio/setbuf.c: Likewise.
39052         * libio/setlinebuf.c: Likewise.
39053         * libio/stdfiles.c: Likewise.
39054         * libio/strops.c: Likewise.
39055         * libio/vasprintf.c: Likewise.
39056         * libio/vscanf.c: Likewise.
39057         * libio/vsnprintf.c: Likewise.
39058         * libio/vswprintf.c: Likewise.
39059         * libio/wfiledoalloc.c: Likewise.
39060         * libio/wfileops.c: Likewise.
39061         * libio/wgenops.c: Likewise.
39062         * libio/wmemstream.c: Likewise.
39063         * libio/wstrops.c: Likewise.
39064         * libio/__fpurge.c: Likewise.
39065         * libio/__fsetlocking.c: Likewise.
39066         * assert/assert.c: Likewise.
39067         * debug/fgets_chk.c: Likewise.
39068         * debug/fgets_u_chk.c: Likewise.
39069         * debug/fread_chk.c: Likewise.
39070         * debug/fread_u_chk.c: Likewise.
39071         * debug/gets_chk.c: Likewise.
39072         * debug/obprintf_chk.c: Likewise.
39073         * debug/vasprintf_chk.c: Likewise.
39074         * debug/vdprintf_chk.c: Likewise.
39075         * debug/vsnprintf_chk.c: Likewise.
39076         * debug/vsprintf_chk.c: Likewise.
39077         * malloc/mtrace.c: Likewise.
39078         * misc/error.c: Likewise.
39079         * misc/syslog.c: Likewise.
39080         * stdio-common/asprintf.c: Likewise.
39081         * stdio-common/fxprintf.c: Likewise.
39082         * stdio-common/getw.c: Likewise.
39083         * stdio-common/isoc99_fscanf.c: Likewise.
39084         * stdio-common/isoc99_scanf.c: Likewise.
39085         * stdio-common/isoc99_vfscanf.c: Likewise.
39086         * stdio-common/isoc99_vscanf.c: Likewise.
39087         * stdio-common/isoc99_vsscanf.c: Likewise.
39088         * stdio-common/printf-prs.c: Likewise.
39089         * stdio-common/printf_fp.c: Likewise.
39090         * stdio-common/printf_fphex.c: Likewise.
39091         * stdio-common/printf_size.c: Likewise.
39092         * stdio-common/putw.c: Likewise.
39093         * stdio-common/scanf.c: Likewise.
39094         * stdio-common/sprintf.c: Likewise.
39095         * stdio-common/tmpfile.c: Likewise.
39096         * stdio-common/vfprintf.c: Likewise.
39097         * stdio-common/vfscanf.c: Likewise.
39098         * stdlib/strfmon_l.c: Likewise.
39099         * sunrpc/openchild.c: Likewise.
39100         * sunrpc/xdr_stdio.c: Likewise.
39101         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39102         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39103
39104 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39105
39106         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39107
39108         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39109         in the third column, to generate for the shared library an IFUNC
39110         that uses _dl_vdso_vsym.
39111         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39112         * Makeconfig (object-suffixes-noshared): New variable.
39113
39114         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39115         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39116         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39117         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39118
39119         [BZ #14132]
39120         * include/sys/time.h (__gettimeofday): Remove macro.
39121         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39122         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39123         Remove INTDEF.
39124         (__gettimeofday): Add libc_hidden_def.
39125         (gettimeofday): Add libc_hidden_weak.
39126         * sysdeps/mach/gettimeofday.c: Likewise.
39127         * sysdeps/posix/gettimeofday.c: Likewise.
39128         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39129         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39130         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39131         (__gettimeofday_internal): Remove strong_alias.
39132         (__gettimeofday): Add libc_hidden_def.
39133         (gettimeofday): Add libc_hidden_weak.
39134         * sysdeps/unix/syscalls.list (gettimeofday):
39135         Remove __gettimeofday_internal alias.
39136
39137 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39138             H.J. Lu  <hongjiu.lu@intel.com>
39139
39140         [BZ #12495]
39141         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39142         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39143         (largebin_index_32_big): New.
39144         (largebin_index): Use it for 16-byte alignment.
39145         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39146         correction with front_misalign.
39147
39148 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39149
39150         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39151         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39152         Likewise.
39153         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39154         Likewise.
39155         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39156         Likewise.
39157         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39158         Likewise.
39159         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39160         Likewise.
39161         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39162         Likewise.
39163         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39164         Likewise.
39165         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39166         Likewise.
39167         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39168         Likewise.
39169         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39170         Likewise.
39171         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39172         Likewise.
39173         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39174         Likewise.
39175
39176         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39177         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39178
39179 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39180
39181         [BZ #10846]
39182         [BZ #14036]
39183         * math/libm-test.inc (exp_test): Add test from bug 14036.
39184         (pow_test): Add test from bug 10846.
39185
39186         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39187         and other flags.
39188         (special_function): Do not include flags in test name.
39189         (parse_args): Likewise.
39190         * sysdeps/i386/fpu/libm-test-ulps: Update.
39191         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39192         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39193         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39195
39196         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39197         exceptions.
39198         * math/libm-test.inc ("Philosophy"): Update comment about
39199         exception testing.
39200         (UNDERFLOW_EXCEPTION): New macro.
39201         (UNDERFLOW_EXCEPTION_OK): Likewise.
39202         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39203         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39204         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39205         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39206         (INVALID_EXCEPTION_OK): Update value.
39207         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39208         (OVERFLOW_EXCEPTION_OK): Likewise.
39209         (IGNORE_ZERO_INF_SIGN): Likewise.
39210         (test_exceptions): Handle underflow exceptions.
39211         (acos_test): Update for underflow exception expectations.
39212         (cexp_test): Likewise.
39213         (clog_test): Likewise.
39214         (clog10_test): Likewise.
39215         (csqrt_test): Likewise.
39216         (ctan_test): Likewise.
39217         (ctanh_test): Likewise.
39218         (exp_test): Likewise.
39219         (exp10_test): Likewise.
39220         (exp2_test): Likewise.
39221         (expm1_test): Likewise.
39222         (fma_test): Likewise.
39223         (j0_test): Likewise.
39224         (jn_test): Likewise.
39225         (nexttoward_test): Likewise.
39226         (pow_test): Likewise.
39227         (scalbn_test): Likewise.
39228         (scalbln_test): Likewise.
39229         (tan_test): Likewise.
39230         (y1_test): Likewise.
39231         * sysdeps/i386/fpu/libm-test-ulps: Update.
39232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39233
39234 2012-05-23  David S. Miller  <davem@davemloft.net>
39235
39236         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39237         (__libc_sigaction): Remove unused local variables.
39238
39239 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39240
39241         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39242
39243 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39244
39245         mktime: avoid signed integer overflow
39246         * time/mktime.c (__mktime_internal): Do not mishandle the case
39247         where diff == INT_MIN.
39248
39249         mktime: simplify computation of average
39250         * time/mktime.c (ranged_convert): Use new time_t_avg function
39251         instead of rolling our own (probably-slower) code.
39252
39253         mktime: do not assume signed right shift propagates sign bit
39254         * time/mktime.c (isdst_differ): New static function.
39255         (__mktime_internal): No need to normalize tm_isdst now.
39256         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39257         tm_isdst values.
39258
39259         mktime: merge another wrapv change from gnulib
39260         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39261         from some compilers.
39262
39263         mktime: remove incorrect attempt at unusual arithmetics
39264         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39265         The code didn't really work on such machines anyway.
39266         (TYPE_MINIMUM): Assume two's complement.
39267         (twos_complement_arithmetic): Verify that long_int and time_t
39268         are two's complement (or unsigned, in the latter case).
39269
39270         mktime: check signed shifts on long_int and time_t, too
39271         * time/mktime.c (SHR): Check that shifts work as desired
39272         on the types long_int and time_t too, as SHR is used on
39273         such types.
39274
39275         mktime: do not assume 'long' is wide enough
39276         * time/mktime.c (verify): Move decl up.
39277         (long_int): New type.
39278         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39279         to remove assumption in the code that 'long' is wide enough to
39280         store year values.  This assumption is not true on x32 and on
39281         some non-glibc platforms.
39282
39283         mktime: merge wrapv change from gnulib
39284         * time/mktime.c (WRAPV): New macro.
39285         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39286         (guess_time_tm, __mktime_internal): Do not assume that signed
39287         integer overflow wraps around; modern compilers generate code
39288         where this assumption is no longer valid.
39289
39290 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39291
39292         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39293         Replace "jmp L(pseudo_end)" with "ret".
39294         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39295         Likewise.
39296
39297 2012-05-23  Andreas Jaeger  <aj@suse.de>
39298
39299         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39300         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39301
39302 2012-05-23  Andreas Jaeger  <aj@suse.de>
39303             Maximilian Attems  <max@stro.at>
39304
39305         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39306         New macros.
39307
39308 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39309
39310         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39311         code so that pseudo_end is just ret and the stack pointer is
39312         correct also for static library in error case.
39313
39314 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39315
39316         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39317         move to syscalls.list.
39318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39322
39323         * manual/install.texi (Running make install): Do not mention Linux
39324         kernel version for which pt_chown is not needed.
39325         (Linux): Do not mention problems with nscd with 2.0 kernels.
39326         * INSTALL: Regenerated.
39327
39328 2012-05-23  Andreas Jaeger  <aj@suse.de>
39329
39330         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39331         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39332         macro.
39333         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39334         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39335         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39336         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39337         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39338         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39339         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39340         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39341         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39342         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39343         * sysdeps/unix/sysv/linux/bits/in.h
39344         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39345
39346 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39347
39348         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39349         (PREPARE_VERSION): Just use assert instead, it will be elided
39350         under [NDEBUG] anyway.
39351
39352 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39353
39354         * sysdeps/unix/sysv/linux/Makefile: Include
39355         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39356         (sysdep_routines): Remove sysctl.
39357         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39358         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39359         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39360         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39361         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39362
39363 2012-05-22  Andreas Jaeger  <aj@suse.de>
39364
39365         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39366         that pseudo_end is just ret and the stack pointer is correct also
39367         for static library in error case.
39368
39369 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39370
39371         [BZ #14122]
39372         * nss/nsswitch.c (defconfig_entries): New variable.
39373         (__nss_database_lookup): Don't leak defconfig entries.
39374         (nss_parse_service_list): Don't leak on error paths.
39375         (free_database_entries): New function.
39376         (free_defconfig): New function.
39377         (free_mem): Move common code to free_database_entries.
39378
39379 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39380
39381         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39382         Add arch_prctl.
39383         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39384
39385         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39386         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39387         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39388         New macro.
39389         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39390         (INTERNAL_SYSCALL_TYPES): Likewise.
39391         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39392         (LOAD_REGS_TYPES_[1-6]): Likewise.
39393         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39394         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39395
39396 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39397
39398         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39399         copysignl for GLIBC_2_0.
39400         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39401         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39402         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39403         logbl for GLIBC_2_0.
39404         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39405         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39406
39407 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39408
39409         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39410         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39411
39412         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39413         Use "neg %eax".
39414
39415         * time/mktime.c: Update copyright years.
39416
39417 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39418
39419         mktime: merge comment-quoting-style change from gnulib
39420         * time/mktime.c: Quote 'like this' in comments.
39421         The GNU coding standards suggest that we no longer quote `like this',
39422         as "`" and "'" are typically rendered asymmetrically nowadays.
39423         The typical gnulib style is to quote 'like this' when quoting
39424         code, and "like this" when quoting English.
39425
39426         * time/mktime.c (compile-command): Add "-I.".
39427
39428         mktime: merge mktime-internal.h change from gnulib
39429         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39430
39431         mktime: merge time_r change from gnulib
39432         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39433
39434         mktime: merge DEBUG change from gnulib
39435         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39436         case system <time.h> has a #define.
39437
39438         mktime: merge <sys/types.h> change from gnulib
39439         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39440         since <time.t> is now guaranteed to define time_t.
39441
39442         mktime: merge HAVE_CONFIG_H change from gnulib
39443         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39444
39445 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39446
39447         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39448         Use "neg %eax".
39449
39450         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39451         __rlim_t cast.
39452         (struct rusage): Use anonymous union to pad each field to
39453         __syscall_slong_t.
39454
39455 2012-05-21  David S. Miller  <davem@davemloft.net>
39456
39457         * Makefules (o-iterator): Remove .s cases.
39458         (compile-command.s): Delete.
39459         (COMPILE.s): Delete.
39460         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39461
39462 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39463
39464         * configure.in (libc_cv_predef_stack_protector): Only consider
39465         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39466         * configure: Regenerated.
39467
39468 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39469
39470         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39471         New macro.  Use R*LP on int and pointer.
39472         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39473         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39474         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39475         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39476
39477         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39478         [__WORDSIZE_TIME64_COMPAT32] instead of
39479         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39480         (struct utmp): Likewise.
39481         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39482         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39483         Renamed to ...
39484         (__WORDSIZE_TIME64_COMPAT32): This.
39485         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39486         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39487         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39488         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39489         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39490         (__WORDSIZE_TIME64_COMPAT32): New macro.
39491
39492 2012-05-21  Andreas Jaeger  <aj@suse.de>
39493
39494         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39495         only if [SHARED]. Add prototype for __wcschr_ia32.
39496
39497 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39498
39499         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39500         of %rbp unmolested in the jmp_buf while mangling the low bits.
39501         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39502         unmolested high bits of %rbp while demangling the low bits.
39503         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39504
39505 2012-05-21  Andreas Jaeger  <aj@suse.de>
39506
39507         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39508         * sunrpc/svc_simple.c: Use it for registerrpc.
39509         * sunrpc/xcrypt.c: Use it for passwd2des.
39510
39511         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39512
39513 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39514
39515         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39516         Don't define if [__SYSCALL_WORDSIZE != 32].
39517         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39518         New macro.
39519
39520 2012-05-21  Bruno Haible  <bruno@clisp.org>
39521             Andreas Jaeger  <aj@suse.de>
39522
39523         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39524         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39525         inptr and inend for must_buffer_ch.
39526         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39527         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39528         * stdio-common/Makefile (tests): Remove bug15.
39529         (bug15-ENV): Remove macro.
39530         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39531         anymore.
39532
39533 2012-05-19  Andreas Jaeger  <aj@suse.de>
39534             Roland McGrath  <roland@hack.frob.com>
39535
39536         * manual/contrib.texi: Completely rewritten. It contains now an
39537         alphabetical list of contributors and their contributions.
39538
39539 2012-05-21  Richard Henderson  <rth@twiddle.net>
39540
39541         * misc/getauxval.c (__getauxval): Use unsigned long int.
39542         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39543         (getauxval): Use unsigned long int.
39544
39545 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39546
39547         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39548
39549 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39550
39551         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39552         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39553         __alignof__ (long double).
39554
39555 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39556
39557         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39558
39559 2012-05-20  Richard Henderson  <rth@twiddle.net>
39560
39561         * misc/getauxval.c: New file.
39562         * misc/sys/auxv.h: New file.
39563         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39564         (routines): Add getauxval.
39565         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39566         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39567         * elf/dl-sysdep.c (_dl_auxv): Remove.
39568         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39569         * elf/dl-support.c (_dl_auxv): New variable.
39570         (_dl_aux_init): Initialize it.
39571         * manual/startup.texi (Auxiliary Vector): New node.
39572         * sysdeps/generic/bits/hwcap.h: New file.
39573         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39574         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39575         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39576         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39577         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39578         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39580         Update.
39581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39582         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39583         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39584         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39585         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39586         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39587         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39588         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39589
39590 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39591
39592         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39593
39594 2012-05-19  David S. Miller  <davem@davemloft.net>
39595
39596         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39597
39598 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39599
39600         [BZ #14123]
39601         * math/s_ccosh.c: Include <float.h>
39602         (__ccosh): Avoid internal overflow calculating sinh and cosh
39603         values before multiplying by sin and cos values.
39604         * math/s_ccoshf.c: Likewise.
39605         * math/s_ccoshl.c: Likewise.
39606         * math/s_csin.c: Likewise.
39607         * math/s_csinf.c: Likewise.
39608         * math/s_csinl.c: Likewise.
39609         * math/s_csinh.c: Likewise.
39610         * math/s_csinhf.c: Likewise.
39611         * math/s_csinhl.c: Likewise.
39612         * math/libm-test.inc (ccos_test): Add more tests.
39613         (ccosh_test): Likewise.
39614         (csin_test): Likewise.
39615         (csinh_test): Likewise.
39616         * sysdeps/i386/fpu/libm-test-ulps: Update.
39617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39618
39619 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39620
39621         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39622         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39623
39624         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39625
39626 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39627
39628         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39629         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39630         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39631         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39632         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39633         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39634         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39635         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39636         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39637         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39638         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39639         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39640         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39641         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39642         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39643         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39644         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39645         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39646         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39647         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39648         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39649         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39650         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39651         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39652         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39653         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39654         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39655         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39656         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39657         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39658         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39659
39660 2012-05-18  Andreas Jaeger  <aj@suse.de>
39661
39662         * csu/.gitignore: Delete.
39663
39664 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39665
39666         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39667         (timex): Use __syscall_slong_t.
39668
39669 2012-05-18  Andreas Jaeger  <aj@suse.de>
39670             Carlos O'Donell  <carlos_odonell@mentor.com>
39671
39672         * manual/install.texi (Configuring and compiling): Update
39673         description about files modified in the source directory.
39674         * INSTALL: Regenerated.
39675
39676 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39677
39678         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39679         value.  Use "or" to set return value to -1.
39680         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39681         negate return value.
39682
39683 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39684
39685         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39686         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39687         failure if the compiler has Graphite support disabled.
39688         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39689         Likewise.
39690         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39691         (CFLAGS-memmove.c): Likewise.
39692         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39693         Likewise.
39694
39695 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39696
39697         * sysdeps/x86_64/x32/_itoa.h: New file.
39698
39699         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39700         getdents system call only if kernel and user dirents have the
39701         same d_ino and d_off.
39702
39703         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39704         LLONG_MAX != LONG_MAX.
39705         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39706         (_fitoa_word): Likewise.
39707
39708         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39709         years.
39710         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39711         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39712         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39713
39714         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39715         include <bits/wordsize.h>.  Check __x86_64__ instead of
39716         __WORDSIZE.
39717         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39718         if __x86_64__ is defined.  Use anonymous union on fpstate.
39719
39720         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39721         anonymous union.
39722
39723 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39724
39725         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39726         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39727         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39728         Refer to _rtld_local_ro instead of _rtld_global_ro.
39729         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39730         Likewise.
39731         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39732         Likewise.
39733         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39734         Likewise.
39735         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39736         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39737         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39738
39739         * sysdeps/powerpc/powerpc32/dl-machine.c
39740         (__elf_machine_runtime_setup) [PROF]: Don't reference
39741         _dl_prof_resolve.
39742
39743 2012-05-18  Andreas Jaeger  <aj@suse.de>
39744
39745         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39746         function only available for GCCs before 3.4 since GCC 3.4
39747         introduced a builtin.
39748         (lrint): Likewise.
39749         (llrintf): Likewise.
39750         (llrint): Likewise.
39751         (fmaxf): Likewise.
39752         (fmax): Likewise.
39753         (fminf): Likewise.
39754         (fmin): Likewise.
39755         (rint): Likewise.
39756         (rintf): Likewise.
39757         (nearbyint): Likewise.
39758         (nearbyintf): Likewise.
39759         (ceil): Likewise.
39760         (ceilf): Likewise.
39761         (floor): Likewise.
39762         (floorf): Likewise.
39763
39764 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39765
39766         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39767         on both fields and cast pointer to __syscall_ulong_t.
39768
39769         * bits/types.h (__fsword_t): New type.
39770         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39771         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39772         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39773         (__FSWORD_T_TYPE): Likewise.
39774         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39775         (__FSWORD_T_TYPE): Likewise.
39776         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39777         (__FSWORD_T_TYPE): Likewise.
39778         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39779         (__FSWORD_T_TYPE): Likewise.
39780         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39781         __SWORD_TYPE with __fsword_t.
39782         (statfs64): Likewise.
39783
39784 2012-05-17  David S. Miller  <davem@davemloft.net>
39785
39786         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39787
39788 2012-05-17  Andreas Jaeger  <aj@suse.de>
39789
39790         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39791         warning.
39792
39793 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39794
39795         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39796
39797 2012-05-17  Andreas Jaeger  <aj@suse.de>
39798
39799         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39800         when it is used.
39801
39802 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39803
39804         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39805
39806 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39807
39808         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39809         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39810
39811 2012-05-17  Andreas Jaeger  <aj@suse.de>
39812             Carlos O'Donell  <carlos_odonell@mentor.com>
39813
39814         [BZ #14059]
39815         * sysdeps/x86_64/multiarch/init-arch.h
39816         (bit_YMM_Usable): Rename to...
39817         (bit_AVX_Usable): ... this.
39818         (bit_FMA4_Usable): New macro.
39819         (bit_XMM_state): New macro.
39820         (bit_YMM_state): New macro.
39821         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39822         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39823         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39824         (CPUID_OSXSAVE): New macro.
39825         (CPUID_AVX): New macro.
39826         (CPUID_FMA4): New macro.
39827         (index_YMM_Usable): Rename to...
39828         (index_AVX_Usable): ... this.
39829         (HAS_AVX): Use HAS_ARCH_FEATURE.
39830         (HAS_FMA4): Likewise.
39831         (HAS_YMM_USABLE): Remove.
39832         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39833         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39834         are present.
39835         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39836         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39837         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39838         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39839         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39840
39841 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39842
39843         * math/libm-test.c: Support platforms without multiple rounding modes.
39844         * math/bug-nextafter.c: Support platforms without FP exceptions.
39845         * math/bug-nexttoward.c: Likewise.
39846         * math/test-fenv.c: Likewise.
39847         * math/test-misc.c: Likewise.
39848         * stdlib/bug-getcontext.c: Likewise.
39849
39850 2012-05-17  Andreas Jaeger  <aj@suse.de>
39851
39852         * manual/examples/search.c (critter_cmp): Change signature to
39853         avoid warnings.
39854         * manual/string.texi (Collation Functions): Likewise.
39855
39856 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39857
39858         * bits/types.h: Fold copyright years.
39859         * bits/typesizes.h: Likewise.
39860         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39861         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39862         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39863         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39864         * time/time.h: Likewise.
39865
39866 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39867
39868         [BZ #208]
39869         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39870         in instead of returning them.  Return void.
39871         (__libc_mallinfo): Accumulate over all arenas.
39872         (__malloc_stats): Adjust for change in int_mallinfo interface.
39873
39874 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39875
39876         [BZ #10375]
39877         * configure.in (NM): Add AC_CHECK_TOOL for it.
39878         (libc_extra_cflags): New substituted variable.
39879         Check for -fstack-protector being used implicitly.
39880         * configure: Regenerated.
39881         * config.make.in (config-extra-cflags): New variable,
39882         gets @libc_extra_cflags@.
39883         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39884
39885         [BZ #10375]
39886         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39887         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39888         * configure: Regenerated.
39889         * config.make.in (CPPUNDEFS): New substituted variable.
39890         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39891         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39892         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39893
39894 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39895
39896         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39897         (mq_attr): Use __syscall_slong_t.
39898
39899 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39900
39901         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39902         Check __x86_64__ instead of __WORDSIZE.
39903         (_STAT_VER_LINUX): Likewise.
39904         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39905         __syscall_ulong_t and __syscall_slong_t.
39906         (stat64): Likewise.
39907
39908 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39909
39910         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39911
39912 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39913
39914         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39915
39916 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39917
39918         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39919         __syscall_ulong_t.
39920
39921         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39922         include <bits/wordsize.h>.  Check __x86_64__ instead of
39923         __WORDSIZE.
39924         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39925         defined.
39926         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39927
39928         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39929         include <bits/wordsize.h>.  Check __x86_64__ instead of
39930         __WORDSIZE.
39931         (user_regs_struct): Use "__extension__ unsigned long long"
39932         instead of "unsigned long" if __x86_64__ is defined.
39933         (user): Likewise.  Pad after pointer field if __ILP32__ is
39934         defined.
39935
39936 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39937
39938         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39939         versions 5 to 9.
39940         * configure: Regenerated.
39941         * manual/install.texi (texinfo): Increase version requirement to
39942         4.5 or later.
39943         * INSTALL: Regenerated.
39944
39945         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39946
39947 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39948
39949         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39950
39951         * sysdeps/x86_64/x32/ffs.c: New file.
39952
39953         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39954         __syscall_ulong_t.
39955         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39956         defined.  Use __syscall_ulong_t.
39957         (shminfo): Use __syscall_ulong_t.
39958         (shm_info): Likewise.
39959
39960         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39961         __syscall_ulong_t.
39962
39963         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39964         <bits/wordsize.h>.
39965         (msgqnum_t): Use __syscall_ulong_t.
39966         (msglen_t): Likewise.
39967         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39968         __syscall_ulong_t.
39969
39970         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39971         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39972
39973         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39974
39975         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39976         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39977
39978         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39979         __syscall_slong_t.
39980
39981         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39982         include <bits/wordsize.h>.  Check __x86_64__ instead of
39983         __WORDSIZE.
39984
39985         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39986         "unsigned long long int" if __x86_64__ is defined.
39987         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39988
39989         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39990         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39991         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39992
39993         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39994         <stdint.h>.
39995         (GET_PC): Cast to uintptr_t first.
39996         (GET_FRAME): Likewise.
39997         (GET_STACK): Likewise.
39998
39999         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40000         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40001         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40002         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40003         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40004         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40005         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40006         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40007         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40008         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40009         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40010         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40011         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40012         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40013         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40014         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40015         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40016         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40017         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40018         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40019         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40020         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40021         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40022         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40023         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40024         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40025         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40026         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40027         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40028
40029 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40030
40031         * Makerules (+depfiles): Also collect depfiles from .oS in
40032         $(extra-objs).
40033         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40034         .oS, $(libnldbl-routines)).
40035
40036         * Makerules (native-compile-mkdep-flags): Define.
40037         * sunrpc/Makefile (extra-objs): Add $(addprefix
40038         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40039         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40040         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40041         calling $(make-target-directory).
40042
40043 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40044
40045         * bits/types.h (__snseconds_t): Removed.
40046         * time/time.h (struct timespec): Replace __snseconds_t with
40047         __syscall_slong_t.
40048         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40049         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40050         Likewise.
40051         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40052         (__SNSECONDS_T_TYPE): Likewise.
40053         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40054         (__SNSECONDS_T_TYPE): Likewise.
40055         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40056         (__SNSECONDS_T_TYPE): Likewise.
40057
40058 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40059
40060         * sysdeps/mach/hurd/bits/typesizes.h
40061         (__SYSCALL_SLONG_TYPE): New macro.
40062         (__SYSCALL_ULONG_TYPE): Likewise.
40063
40064 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40065
40066         * bits/types.h (__syscall_slong_t): New type.
40067         (__syscall_ulong_t): Likewise.
40068
40069         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40070         (__SYSCALL_ULONG_TYPE): Likewise.
40071         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40072         (__SYSCALL_SLONG_TYPE): Likewise.
40073         (__SYSCALL_ULONG_TYPE): Likewise.
40074         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40075         (__SYSCALL_SLONG_TYPE): Likewise.
40076         (__SYSCALL_ULONG_TYPE): Likewise.
40077         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40078         (__SYSCALL_SLONG_TYPE): Likewise.
40079         (__SYSCALL_ULONG_TYPE): Likewise.
40080
40081 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40082
40083         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40084         Add sigaltstack-offsets.sym.
40085         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40086         <sigaltstack-offsets.h>.
40087         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40088         longjmp_msg pointer.
40089         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40090         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40091         signal stack.
40092         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40093
40094 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40095
40096         * elf/stackguard-macros.h: Remove file.
40097         * sysdeps/generic/stackguard-macros.h: New file.
40098         * sysdeps/i386/stackguard-macros.h: Likewise.
40099         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40100         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40101         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40102         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40103         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40104         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40105         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40106         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40107         <elf/stackguard-macros.h>.
40108
40109         [BZ #14109]
40110         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40111         __aligned__ in attribute.
40112         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40113         (gregset_t): Likewise.
40114
40115 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40116
40117         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40118         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40119         * sysdeps/x86_64/x32/Implies-after: New file.
40120
40121 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40122
40123         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40124         and access return value for _dl_profile_fixup.  Use R10_LP to
40125         load frame size.
40126
40127 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40128
40129         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40130
40131 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40132
40133         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40134         * sysdeps/x86_64/x32/sysdep.h: New file.
40135
40136 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40137
40138         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40139         * sysdeps/x86_64/setjmp.S: Likewise.
40140
40141 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40142
40143         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40144         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40145         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40146         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40147         remove unused global constant.
40148
40149 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40150
40151         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40152         include of <not-cancel.h>.
40153
40154 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40155
40156         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40157
40158 2012-05-15  Jeff Law  <law@redhat.com>
40159             Andreas Jaeger  <aj@suse.de>
40160
40161         [BZ #13594]
40162         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40163         out from...
40164         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40165         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40166         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40167         code changing __hst_map_handle.map.
40168
40169 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40170
40171         * configure.in (sysnames): Look for Implies-before and Implies-after
40172         files.
40173         * configure: Regenerated.
40174
40175 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40176
40177         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40178         8-byte data alignment with LP_SIZE alignment.
40179
40180 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40181
40182         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40183         into R10_LP.
40184
40185 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40186
40187         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40188
40189 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40190
40191         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40192         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40193         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40194         Likewise.
40195         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40196
40197 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40198
40199         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40200         (stackinfo_sub_sp): Likewise.
40201
40202 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40203
40204         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40205         RAX_LP.
40206
40207 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40208
40209         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40210         into R*_LP.
40211
40212 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40213
40214         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40215         sizes into R*_LP.
40216
40217 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40218
40219         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40220
40221 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40222
40223         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40224         into R11_LP and load __x86_64_shared_cache_size_half into
40225         R8_LP.
40226
40227 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40228
40229         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40230         R8_LP.
40231
40232 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40233
40234         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40235         logb for POWER7.
40236         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40237         logbf for POWER7.
40238         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40239         logbl for POWER7.
40240         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40241         powerpc32/power7/fpu/s_logb.c via #include.
40242         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40243         powerpc32/power7/fpu/s_logbf.c via #include.
40244         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40245         powerpc32/power7/fpu/s_logbl.c via #include.
40246
40247 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40248
40249         * README.libm: Remove file.
40250
40251 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40252
40253         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40254         count for x32.  Use R*_LP and omit operand-size suffix.
40255
40256 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40257
40258         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40259         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40260         * sysdeps/x86_64/x32/shlib-versions: New file.
40261
40262 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40263
40264         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40265         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40266         Use _dl_fatal_printf instead.
40267
40268 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40269
40270         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40271         set if not set by the user.  Do not allow for being unset.
40272         * sysdeps/unix/sysv/linux/configure: Regenerated.
40273
40274 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40275
40276         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40277         the `q' suffix from lea and replace .quad with ASM_ADDR.
40278
40279 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40280
40281         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40282         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40283         instead of $17.
40284         (PTR_DEMANGLE): Likewise.
40285
40286 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40287
40288         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40289         (LP_OP): Likewise.
40290         (ASM_ADDR): Likewise.
40291         (RAX_LP): Likewise.
40292         (RBP_LP): Likewise.
40293         (RBX_LP): Likewise.
40294         (RCX_LP): Likewise.
40295         (RDI_LP): Likewise.
40296         (RSI_LP): Likewise.
40297         (RSP_LP): Likewise.
40298         (R8_LP): Likewise.
40299         (R9_LP): Likewise.
40300         (R10_LP): Likewise.
40301         (R10_LP): Likewise.
40302         (R11_LP): Likewise.
40303         (R12_LP): Likewise.
40304         (R13_LP): Likewise.
40305         (R14_LP): Likewise.
40306         (R15_LP): Likewise.
40307
40308 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40309
40310         * sysdeps/x86_64/x32/dl-machine.h: New file.
40311
40312 2012-05-14  Andreas Jaeger  <aj@suse.de>
40313
40314         * manual/Makefile (subdir): Remove export of subdir.
40315         (all): Remove target.
40316         (.PHONY): Remove all from list.
40317         (mkinstalldirs): Remove.
40318         (.PHONY): Remove installdirs from list.
40319         ($(inst_infodir)/libc.info): Use make-target-directory.
40320         (installdirs): Remove.
40321         (subdir_%): Remove.
40322         (glibc-targets): Remove.
40323         (lib): Remove.
40324         (stubs): Remove.
40325         ($(objpfx)stubs ../po/manual.pot): Remove.
40326         ($(objpfx)stamp%): Remove.
40327         (make-target-directory): Remove.
40328         (subdir_install): Remove.
40329         (routines): Remove.
40330         (aux): Remove.
40331         (sources): Remove.
40332         (objects): Remove.
40333         (headers): Remove.
40334
40335         [BZ #13750]
40336         * manual/.gitignore: Remove, it's not needed anymore.
40337         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40338         all files in it.
40339         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40340         directory.
40341         (texis): Renamed to $(objpfx)texis.
40342         (texis-path): New, contains path to generated files.
40343         (chapters.%): Use texis-path for complete path, add extra argument
40344         libc-texinfo.sh.
40345         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40346         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40347         (summary,texi, stamp-summary): Use complete path of
40348         files. Generate files in build dir.
40349         (dir-add.texi): Build in build dir.
40350         (libm-err.texi,stamp-libm-err): Likewise.
40351         (version.texi, stamp-version): Likewise.
40352         (.%c.texi): Likewise.
40353         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40354         (mostlyclean): Remove target.
40355         (realclean): Remove target.
40356         (generated): Add new variable with contents from mostlyclean and
40357         realclean, remove entries duplicated in common-mostlyclean, add
40358         stamp-libm-err and stamp-version.
40359         (generated-dirs): Add libc directory.
40360         ($(inst_infodir)/libc.info): Install files from build dir.
40361
40362         * manual/install.texi (Configuring and compiling): Adjust since
40363         the info files are not part of the tar ball anymore.
40364
40365 2012-05-14  Andreas Jaeger  <aj@suse.de>
40366
40367         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40368         variable.
40369
40370 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40371
40372         [BZ #13717]
40373         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40374         to 2.2.0 where earlier.
40375         * sysdeps/unix/sysv/linux/configure: Regenerated.
40376         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40377         Remove conditional code.
40378         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40379         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40380         Remove conditional code.
40381         [!__NR_lchown]: Likewise.
40382         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40383         [__NR_lchown]: Likewise.
40384         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40385         comment referencing __ASSUME_LCHOWN_SYSCALL.
40386         * sysdeps/unix/sysv/linux/i386/sigaction.c
40387         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40388         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40389         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40390         Remove conditional code.
40391         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40392         (__protocol_available): Remove #if 0 code.
40393         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40394         conditional code.
40395         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40396         * sysdeps/unix/sysv/linux/kernel-features.h
40397         (__ASSUME_GETCWD_SYSCALL): Don't define.
40398         (__ASSUME_REALTIME_SIGNALS): Likewise.
40399         (__ASSUME_PREAD_SYSCALL): Likewise.
40400         (__ASSUME_PWRITE_SYSCALL): Likewise.
40401         (__ASSUME_POLL_SYSCALL): Likewise.
40402         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40403         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40404         non-SPARC.
40405         (__ASSUME_SIOCGIFNAME): Don't define.
40406         (__ASSUME_MSG_NOSIGNAL): Likewise.
40407         (__ASSUME_SENDFILE): Define unconditionally.
40408         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40409         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40410         conditional code.
40411         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40412         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40413         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40414         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40415         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40416         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40417         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40419         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40420         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40422         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40423         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40425         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40426         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40428         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40429         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40431         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40432         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40434         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40435         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40437         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40438         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40440         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40441         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40442         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40443         Remove conditional code.
40444         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40445         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40446         Remove conditional code.
40447         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40448         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40449         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40450         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40451         Remove conditional code.
40452         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40453         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40454         Remove conditional code.
40455         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40456         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40457         Remove conditional code.
40458         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40459         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40460         Remove conditional code.
40461         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40462         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40463         Remove conditional code.
40464         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40465         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40466         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40467         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40468         * sysdeps/unix/sysv/linux/sigaction.c
40469         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40470         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40471         * sysdeps/unix/sysv/linux/sigpending.c
40472         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40473         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40474         * sysdeps/unix/sysv/linux/sigprocmask.c
40475         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40476         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40477         * sysdeps/unix/sysv/linux/sigsuspend.c
40478         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40479         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40480         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40481         (__libc_missing_rt_sigs): Remove.
40482         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40483         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40484         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40485         Remove conditional code.
40486         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40487         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40488         return 1.
40489         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40490         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40491         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40492         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40493
40494 2012-05-14  Andreas Jaeger  <aj@suse.de>
40495
40496         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40497         it's not used in glibc.
40498         (__coshm1): Likewise.
40499         (__acosh1p): Likewise.
40500         (__sgn): Likewise.
40501
40502         * manual/string.texi (Copying and Concatenation): Add missing
40503         variable in concat example.
40504         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40505
40506 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40507
40508         [BZ #14103]
40509         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40510         __builtin_clzl with __builtin_clzll.
40511
40512 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40513
40514         [BZ #14104]
40515         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40516         libc_freeres_ptr.
40517
40518 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40519
40520         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40521         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40522         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40523         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40524
40525 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40526
40527         * NEWS: Update ia64 info.
40528
40529 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40530
40531         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40532         used as bcopy.
40533
40534 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40535
40536         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40537         * sysdeps/unix/syscalls.list (dup3): Likewise.
40538         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40539         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40540
40541 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40542
40543         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40544         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40545
40546 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40547
40548         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40549         thread pointer.
40550         (TLS_IE): Use mov/add instead of movq/addq to load thread
40551         pointer.
40552         (TLS_GD_PREFIX): New.
40553         (TLS_GD): Use it.
40554
40555 2012-05-11  David S. Miller  <davem@davemloft.net>
40556
40557         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40558         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40559         (_FPU_SETCW): Likewise.
40560
40561 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40562
40563         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40564         is 32-byte aligned.
40565
40566 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40567
40568         [BZ #11837]
40569         * iconvdata/gb18030.c: Update tables.
40570         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40571         characters specially.
40572         (BODY for TO_LOOP): Add encoding of missing ranges.
40573
40574 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40575
40576         [BZ #13673]
40577         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40578         * sysdeps/mach/hurd/dup3.c: Likewise.
40579         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40580         * sysdeps/powerpc/memmove.c:: Likewise.
40581
40582 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40583
40584         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40585         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40586
40587 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40588
40589         * elf/elf.h (R_X86_64_RELATIVE64): New.
40590         (R_X86_64_NUM): Updated.
40591         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40592         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40593         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40594         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40595         tst-quad1pie tst-quad2pie
40596         (modules-names): Add tst-quadmod1 tst-quadmod2.
40597         ($(objpfx)tst-quad1): New dependency.
40598         ($(objpfx)tst-quad2): Likewise.
40599         ($(objpfx)tst-quad1pie): Likewise.
40600         ($(objpfx)tst-quad2pie): Likewise.
40601         * sysdeps/x86_64/tst-quad1.c: New file.
40602         * sysdeps/x86_64/tst-quad1pie.c: New file.
40603         * sysdeps/x86_64/tst-quad2.c: Likewise.
40604         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40605         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40606         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40607         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40608         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40609
40610 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40611
40612         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40613         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40614         * streams/stropts.h (t_scalar_t): Define type.
40615
40616         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40617         (_PATH_PRESERVE): Set to "/var/lib".
40618         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40619
40620         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40621         instead of int.
40622
40623         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40624         if __dir_mkfile succeeded.
40625
40626         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40627         checking for _hurd_dtablesize.  Unlock it right after having
40628         finished _hurd_dtable allocation.
40629
40630 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40631
40632         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40633         * sysdeps/mach/hurd/configure: Regenerated.
40634         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40635         special-casing to...
40636         * sysdeps/gnu/configure.in: ... this new file.
40637         * sysdeps/unix/sysv/linux/configure: Regenerated.
40638         * sysdeps/gnu/configure: New generated file.
40639
40640         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40641         for Linux: use nsec instead of usec, as well as:
40642         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40643         members of type struct timespec.
40644         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40645         New macros.
40646         (struct stat64): Likewise.
40647         (_STATBUF_ST_NSEC): New macro.
40648         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40649
40650         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40651         __strtoul_internal rather than strtoul.
40652
40653 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40654
40655         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40656         and reject them.
40657
40658 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40659
40660         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40661         which preserves existing values.
40662         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40663
40664 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40665
40666         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40667         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40668         greater than FD_SETSIZE.
40669
40670 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40671
40672         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40673         allocated, call __vm_protect to finish enabling the existing space, and
40674         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40675         allocate the remainder.
40676
40677 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40678
40679         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40680         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40681
40682 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40683
40684         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40685         sysdeps/mach/hurd/readlink.c.
40686
40687         * posix/tst-sysconf.c (posix_options): Only use
40688         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40689         _POSIX_SYNCHRONIZED_IO when they are defined
40690         * sysdeps/mach/hurd/bits/posix_opt.h:
40691         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40692         (_XOPEN_REALTIME): Undefine macro.
40693         (_XOPEN_REALTIME_THREADS): Undefine macro.
40694         (_XOPEN_SHM): Undefine macro.
40695         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40696         macro to -1.
40697         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40698         macro to -1.
40699         (_POSIX_ASYNC_IO): Undefine macro.
40700         (_POSIX_PRIORITIZED_IO): Undefine macro.
40701         (_POSIX_SPIN_LOCKS): Define macro to -1.
40702
40703         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40704         SA_NODEFER, SA_RESETHAND.
40705         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40706         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40707         F_DUPFD_CLOEXEC.
40708
40709 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40710
40711         * elf/Makefile (pldd-modules): Define unconditionally.
40712
40713 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40714
40715         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40716
40717 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40718
40719         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40720         Return ENOENT when name is empty.
40721         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40722
40723 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40724
40725         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40726
40727         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40728
40729 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40730
40731         Fix mlock in all cases except non-readable pages.
40732         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40733         instead of VM_PROT_ALL as parameter to __vm_wire function.
40734
40735         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40736         (__mkdir): When path is `/', just fail with EEXIST.
40737         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40738
40739 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40740
40741         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40742         <sys/uio.h> (for writev).
40743         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40744         and <sys/param.h> (for MIN).
40745
40746 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40747
40748         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40749         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40750         if interrupted.
40751
40752 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40753
40754         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40755         Depend on against $(link-rpcuserlibs).
40756
40757 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40758
40759         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40760         (__libc_stack_end): Do not use attribute_relro.
40761         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40762         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40763         to libthread-provided value.
40764         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40765         attribute_relro.
40766
40767 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40768
40769         [BZ #3748]
40770         * bits/libc-lock.h (__libc_once_get): New macro.
40771         * sysdeps/mach/bits/libc-lock.h: Likewise.
40772         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40773         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40774         instead of using implementation details.
40775
40776         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40777         * libio/freopen.c: Likewise.
40778         * libio/freopen64.c: Likewise.
40779         * misc/syslog.c: Likewise.
40780         * nscd/connections.c: Likewise.
40781         * nscd/netgroupcache.c: Likewise.
40782         * sysdeps/posix/getcwd.c: Likewise.
40783
40784 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40785
40786         * math/w_ilogbf.c: Add #include <limits.h>.
40787
40788 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40789
40790         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40791         path instead of returning without unlocking.
40792
40793         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40794         immediate-write ioctls.
40795         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40796
40797 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40798
40799         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40800         __builtin_frame_address instead of making assumptions about the
40801         location of the return address relative to DATA.  Force early load of
40802         the return address.
40803         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40804         __builtin_frame_address.
40805
40806         dup3 for GNU Hurd.
40807         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40808         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40809         implement dup3 and do some further code clean-ups.
40810         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40811         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40812
40813 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40814
40815         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40816
40817         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40818         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40819         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40820         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40821         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40822         d->port.lock.
40823
40824         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40825         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40826         when handler == SIG_ERR, not when handler != SIG_ERR.
40827
40828 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40829
40830         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40831         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40832         definitions.
40833
40834         accept4 for GNU Hurd.
40835         * include/sys/socket.h (__libc_accept4): New prototype.
40836         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40837         to implement __libc_accept4.
40838         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40839         __libc_accept4.
40840         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40841
40842         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40843         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40844         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40845         signal-defines.sym.
40846
40847 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40848
40849         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40850
40851 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40852
40853         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40854         assertion on O_CLOEXEC flag.
40855         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40856         * hurd/intern-fd.c: Likewise.
40857         * hurd/port2fd.c: Likewise.
40858
40859 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40860
40861         [BZ #3906]
40862         * bits/in.h (IPV6_PKTINFO): Define new macro.
40863         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40864
40865 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40866
40867         [BZ #13954]
40868         [BZ #13955]
40869         [BZ #13956]
40870         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40871         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40872         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40873         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40874         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40875         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40876         * math/libm-test.inc (logb_test) : Additional logb tests.
40877
40878 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40879             Andreas Jaeger  <aj@suse.de>
40880
40881         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40882         * configure: Regenerated.
40883         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40884         * config.make.in (link-obsolete-rpc): New substituted variable.
40885         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40886         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40887         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40888         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40889         so that libc.a contains the symbols.
40890         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40891         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40892         * sunrpc/auth_none.c: Likewise.
40893         * sunrpc/auth_unix.c: Likewise.
40894         * sunrpc/authdes_prot.c: Likewise.
40895         * sunrpc/authuxprot.c: Likewise.
40896         * sunrpc/clnt_gen.c: Likewise.
40897         * sunrpc/clnt_perr.c: Likewise.
40898         * sunrpc/clnt_raw.c: Likewise.
40899         * sunrpc/clnt_simp.c: Likewise.
40900         * sunrpc/clnt_tcp.c: Likewise.
40901         * sunrpc/clnt_udp.c: Likewise.
40902         * sunrpc/clnt_unix.c: Likewise.
40903         * sunrpc/des_crypt.c: Likewise.
40904         * sunrpc/des_soft.c: Likewise.
40905         * sunrpc/get_myaddr.c: Likewise.
40906         * sunrpc/key_call.c: Likewise.
40907         * sunrpc/key_prot.c: Likewise.
40908         * sunrpc/netname.c: Likewise.
40909         * sunrpc/pm_getmaps.c: Likewise.
40910         * sunrpc/pm_getport.c: Likewise.
40911         * sunrpc/pmap_clnt.c: Likewise.
40912         * sunrpc/pmap_prot.c: Likewise.
40913         * sunrpc/pmap_prot2.c: Likewise.
40914         * sunrpc/pmap_rmt.c: Likewise.
40915         * sunrpc/publickey.c: Likewise.
40916         * sunrpc/rpc_cmsg.c: Likewise.
40917         * sunrpc/rpc_common.c: Likewise.
40918         * sunrpc/rpc_dtable.c: Likewise.
40919         * sunrpc/rpc_prot.c: Likewise.
40920         * sunrpc/rpc_thread.c: Likewise.
40921         * sunrpc/rtime.c: Likewise.
40922         * sunrpc/svc.c: Likewise.
40923         * sunrpc/svc_auth.c: Likewise.
40924         * sunrpc/svc_raw.c: Likewise.
40925         * sunrpc/svc_run.c: Likewise.
40926         * sunrpc/svc_tcp.c: Likewise.
40927         * sunrpc/svc_udp.c: Likewise.
40928         * sunrpc/svc_unix.c: Likewise.
40929         * sunrpc/svcauth_des.c: Likewise.
40930         * sunrpc/xcrypt.c: Likewise.
40931         * sunrpc/xdr.c: Likewise.
40932         * sunrpc/xdr_array.c: Likewise.
40933         * sunrpc/xdr_float.c: Likewise.
40934         * sunrpc/xdr_intXX_t.c: Likewise.
40935         * sunrpc/xdr_mem.c: Likewise.
40936         * sunrpc/xdr_rec.c: Likewise.
40937         * sunrpc/xdr_ref.c: Likewise.
40938         * sunrpc/xdr_sizeof.c: Likewise.
40939         * sunrpc/xdr_stdio.c: Likewise.
40940
40941 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40942
40943         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40944         change.  Update copyright years.
40945
40946 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40947
40948         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40949
40950 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40951             Joseph Myers  <joseph@codesourcery.com>
40952             Paul Pluzhnikov  <ppluzhnikov@google.com>
40953
40954         [BZ #14012]
40955         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40956         requiring rpcgen.
40957         [cross-compiling] (extra-libs): Likewise.
40958         [cross-compiling] (extra-libs-others): Likewise.
40959         [cross-compiling] (librpcsvc-routines): Likewise.
40960         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40961         [cross-compiling] (omit-deps): Likewise.
40962         (sunrpc-CPPFLAGS): New variable.
40963         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40964         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40965         (cross-rpcgen-objs): New variable.
40966         (extra-objs): Append $(cross-rpcgen-objs).
40967         ($(cross-rpcgen-objs)): New rule.
40968         ($(objpfx)cross-rpcgen): Likewise.
40969         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40970         comment.
40971         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40972         ($(objpfx)x%.stmp): Likewise.
40973         * sunrpc/proto.h [IS_IN_build] (_): Define.
40974         [IS_IN_build] (_libc_intl_domainname): Likewise.
40975
40976 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40977
40978         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40979         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40980         and R_X86_64_TPOFF64.
40981
40982 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40983
40984         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40985         sysdeps/unix/sysv/syscalls.list.
40986         (stime): Likewise.
40987         (utime): Likewise.
40988         * sysdeps/unix/sysv/syscalls.list: Remove file.
40989
40990 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40991
40992         [BZ #3440]
40993         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40994         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40995         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40996         (__LC_IDENTIFICATION): Make these macros useful in #if
40997         expressions, as required by C99.
40998
40999 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41000
41001         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41002         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41003         after this.
41004
41005 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41006
41007         * stdlib/longlong.h: Updated from GCC.
41008
41009 2012-05-09  Andreas Jaeger  <aj@suse.de>
41010
41011         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41012         default is first entry.
41013         (run_mode): Set type.
41014         (main): Remove informal message about syslog.
41015         (options): Fix typo.
41016
41017         [BZ #14053]
41018         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41019         to asm.
41020         (lrint): Likewise.
41021         (llrintf): Likewise.
41022         (llrint): Likewise.
41023         (rint): Likewise.
41024         (rintf): Likewise.
41025         (nearbyint): Likewise.
41026         (nearbyintf): Likewise.
41027
41028 2012-05-09  Andreas Jaeger  <aj@suse.de>
41029             Pedro Alves  <palves@redhat.com>
41030
41031         * nscd/nscd.c (run_mode): Use enum.
41032         (main): Cleanup coding style issue.
41033
41034 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41035             Andreas Jaeger  <aj@suse.de>
41036
41037         * nscd/nscd.c (go_background): Replaced with...
41038         (run_mode): ... this.
41039         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41040         (options): Add -F --foreground.
41041         (main): Implement it.
41042         (parse_opt): Parse it.
41043
41044 2012-05-09  Andreas Jaeger  <aj@suse.de>
41045
41046         [BZ #14083]
41047         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41048         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41049         -Wconversion warning.
41050         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41051         Likewise.
41052
41053 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41054
41055         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41056         == 0.
41057         (LC_ALL): Use macro-int-constant.
41058         (LC_COLLATE): Likewise.
41059         (LC_CTYPE): Likewise.
41060         (LC_MESSAGES): Likewise.
41061         (LC_MONETARY): Likewise.
41062         (LC_NUMERIC): Likewise.
41063         (LC_TIME): Likewise.
41064         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41065         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41066         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41067         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41068         Specify type.
41069         [C99-based standards] (float_t): Expect type.
41070         [C99-based standards] (double_t): Expect type.
41071         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41072         type.
41073         [C99-based standards] (HUGE_VALL): Likewise.
41074         [C99-based standards] (INFINITY): Likewise.
41075         [C99-based standards] (NAN): Likewise.
41076         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41077         [C99-based standards] (FP_NAN): Likewise.
41078         [C99-based standards] (FP_NORMAL): Likewise.
41079         [C99-based standards] (FP_SUBNORMAL): Likewise.
41080         [C99-based standards] (FP_ZERO): Likewise.
41081         [C99-based standards] (FP_FAST_FMA): Use
41082         optional-macro-int-constant.  Specify type.  Require == 1.
41083         [C99-based standards] (FP_FAST_FMAF): Likewise.
41084         [C99-based standards] (FP_FAST_FMAL): Likewise.
41085         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41086         [C99-based standards] (FP_ILOGBNAN): Likewise.
41087         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41088         Specify type.
41089         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41090         [C99-based standards] (math_errhandling): Specify type.
41091         [ISO99 || ISO11] (signgam): Do not allow.
41092         [non-C99-based standards] (copysignf): Do not allow.
41093         [non-C99-based standards] (exp2f): Likewise.
41094         [non-C99-based standards] (log2f): Likewise.
41095         [non-C99-based standards] (modff): Allow.
41096         [non-C99-based standards] (erff): Do not allow.
41097         [non-C99-based standards] (erfcf): Likewise.
41098         [non-C99-based standards] (gammaf): Likewise.
41099         [non-C99-based standards] (hypotf): Likewise.
41100         [non-C99-based standards] (j0f): Likewise.
41101         [non-C99-based standards] (j1f): Likewise.
41102         [non-C99-based standards] (jnf): Likewise.
41103         [non-C99-based standards] (lgammaf): Likewise.
41104         [non-C99-based standards] (tgammaf): Likewise.
41105         [non-C99-based standards] (y0f): Likewise.
41106         [non-C99-based standards] (y1f): Likewise.
41107         [non-C99-based standards] (ynf): Likewise.
41108         [non-C99-based standards] (isnanf): Likewise.
41109         [non-C99-based standards] (acoshf): Likewise.
41110         [non-C99-based standards] (asinhf): Likewise.
41111         [non-C99-based standards] (atanhf): Likewise.
41112         [non-C99-based standards] (cbrtf): Likewise.
41113         [non-C99-based standards] (expm1f): Likewise.
41114         [non-C99-based standards] (ilogbf): Likewise.
41115         [non-C99-based standards] (log1pf): Likewise.
41116         [non-C99-based standards] (logbf): Likewise.
41117         [non-C99-based standards] (nextafterf): Likewise.
41118         [non-C99-based standards] (remainderf): Likewise.
41119         [non-C99-based standards] (rintf): Likewise.
41120         [non-C99-based standards] (scalbf): Likewise.
41121         [non-C99-based standards] (copysignl): Likewise.
41122         [non-C99-based standards] (exp2l): Likewise.
41123         [non-C99-based standards] (log2l): Likewise.
41124         [non-C99-based standards] (modfl): Allow.
41125         [non-C99-based standards] (erfl): Do not allow.
41126         [non-C99-based standards] (erfcl): Likewise.
41127         [non-C99-based standards] (gammal): Likewise.
41128         [non-C99-based standards] (hypotl): Likewise.
41129         [non-C99-based standards] (j0l): Likewise.
41130         [non-C99-based standards] (j1l): Likewise.
41131         [non-C99-based standards] (jnl): Likewise.
41132         [non-C99-based standards] (lgammal): Likewise.
41133         [non-C99-based standards] (tgammal): Likewise.
41134         [non-C99-based standards] (y0l): Likewise.
41135         [non-C99-based standards] (y1l): Likewise.
41136         [non-C99-based standards] (ynl): Likewise.
41137         [non-C99-based standards] (isnanl): Likewise.
41138         [non-C99-based standards] (acoshl): Likewise.
41139         [non-C99-based standards] (asinhl): Likewise.
41140         [non-C99-based standards] (atanhl): Likewise.
41141         [non-C99-based standards] (cbrtl): Likewise.
41142         [non-C99-based standards] (expm1l): Likewise.
41143         [non-C99-based standards] (ilogbl): Likewise.
41144         [non-C99-based standards] (log1pl): Likewise.
41145         [non-C99-based standards] (logbl): Likewise.
41146         [non-C99-based standards] (nextafterl): Likewise.
41147         [non-C99-based standards] (remainderl): Likewise.
41148         [non-C99-based standards] (rintl): Likewise.
41149         [non-C99-based standards] (scalbl): Likewise.
41150         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41151         [non-C99-based standards] (FP_*): Do not allow.
41152         [C99-based standards] (FP_*): Change to
41153         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41154         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41155         allow.
41156         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41157         (SIG_ERR): Likewise.
41158         [X/Open-based standards] (SIG_HOLD): Likewise.
41159         (SIG_IGN): Likewise.
41160         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41161         positive value.
41162         (SIGFPE): Likewise.
41163         (SIGILL): Likewise.
41164         (SIGINT): Likewise.
41165         (SIGSEGV): Likewise.
41166         (SIGTER): Likewise.
41167         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41168         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41169         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41170         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41171         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41172         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41173         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41174         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41175         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41176         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41177         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41178         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41179         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41180         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41181         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41182         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41183         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41184         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41185         [X/Open-based standards] (SIGTRAP): Likewise.
41186         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41187         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41188         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41189         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41190         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41191         allow.
41192
41193 2012-05-08  Ian Wienand  <ianw@vmware.com>
41194
41195         [BZ #14080]
41196         * time/tzset.c (__tzset_parse_tz): Update default rules for
41197         daylight time changes in the Energy Policy Act of 2005.
41198
41199 2012-05-09  Andreas Jaeger  <aj@suse.de>
41200
41201         [BZ #13983]
41202         * elf/ldconfig.c (parse_conf): Change string to make clear that
41203         ldconfig only issued a warning if ld.so.conf does not exist.
41204
41205 2012-05-08  David S. Miller  <davem@davemloft.net>
41206
41207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41208         movxtod instead of popping the value on the stack.
41209
41210         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41211
41212 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41213
41214         * config.h.in: Add HAVE_ARM_PCS_VFP.
41215
41216 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41217
41218         [BZ #13979]
41219         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41220         checking but the checks are disabled for any reason.
41221
41222 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41223
41224         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41225         and ELF64_R_TYPE with ELFW(R_TYPE).
41226
41227 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41228
41229         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41230         (ulimit): Likewise.
41231
41232         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41233         (settimeofday): Likewise.
41234
41235 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41236
41237         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41238         a struct th_u2 inside the union, and move tu_block/tu_code into
41239         a new th_u3 union of tu_block/tu_code inside of that.  Move
41240         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41241         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41242         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41243         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41244         (th_stuff): Change to th_u1.tu_stuff.
41245         (th_data): Define.
41246         (th_msg): Change to th_u1.th_u2.tu_data.
41247
41248 2012-05-07  David S. Miller  <davem@davemloft.net>
41249
41250         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41251
41252         [BZ #14074]
41253         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41254         (SETUP_PIC_REG): Use it.
41255         (SETUP_PIC_REG_LEAF): Use it.
41256
41257 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41258
41259         [BZ #13885]
41260         [BZ #13923]
41261         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41262         USE_AS_EXPM1L.
41263         (EXPL_FINITE): Likewise.
41264         (FLDLOG): Likewise.
41265         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41266         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41267         e_expl.S.
41268         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41269         USE_AS_EXPM1L.
41270         (EXPL_FINITE): Likewise.
41271         (FLDLOG): Likewise.
41272         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41273         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41274         e_expl.S.
41275         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41276         test of -max_value argument for long double.
41277         * sysdeps/i386/fpu/libm-test-ulps: Update.
41278         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41279
41280 2012-05-06  David S. Miller  <davem@davemloft.net>
41281
41282         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41283         quad soft-float symbols whose references which are compiler
41284         generated.
41285         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41286
41287 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41288
41289         [BZ #13884]
41290         [BZ #13914]
41291         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41292         USE_AS_EXP10L.
41293         (EXPL_FINITE): Likewise.
41294         (FLDLOG): Likewise.
41295         (c0): Likewise.
41296         (c1): Likewise.
41297         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41298         Adjust comments for base varying.
41299         (__expl_finite): Change alias to EXPL_FINITE.
41300         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41301         e_expl.S.
41302         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41303         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41304         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41305         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41306         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41307         USE_AS_EXP10L.
41308         (EXPL_FINITE): Likewise.
41309         (FLDLOG): Likewise.
41310         (c0): Likewise.
41311         (c1): Likewise.
41312         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41313         Adjust comments for base varying.
41314         (__expl_finite): Change alias to EXPL_FINITE.
41315         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41316         tests for bugs.
41317         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41318
41319         [BZ #14064]
41320         * math/libm-test.inc (check_float_internal): Correct ulp
41321         calculation for subnormal expected results.
41322
41323 2012-05-06  Andreas Jaeger  <aj@suse.de>
41324
41325         * Makeconfig (+math-flags): New, set to -frounding-math.
41326         (+cflags): Add +math-flags so that all of glibc gets compiled with
41327         it.
41328
41329         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41330
41331 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41332
41333         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41334         Disable one test.
41335
41336         [BZ #13787]
41337         [BZ #13922]
41338         [BZ #14036]
41339         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41340         (__ieee754_expl): Allow for and saturate large arguments.
41341         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41342         (u_threshold): Likewise.
41343         (__exp): Call __ieee754_exp before checking for overflow and
41344         underflow.
41345         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41346         (u_threshold): Likewise.
41347         (__expf): Call __ieee754_expf before checking for overflow and
41348         underflow.
41349         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41350         (u_threshold): Likewise.
41351         (__expl): Call __ieee754_expl before checking for overflow and
41352         underflow.
41353         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41354         (__ieee754_expl): Allow for and saturate large arguments.
41355         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41356         missing overflow exception on overflow.
41357         (expm1_test): Do not allow missing overflow exception on overflow.
41358
41359         * sysdeps/i386/fpu/e_expl.c: Move to ...
41360         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41361         rather than using inline asm.
41362         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41363         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41364         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41365
41366         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41367         (nice): Likewise.
41368         (poll): Likewise.
41369         (signal): Likewise.
41370         (time): Likewise.
41371         (times): Likewise.
41372
41373 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41374
41375         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41376         sysdeps/unix/common/syscalls.list.
41377         (fchmod): Likewise.
41378         (fchown): Likewise.
41379         (ftruncate): Likewise.
41380         (getrusage): Likewise.
41381         (gettimeofday): Likewise.
41382         (setpgid): Likewise.
41383         (setregid): Likewise.
41384         (setreuid): Likewise.
41385         (sigaction): Likewise.
41386         (truncate): Likewise.
41387         (vhangup): Likewise.
41388         * sysdeps/unix/common/syscalls.list: Remove file.
41389         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41390         * sysdeps/unix/sysv/linux/Implies: Likewise.
41391
41392 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41393
41394         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41395         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41396         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41397         Moved to ...
41398         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41399         Here.
41400         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41401         to ...
41402         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41403         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41404         to ...
41405         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41406         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41407         to ...
41408         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41409         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41410         to ...
41411         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41412         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41413         to ...
41414         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41415         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41416         to ...
41417         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41418         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41419         to ...
41420         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41421         Here.
41422         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41423         to ...
41424         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41425         Here.
41426         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41427         to ...
41428         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41429         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41430         Moved to ...
41431         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41432         Here.
41433         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41434         to ...
41435         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41436
41437 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41438
41439         * sysdeps/unix/common/bits/dirent.h: Remove file.
41440         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41441
41442         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41443         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41444         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41445         * sysdeps/unix/bsd/isatty.c: Likewise.
41446         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41447         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41448         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41449
41450 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41451
41452         [BZ #13563]
41453         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41454         long double comparison inaccuracies.
41455         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41456         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41457
41458 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41459
41460         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41461         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41462
41463 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41464
41465         [BZ #14049]
41466         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41467         nonzero digits before rounding a hex value.
41468         * stdlib/tst-strtod.c (tests): Add another test.
41469
41470 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41471
41472         * sysdeps/s390/fpu/libm-test-ulps: Update.
41473
41474 2012-05-03  Andreas Jaeger  <aj@suse.de>
41475
41476         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41477         does not get optimized out.
41478         (malloc_opt_barrier): New.
41479
41480 2012-05-03  Andreas Jaeger  <aj@suse.de>
41481             Roland McGrath  <roland@hack.frob.com>
41482
41483         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41484         intermediate file deletion.
41485         (generated): Add .symlist files.
41486
41487 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41488
41489         [BZ #13775]
41490         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41491         Redirect under this condition.
41492         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41493         [__USE_GNU] (__dprintf_chk): Not under this condition.
41494         [__USE_GNU] (__vdprintf_chk): Likewise.
41495         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41496         under this condition.
41497         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41498         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41499         [__USE_XOPEN2K8] (vdprintf): Likewise.
41500         [__USE_GNU] (__dprintf_chk): Not under this condition.
41501         [__USE_GNU] (__vdprintf_chk): Likewise.
41502         [__USE_GNU] (dprintf): Likewise.
41503         [__USE_GNU] (vdprintf): Likewise.
41504
41505 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41506
41507         * elf/Makefile (common-generated): Set this instead of generated for
41508         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41509         $(all-built-dso)-derived lists.
41510
41511 2012-05-03  Andreas Jaeger  <aj@suse.de>
41512
41513         * sysdeps/i386/fpu/libm-test-ulps: Update.
41514
41515         * FAQ: Removed.
41516         * FAQ.in: Likewise.
41517         * scripts/gen-FAQ.pl: Likewise.
41518         * manual/install.texi (Installation): Point to online location of
41519         FAQ.
41520         * Makefile (files-for-dist): Remove FAQ.
41521         (FAQ): Remove.
41522
41523 2012-05-02  Allan McRae  <allan@archlinux.org>
41524
41525         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41526         (LDFLAGS-reldepmod5.so): Likewise.
41527         (LDFLAGS-reldep6mod1.so): Likewise.
41528         (LDFLAGS-reldep6mod4.so): Likewise.
41529         (LDFLAGS-reldep8mod3.so): Likewise.
41530         (LDFLAGS-unload4mod1.so): Likewise.
41531         (LDFLAGS-unload4mod2.so): Likewise.
41532         (LDFLAGS-tst-initorder): Likewise.
41533         (LDFLAGS-tst-initordera2.so): Likewise.
41534         (LDFLAGS-tst-initordera3.so): Likewise.
41535         (LDFLAGS-tst-initordera4.so): Likewise.
41536         (LDFLAGS-tst-initorderb2.so): Likewise.
41537         (LDFLAGS-noload): Likewise.
41538         (LDFLAGS-next): Likewise.
41539         (LDFLAGS-order2mod1.so): Likewise.
41540         (LDFLAGS-order2mod2.so): Likewise.
41541         (LDFLAGS-tst-initorder2): Likewise.
41542         (LDFLAGS-tst-initorder2a.so): Likewise.
41543         (LDFLAGS-tst-initorder2b.so): Likewise.
41544         (LDFLAGS-tst-initorder2c.so): Likewise.
41545         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41546
41547 2012-05-02  David S. Miller  <davem@davemloft.net>
41548
41549         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41550
41551 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41552
41553         [BZ #14055]
41554         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41555
41556 2012-05-02  Andreas Jaeger  <aj@suse.de>
41557
41558         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41559         since we manipulate rounding mode.
41560         (CPPFLAGS-test-idouble.c): Likewise.
41561         (CPPFLAGS-test-ifloat.c): Likewise.
41562         (CFLAGS-test-ldouble.c): Likewise.
41563         (CFLAGS-test-double.c): Likewise.
41564         (CFLAGS-test-float.c): Likewise.
41565         (CFLAGS-test-misc.c): Likewise.
41566         (CFLAGS-test-test-fenv.c): Likewise.
41567
41568 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41569
41570         [BZ #2550]
41571         [BZ #2570]
41572         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41573         comparisons to determine direction to adjust input.
41574
41575 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41576
41577         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41578         output to the target.
41579
41580         * scripts/localplt.awk: New file.
41581         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41582         (check-localplt-CFLAGS): Variable removed.
41583         ($(all-built-dso:=.jmprel)): New static pattern rule.
41584         (generated): Add those targets.
41585         (localplt-built-dso): New variable.
41586         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41587
41588         * elf/check-localplt.c: File removed.
41589
41590         * scripts/check-execstack.awk: New file.
41591         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41592         (check-execstack-CFLAGS): Variable removed.
41593         ($(objpfx)check-execstack.h): Target removed.
41594         ($(objpfx)execstack-default): New target.
41595         (generated): Add that instead of check-execstack.h.
41596         ($(all-built-dso:=.phdr)): New static pattern rule.
41597         (generated): Add those targets.
41598         * elf/check-execstack.c: File removed.
41599
41600         * scripts/check-textrel.awk: New file.
41601         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41602         (check-textrel-CFLAGS): Variable removed.
41603         (all-built-dso): Use := to define.o
41604         ($(all-built-dso:=.dyn)): New static pattern rule.
41605         (generated): Add those targets.
41606         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41607         * config.make.in (READELF): New substituted variable.
41608         * elf/check-textrel.c: File removed.
41609
41610 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41611
41612         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41613         allow.
41614         * conform/data/ctype.h-data [C99-based standards] (isblank):
41615         Expect function.
41616         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41617         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41618         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41619         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41620         Specify type.  Require positive value.
41621         (EILSEQ): Likewise.
41622         (ERANGE): Likewise.
41623         [ISO || POSIX] (EILSEQ): Do not expect.
41624         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41625         Specify type.  Require positive value.
41626         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41627         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41628         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41629         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41630         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41631         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41632         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41633         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41634         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41635         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41636         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41637         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41638         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41639         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41640         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41641         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41642         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41643         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41644         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41645         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41646         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41647         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41648         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41649         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41650         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41651         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41652         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41653         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41654         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41655         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41656         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41657         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41658         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41659         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41660         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41661         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41662         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41663         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41664         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41665         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41666         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41667         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41668         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41669         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41670         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41671         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41672         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41673         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41674         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41675         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41676         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41677         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41678         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41679         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41680         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41681         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41682         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41683         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41684         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41685         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41686         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41687         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41688         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41689         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41690         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41691         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41692         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41693         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41694         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41695         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41696         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41697         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41698         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41699         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41700         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41701         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41702         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41703         Require >= 2.
41704         (FLT_ROUNDS): Expect as macro, not constant.
41705         (FLT_MANT_DIG): Use macro-int-constant.
41706         (DBL_MANT_DIG): Likewise.
41707         (LDBL_MANT_DIG): Likewise.
41708         (FLT_DIG): Likewise.
41709         (DBL_DIG): Likewise.
41710         (LDBL_DIG): Likewise.
41711         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41712         (DBL_MIN_EXP): Likewise.
41713         (LDBL_MIN_EXP): Likewise.
41714         (FLT_MAX_EXP): Use macro-int-constant.
41715         (DBL_MAX_EXP): Likewise.
41716         (LDBL_MAX_EXP): Likewise.
41717         (FLT_MAX_10_EXP): Likewise.
41718         (DBL_MAX_10_EXP): Likewise.
41719         (LDBL_MAX_10_EXP): Likewise.
41720         (FLT_MAX): Use macro-constant.
41721         (DBL_MAX): Likewise.
41722         (LDBL_MAX): Likewise.
41723         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41724         (DBL_EPSILON): Likewise.
41725         (LDBL_EPSILON): Likewise.
41726         (FLT_MIN): Likewise.
41727         (DBL_MIN): Likewise.
41728         (LDBL_MIN): Likewise.
41729         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41730         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41731         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41732         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41733         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41734         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41735         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41736         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41737         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41738         [ISO11] (FLT_TRUE_MIN): Likewise.
41739         [ISO11] (LDBL_TRUE_MIN): Likewise.
41740         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41741         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41742         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41743         (SCHAR_MAX): Likewise.
41744         (UCHAR_MAX): Likewise.
41745         (CHAR_MIN): Likewise.
41746         (CHAR_MAX): Likewise.
41747         (MB_LEN_MAX): Use macro-int-constant.
41748         (SHRT_MIN): Use macro-int-constant.  Specify type.
41749         (SHRT_MAX): Likewise.
41750         (USHRT_MAX): Likewise.
41751         (INT_MAX): Likewise.
41752         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41753         bound negative.
41754         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41755         bound with "U".
41756         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41757         bound with "L".
41758         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41759         bound negative.  Suffix upper bound with "L".
41760         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41761         bound with "UL".
41762         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41763         Specify type.
41764         [C99-based standards] (LLONG_MAX): Likewise.
41765         [C99-based standards] (ULLONG_MAX): Likewise.
41766         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41767         == 0.
41768         [ISO11] (max_align_t): Require type.
41769         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41770
41771         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41772         from $CFLAGS, without defining away __attribute__ calls.
41773         (checknamespace): Use $CFLAGS_namespace.
41774
41775         * conform/conformtest.pl (@keywords): Only include C99 keywords
41776         for standards based on C99 or C11.
41777
41778         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41779         Disable tests.
41780         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41781         UNIX98]: Likewise.
41782
41783         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41784         usability of symbols in #if.
41785
41786         * conform/conformtest.pl: If macro or constant types start
41787         "promoted:", expect the symbol to be of the following type
41788         promoted by the integer promotions.
41789
41790         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41791         in one place.  Also handle "macro-constant".
41792
41793         * conform/conformtest.pl: Only accept expected macro values with
41794         "==".  Parse all "macro" lines in one place.
41795         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41796
41797         * conform/conformtest.pl: Handle braced types on "constant" lines
41798         instead of handling "typed-constant".
41799         * conform/data/signal.h-data: Use "constant" instead of
41800         "typed-constant".
41801
41802         * conform/conformtest.pl: Handle "optional-" at start of lines in
41803         one place rather than duplicating several cases.  Handle each
41804         format of "macro" line with initial "optional-".
41805
41806         * conform/conformtest.pl: Only accept expected constant or
41807         optional-constant values with "==".  Parse all "constant" lines in
41808         one place.  Parse all "optional-constant" lines in one place.
41809         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41810         * conform/data/fmtmsg.h-data: Likewise.
41811         * conform/data/netinet/in.h-data: Likewise.
41812         * conform/data/tar.h-data: Likewise.
41813         * conform/data/limits.h-data: Use "==" form on "constant" and
41814         "optional-constant" lines.
41815
41816         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41817         Use -std=c99 for XOPEN2K.
41818         (@knownproblems): Remove.
41819         (newtoken): Don't check %isknown.
41820
41821         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41822         Do not expect macro.
41823         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41824         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41825         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41826         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41827         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41828         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41829         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41830         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41831         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41832         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41833         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41834         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41835         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41836         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41837         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41838         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41839         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41840         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41841         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41842         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41843         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41844         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41845         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41846         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41847         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41848         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41849         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41850         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41851         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41852         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41853         [XPG3] (acosh): Likewise.
41854         [XPG3] (asinh): Likewise.
41855         [XPG3] (atanh): Likewise.
41856         [XPG3] (cbrt): Likewise.
41857         [XPG3] (expm1): Likewise.
41858         [XPG3] (ilogb): Likewise.
41859         [XPG3] (log1p): Likewise.
41860         [XPG3] (logb): Likewise.
41861         [XPG3] (nextafter): Likewise.
41862         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41863         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41864         [XPG3] (remainder): Likewise.
41865         [XPG3] (rint): Likewise.
41866         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41867         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41868         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41869         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41870         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41871         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41872         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41873         [UNIX98 || XOPEN2K] (scalb): Expect.
41874         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41875         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41876         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41877         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41878         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41879         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41880         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41881         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41882         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41883         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41884         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41885         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41886         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41887         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41888         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41889         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41890         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41891         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41892         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41893         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41894         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41895         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41896         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41897         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41898         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41899         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41900         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41901         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41902         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41903         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41904         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41905         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41906         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41907         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41908         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41909         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41910         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41911         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41912         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41913         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41914         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41915         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41916         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41917         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41918         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41919         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41920         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41921         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41922         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41923         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41924         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41925         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41926         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41927         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41928         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41929         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41930         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41931         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41932         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41933         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41934         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41935         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41936         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41937         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41938         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41940         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41941         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41953         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41954         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41955         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41958         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41959         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41964         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41966         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41968         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41969         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41970         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41971         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41972         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41973         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41974         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41975         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41976         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41979         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42007         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42008         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42009         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42010         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42011
42012         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42013         _XOPEN_SOURCE_EXTENDED for XPG4.
42014
42015         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42016
42017         * Makeconfig (localtime): Remove variable.
42018         (inst_localtime-file): Likewise.
42019
42020 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42021
42022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42023         Update.
42024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42025         Update.
42026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42027         Update.
42028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42029         Update.
42030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42031         Update.
42032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42033         Update.
42034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42035         Update.
42036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42037         Update.
42038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42039         Update.
42040
42041 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42042
42043         [BZ #2550]
42044         [BZ #2570]
42045         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42046         comparisons to determine direction to adjust input.
42047         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42048         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42049         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42050         Likewise.
42051         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42052         Likewise.
42053         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42054         Likewise.
42055         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42056         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42057         Likewise.
42058         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42059         Likewise.
42060         * math/libm-test.inc (nexttoward_test): Add more tests.
42061
42062 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42063
42064         [BZ #14040]
42065         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42066         in version GLIBC_2.1, not GLIBC_2.0.
42067         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42068         Likewise.
42069
42070 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42071
42072         [BZ #13942]
42073         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42074         (1 - x) * (1 + x).
42075         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42076         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42077         * math/libm-test.inc (acos_test): Add more tests.
42078         (asin_test): Likewise.
42079         * sysdeps/i386/fpu/libm-test-ulps: Update.
42080         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42081
42082         [BZ #14034]
42083         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42084         of square root.
42085         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42086         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42087         * math/libm-test.inc (acos_test_tonearest): New function.
42088         (acos_test_towardzero): Likewise.
42089         (acos_test_downward): Likewise.
42090         (acos_test_upward): Likewise.
42091         (asin_test_tonearest): Likewise.
42092         (asin_test_towardzero): Likewise.
42093         (asin_test_downward): Likewise.
42094         (asin_test_upward): Likewise.
42095         (main): Call the new functions.
42096         * sysdeps/i386/fpu/libm-test-ulps: Update.
42097         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42098
42099         [BZ #13884]
42100         [BZ #13924]
42101         * math/e_exp10.c: Include <float.h>.
42102         (__ieee754_exp10): Handle underflow here rather than multiplying
42103         large negative argument by M_LN10.
42104         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42105         of __ieee754_expf.
42106         * math/e_exp10l.c: Include <float.h>.
42107         (__ieee754_exp10l): Handle underflow here rather than multiplying
42108         large negative argument by M_LN10l.
42109         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42110         spurious overflow exception on underflow.
42111
42112 2012-04-29  Marek Polacek  <polacek@redhat.com>
42113
42114         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42115         (__fortify_function): New macro.
42116         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42117         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42118         __extern_always_inline.
42119         * libio/bits/stdio2.h: Likewise.
42120         * libio/bits/stdio.h: Likewise.
42121         * string/string.h: Likewise.
42122         * string/bits/string3.h: Likewise.
42123         * include/stdio.h: Likewise.
42124         * stdlib/bits/stdlib.h: Likewise.
42125         * stdlib/stdlib.h: Likewise.
42126         * rt/bits/mqueue2.h: Likewise.
42127         * rt/mqueue.h: Likewise.
42128         * posix/bits/unistd.h: Likewise.
42129         * posix/unistd.h: Likewise.
42130         * io/bits/poll2.h: Likewise.
42131         * io/bits/fcntl2.h: Likewise.
42132         * io/fcntl.h: Likewise.
42133         * io/sys/poll.h: Likewise.
42134         * misc/bits/syslog.h: Likewise.
42135         * misc/bits/syslog-ldbl.h: Likewise.
42136         * misc/sys/syslog.h: Likewise.
42137         * socket/bits/socket2.h: Likewise.
42138         * socket/sys/socket.h: Likewise.
42139         * debug/tst-chk1.c: Likewise.
42140         * wcsmbs/bits/wchar2.h: Likewise.
42141         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42142         * wcsmbs/wchar.h: Likewise.
42143
42144 2012-04-29  Andreas Jaeger  <aj@suse.de>
42145
42146         * Makerules (tests): Remove enable-check-abi protection.
42147         (check-abi-warn): Remove.
42148         (check-abi-%): Remove check-abi-warn usage.
42149
42150         * configure.in: Remove check-abi configure option.
42151         * configure: Regenerated.
42152         * config.make.in (enable-check-abi): Remove.
42153
42154 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42155
42156         [BZ #14033]
42157         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42158         double functions to double *_finite functions.
42159
42160         [BZ #13941]
42161         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42162         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42163         LDBL_MIN_EXP.
42164         * stdio-common/Makefile (tests): Add tst-sprintf3.
42165         * stdio-common/tst-sprintf3.c: New file.
42166
42167         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42168         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42169
42170 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42171
42172         * conform/conformtest.pl: Remove duplicate typed-constant
42173         handling.
42174
42175 2012-04-28  David S. Miller  <davem@davemloft.net>
42176
42177         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42178         (check-abi-%): Remove AWK script prerequisite and explicit
42179         abilist directory.
42180         (check-abi): Rewrite to just diff the symlist with the abilist.
42181         (config-tls, config-abi-config): Delete, no longer used.
42182         (update-abi-%): Remove AWK script and explicit abilist directory.
42183         (update-abi): Rewrite to simply compare and conditionally copy the
42184         symlist and the sysdep abilist file.  Remove update-abi-config
42185         checks.
42186         * abilist/ld.abilist: Remove.
42187         * abilist/libBrokenLocale.abilist: Remove.
42188         * abilist/libanl.abilist: Remove.
42189         * abilist/libcrypt.abilist: Remove.
42190         * abilist/libdl.abilist: Remove.
42191         * abilist/librt.abilist: Remove.
42192         * abilist/libthread_db.abilist: Remove.
42193         * abilist/libutil.abilist: Remove.
42194         * scripts/extract-abilist.awk: Remove.
42195         * scripts/merge-abilist.awk: Remove.
42196         * sysdeps/generic/libcidn.abilist: New file.
42197         * sysdeps/generic/libnss_compat.abilist: New file.
42198         * sysdeps/generic/libnss_db.abilist: New file.
42199         * sysdeps/generic/libnss_dns.abilist: New file.
42200         * sysdeps/generic/libnss_files.abilist: New file.
42201         * sysdeps/generic/libnss_hesiod.abilist: New file.
42202         * sysdeps/generic/libnss_nis.abilist: New file.
42203         * sysdeps/generic/libnss_nisplus.abilist: New file.
42204         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42205         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42206         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42207         file.
42208         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42209         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42210         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42211         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42212         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42213         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42214         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42215         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42216         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42217         file.
42218         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42219         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42220         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42221         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42222         file.
42223         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42224         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42225         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42226         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42227         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42228         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42229         file.
42230         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42231         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42232         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42233         file.
42234         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42235         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42236         New file.
42237         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42238         New file.
42239         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42240         New file.
42241         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42242         New file.
42243         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42244         New file.
42245         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42246         New file.
42247         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42248         New file.
42249         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42250         New file.
42251         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42252         New file.
42253         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42254         New file.
42255         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42256         New file.
42257         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42258         New file.
42259         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42260         New file.
42261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42262         file.
42263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42264         New file.
42265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42266         New file.
42267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42268         file.
42269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42270         New file.
42271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42272         New file.
42273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42274         file.
42275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42276         New file.
42277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42278         New file.
42279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42280         New file.
42281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42282         New file.
42283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42284         New file.
42285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42286         New file.
42287         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42288         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42289         file.
42290         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42291         New file.
42292         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42293         file.
42294         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42295         file.
42296         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42297         file.
42298         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42299         file.
42300         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42301         file.
42302         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42303         New file.
42304         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42305         file.
42306         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42307         file.
42308         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42309         New file.
42310         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42311         file.
42312         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42313         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42314         file.
42315         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42316         New file.
42317         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42318         file.
42319         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42320         file.
42321         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42322         file.
42323         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42324         file.
42325         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42326         file.
42327         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42328         New file.
42329         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42330         file.
42331         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42332         file.
42333         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42334         New file.
42335         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42336         file.
42337         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42338         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42339         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42340         file.
42341         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42342         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42343         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42344         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42345         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42346         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42347         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42348         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42349         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42350         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42351         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42352         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42353         file.
42354         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42355         New file.
42356         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42357         file.
42358         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42359         file.
42360         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42361         file.
42362         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42363         file.
42364         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42365         file.
42366         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42367         New file.
42368         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42369         New file.
42370         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42371         file.
42372         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42373         New file.
42374         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42375         file.
42376         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42377         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42378         file.
42379         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42380         New file.
42381         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42382         file.
42383         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42384         file.
42385         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42386         file.
42387         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42388         file.
42389         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42390         file.
42391         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42392         New file.
42393         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42394         New file.
42395         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42396         file.
42397         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42398         New file.
42399         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42400         file.
42401
42402 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42403
42404         * conform/conformtest.pl: Fix typo in handling typed-constant from
42405         allow-header.
42406
42407 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42408
42409         * README: Cut down references to pre-2.6 Linux kernels and
42410         Linuxthreads.  Update lists of configurations in libc and ports
42411         and sort alphabetically.  Say "or newer" with Linux kernel version
42412         requirements.
42413
42414         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42415
42416 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42417
42418         [BZ #887]
42419         * math/libm-test.inc (logb_test_downward): New test to expose
42420         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42421         rounding mode.
42422
42423 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42424
42425         [BZ #14027]
42426         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42427         to be done.
42428         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42429         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42430
42431 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42432
42433         * sysdeps/unix/i386/brk.S: Remove file.
42434         * sysdeps/unix/i386/dl-brk.S: Likewise.
42435         * sysdeps/unix/i386/pipe.S: Likewise.
42436         * sysdeps/unix/i386/sigreturn.S: Likewise.
42437         * sysdeps/unix/i386/syscall.S: Likewise.
42438         * sysdeps/unix/i386/vfork.S: Likewise.
42439         * sysdeps/unix/i386/wait.S: Likewise.
42440
42441         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42442         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42443
42444         * configure.in (arm*-none*): Do not allow without
42445         --enable-hacker-mode.
42446         (netbsd*): Remove case setting base_os.
42447         (386bsd*): Likewise.
42448         (freebsd*): Likewise.
42449         (bsdi*): Likewise.
42450         (osf*): Likewise.
42451         (sunos*): Likewise.
42452         (ultrix*): Likewise.
42453         (newsos*): Likewise.
42454         (dynix*): Likewise.
42455         (*bsd*): Likewise.
42456         (sysv*): Likewise.
42457         (isc*): Likewise.
42458         (esix*): Likewise.
42459         (sco*): Likewise.
42460         (minix*): Likewise.
42461         (irix4*): Likewise.
42462         (irix6*): Likewise.
42463         (solaris[2-9]*): Likewise.
42464         (none): Likewise.
42465         * configure: Regenerated.
42466
42467 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42468
42469         [BZ #11521]
42470         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42471         overflow or cancellation in calculating denominator.
42472         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42473         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42474         down expression to avoid unexpected rounding in newer GCCs.
42475         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42476
42477 2012-04-26  David S. Miller  <davem@davemloft.net>
42478
42479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42480         long-double compat symbols.
42481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42486         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42487         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42488         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42489         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42490         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42491         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42492         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42493         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42494
42495 2012-04-25  David S. Miller  <davem@davemloft.net>
42496
42497         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42498         HWCAP_* values only after the memory barriers have been defined.
42499         (atomic_full_barrier): Define.
42500         (atomic_read_barrier): Define.
42501         (atomic_write_barrier): Define.
42502
42503 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42504
42505         * shlib-versions: Add libgcc_s version information.
42506         * sysdeps/generic/libgcc_s.h: Remove.
42507         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42508         libgcc_s.h.
42509         * sysdeps/gnu/unwind-resume.c: Likewise.
42510         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42511
42512 2012-04-25  David S. Miller  <davem@davemloft.net>
42513
42514         * sysdeps/unix/sparc/brk.S: Delete.
42515         * sysdeps/unix/sparc/dl-brk.S: Delete.
42516         * sysdeps/unix/sparc/pipe.S: Delete.
42517         * sysdeps/unix/sparc/sysdep.S: Delete.
42518         * sysdeps/unix/sparc/sysdep.h: Delete.
42519         * sysdeps/unix/sparc/vfork.S: Delete.
42520         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42521         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42522         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42523         (ret_ERRVAL, r0, r1, MOVE): Define.
42524         (JUMPTARGET): Remove.
42525         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42526         sysdeps/unix/sparc/sysdep.h
42527         (ENTRY, END): Remove.
42528         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42529
42530 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42531
42532         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42533         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42534         -DIS_IN_build.
42535
42536         * timezone/README: Update upstream location and email address for
42537         tzcode and tzdata.
42538         * timezone/zdump.c: Update from tzcode 2012b.
42539         * timezone/zic.c: Likewise.
42540
42541         * configure.in (libc_cv_as_needed): Remove test.
42542         * configure: Regenerated.
42543         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42544         conditional definition.
42545         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42546         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42547         * config.make.in (have-as-needed): Remove variable.
42548
42549 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42550             Paul Pluzhnikov  <ppluzhnikov@google.com>
42551
42552         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42553         strings correctly.
42554
42555 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42556
42557         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42558         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42559         * sysdeps/sh/strlen.S: Likewise.
42560
42561 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42562
42563         * sysdeps/unix/fork.S: Remove file.
42564         * sysdeps/unix/i386/fork.S: Likewise.
42565         * sysdeps/unix/sparc/fork.S: Likewise.
42566
42567         * sysdeps/unix/system.c: Remove file.
42568         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42569
42570         * sysdeps/unix/getegid.S: Remove file.
42571         * sysdeps/unix/geteuid.S: Likewise.
42572
42573 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42574
42575         * scripts/check-localplt.awk: New file.
42576         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42577         of diff.
42578         * scripts/data/localplt-generic.data: Add a comment.
42579
42580         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42581         NODE when __dir_mkfile failed.
42582         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42583         Reported by Ludovic Courtès <ludo@gnu.org>.
42584
42585 2012-04-24  Andreas Jaeger  <aj@suse.de>
42586
42587         * Makerules (common-clean): Also remove gen-as-const-headers
42588         files.
42589
42590 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42591
42592         * Makerules (native-compile): Do not change working directory for
42593         build.  Use $(OUTPUT_OPTION) in command.
42594         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42595
42596 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42597
42598         [BZ #13886]
42599         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42600         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42601         * math/libm-test.inc (floor_test): Add more tests.
42602         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42603
42604 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42605
42606         * sysdeps/unix/getdents.c: Remove file.
42607         * sysdeps/unix/sysv/getdents.c: Likewise.
42608         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42609
42610         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42611         sysdeps/unix/mman/syscalls.list.
42612         (mmap): Likewise.
42613         (mprotect): Likewise.
42614         (msync): Likewise.
42615         (munmap): Likewise.
42616         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42617         * sysdeps/unix/mman/syscalls.list: Remove.
42618         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42619
42620         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42621         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42622         * configure: Regenerated.
42623         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42624         $(libgcc_s_suffix).
42625         * config.make.in (libgcc_s_suffix): Remove variable.
42626
42627 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42628
42629         * sysdeps/unix/sysv/gethostname.c: Move to ...
42630         * sysdeps/posix/gethostname.c: ... here.
42631
42632         * sysdeps/unix/execve.S: Remove file.
42633
42634         * sysdeps/unix/_exit.S: Remove file.
42635
42636 2012-04-23  Andreas Jaeger  <aj@suse.de>
42637
42638         [BZ #13739]
42639         * manual/Makefile: Remove make dist support, there's no
42640         need for a stand-alone documentation tar ball.
42641         (TEXI2DVI): Define always, it's not in Makeconfig.
42642         (dist): Removed.
42643         (tar-it): Removed.
42644         (edition): Removed.
42645         (glibc-doc-$(edition).tar): Removed
42646         (%.Z): Removed.
42647         (%.gz): Removed.
42648         (%.uu): Removed.
42649         (ETAGS): Remove, it's in Makeconfig.
42650         (move-if-change): Remove, it's in Makeconfig.
42651
42652 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42653
42654         [BZ #13970]
42655         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42656         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42657         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42658         (strtod_l, strtof_l, strtold_l): Remove __wur.
42659         It is not necessarily an error to ignore strtol's return value.
42660         One can reliably look at the stored endptr to decide whether
42661         the number had valid syntax.
42662
42663 2012-04-21  Andreas Jaeger  <aj@suse.de>
42664
42665         [BZ #13739]
42666         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42667
42668 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42669
42670         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42671         * sysdeps/unix/sysv/Versions: Remove file.
42672
42673 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42674
42675         [BZ #13927]
42676         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42677
42678 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42679
42680         [BZ #7064]
42681         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42682         version from __vm86.
42683
42684 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42685
42686         * sysdeps/unix/common/lxstat.c: Remove file.
42687         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42688
42689         * sysdeps/unix/sysv/Makefile: Remove file.
42690
42691         * sysdeps/unix/sysv/direct.h: Remove file.
42692
42693         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42694         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42695         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42696         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42697         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42698         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42699         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42700
42701         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42702
42703         * sysdeps/unix/xmknod.c: Remove file.
42704         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42705
42706         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42707
42708         * sysdeps/unix/sysv/i386/time.S: Remove file.
42709
42710         * sysdeps/unix/fxstat.c: Remove file.
42711         * sysdeps/unix/xstat.c: Likewise.
42712         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42713
42714         * sysdeps/unix/sysv/sigaction.c: Remove file.
42715
42716         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42717         (sysdep_headers): Remove variable.
42718         [termio.h not in sysdep_headers] (generated): Likewise.
42719         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42720         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42721         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42722         * sysdeps/unix/sysv/tcflow.c: Likewise.
42723         * sysdeps/unix/sysv/tcflush.c: Likewise.
42724         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42725         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42726         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42727         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42728         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42729
42730         * sysdeps/unix/siglist.c: Remove file.
42731
42732         * sysdeps/unix/getppid.S: Remove file.
42733
42734         * sysdeps/unix/mkdir.c: Remove file.
42735         * sysdeps/unix/rmdir.c: Likewise.
42736
42737 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42738
42739         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42740         ERR_MAX value.
42741         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42742         errlist-compat value.
42743
42744 2012-04-18  David S. Miller  <davem@davemloft.net>
42745
42746         * sysdeps/generic/memcopy.h (reg_char): Delete.
42747         * debug/strcat_chk.c: Use char, not reg_char.
42748         * debug/strcpy_chk.c: Likewise.
42749         * debug/strncat_chk.c: Likewise.
42750         * debug/strncpy_chk.c: Likewise.
42751         * string/memchr.c: Likewise.
42752         * string/memrchr.c: Likewise.
42753         * string/rawmemchr.c: Likewise.
42754         * string/strcat.c: Likewise.
42755         * string/strchr.c: Likewise.
42756         * string/strchrnul.c: Likewise.
42757         * string/strcmp.c: Likewise.
42758         * string/strcpy.c: Likewise.
42759         * string/strncat.c: Likewise.
42760         * string/strncmp.c: Likewise.
42761         * string/strncpy.c: Likewise.
42762
42763 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42764
42765         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42766         __builtin_memcopy is called when src and dest ranges are known to not
42767         overlap.
42768
42769 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42770
42771         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42772         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42773         fwd_align_merge macro call.
42774         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42775         bwd_align_merge macro call.
42776         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42777
42778 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42779
42780         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42781         bwd_align_merge macros.
42782         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42783         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42784         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42785
42786 2012-04-18  David S. Miller  <davem@davemloft.net>
42787
42788         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42789
42790 2012-04-18  Andreas Jaeger  <aj@suse.de>
42791
42792         [BZ# 6794]
42793         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42794         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42795         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42796
42797         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42798         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42799         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42800
42801         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42802         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42803         Adjust for changed ldbl-128 files.
42804
42805         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42806         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42807         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42808
42809 2012-04-17  David S. Miller  <davem@davemloft.net>
42810
42811         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42812
42813 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42814
42815         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42816         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42817         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42818         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42819         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42820         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42821
42822 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42823
42824         [BZ #6794]
42825         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42826         * math/libm-test.inc: Add ilogb errno and exception tests.
42827         * math/w_ilogb.c: New file: ilogb wrapper.
42828         * math/w_ilogbf.c: New file: ilogbf wrapper.
42829         * math/w_ilogbl.c: New file: ilogbl wrapper.
42830         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42831         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42832         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42833         exception being thrown with 0.0 as argument.
42834         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42835         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42836         exception being thrown with 0.0 as argument.
42837         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42838         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42839         exception being thrown with 0.0 as argument.
42840         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42841         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42842         exception being thrown with 0.0 as argument.
42843         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42844         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42845         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42846         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42847         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42848         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42849         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42850         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42851         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42852
42853 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42854
42855         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42856         with altivec.
42857
42858 2012-04-16  Marek Polacek  <polacek@redhat.com>
42859
42860         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42861
42862 2012-04-16  Marek Polacek  <polacek@redhat.com>
42863
42864         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42865         operands of fdivp instruction.
42866
42867 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42868
42869         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42870         * elf/tst-auditmod3b.c: Likewise.
42871         * elf/tst-auditmod4b.c: Likewise.
42872         * elf/tst-auditmod5b.c: Likewise.
42873         * elf/tst-auditmod6b.c: Likewise.
42874         * elf/tst-auditmod6c.c: Likewise.
42875         * elf/tst-auditmod7b.c: Likewise.
42876         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42877         * sysdeps/x86_64/preconfigure.in: Likewise.
42878         * sysdeps/x86_64/preconfigure: Regenerated.
42879
42880 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42881
42882         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42883         __ILP32__.
42884
42885 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42886
42887         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42888         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42889
42890 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42891
42892         [BZ #13973]
42893         * locale/iso-639.def: Fix gl language name. Spotted by
42894         Yaron Shahrabani.
42895
42896 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42897
42898         [BZ #2074]
42899         * libio/libio.h (__io_write_fn): Update comment.
42900
42901 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42902
42903         [BZ #2074]
42904         * stdio.texi (Hook Functions): The user provided writer function
42905         is not allowed to return -1.
42906
42907 2012-04-11  David S. Miller  <davem@davemloft.net>
42908
42909         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42910
42911 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42912
42913         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42914         Add a leading slash to rtkaio.
42915
42916 2012-04-11  Jim Meyering  <meyering@redhat.com>
42917
42918         [BZ #11959]
42919         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42920         It is not necessarily an error to ignore fwrite's return
42921         value.  One can reliably use ferror to test for errors after
42922         the fact.
42923
42924 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42925
42926         * bits/types.h (__snseconds_t): New type.
42927         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42928
42929         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42930         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42931         (__SNSECONDS_T_TYPE): Likewise.
42932         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42933         (__SNSECONDS_T_TYPE): Likewise.
42934         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42935         (__SNSECONDS_T_TYPE): Likewise.
42936
42937 2012-04-10  Andreas Jaeger  <aj@suse.de>
42938
42939         [BZ #2636]
42940         * manual/time.texi (Processor Time): Return type of times is
42941         elapsed real time since an arbitrary point in the past.
42942         (CPU Time): Move CLK_TCK from here...
42943         (Processor Time): ...to here.  Correct description.
42944         * manual/conf.texi (Constants for Sysconf): Correct description of
42945         _SC_CLK_TCK.
42946
42947 2012-04-10  David S. Miller  <davem@davemloft.net>
42948
42949         [BZ #13967]
42950         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42951         where the is a gap between DT_REL(A) and DT_JMPREL.
42952
42953 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42954
42955         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42956         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42957         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42958
42959 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42960
42961         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42962         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42963         (dl_main): Handle --inhibit-cache.
42964         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42965         _dl_inhibit_cache.
42966         * elf/dl-load.c (_dl_map_object): Use it.
42967         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42968
42969 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42970
42971         [BZ #13872]
42972         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42973         (__ieee754_powl): Saturate large exponents rather than testing for
42974         overflow of y*log2(x).
42975         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42976         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42977         exceptions.
42978
42979         [BZ #11521]
42980         * math/s_ctan.c: Include <float.h>.
42981         (__ctan): Avoid internal overflow or cancellation in calculating
42982         denominator.
42983         * math/s_ctanf.c: Likewise.
42984         * math/s_ctanl.c: Likewise.
42985         * math/s_ctanh.c: Likewise.
42986         * math/s_ctanhf.c: Likewise.
42987         * math/s_ctanhl.c: Likewise.
42988         * math/libm-test.inc (ctan_test): Add more tests.
42989         (ctanh_test): Likewise.
42990         * sysdeps/i386/fpu/libm-test-ulps: Update.
42991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42992
42993 2012-04-09  Andreas Jaeger  <aj@suse.de>
42994
42995         [BZ #6894]
42996         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42997         is an optional BSD extension.
42998
42999         [BZ #10254]
43000         * manual/stdio.texi (Opening Streams): Document additional fopen
43001         parameters.
43002
43003 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43004
43005         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43006         %eax without telling the compiler.
43007
43008 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43009
43010         [BZ # 13963]
43011         * manual/install.texi: Use sourceware.org.
43012
43013 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43014
43015         [BZ #13873]
43016         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43017         (__ieee754_pow): Generate overflow and underflow using huge*huge
43018         and tiny*tiny rather than just returning constant infinity or zero
43019         for large exponents.
43020         * math/libm-test.inc (pow_test): Require overflow exceptions for
43021         applicable cases of large exponents.
43022
43023         [BZ #706]
43024         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43025         (__ieee754_pow): Use iterative multiplication algorithm only for
43026         integer exponents with absolute value below 1024.  Check for odd
43027         integer exponents when using algorithm for real exponents.
43028         * math/libm-test.inc (pow_test): Add more tests.
43029         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43030
43031 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43032
43033         [BZ #13705]
43034         * math/libm-test.inc (exp_test): Do not allow overflow exception
43035         on underflow test.
43036
43037 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43038
43039         [BZ #13705]
43040         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43041         instead of __kernel_standard_f.
43042
43043 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43044
43045         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43046         * sysdeps/x86_64/memset_chk.S: Likewise.
43047
43048 2012-04-08  Andreas Jaeger  <aj@suse.de>
43049
43050         [BZ #10153]
43051         * manual/startup.texi (Environment Access): Describe return value
43052         for putenv and setenv.
43053
43054         [BZ #6895]
43055         * manual/filesys.texi (Directory Entries): Add description for
43056         DT_LNK.
43057
43058         [BZ #6890]
43059         * manual/filesys.texi (Directory Entries): Clarify that it's file
43060         system not operating system in the description of DT_UNKNOWN.
43061
43062         [BZ #6578]
43063         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43064
43065 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43066
43067         [BZ #6649]
43068         * manual/llio.texi (Opening and Closing Files): Add cross
43069         reference to explain mode argument.
43070
43071 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43072
43073         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43074         * sysdeps/x86_64/memset_chk.S: Likewise.
43075
43076 2012-04-07  David S. Miller  <davem@davemloft.net>
43077
43078         * elf/elf.h (R_SPARC_WDISP10): Define.
43079         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43080         R_SPARC_SIZE32.
43081         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43082         R_SPARC_SIZE64 and R_SPARC_H34.
43083
43084 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43085
43086         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43087         conditions and remove no longer applicable assertion.
43088
43089 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43090
43091         * bits/byteswap.h: Include <features.h>.
43092         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43093         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43094
43095 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43096
43097         * bits/byteswap.h (__bswap_16): Removed.
43098         Include <bits/byteswap-16.h> to get __bswap_16.
43099         * sysdeps/i386/bits/byteswap.h: Likewise.
43100         * sysdeps/s390/bits/byteswap.h: Likewise.
43101         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43102         * bits/byteswap-16.h: New file.
43103         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43104         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43105         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43106         * string/Makefile (headers): Add bits/byteswap-16.h.
43107
43108 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43109
43110         [BZ #13895]
43111         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43112         extra indirection.
43113         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43114         * nss/tst-nss-static.c: New.
43115
43116 2012-04-06  Robert Millan  <rmh@gnu.org>
43117
43118         [BZ #6486]
43119         * manual/llio.texi (File Position Primitive): lseek
43120         refers to WHENCE when it really means OFFSET.
43121
43122 2012-04-06  Andreas Jaeger  <aj@suse.de>
43123
43124         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43125         strncmp declarations.
43126
43127         * abilist/libc.abilist: Add __poll and __ppoll.
43128
43129 2012-04-05  David S. Miller  <davem@davemloft.net>
43130
43131         * scripts/check-local-headers.sh: Accept a host triplet in the
43132         path matched by the exclude regexp.
43133
43134         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43135         definition.
43136         * sysdeps/powerpc/powerpc32/dl-machine.h
43137         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43138         * sysdeps/s390/s390-32/dl-machine.h
43139         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43140         * sysdeps/sparc/sparc32/dl-machine.h
43141         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43142         * sysdeps/sparc/sparc64/dl-machine.h
43143         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43144
43145         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43146         lazy binding.
43147         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43148         undefined symbol errors.
43149
43150         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43151         DT_NEEDED entries.
43152
43153 2012-04-05  Michael Matz  <matz@suse.de>
43154
43155         [BZ #13592]
43156         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43157
43158 2012-04-05  Andreas Jaeger  <aj@suse.de>
43159
43160         [BZ #13908]
43161         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43162         comment.
43163
43164 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43165
43166         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43167         which ROUND is no valid rounding mode.
43168
43169 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43170
43171         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43172         read again.
43173         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43174
43175 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43176
43177         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43178         an exception using FPU order intentionally.
43179
43180 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43181
43182         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43183         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43184         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43185         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43186
43187 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43188
43189         [BZ #12340]
43190         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43191         EINVAL when BUFLEN is too smal.
43192
43193 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43194
43195         [BZ #13553]
43196         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43197         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43198
43199 2012-04-03  Andreas Jaeger  <aj@suse.de>
43200
43201         [BZ #13938]
43202         * manual/setjmp.texi (System V contexts): Fix sentence.
43203
43204         [BZ #13926]
43205         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43206         New macro for this case.
43207         [!__GNUC__] (__bswap_64): New inline function for this case.
43208         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43209         * bits/byteswap.h: Likewise.
43210         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43211         ull, guard with __GLIBC_HAVE_LONG_LONG.
43212
43213         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43214         __GLIBC_HAVE_LONG_LONG.
43215
43216         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43217         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43218
43219 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43220
43221         [BZ #13691]
43222         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43223         inptr and inend, rather than using last_ch.
43224
43225 2012-04-02  David S. Miller  <davem@davemloft.net>
43226
43227         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43228         * stdio-common/printf-parse.h (read_int): Change return type to
43229         'int', return -1 on INT_MAX overflow.
43230         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43231         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43232         overflows INT_MAX.  Check for overflow of in-format-string precision
43233         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43234         SIZE_MAX not INT_MAX for integer overflow test.
43235         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43236         skip the construct in the format string but do not record anything.
43237         * stdio-common/bug22.c: Adjust to test both width/prevision
43238         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43239         explicitly for proper errno values.
43240
43241 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43242
43243         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43244         CHAR_MAX.
43245         * string/test-strcmp.c [! WIDE]: Likewise.
43246         * time/tst-mktime2.c: Likewise for INT_MAX.
43247         * string/test-string.h: #include <sys/param.h> for MIN.
43248
43249         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43250         * sysdeps/i386/init-first.c (init): Likewise.
43251         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43252         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43253         * sysdeps/sh/init-first.c (init): Likewise.
43254
43255 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43256
43257         * po/ru.po: Update from translation team.
43258         * po/vi.po: Likewise.
43259
43260 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43261
43262         * resolv/nss_dns/dns-host.c: Merge copyright years.
43263
43264 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43265
43266         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43267         Optimize memcpy with prefetch if
43268         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43269         src, dst pointers have unequal 16 byte alignments.
43270
43271 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43272
43273         [BZ #13928]
43274         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43275         from a CNAME entry and return the minimum ttl for the query.
43276         (gaih_getanswer_slice): Likewise.
43277
43278 2012-03-30  Jeff Law  <law@redhat.com>
43279
43280         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43281         due to long keys.
43282         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43283         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43284
43285         * resolv/nss_dns/dns-host.c: Update copyright year.
43286
43287 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43288
43289         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43290         requests to save a system call.  Fix check that all bytes are sent.
43291
43292         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43293         comments for sendmmsg.
43294
43295 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43296
43297         [BZ #13691]
43298         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43299         with only 1 character between 0x0041 and 0x01b0.
43300         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43301         * wcsmbs/tst-mbsnrtowcs.c: New file.
43302
43303 2012-03-29  David S. Miller  <davem@davemloft.net>
43304
43305         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43306         small copies by hand.
43307
43308 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43309
43310         [BZ #13761]
43311         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43312         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43313         group memberships.
43314
43315 2012-03-28  David S. Miller  <davem@davemloft.net>
43316
43317         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43318         that branches into memcpy.
43319         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43320         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43321         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43322         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43323         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43324         bits.
43325         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43326         implementation too.
43327         * sysdeps/sparc/mempcpy.S: New file.
43328
43329         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43330         the IFUNC routine in the libc case.
43331         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43332
43333         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43334         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43335         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43336         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43337         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43338         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43339         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43340         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43341
43342         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43343         loop to 256 bytes instead of 64 bytes and fix test signedness.
43344
43345         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43346         * sysdeps/sparc/sparc32/Makefile: rather than here...
43347         * sysdeps/sparc/sparc64/Makefile: and here.
43348
43349 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43350
43351         * malloc/mallocbug.c: Avoid warnings about unused variables.
43352
43353 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43354
43355         [BZ #13760]
43356         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43357         in the right place. Discard and retry query if response is
43358         larger than input buffer size.
43359
43360 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43361
43362         [BZ #369]
43363         [BZ #2678]
43364         [BZ #3866]
43365         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43366         x for large integer exponent.
43367         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43368         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43369         sign of result as needed afterwards.
43370         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43371         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43372         result for underflowing pow the same as for overflow.
43373         (__kernel_standard_l): Handle powl overflow and underflow here
43374         rather than calling __kernel_standard.
43375         * math/libm-test.inc (pow_test): Add more tests.
43376
43377         [BZ #3868]
43378         [BZ #13879]
43379         [BZ #13910]
43380         [BZ #13911]
43381         [BZ #13912]
43382         [BZ #13913]
43383         [BZ #13915]
43384         [BZ #13916]
43385         [BZ #13917]
43386         [BZ #13918]
43387         [BZ #13919]
43388         [BZ #13920]
43389         [BZ #13921]
43390         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43391         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43392         (__kernel_standard_l): New function.
43393         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43394         __kernel_standard.
43395         * math/w_acosl.c (__acosl): Likewise.
43396         * math/w_asinl.c (__asinl): Likewise.
43397         * math/w_atan2l.c (__atan2l): Likewise.
43398         * math/w_atanhl.c (__atanhl): Likewise.
43399         * math/w_coshl.c (__coshl): Likewise.
43400         * math/w_exp10l.c (__exp10l): Likewise.
43401         * math/w_exp2l.c (__exp2l): Likewise.
43402         * math/w_fmodl.c (__fmodl): Likewise.
43403         * math/w_hypotl.c (__hypotl): Likewise.
43404         * math/w_j0l.c (__j0l, __y0l): Likewise.
43405         * math/w_j1l.c (__j1l, __y1l): Likewise.
43406         * math/w_jnl.c (__jnl, __ynl): Likewise.
43407         * math/w_lgammal.c (__lgammal): Likewise.
43408         * math/w_log10l.c (__log10l): Likewise.
43409         * math/w_log2l.c (__log2l): Likewise.
43410         * math/w_logl.c (__logl): Likewise.
43411         * math/w_powl.c (__powl): Likewise.
43412         * math/w_remainderl.c (__remainderl): Likewise.
43413         * math/w_scalbl.c (sysv_scalbl): Likewise.
43414         * math/w_sinhl.c (__sinhl): Likewise.
43415         * math/w_sqrtl.c (__sqrtl): Likewise.
43416         * math/w_tgammal.c (__tgammal): Likewise.
43417         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43418         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43419         * math/libm-test.inc (acos_test): Add more tests.
43420         (acosh_test): Likewise.
43421         (asin_test): Likewise.
43422         (atanh_test): Likewise.
43423         (exp_test): Likewise.
43424         (exp10_test): Likewise.
43425         (exp2_test): Likewise.
43426         (expm1_test): Likewise.
43427         (lgamma_test): Likewise.
43428         (log_test): Likewise.
43429         (log10_test): Likewise.
43430         (log1p_test): Likewise.
43431         (log2_test): Likewise.
43432         (pow_test): Do not allow some spurious overflow exceptions.
43433         (sqrt_test): Add more tests.
43434         (tgamma_test): Likewise.
43435         (y0_test): Likewise.
43436         (y1_test): Likewise.
43437         (yn_test): Likewise.
43438
43439 2012-03-27  Anton Blanchard  <anton@samba.org>
43440
43441         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43442         MAP_HUGETLB.
43443         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43444         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43445         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43446
43447 2012-03-27  David S. Miller  <davem@davemloft.net>
43448
43449         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43450
43451         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43452         have-as-vis3 check.
43453
43454 2012-03-27  Andreas Jaeger  <aj@suse.de>
43455
43456         * sysdeps/x86_64/elf/configure.in: Moved to ...
43457         * sysdeps/x86_64/configure.in: ... here.
43458         * sysdeps/x86_64/elf/start.S: Moved to ...
43459         * sysdeps/x86_64/start.S: ... here.
43460         * sysdeps/x86_64/elf/configure: Delete.
43461
43462         * sysdeps/x86_64/configure.in: Merge contents from
43463         sysdeps/i386/configure.in (without i686 check).
43464
43465         * sysdeps/i386/elf/Versions: Merge into ...
43466         * sysdeps/i386/Versions: ... this.
43467         * sysdeps/i386/elf/Versions: Delete file.
43468         * sysdeps/i386/elf/start.S: Moved to ...
43469         * sysdeps/i386/start.S: ...here.
43470         * sysdeps/i386/elf/configure.in: Merge into...
43471         * sysdeps/i386/configure.in: ...here.
43472         * sysdeps/i386/elf/configure.in: Delete file.
43473         * sysdeps/i386/elf/configure: Delete file.
43474
43475         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43476         * debug/backtracesyms.c: ... here.
43477         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43478         * debug/backtracesymsfd.c: ... here.
43479         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43480         * sysdeps/generic/ifunc-sel.h: ... here.
43481
43482         * sysdeps/unix/i386/start.c: Delete file.
43483         * sysdeps/unix/sparc/start.c: Delete file.
43484         * sysdeps/unix/start.c: Delete file.
43485
43486         * sysdeps/sh/elf/configure.in: Moved to ...
43487         * sysdeps/sh/configure.in: ... here.
43488         * sysdeps/sh/elf/start.S: Moved to ...
43489         * sysdeps/sh/start.S: ... here.
43490         * sysdeps/sh/elf/configure: Delete file.
43491
43492         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43493         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43494         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43495         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43496         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43497         * sysdeps/powerpc/powerpc64/start.S: here.
43498         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43499         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43500         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43501         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43502         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43503
43504         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43505         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43506         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43507         * sysdeps/powerpc/powerpc32/start.S: ... here.
43508         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43509         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43510         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43511
43512         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43513         * sysdeps/powerpc/ifunc-sel.h: ... here.
43514         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43515         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43516
43517         * sysdeps/sparc/elf/configure.in: Moved to ...
43518         * sysdeps/sparc/configure.in: ... here.
43519         * sysdeps/sparc/elf/configure: Delete file.
43520         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43521         * sysdeps/sparc/sparc32/start.S: ... here.
43522         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43523         * sysdeps/sparc/sparc64/start.S: ... here.
43524         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43525         * sysdeps/sparc/sparc32/Makefile: ... this.
43526         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43527         * sysdeps/sparc/sparc64/Makefile: ... this.
43528
43529         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43530         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43531         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43532         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43533         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43534         * sysdeps/s390/s390-32/setjmp.S: ... here.
43535         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43536         * sysdeps/s390/s390-32/configure.in: ... here.
43537         * sysdeps/s390/s390-32/elf/configure: Delete file.
43538         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43539         * sysdeps/s390/s390-32/start.S: ... here.
43540
43541         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43542         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43543         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43544         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43545         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43546         * sysdeps/s390/s390-64/setjmp.S: ... here.
43547         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43548         * sysdeps/s390/s390-64/configure.in: ... here
43549         * sysdeps/s390/s390-64/elf/configure: Delete file.
43550         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43551         * sysdeps/s390/s390-64/start.S: ... here.
43552         * sysdeps/s390/s390-64/elf/configure: Delete.
43553
43554         * configure.in: Remove support for elf directories in sysdeps.
43555
43556         * configure: Regenerated.
43557         * sysdeps/i386/configure: Regenerated.
43558         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43559         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43560         * sysdeps/s390/s390-32/configure: Regenerated.
43561         * sysdeps/s390/s390-64/configure: Regenerated.
43562         * sysdeps/sh/configure: Regenerated.
43563         * sysdeps/sparc/configure: Regenerated.
43564         * sysdeps/x86_64/configure: Regenerated.
43565
43566 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43567
43568         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43569
43570         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43571         denormal result into account.
43572
43573 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43574
43575         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43576         Reported by Allan McRae <allan@archlinux.org>.
43577
43578 2012-03-23  Jeff Law  <law@redhat.com>
43579
43580         * nss/getnssent.c (__nss_getent): Fix typo.
43581
43582 2012-03-23  David S. Miller  <davem@davemloft.net>
43583
43584         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43585
43586 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43587
43588         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43589         to pad to uint64_t for each field.
43590         (dl_tls_index): Replace unsigned long with uint64_t.
43591
43592 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43593         Paul Pluzhnikov  <ppluzhnikov@google.com>
43594
43595         [BZ #6528]
43596         * grp/Makefile (otherlibs): Don't set it.
43597         * inet/Makefile (otherlibs): Likewise.
43598         * login/Makefile (otherlibs): Likewise.
43599         * nscd/Makefile (otherlibs): Likewise.
43600         * posix/Makefile (otherlibs): Likewise.
43601         * pwd/Makefile (otherlibs): Likewise.
43602         * rt/Makefile (otherlibs): Likewise.
43603         * sunrpc/Makefile (otherlibs): Likewise.
43604         * nss/Makefile (otherlibs): Likewise.
43605         Add libnss_files to routines and static-only-routines.
43606         ($(objpfx)getent): Remove rule.
43607         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43608         static-only-routines.
43609
43610 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43611
43612         [BZ #13892]
43613         * math/s_cexp.c: Include <float.h>.
43614         (__cexp): Handle exp result overflowing not necessarily
43615         overflowing both real and imaginary parts of result.
43616         * math/s_cexpf.c: Likewise.
43617         * math/s_cexpl.c: Likewise.
43618         * math/libm-test.inc (cexp_test): Add more tests.
43619         * sysdeps/i386/fpu/libm-test-ulps: Update.
43620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43621
43622 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43623
43624         * include/link.h (ELFW): New macro.
43625         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43626         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43627
43628 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43629
43630         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43631         with uint64_t.
43632
43633 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43634
43635         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43636         declaration.
43637         (struct La_x32_retval): Likewise.
43638
43639 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43640
43641         * sysdeps/x86_64/preconfigure.in: New file.
43642         * sysdeps/x86_64/preconfigure: New generated file.
43643
43644 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43645
43646         [BZ #13824]
43647         * math/e_exp2l.c: Include <float.h>.
43648         (__ieee754_exp2l): Handle overflow and underflow cases
43649         separately.  Only pass fractional part of argument to
43650         __ieee754_expl.
43651         * math/libm-test.inc (exp2_test): Add more tests.
43652
43653         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43654         negating x to take absolute value.
43655         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43656         Likewise.
43657         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43658         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43659         Likewise.
43660         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43661         computing low part if x was negated.
43662         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43663
43664 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43665
43666         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43667         la_x32_gnu_pltexit.
43668         (pltexit): Cast int_retval to ptrdiff_t.
43669         * elf/tst-auditmod3b.c: Likewise.
43670         * elf/tst-auditmod4b.c: Likewise.
43671         * elf/tst-auditmod5b.c: Likewise.
43672         * elf/tst-auditmod6b.c: Likewise.
43673         * elf/tst-auditmod6c.c: Likewise.
43674         * elf/tst-auditmod7b.c: Likewise.
43675
43676         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43677         and x32_gnu_pltexit.
43678
43679         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43680         __ELF_NATIVE_CLASS.
43681         (La_x32_regs): New macro.
43682         (La_x32_retval): Likewise.
43683         (la_x32_gnu_pltenter): New function prototype.
43684         (la_x32_gnu_pltexit): Likewise.
43685
43686 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43687
43688         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43689         exponent.
43690
43691         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43692
43693         * configure.in (libc_cv_cc_nofma): Check for option to disable
43694         generation of FMA instructions.
43695         * configure: Regenerate.
43696         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43697         * sysdeps/ieee754/dbl-64/Makefile: New file.
43698         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43699         Remove brandred-fma4.
43700         (CFLAGS-brandred-fma4.c): Remove.
43701         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43702         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43703         define.
43704         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43705         define.
43706
43707 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43708
43709         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43710         LLONG_MAX != LONG_MAX.
43711         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43712         (_fitoa_word): Likewise.
43713         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43714         LLONG_MAX != LONG_MAX.
43715         * stdio-common/_itowa.h: Include <_itoa.h>.
43716         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43717         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43718         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43719         only if not defined.
43720         (_ITOA_WORD_TYPE): Likewise.
43721         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43722         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43723
43724 2012-03-21  David S. Miller  <davem@davemloft.net>
43725
43726         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43727
43728 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43729
43730         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43731         of x86_64 when setting libc_cv_slibdir, libdir and
43732         libc_cv_localedir.
43733         * sysdeps/unix/sysv/linux/configure: Regenerated.
43734
43735 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43736
43737         * manual/lang.texi (Old Varargs): Remove section.
43738         (How Variadic): Update menu.
43739         (va_start): Do not mention varargs.h.
43740
43741 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43742             Joseph Myers  <joseph@codesourcery.com>
43743
43744         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43745         link test.
43746         * configure: Regenerated.
43747
43748 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43749
43750         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43751         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43752         conformtest.pl
43753
43754 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43755
43756         * NOTES: Remove.
43757         * Makefile (files-for-dist): Remove NOTES.
43758         (NOTES): Remove rule.
43759         * README: Don't refer to NOTES.
43760         * manual/creature.texi: Don't include macros.texi.
43761         * manual/intro.texi (creature.texi): Remove comment referring to
43762         NOTES.
43763
43764         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43765         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43766         * configure: Regenerated.
43767         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43768         LIBC_TRY_CC_OPTION.
43769         (libc_cv_as_i686): Likewise.
43770         (libc_cv_cc_avx): Likewise.
43771         (libc_cv_cc_sse2avx): Likewise.
43772         (libc_cv_cc_fma4): Likewise.
43773         (libc_cv_cc_novzeroupper): Likewise.
43774         * sysdeps/i386/configure: Regenerated.
43775
43776         [BZ #13883]
43777         * sysdeps/i386/fpu/s_cexp.S: Remove.
43778         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43779         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43780         * math/libm-test.inc (cexp_test): Add more tests.
43781         * sysdeps/i386/fpu/libm-test-ulps: Update.
43782         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43783
43784 2012-03-21  Allan McRae  <allan@archlinux.org>
43785
43786         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43787
43788 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43789
43790         [BZ #13871]
43791         * math/w_exp2.c: Do not include <float.h>.
43792         (o_threshold, u_threshold): Remove.
43793         (__exp2): Calculate result before checking finiteness and calling
43794         __kernel_standard.
43795         * math/w_exp2f.c: Likewise.
43796         * math/w_exp2l.c: Likewise.
43797         * math/libm-test.inc (exp2_test): Require overflow exception for
43798         1e6 input.
43799
43800         [BZ #3866]
43801         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43802         range of signed 64-bit integers before using fistpll.  Remove
43803         checks for whether integers fit in mantissa bits.
43804         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43805         the range of signed 32-bit integers before using fistpl.  Remove
43806         checks for whether integers fit in mantissa bits.
43807         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43808         (__ieee754_powl): Test for y outside the range of signed 64-bit
43809         integers before using fistpll.  Reduce 64-bit values to 63-bit
43810         ones as needed.
43811         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43812         divide-by-zero is raised for zero to large negative powers.
43813         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43814         (__ieee754_powl): Test for y outside the range of signed 64-bit
43815         integers before using fistpll.  Reduce 64-bit values to 63-bit
43816         ones as needed.
43817         * math/libm-test.inc (pow_test): Add more tests.
43818
43819 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43820
43821         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43822         <stdio-common/_itoa.h>.
43823         * debug/segfault.c: Likewise.
43824         * elf/dl-cache.c: Likewise.
43825         * elf/dl-minimal.c: Likewise.
43826         * elf/dl-misc.c: Likewise.
43827         * elf/dl-sysdep.c: Likewise.
43828         * elf/dl-version.c: Likewise.
43829         * elf/rtld.c: Likewise.
43830         * hurd/hurdsock.c: Likewise.
43831         * hurd/lookup-retry.c: Likewise.
43832         * malloc/malloc.c: Likewise.
43833         * malloc/mtrace.c: Likewise.
43834         * nscd/nscd_getgr_r.c: Likewise.
43835         * nscd/nscd_getpw_r.c: Likewise.
43836         * nscd/nscd_getserv_r.c: Likewise.
43837         * posix/getopt_init.c: Likewise.
43838         * posix/wordexp.c: Likewise.
43839         * stdio-common/_itoa.c: Likewise.
43840         * stdio-common/printf_fphex.c: Likewise.
43841         * stdio-common/vfprintf.c: Likewise.
43842         * string/_strerror.c: Likewise.
43843         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43844         * sysdeps/i386/i686/hp-timing.h: Likewise.
43845         * sysdeps/mach/_strerror.c: Likewise.
43846         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43847         * sysdeps/mach/hurd/sethostid.c: Likewise.
43848         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43849         * sysdeps/mach/xpg-strerror.c: Likewise.
43850         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43851         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43852         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43853         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43854         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43855         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43856         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43857         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43858         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43859         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43860         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43861         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43862         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43863         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43864         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43865         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43866         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43867         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43868         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43869         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43870         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43871
43872         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43873
43874         * stdio-common/_itoa.h: Moved to ...
43875         * sysdeps/generic/_itoa.h: Here.
43876
43877         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43878
43879         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43880         instead of "_itoa.h" and "_itowa.h".
43881         * stdio-common/vfprintf.: Likewise.
43882
43883 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43884
43885         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43886         <bits/wordsize.h>.
43887         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43888         (__signbit): Likwise.
43889         (llrintf): Likwise.
43890         (llrint): Likwise.
43891
43892 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43893
43894         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43895         __WORDSIZE != 64.
43896
43897 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43898
43899         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43900         OVERFLOW_EXCEPTION_OK.
43901         * math/libm-test.inc ("Philosophy"): Update comment about
43902         exception testing.
43903         (OVERFLOW_EXCEPTION): Define.
43904         (OVERFLOW_EXCEPTION_OK): Likewise.
43905         (INVALID_EXCEPTION_OK): Renumber.
43906         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43907         (IGNORE_ZERO_INF_SIGN): Likewise.
43908         (test_exceptions): Handle FE_OVERFLOW.
43909         (exp10_test): Expect overflow exceptions.
43910         (exp2_test): Likewise.
43911         (expm1_test): Likewise.
43912         (nextafter_test): Likewise.
43913         (pow_test): Likewise.
43914         (scalbn_test): Likewise.
43915         (scalbln_test): Likewise.
43916
43917 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43918
43919         * sysdeps/x86_64/bits/atomic.h
43920         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43921         64bit integer.
43922         (atomic_exchange_acq): Likewise.
43923         (__arch_exchange_and_add_body): Likewise.
43924         (__arch_add_body): Likewise.
43925         (atomic_add_negative): Likewise.
43926         (atomic_add_zero): Likewise.
43927
43928 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43929
43930         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43931         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43932
43933 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43934
43935         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43936         Check __x86_64__ instead of __WORDSIZE.
43937
43938 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43939
43940         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43941
43942 2012-03-19  David S. Miller  <davem@davemloft.net>
43943
43944         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43945
43946         * sysdeps/sparc/fpu/fenv_private.h: New file.
43947         * sysdeps/sparc/fpu/math_private.h: Use it.
43948         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43949         Remove.
43950         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43951         (libc_feholdexcept_setroundl): Remove.
43952         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43953         Remove.
43954         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43955         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43956
43957 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43958
43959         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43960         int64_t instead of long int.
43961         (INSERT_WORDS64): Likwise.
43962
43963 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43964
43965         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43966         _Unwind_GetCFA return to _Unwind_Ptr first.
43967
43968 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43969
43970         [BZ #13629]
43971         * math/s_clog.c: Include <float.h>.
43972         (__clog): Scale large or subnormal inputs.
43973         * math/s_clogf.c: Likewise.
43974         * math/s_clogl.c: Likewise.
43975         * math/s_clog10.c: Include <float.h>.
43976         (M_LOG10_2): Define.
43977         (__clog10): Scale large or subnormal inputs.
43978         * math/s_clog10f.c: Likewise.
43979         * math/s_clog10l.c: Likewise.
43980         * math/libm-test.inc (clog_test): Add more tests.
43981         (clog10_test): Likewise.
43982         * sysdeps/i386/fpu/libm-test-ulps: Update.
43983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43984
43985         [BZ #11451]
43986         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43987         x and y.
43988         * math/libm-test.inc (atan2_test): Add another test.
43989
43990         * Makerules (common-objdir-compile): Remove.
43991         * sysdeps/unix/Makefile (config-generated): Do not add
43992         $(unix-generated) to variable.
43993         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43994         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43995         Remove rule.
43996         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43997         Likewise.
43998         [generic bits/local_lim.h] (before-compile): Do not append to
43999         variable.
44000         [generic bits/local_lim.h] (common-generated): Likewise.
44001         [generic sys/param.h] (before-compile): Do not append to variable.
44002         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44003         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44004         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44005         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44006         include.
44007         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44008         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44009         [generic sys/param.h] ($(addprefix
44010         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44011         [generic sys/param.h] (common-generated): Do not append to
44012         variable.
44013         [generic sys/param.h] (sysdep_headers): Likewise.
44014         [generic bits/errno.h] (before-compile): Do not append to
44015         variable.
44016         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44017         rule.
44018         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44019         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44020         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44021         [generic bits/errno.h] (common-generated): Do not append to
44022         variable.
44023         [generic bits/ioctls.h] (before-compile): Do not append to
44024         variable.
44025         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44026         rule.
44027         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44028         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44029         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44030         rule.
44031         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44032         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44033         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44034         [generic bits/ioctls.h] (common-generated): Do not append to
44035         variable.
44036         [generic sys/syscall.h] (syscall.h): Remove variable.
44037         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44038         rule.
44039         [generic sys/syscall.h] (before-compile): Do not append to
44040         variable.
44041         [generic sys/syscall.h] (common-generated): Likewise.
44042         * sysdeps/unix/errnos-tmpl.c: Remove file.
44043         * sysdeps/unix/errnos.awk: Likewise.
44044         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44045         * sysdeps/unix/ioctls.awk: Likewise.
44046         * sysdeps/unix/mk-local_lim.c: Likewise.
44047         * sysdeps/unix/snarf-ioctls: Likewise.
44048
44049 2012-03-19  Richard Henderson  <rth@twiddle.net>
44050
44051         * sysdeps/i386/fpu/fenv_private.h: New file.
44052         * sysdeps/i386/fpu/math_private.h: Use it.
44053         (math_opt_barrier, math_force_eval): Remove.
44054         (libc_feholdexcept_setround_53bit): Remove.
44055         (libc_feupdateenv_53bit): Remove.
44056         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44057         (math_opt_barrier, math_force_eval): Remove.
44058         (libc_feholdexcept): Remove.
44059         (libc_feholdexcept_setround): Remove.
44060         (libc_fetestexcept, libc_fesetenv): Remove.
44061         (libc_feupdateenv_test): Remove.
44062         (libc_feupdateenv, libc_feholdsetround): Remove.
44063         (libc_feresetround): Remove.
44064
44065         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44066         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44067
44068         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44069         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44070         (libc_feupdateenv_testl): New.
44071         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44072         (libc_feupdateenv_testf): New.
44073         (libc_feupdateenv): Use libc_feupdateenv_test.
44074         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44075         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44076
44077         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44078         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44079         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44080         (libc_feresetround_noex): New.
44081         (libc_feresetround_noexf): New.
44082         (libc_feresetround_noexl): New.
44083         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44084         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44085         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44086         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44087         SET_RESTORE_ROUND.
44088         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44089         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44090         (__cos): Likewise.
44091         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44092         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44093         SET_RESTORE_ROUND_NOEX.
44094         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44095         SET_RESTORE_ROUND_NOEXF.
44096         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44097         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44098         (libc_feholdsetroundf): New.
44099         (libc_feresetround, libc_feresetroundf): New.
44100
44101         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44102         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44103         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44104
44105         * sysdeps/generic/math_private.h: Include <fenv.h>.
44106         (default_libc_feholdexcept): New.
44107         (default_libc_feholdexcept_setround): New.
44108         (default_libc_fesetenv, default_libc_feupdateenv): New.
44109         (libc_feholdexcept): Only define if undefined.
44110         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44111         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44112         (libc_feholdexcept_setroundl): Likewise.
44113         (libc_feholdexcept_setround_53bit): Likewise.
44114         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44115         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44116         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44117         (libc_feupdateenv_53bit): Likewise.
44118         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44119         (libc_feholdexcept): Convert from macro to inline function.
44120         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44121         (libc_fesetenv, libc_feupdateenv): Likewise.
44122
44123         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44124         not previously defined.
44125         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44126         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44127         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44128         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44129         * sysdeps/ieee754/flt-32/math_private.h: New file.
44130         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44131         math_private.h below SET_FLOAT_WORD.
44132         (__isnan, __isinf_ns, __finite): Remove.
44133         (__isnanf, __isinf_nsf, __finitef): Remove.
44134
44135 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44136
44137         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44138
44139 2012-03-17  David S. Miller  <davem@davemloft.net>
44140
44141         [BZ #6471]
44142         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44143         for 2.16.
44144
44145 2012-03-16  David S. Miller  <davem@davemloft.net>
44146
44147         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44148         warnings.
44149
44150         [BZ #6471]
44151         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44152         properly.
44153         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44154         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44155         sysdep_routines when subdir is sysvipc.
44156         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44157         __getshmlba helper.
44158
44159         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44160
44161 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44162
44163         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44164         [__LP64__].
44165
44166 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44167
44168         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44169         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44170         (__lround): Renamed to ...
44171         (__llround): This.  Replace long int with long long int.
44172         Define lround functions as aliases of llround functions.
44173         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44174
44175 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44176
44177         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44178         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44179         adresses to uintptr_t.  Replace "long int" and "unsigned long
44180         int" with "greg_t" on va_arg.
44181
44182 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44183
44184         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44185         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44186
44187         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44188         Move e_machine check before EI_CLASS check.  Handle x32
44189         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44190         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44191         SKIP_EM_IA_64 and include
44192         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44193
44194         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44195         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44196         (add_system_dir): New macro.
44197
44198         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44199         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44200
44201 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44202
44203         [BZ #2551]
44204         [BZ #2552]
44205         [BZ #2553]
44206         [BZ #2554]
44207         [BZ #2562]
44208         [BZ #2563]
44209         [BZ #2565]
44210         [BZ #2566]
44211         [BZ #2576]
44212         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44213         (y0): Likewise.
44214         * math/w_j0f.c (j0f): Likewise.
44215         (y0f): Likewise.
44216         * math/w_j0l.c (__j0l): Likewise.
44217         (__y0l): Likewise.
44218         * math/w_j1.c (j1): Likewise.
44219         (y1): Likewise.
44220         * math/w_j1f.c (j1f): Likewise.
44221         (y1f): Likewise.
44222         * math/w_j1l.c (__j1l): Likewise.
44223         (__y1l): Likewise.
44224         * math/w_jn.c (jn): Likewise.
44225         (yn): Likewise.
44226         * math/w_jnf.c (jnf): Likewise.
44227         (ynf): Likewise.
44228         * math/w_jnl.c (__jnl): Likewise.
44229         (__ynl): Likewise.
44230         * math/libm-test.inc (j0_test): Add more tests.
44231         (j1_test): Likewise.
44232         (jn_test): Likewise.  Add trailing semicolon to existing test.
44233         (y0_test): Likewise.
44234         (y1_test): Likewise.
44235         * sysdeps/i386/fpu/libm-test-ulps: Update.
44236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44237
44238         [BZ #13851]
44239         [BZ #13854]
44240         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44241         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44242         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44243         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44244         (__tanl): Set errno for infinite argument.
44245         * sysdeps/i386/fpu/mptan.c: Remove.
44246         * sysdeps/i386/fpu/s_tan.S: Likewise.
44247         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44248         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44249         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44250         * math/libm-test.inc (tan_test): Add more tests and enable more
44251         tests for double and long double.
44252         * sysdeps/i386/fpu/libm-test-ulps: Update.
44253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44254
44255 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44256
44257         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44258         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44259
44260 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44261
44262         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44263         * configure.in: Use it for both main tree and add-ons.
44264         * configure: Regenerated.
44265
44266 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44267
44268         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44269
44270 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44271
44272         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44273         in comment.
44274
44275         [BZ #13851]
44276         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44277         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44278         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44279         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44280         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44281         infinite argument.
44282         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44283         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44284         != 0 for prec == 2.
44285         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44286         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44287         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44288         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44289         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44290         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44291         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44292         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44293         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44294         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44295         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44296         * math/libm-test.inc (cos_test): Add more tests and enable more
44297         tests for long double.
44298         (sin_test): Likewise.
44299         (sincos_test): Likewise.
44300         * sysdeps/i386/fpu/libm-test-ulps: Update.
44301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44302
44303 2012-03-16  David S. Miller  <davem@davemloft.net>
44304
44305         * sysdeps/sparc/fpu/math_private.h: New file.
44306
44307 2012-03-15  David S. Miller  <davem@davemloft.net>
44308
44309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44310         file.
44311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44313         file.
44314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44315         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44316         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44317         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44318         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44319         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44320         sysdep routines.
44321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44322
44323         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44324         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44325
44326         * sysdeps/sparc/sparc-ifunc.h: New file.
44327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44328         sparc-ifunc.h
44329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44331         Likewise.
44332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44333         Likewise.
44334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44338         Likewise.
44339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44344         Likewise.
44345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44346         Likewise.
44347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44351         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44352         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44353         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44354         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44355         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44356         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44357         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44358         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44359         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44360         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44361         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44362         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44363         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44364         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44365         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44366         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44367         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44368         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44369         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44370         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44371
44372 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44373
44374         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44375         scaling.
44376         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44377
44378 2012-03-15  Andreas Jaeger  <aj@suse.de>
44379
44380         [BZ #13852]
44381         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44382         ieee754/flt-32 implementation for sin, cos and sincos.
44383         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44384         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44385         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44386         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44387         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44388         ieee754/flt-32 implementation for tan.
44389
44390         * math/libm-test.inc (cos_test): Enable some large input tests for
44391         float as well
44392         (sin_test): Likewise.
44393         (sincos_test): Likewise.
44394         (tan_test): Add tests for large input.
44395
44396         * sysdeps/i386/fpu/libm-test-ulps: Update.
44397
44398 2012-03-15  Andreas Jaeger  <aj@suse.de>
44399
44400         [BZ #13658]
44401         * math/libm-test.inc (cos_test): Add more test cases.
44402         (sin_test): Likewise.
44403         (sincos_test): Likewise.
44404
44405 2012-03-15  Andreas Jaeger  <aj@suse.de>
44406
44407         [BZ #13837]
44408         * math/libm-test.inc (cos_test): Add a test case for large input
44409         value.
44410         (sin_test): Likewise.
44411         (sincos_test): Likewise.
44412
44413 2012-03-15  Andreas Jaeger  <aj@suse.de>
44414             Joseph Myers  <joseph@codesourcery.com>
44415
44416         [BZ #13658]
44417         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44418         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44419         * sysdeps/i386/fpu/branred.c: Likewise.
44420         * sysdeps/i386/fpu/dosincos.c: Likewise.
44421         * sysdeps/i386/fpu/mpa.c: Likewise.
44422         * sysdeps/i386/fpu/s_cos.S: Likewise.
44423         * sysdeps/i386/fpu/s_sin.S: Likewise.
44424         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44425         * sysdeps/i386/fpu/sincos32.c: Likewise.
44426
44427         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44428         Define.
44429         (libc_feupdateenv_53bit): Define.
44430         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44431         Define.
44432         (libc_feupdateenv_53bit): Define.
44433
44434         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44435         53 bit (without extend i386 double precision).
44436
44437         * math/libm-test.inc (sincos_test): Add tests for large input.
44438         (sin): Likewise.
44439         (cos): Likewise.
44440
44441         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44442
44443 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44444
44445         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44446
44447 2012-03-15  David S. Miller  <davem@davemloft.net>
44448
44449         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44450         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44451         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44452         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44453         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44454         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44455         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44456         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44457         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44458         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44459         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44460         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44461         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44462         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44463         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44465         file.
44466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44468         file.
44469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44471         file.
44472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44474         file.
44475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44476         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44477         fmin/fmax sysdep routines.
44478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44479
44480 2012-03-14  David S. Miller  <davem@davemloft.net>
44481
44482         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44483         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44484         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44485         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44486         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44487         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44488         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44489         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44490         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44491         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44492         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44493         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44494         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44495         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44496         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44497         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44498         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44499         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44500         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44501         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44502         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44503         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44504         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44505         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44506         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44507         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44508         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44509         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44510         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44511         routines.
44512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44513         file.
44514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44516         file.
44517         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44519         file.
44520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44522         file.
44523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44525         file.
44526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44528         file.
44529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44530         file.
44531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44532         file.
44533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44534         file.
44535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44536         New file.
44537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44538         file.
44539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44540         file.
44541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44543         file.
44544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44546         file.
44547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44549         file.
44550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44552         VIS3 routines.
44553
44554         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44555         New file.
44556
44557         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44558
44559         * sysdeps/sparc/configure.in: New file.
44560         * sysdeps/sparc/configure: Generate.
44561         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44562         * configure: Regenerate.
44563         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44564         * config.make.in (have-as-vis3): New.
44565         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44566         available use -Av9d instead of -Av9a.
44567         * sysdeps/sparc/sparc64/Makefile: Likewise.
44568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44570         New file.
44571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44572         file.
44573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44574         New file.
44575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44576         file.
44577         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44578         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44579         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44580         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44581         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44582
44583         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44584         fzeros/fnegs to load 0x80000000 into a float register instead of
44585         using the stack.
44586         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44587
44588 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44589
44590         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44591         bits/syscall.h.
44592         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44593         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44594         ($(inst_includedir)/bits/syscall.h): Remove rule.
44595         ($(objpfx)bits/syscall.d): Include instead of
44596         $(objpfx)syscall-list.d.
44597         (generated): Change syscall-list.h and syscall-list.d to
44598         bits/syscall.h and bits/syscall.d.
44599
44600 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44601
44602         [BZ #13846]
44603         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44604
44605 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44606
44607         [BZ #13841]
44608         * math/s_csqrt.c: Include <float.h>.
44609         (__csqrt): Scale large or subnormal inputs.
44610         * math/s_csqrtf.c: Likewise.
44611         * math/s_csqrtl.c: Likewise.
44612         * math/libm-test.inc (csqrt_test): Add more tests.
44613         * sysdeps/i386/fpu/libm-test-ulps: Update.
44614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44615
44616         [BZ #13840]
44617         * math/libm-test.inc (hypot_test): Add more tests.
44618
44619 2012-03-13  David S. Miller  <davem@davemloft.net>
44620
44621         [BZ #13840]
44622         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44623         double-precision for the calculation instead of scaling.
44624
44625 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44626
44627         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44628         manipulate bits before adding and subtracting TWO52[sx].
44629         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44630         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44631         Likewise.
44632         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44633
44634 2012-03-13  David S. Miller  <davem@davemloft.net>
44635
44636         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44637         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44638         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44639         rtld-global-offsets.h
44640         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44641
44642         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44643         large parameters.
44644
44645         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44646
44647         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44648         'err' in the ifdef scope in which it is actually used.
44649
44650         * nss/nss_db/db-init.c: Include string.h
44651
44652 2012-03-12  David S. Miller  <davem@davemloft.net>
44653
44654         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44655         masking out of the most significant byte of random value used.
44656         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44657         Fix coding style in previous change.
44658
44659         * sysdeps/unix/sysv/linux/kernel-features.h
44660         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44661         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44662         expression.
44663         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44664         later.
44665
44666 2012-03-11  David S. Miller  <davem@davemloft.net>
44667
44668         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44669         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44670         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44671         for 'resultvar' otherwise things get truncated on 64-bit.
44672
44673         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44674         Fix masking out of the most significant byte of random value used.
44675
44676         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44677
44678 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44679
44680         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44681
44682 2012-03-09  David S. Miller  <davem@davemloft.net>
44683
44684         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44685         variables with appropriate CPP guards.
44686         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44687         from the frame pointer, not the stack pointer.  Correct layout
44688         comments.  Fix test on resulting framesize and the management of
44689         the outregs buffer for pltexit.  Preserve floating point return
44690         values across _dl_call_pltexit call.
44691         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44692         framesize and the management of the outregs buffer for pltexit.
44693         Preserve floating point return values across _dl_call_pltexit
44694         call.
44695         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44696         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44697         (la_sparc64_gnu_pltexit): New functions.
44698         (print_exit): Fix format string for return register value.
44699
44700 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44701
44702         * sunrpc/Makefile (others): Add rpcgen.
44703         ($(objpfx)rpcgen): Remove special build rule and dependency on
44704         libc.
44705         * sunrpc/rpcgen.c: New file.
44706
44707 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44708
44709         [BZ #13673]
44710         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44711         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44712         * sysdeps/i386/crti.S: Likewise.
44713         * sysdeps/i386/crtn.S: Likewise.
44714         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44715         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44716         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44717         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44718         * sysdeps/sh/crti.S: Likewise.
44719         * sysdeps/sh/crtn.S: Likewise.
44720         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44721
44722         [BZ #13673]
44723         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44724         with URL.
44725         * locale/programs/locfile-kw.gperf: Likewise.
44726         * locale/programs/charmap-kw.h: Regenerated.
44727         * locale/programs/locfile-kw.h: Likewise.
44728
44729         [BZ #13673]
44730         * intl/plural.y: Replace FSF snail mail address with URL.
44731         * intl/plural.c: Regenerated.
44732
44733 2012-03-09  Richard Henderson  <rth@twiddle.net>
44734
44735         * include/math_private.h: Remove file.
44736         * math/math_private.h: Move file ...
44737         * sysdeps/generic/math_private.h: ... here.
44738
44739         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44740         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44741         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44742
44743         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44744         and <math_private.h>.
44745         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44746         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44747         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44748         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44749         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44750         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44751         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44752         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44753         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44754         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44755         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44756         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44757         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44758         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44759         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44760         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44761         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44762         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44763         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44764         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44765         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44766         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44767         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44768         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44769         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44770         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44771         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44772         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44773         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44774         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44775         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44776         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44777         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44778         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44779         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44780         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44781         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44782         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44783         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44784         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44785         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44786         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44787         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44788         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44789         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44790         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44791         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44792         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44793         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44794         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44795         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44796         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44797         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44798         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44799         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44800         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44801         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44802         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44803         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44804         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44805         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44806         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44807         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44808         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44809         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44810         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44811         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44812         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44813         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44814         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44815         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44816         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44817         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44818         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44819         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44820         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44821         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44822         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44823         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44824         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44825         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44826         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44827         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44828         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44829         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44830         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44831         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44832         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44833         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44834         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44835         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44836         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44837         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44838         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44839         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44840         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44841         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44842         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44843         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44844         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44845         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44846         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44847         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44848         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44849         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44850         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44851         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44852         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44853         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44854         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44855         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44856         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44857         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44858         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44859         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44860         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44861         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44862         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44863         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44864         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44865         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44866         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44867         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44868         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44869         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44870         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44871         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44872         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44873         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44874         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44875         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44876         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44877         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44878         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44879         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44880         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44881         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44882         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44883         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44884         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44885         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44886         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44887         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44888         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44889         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44890         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44891         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44892         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44893         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44894         * sysdeps/ieee754/k_standard.c: Likewise.
44895         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44896         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44897         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44898         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44899         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44900         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44901         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44902         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44903         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44904         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44905         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44906         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44907         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44908         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44909         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44910         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44911         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44912         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44913         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44914         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44915         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44916         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44917         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44918         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44919         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44920         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44921         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44922         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44923         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44924         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44925         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44926         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44927         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44928         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44929         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44930         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44933         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44934         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44935         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44936         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44937         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44938         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44939         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44940         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44941         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44942         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44943         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44944         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44945         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44946         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44947         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44948         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44949         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44950         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44951         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44952         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44953         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44954         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44955         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44956         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44957         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44958         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44959         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44960         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44961         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44962         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44963         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44964         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44965         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44966         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44967         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44968         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44969         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44970         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44971         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44972         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44973         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44974         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44975         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44976         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44977         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44978         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44979         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44980         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44981         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44982         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44983         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44984         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44985         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44986         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44987         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44988         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44989         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44990         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44991         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44992         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44993         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44994         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44995         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44996         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44997         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44998         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44999         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45000         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45001         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45002         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45003         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45004         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45005         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45006         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45007         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45008         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45009         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45010         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45011         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45012         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45013         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45014         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45015         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45016         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45017         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45018         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45019         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45020         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45021         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45022         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45023         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45024         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45025         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45026         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45027         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45028         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45029         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45030         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45031         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45032         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45033         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45034         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45035         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45037         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45039         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45040         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45041         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45042         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45043         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45044         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45045         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45046         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45048         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45049         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45050         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45051         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45052         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45053         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45054         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45055         * sysdeps/ieee754/s_lib_version.c: Likewise.
45056         * sysdeps/ieee754/s_matherr.c: Likewise.
45057         * sysdeps/ieee754/s_signgam.c: Likewise.
45058         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45059         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45060         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45061         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45062         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45063         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45064         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45065         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45066         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45067         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45068         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45069         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45070         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45071         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45072         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45073         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45074         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45075         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45076         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45077         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45078         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45079
45080 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45081
45082         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45083         * sunrpc/rpc_main.c: Likewise.
45084         * sunrpc/rpc_svcout.c: Likewise.
45085
45086 2012-03-09  David S. Miller  <davem@davemloft.net>
45087
45088         * include/math_private.h: New file.
45089
45090 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45091
45092         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45093         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45094         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45095         from <bits/socket_type.h>.
45096         (enum __socket_type): Don't define here.
45097         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45098         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45099         bits/socket_type.h.
45100
45101         [BZ #13566]
45102         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45103         checking __USE_GNU.
45104
45105         * Makerules ($(inst_includedir)/%.h): New rule.
45106         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45107         (install-others): Remove variable setting.
45108         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45109
45110 2012-03-08  Richard Henderson  <rth@twiddle.net>
45111
45112         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45113         from macro to inline function; merge with the
45114         !__LIBC_INTERNAL_MATH_INLINES version.
45115         (__ieee754_sqrtf): Likewise.
45116
45117         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45118         to inline function.
45119         (__rintf, __floor, __floorf): Likewise.
45120
45121         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45122         macro to inline function.
45123         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45124
45125         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45126         not <math/math_private.h>.
45127
45128 2012-03-08  David S. Miller  <davem@davemloft.net>
45129
45130         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45131         copyright year.
45132         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45133
45134 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45135
45136         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45137         normalization.
45138         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45139         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45140
45141 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45142
45143         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45144         be defined individually, they must be defined as a block.  Define
45145         S for printing a string instead of hidint the different by using a
45146         macro for adding the 'l'.
45147         * stdio-common/tst-fphex-wide.c: Adjust.
45148
45149 2012-03-07  Marek Polacek  <polacek@redhat.com>
45150
45151         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45152
45153 2012-03-08  Marek Polacek  <polacek@redhat.com>
45154
45155         [BZ #13806]
45156         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45157         * stdio-common/tst-fphex.c: Define a few macros to make the
45158         test reusable.  Use them.
45159         * stdio-common/tst-fphex-wide.c: New file.
45160
45161 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45162
45163         [BZ #6911]
45164         * manual/macros.texi (gnusystems): New macro.
45165         (nongnusystems): Likewise.
45166         (gnulinuxhurdsystems): Likewise.
45167         (gnuhurdsystems): Likewise..
45168         (gnulinuxsystems): Likewise.
45169         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45170         variants of the GNU system, not "GNU system".
45171         * manual/conf.texi: Likewise.
45172         * manual/errno.texi: Likewise.  Update example of errno macro
45173         expansion.
45174         * manual/filesys.texi: Likewise.
45175         (getumask): Document as specific to GNU/Hurd.
45176         * manual/install.texi: Likewise.  Reword some references to
45177         GNU/Linux.
45178         * manual/intro.texi: Likewise.
45179         * manual/io.texi: Likewise.
45180         (File Name Portability): Detail which constraints are inapplicable
45181         to all GNU systems and which are only inapplicable to GNU/Hurd.
45182         * manual/job.texi: Likewise.
45183         * manual/llio.texi: Likewise.
45184         (O_NOCTTY): Document as present on GNU/Linux.
45185         * manual/maint.texi: Likewise.
45186         * manual/memory.texi: Likewise.
45187         * manual/pattern.texi: Likewise.
45188         * manual/pipe.texi: Likewise.
45189         * manual/process.texi: Likewise.
45190         * manual/resource.texi: Likewise.
45191         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45192         child on GNU/Hurd.
45193         * manual/setjmp.texi: Likewise.
45194         * manual/signal.texi: Likewise.
45195         * manual/startup.texi: Likewise.
45196         * manual/stdio.texi: Likewise.
45197         * manual/terminal.texi: Likewise.
45198         (ONLCR): Document as POSIX.
45199         (OXTABS): Document availability on GNU/Linux as XTABS.
45200         (ONOEOT): Document availability separately from other bits.
45201         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45202         * manual/time.texi: Likewise.
45203         * manual/users.texi: Likewise.
45204         * INSTALL: Regenerated.
45205         * sysdeps/gnu/errlist.c: Regenerated.
45206
45207         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45208         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45209         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45210         puts.
45211         * configure: Regenerated.
45212
45213 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45214
45215         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45216         default includes instead of AC_HEADER_CHECK.
45217         * sysdeps/i386/configure: Regenerated.
45218
45219         [BZ #10716]
45220         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45221         * math/s_cacoshf.c (__cacoshf): Likewise.
45222         * math/s_cacoshl.c (__cacoshl): Likewise.
45223         * math/s_casinh.c (__casinh): Set signs of result from argument.
45224         * math/s_casinhf.c (__casinhf): Likewise.
45225         * math/s_casinhl.c (__casinhl): Likewise.
45226         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45227         (casinh_test): Add more tests.
45228         * sysdeps/i386/fpu/libm-test-ulps: Update.
45229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45230
45231 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45232
45233         * po/zh_TW.po: Update from translation team.
45234
45235         * login/Makefile (distribute): Remove variable.
45236         * catgets/Makefile: Likewise.
45237         * mach/Makefile: Likewise.
45238         * malloc/Makefile: Likewise.
45239         * misc/Makefile: Likewise.
45240         * iconv/Makefile: Likewise.
45241         * nscd/Makefile: Likewise.
45242         * hurd/Makefile: Likewise.
45243         * manual/Makefile: Likewise.
45244         * locale/Makefile: Likewise.
45245         * intl/Makefile: Likewise.
45246         * conform/Makefile: Likewise.
45247         * nss/Makefile: Likewise.
45248         * time/Makefile: Likewise.
45249         * soft-fp/Makefile: Likewise.
45250         * dirent/Makefile: Likewise.
45251         * gmon/Makefile: Likewise.
45252         * po/Makefile: Likewise.
45253         * rt/Makefile: Likewise.
45254         * socket/Makefile: Likewise.
45255         * math/Makefile: Likewise.
45256         * signal/Makefile: Likewise.
45257         * debug/Makefile: Likewise.
45258         * elf/Makefile: Likewise.
45259         * timezone/Makefile: Likewise.
45260         * stdlib/Makefile: Likewise.
45261         * iconvdata/Makefile: Likewise.
45262         * sunrpc/Makefile: Likewise.
45263         * io/Makefile: Likewise.
45264         * argp/Makefile: Likewise.
45265         * inet/Makefile: Likewise.
45266         * hesiod/Makefile: Likewise.
45267         * grp/Makefile: Likewise.
45268         * csu/Makefile: Likewise.
45269         * wctype/Makefile: Likewise.
45270         * crypt/Makefile: Likewise.
45271         * libio/Makefile: Likewise.
45272         * string/Makefile: Likewise.
45273         * nis/Makefile: Likewise.
45274         * resolv/Makefile: Likewise.
45275         * stdio-common/Makefile: Likewise.
45276         * wcsmbs/Makefile: Likewise.
45277         * dlfcn/Makefile: Likewise.
45278         * posix/Makefile: Likewise.
45279
45280         [BZ #6959]
45281         * timezone/Makefile: Don't install timezone files, just the programs
45282         and scripts.
45283
45284 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45285
45286         * nss/databases.def: Add missing gshadow entry.
45287
45288         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45289
45290 2012-03-06  Marek Polacek  <polacek@redhat.com>
45291
45292         [BZ #13726]
45293         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45294         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45295         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45296         * stdio-common/tst-long-dbl-fphex.c: New file.
45297
45298 2012-03-06  David S. Miller  <davem@davemloft.net>
45299
45300         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45301         (set_obp_int): New function.
45302         (get_obp_int): New function.
45303         (__get_clockfreq_via_dev_openprom): Likewise.
45304         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45305         Avoid unused variable warnings on 'val' and use builtin_expect.
45306         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45307         __builtin_expect.
45308         (INLINE_CLONE_SYSCALL): Likewise.
45309
45310 2012-03-05  David S. Miller  <davem@davemloft.net>
45311
45312         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45313
45314 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45315
45316         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45317
45318         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45319         only for |x| >= 40.
45320         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45321
45322 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45323
45324         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45325         Replace gettimeofday with __vdso_gettimeofday.
45326
45327         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45328         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45329         __vdso_clock_gettime and __vdso_getcpu.
45330
45331         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45332         time with __vdso_time.
45333
45334 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45335
45336         * manual/lang.texi (size_t): Note types to which size_t may be
45337         equivalent with the GNU C Library, but do not describe when
45338         differences between them are significant.
45339
45340 2012-03-05  Andreas Jaeger  <aj@suse.de>
45341
45342         * sysdeps/i386/fpu/libm-test-ulps: Update.
45343
45344 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45345
45346         [BZ #3976]
45347         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45348         (__ieee754_pow): Save and restore rounding mode and use
45349         round-to-nearest for main computations.
45350         * math/libm-test.inc (pow_test_tonearest): New function.
45351         (pow_test_towardzero): Likewise.
45352         (pow_test_downward): Likewise.
45353         (pow_test_upward): Likewise.
45354         (main): Call the new functions.
45355         * sysdeps/i386/fpu/libm-test-ulps: Update.
45356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45357
45358         [BZ #3976]
45359         * math/libm-test.inc (cosh_test_tonearest): New function.
45360         (cosh_test_towardzero): Likewise.
45361         (cosh_test_downward): Likewise.
45362         (cosh_test_upward): Likewise.
45363         (sinh_test_tonearest): Likewise.
45364         (sinh_test_towardzero): Likewise.
45365         (sinh_test_downward): Likewise.
45366         (sinh_test_upward): Likewise.
45367         (main): Call the new functions.
45368         * sysdeps/i386/fpu/libm-test-ulps: Update.
45369         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45370
45371 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45372
45373         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45374         default stack guard is set in last bytes.
45375         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45376
45377 2012-03-05  Kees Cook  <keescook@chromium.org>
45378
45379         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45380
45381         [BZ #13656]
45382         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45383         possibly allocate from heap instead of stack.
45384         * stdio-common/bug-vfprintf-nargs.c: New file.
45385         * stdio-common/Makefile (tests): Add nargs overflow test.
45386
45387 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45388
45389         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45390
45391 2012-03-03  Marek Polacek  <polacek@redhat.com>
45392
45393         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45394         * math/math_private.h: Likewise.
45395         * stdlib/tst-strtod.c: Likewise.
45396         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45397         * sysdeps/x86_64/bits/atomic.h: Likewise.
45398
45399 2012-03-02  David S. Miller  <davem@davemloft.net>
45400
45401         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45402         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45403         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45404         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45405         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45406         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45407         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45408         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45409
45410 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45411
45412         [BZ #13792]
45413         * manual/examples/README: New file, says the example source files
45414         can be used under GPL>=2.
45415         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45416         line containing just "*/".
45417         * manual/examples/add.c: Add copyright header (GPL>=2).
45418         * manual/examples/argp-ex1.c: Likewise.
45419         * manual/examples/argp-ex2.c: Likewise.
45420         * manual/examples/argp-ex3.c: Likewise.
45421         * manual/examples/argp-ex4.c: Likewise.
45422         * manual/examples/atexit.c: Likewise.
45423         * manual/examples/db.c: Likewise.
45424         * manual/examples/dir.c: Likewise.
45425         * manual/examples/dir2.c: Likewise.
45426         * manual/examples/execinfo.c: Likewise.
45427         * manual/examples/filecli.c: Likewise.
45428         * manual/examples/filesrv.c: Likewise.
45429         * manual/examples/fmtmsgexpl.c: Likewise.
45430         * manual/examples/genpass.c: Likewise.
45431         * manual/examples/inetcli.c: Likewise.
45432         * manual/examples/inetsrv.c: Likewise.
45433         * manual/examples/isockad.c: Likewise.
45434         * manual/examples/longopt.c: Likewise.
45435         * manual/examples/memopen.c: Likewise.
45436         * manual/examples/memstrm.c: Likewise.
45437         * manual/examples/mkfsock.c: Likewise.
45438         * manual/examples/mkisock.c: Likewise.
45439         * manual/examples/mygetpass.c: Likewise.
45440         * manual/examples/pipe.c: Likewise.
45441         * manual/examples/popen.c: Likewise.
45442         * manual/examples/rprintf.c: Likewise.
45443         * manual/examples/search.c: Likewise.
45444         * manual/examples/select.c: Likewise.
45445         * manual/examples/setjmp.c: Likewise.
45446         * manual/examples/sigh1.c: Likewise.
45447         * manual/examples/sigusr.c: Likewise.
45448         * manual/examples/stpcpy.c: Likewise.
45449         * manual/examples/strdupa.c: Likewise.
45450         * manual/examples/strftim.c: Likewise.
45451         * manual/examples/strncat.c: Likewise.
45452         * manual/examples/subopt.c: Likewise.
45453         * manual/examples/swapcontext.c: Likewise.
45454         * manual/examples/termios.c: Likewise.
45455         * manual/examples/testopt.c: Likewise.
45456         * manual/examples/testpass.c: Likewise.
45457         * manual/examples/timeval_subtract.c: Likewise.
45458
45459         [BZ #13792]
45460         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45461         function to ...
45462         * manual/timeval_subtract.c.texi: ... here, new file.
45463
45464 2012-03-02  David S. Miller  <davem@davemloft.net>
45465
45466         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45467
45468 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45469
45470         [BZ #3976]
45471         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45472         (__sin): Save and restore rounding mode and use round-to-nearest
45473         for all computations.
45474         (__cos): Save and restore rounding mode and use round-to-nearest
45475         for all computations.
45476         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45477         <fenv.h>.
45478         (tan): Save and restore rounding mode and use round-to-nearest for
45479         all computations.
45480         * math/libm-test.inc (cos_test_tonearest): New function.
45481         (cos_test_towardzero): Likewise.
45482         (cos_test_downward): Likewise.
45483         (cos_test_upward): Likewise.
45484         (sin_test_tonearest): Likewise.
45485         (sin_test_towardzero): Likewise.
45486         (sin_test_downward): Likewise.
45487         (sin_test_upward): Likewise.
45488         (tan_test_tonearest): Likewise.
45489         (tan_test_towardzero): Likewise.
45490         (tan_test_downward): Likewise.
45491         (tan_test_upward): Likewise.
45492         (main): Call the new functions.
45493         * sysdeps/i386/fpu/libm-test-ulps: Update.
45494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45495
45496         [BZ #10135]
45497         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45498         small n, then large n, before computing and testing k+n.
45499         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45500         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45501         Likewise.
45502         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45503         Likewise.
45504         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45505         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45506         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45507         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45508         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45509         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45510         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45511         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45512         * math/libm-test.inc (scalbn_test): Add more tests.
45513         (scalbln_test): Likewise.
45514
45515         * manual/filesys.texi (mode_t): Describe constraints on size and
45516         signedness, not exact equivalence to a particular type.
45517         (ino_t): Likewise.
45518         (ino64_t): Likewise.
45519         (dev_t): Likewise.
45520         (nlink_t): Likewise.
45521         (blkcnt_t): Likewise.
45522         (blkcnt64_t): Likewise.
45523         * manual/llio.texi (off_t): Likewise.
45524
45525         [BZ #3976]
45526         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45527         (__ieee754_exp): Save and restore rounding mode and use
45528         round-to-nearest for all computations.
45529         * math/libm-test.inc (exp_test_tonearest): New function.
45530         (exp_test_towardzero): Likewise.
45531         (exp_test_downward): Likewise.
45532         (exp_test_upward): Likewise.
45533         (main): Call the new functions.
45534         * sysdeps/i386/fpu/libm-test-ulps: Update.
45535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45536
45537 2012-03-01  Chris Demetriou  <cgd@google.com>
45538
45539         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45540         have predictable order.
45541
45542 2012-03-01  David S. Miller  <davem@davemloft.net>
45543
45544         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45545
45546         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45547         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45548         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45549         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45550
45551         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45552         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45553         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45554         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45555         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45556         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45557         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45558         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45559         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45560
45561         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45562
45563         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45564         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45565         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45566
45567         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45568         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45569         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45570         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45571         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45572         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45573         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45574         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45575         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45576         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45577         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45578         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45579         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45580         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45581         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45582         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45583         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45584         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45585         * sysdeps/sparc/elf/configure: Regenerated.
45586
45587 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45588
45589         * configure.in (AS, LD): Require binutils 2.20 or later.
45590         * configure: Regenerated.
45591         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45592         as required minimum version.
45593         * INSTALL: Regenerated.
45594
45595         [BZ #2541]
45596         [BZ #4108]
45597         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45598         before squaring exponent.
45599         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45600         bottom long double and 27 bits of top long double before squaring
45601         exponent.
45602         * math/libm-test.inc (erfc_test): Add more tests.
45603         * sysdeps/i386/fpu/libm-test-ulps: Update.
45604         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45606
45607 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45608
45609         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45610         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45611         containing bit-fields.
45612         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45613         * soft-fp/single.h (_FP_UNION_S): Likewise.
45614         * soft-fp/double.h (_FP_UNION_D): Likewise.
45615
45616 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45617
45618         [BZ #13786]
45619         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45620         not include ../strcmp.S.
45621         [USE_AS_STRNCASECMP_L]: Likewise.
45622         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45623         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45624         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45625         (__strncasecmp_l_ia32): Define as alias to
45626         __strncasecmp_l_nonascii.
45627
45628         [BZ #5794]
45629         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45630         * sysdeps/i386/fpu/libm-test-ulps: Update.
45631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45632
45633         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45635
45636 2012-02-29  Jeff Law  <law@redhat.com>
45637
45638         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45639         out of bounds read.
45640
45641 2012-02-29  Marek Polacek  <polacek@redhat.com>
45642
45643         [BZ #13706]
45644         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45645         * elf/Makefile: Add rules to run tst-unused-dep.out.
45646
45647 2012-02-28  David S. Miller  <davem@davemloft.net>
45648
45649         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45650         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45651         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45652         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45653         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45654         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45655
45656 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45657
45658         * math/libm-test.inc (llround_test): Move one test from
45659         lround_test.  Use TEST_f_L in moved test.
45660         (lround_test): Move misplaced test to llround_test.  Add testcase
45661         from bug 2561.
45662
45663 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45664
45665         * sysdeps/x86_64/fpu/e_expf.S: New file.
45666         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45667
45668 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45669
45670         [BZ #13637]
45671         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45672         of remain_len that may cause incomplete multi-byte character and
45673         false match.
45674         * posix/bug-regex33.c: New file.
45675         * posix/Makefile (tests): Add bug-regex33.
45676
45677 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45678
45679         * manual/macros.texi: New file.
45680         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45681         * manual/libc.texinfo: Include macros.texi.
45682         * manual/creatute.texi: Likewise.
45683         * manual/install.texi: Likewise.
45684         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45685         @glibcadj{} in references to the GNU C Library.
45686         * manual/charset.texi: Likewise.
45687         * manual/conf.texi: Likewise.
45688         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45689         when not using those macros.
45690         * manual/creature.texi: Likewise.
45691         * manual/crypt.texi: Likewise.
45692         * manual/errno.texi: Likewise.
45693         * manual/filesys.texi: Likewise.
45694         * manual/header.texi: Likewise.
45695         * manual/install.texi: Likewise.
45696         * manual/intro.texi: Likewise.
45697         * manual/io.texi: Likewise.
45698         * manual/job.texi: Likewise.
45699         * manual/lang.texi: Likewise.
45700         * manual/libc.texiinfo: Likewise.
45701         * manual/llio.texi: Likewise.
45702         * manual/locale.texi: Likewise.
45703         * manual/maint.texi: Likewise.
45704         * manual/math.texi: Likewise.
45705         * manual/memory.texi: Likewise.
45706         * manual/message.texi: Likewise.
45707         * manual/nss.texi: Likewise.
45708         * manual/pattern.texi: Likewise.
45709         * manual/process.texi: Likewise.
45710         * manual/resource.texi: Likewise.
45711         * manual/search.texi: Likewise.
45712         * manual/setjmp.texi: Likewise.
45713         * manual/signal.texi: Likewise.
45714         * manual/socket.texi: Likewise.
45715         * manual/startup.texi: Likewise.
45716         * manual/stdio.texi: Likewise.
45717         * manual/string.texi: Likewise.
45718         * manual/sysinfo.texi: Likewise.
45719         * manual/syslog.texi: Likewise.
45720         * manual/terminal.texi: Likewise.
45721         * manual/time.texi: Likewise.
45722         * manual/users.texi: Likewise.
45723         * INSTALL: Regenerated.
45724         * NOTES: Regenerated.
45725         * sysdeps/gnu/errlist.c: Regenerated.
45726
45727 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45728
45729         * include/dirent.h: Include <dirstream.h> before
45730         <dirent/dirent.h>.
45731
45732 2012-02-28  David S. Miller  <davem@davemloft.net>
45733
45734         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45735         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45736         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45737         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45738
45739 2012-02-27  David S. Miller  <davem@davemloft.net>
45740
45741         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45742         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45743         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45744         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45745
45746         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45747         frame pointer instead of stack pointer relative arg slot.
45748         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45749         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45750         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45751
45752 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45753
45754         [BZ #3992]
45755         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45756
45757 2012-02-27  David S. Miller  <davem@davemloft.net>
45758
45759         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45760         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45761         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45762         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45763         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45764         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45765         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45766         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45767
45768 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45769
45770         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45771         later.  Allow versions 5-9.
45772         * configure: Regenerated.
45773         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45774         required minimum version and 4.6 as recommended version.  Do not
45775         mention bugs in GCC 2.7 and 2.8.
45776         * INSTALL: Regenerated.
45777
45778 2012-02-27  David S. Miller  <davem@davemloft.net>
45779
45780         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45781         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45782         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45783         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45784         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45785         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45786         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45787         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45788
45789         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45790         manipulate bits before adding and subtracting TWO112[sx].
45791         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45792
45793 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45794
45795         [BZ #13775]
45796         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45797         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45798         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45799         being in POSIX, because they are in 1003.1-2008.
45800
45801         * rt/tst-aio.c: Include <fcntl.h>.
45802         * rt/tst-aio7.c: Likewise.
45803         * rt/tst-aio64.c: Likewise.
45804
45805         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45806
45807 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45808
45809         * manual/install.texi (--with-headers): Describe headers as
45810         interface headers, not private headers.
45811         (Specific advice for GNU/Linux systems): Describe use of headers
45812         from "make headers_install", not private headers from older
45813         kernels.
45814         * INSTALL: Regenerated.
45815         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45816         Change to 2.6.19.
45817         * sysdeps/unix/sysv/linux/configure: Regenerated.
45818
45819         * manual/llio.texi (fclean): Remove documentation.
45820
45821         * manual/Makefile (libc-texi-generated): New variable.  Include
45822         version.texi.
45823         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45824         $(libc-texi-generated), not duplicated list of files.
45825         (version.texi, stamp-version): New rules.
45826         (realclean): Remove $(libc-texi-generated), not individual files
45827         from that list.  Do not remove dir-add.texinfo.
45828         * manual/libc.texinfo: Comment out uses of edition numbers and
45829         references to printed manual.  Remove last-updated dates.
45830         (EDITION): Comment out.
45831         (ISBN): Likewise.
45832         (VERSION, UPDATED): Remove.
45833         (version.texi): Include.
45834
45835 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45836
45837         * sysdeps/posix/spawni.c: Include <signal.h>.
45838         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45839         * sysdeps/pthread/aio_fsync.c: Likewise.
45840
45841 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45842
45843         * conform/Makefile (tests): Run only when not cross-compiling and
45844         when fast-check is not defined.
45845
45846         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45847         * conform/data/limits.h-data: Fixes for POSIX2008.
45848         * conform/run-conformtest.sh: Run all tests.
45849         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45850         headers.
45851         * include/bits/dlfcn.h: Likewise.
45852         * include/langinfo.h: Likewise.
45853         * include/monetary.h: Likewise.
45854         * include/sys/poll.h: Likewise.
45855
45856         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45857         for __USE_GNU.
45858         * posix/spawn.h: Define __need_sigset_t.
45859         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45860         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45861         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45862         to get sigevent_t only.
45863         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45864         only for __USE_GNU.
45865         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45866         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45867         process_vm_writev only for __USE_GNU.
45868         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45869
45870         * conform/Makefile: For now ignore errors from run-conformtest.
45871         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45872         POSIX to avoid namespace pollution.  Don't prepend headers.
45873         * conform/data/aio.h-data: Fixes for POSIX testing.
45874         * conform/data/fcntl.h-data: Likewise.
45875         * conform/data/glob.h-data: Likewise.
45876         * conform/data/grp.h-data: Likewise.
45877         * conform/data/pthread.h-data: Likewise.
45878         * conform/data/pwd.h-data: Likewise.
45879         * conform/data/signal.h-data: Likewise.
45880         * conform/data/spawn.h-data: Likewise.
45881         * conform/data/stdio.h-data: Likewise.
45882         * conform/data/stdlib.h-data: Likewise.
45883         * conform/data/stropts.h-data: Likewise.
45884         * conform/data/sys/mman.h-data: Likewise.
45885         * conform/data/sys/stat.h-data: Likewise.
45886         * conform/data/sys/types.h-data: Likewise.
45887         * conform/data/sys/wait.h-data: Likewise.
45888         * conform/data/time.h-data: Likewise.
45889         * conform/data/unistd.h-data: Likewise.
45890         * conform/data/utime.h-data: Likewise.
45891
45892         * io/sys/stat.h: fchmod was always in POSIX.
45893         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45894         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45895         * rt/aio.h: Define __need_timespec before including <time.h>.
45896         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45897         struct.  Add forward declaration of pthread_attr_t and use it in
45898         sigevent.
45899         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45900         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45901         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45902         always remove CLK_TCK definition.
45903
45904 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45905
45906         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45907
45908 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45909
45910         * conform/run-conformtest.sh: New file.
45911         * conform/Makefile: Run run-conformtest for tests.
45912         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45913         support.
45914
45915         * conform/data/uchar.h-data: New file.
45916         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45917         * conform/data/arpa/inet.h-data: Likewise.
45918         * conform/data/assert.h-data: Likewise.
45919         * conform/data/complex.h-data: Likewise.
45920         * conform/data/cpio.h-data: Likewise.
45921         * conform/data/ctype.h-data: Likewise.
45922         * conform/data/dirent.h-data: Likewise.
45923         * conform/data/dlfcn.h-data: Likewise.
45924         * conform/data/errno.h-data: Likewise.
45925         * conform/data/fcntl.h-data: Likewise.
45926         * conform/data/float.h-data: Likewise.
45927         * conform/data/fmtmsg.h-data: Likewise.
45928         * conform/data/fnmatch.h-data: Likewise.
45929         * conform/data/ftw.h-data: Likewise.
45930         * conform/data/glob.h-data: Likewise.
45931         * conform/data/grp.h-data: Likewise.
45932         * conform/data/iconv.h-data: Likewise.
45933         * conform/data/inttypes.h-data: Likewise.
45934         * conform/data/langinfo.h-data: Likewise.
45935         * conform/data/libgen.h-data: Likewise.
45936         * conform/data/limits.h-data: Likewise.
45937         * conform/data/locale.h-data: Likewise.
45938         * conform/data/math.h-data: Likewise.
45939         * conform/data/monetary.h-data: Likewise.
45940         * conform/data/mqueue.h-data: Likewise.
45941         * conform/data/ndbm.h-data: Likewise.
45942         * conform/data/net/if.h-data: Likewise.
45943         * conform/data/netdb.h-data: Likewise.
45944         * conform/data/netinet/in.h-data: Likewise.
45945         * conform/data/nl_types.h-data: Likewise.
45946         * conform/data/poll.h-data: Likewise.
45947         * conform/data/pthread.h-data: Likewise.
45948         * conform/data/pwd.h-data: Likewise.
45949         * conform/data/regex.h-data: Likewise.
45950         * conform/data/sched.h-data: Likewise.
45951         * conform/data/search.h-data: Likewise.
45952         * conform/data/semaphore.h-data: Likewise.
45953         * conform/data/setjmp.h-data: Likewise.
45954         * conform/data/signal.h-data: Likewise.
45955         * conform/data/spawn.h-data: Likewise.
45956         * conform/data/stdarg.h-data: Likewise.
45957         * conform/data/stdio.h-data: Likewise.
45958         * conform/data/stdlib.h-data: Likewise.
45959         * conform/data/string.h-data: Likewise.
45960         * conform/data/strings.h-data: Likewise.
45961         * conform/data/stropts.h-data: Likewise.
45962         * conform/data/sys/ipc.h-data: Likewise.
45963         * conform/data/sys/mman.h-data: Likewise.
45964         * conform/data/sys/msg.h-data: Likewise.
45965         * conform/data/sys/resource.h-data: Likewise.
45966         * conform/data/sys/select.h-data: Likewise.
45967         * conform/data/sys/sem.h-data: Likewise.
45968         * conform/data/sys/shm.h-data: Likewise.
45969         * conform/data/sys/socket.h-data: Likewise.
45970         * conform/data/sys/stat.h-data: Likewise.
45971         * conform/data/sys/statvfs.h-data: Likewise.
45972         * conform/data/sys/time.h-data: Likewise.
45973         * conform/data/sys/timeb.h-data: Likewise.
45974         * conform/data/sys/times.h-data: Likewise.
45975         * conform/data/sys/types.h-data: Likewise.
45976         * conform/data/sys/uio.h-data: Likewise.
45977         * conform/data/sys/un.h-data: Likewise.
45978         * conform/data/sys/utsname.h-data: Likewise.
45979         * conform/data/sys/wait.h-data: Likewise.
45980         * conform/data/syslog.h-data: Likewise.
45981         * conform/data/tar.h-data: Likewise.
45982         * conform/data/termios.h-data: Likewise.
45983         * conform/data/utime.h-data: Likewise.
45984         * conform/data/utmpx.h-data: Likewise.
45985         * conform/data/varargs.h-data: Likewise.
45986         * conform/data/wchar.h-data: Likewise.
45987         * conform/data/wctype.h-data: Likewise.
45988         * conform/data/wordexp.h-data: Likewise.
45989
45990         * include/stropts.h: New file.
45991         * include/uchar.h: New file.
45992         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45993         * include/assert.h: Likewise.
45994         * include/ctype.h: Likewise.
45995         * include/dirent.h: Likewise.
45996         * include/dlfcn.h: Likewise.
45997         * include/fcntl.h: Likewise.
45998         * include/fnmatch.h: Likewise.
45999         * include/glob.h: Likewise.
46000         * include/grp.h: Likewise.
46001         * include/libio.h: Likewise.
46002         * include/locale.h: Likewise.
46003         * include/math.h: Likewise.
46004         * include/net/if.h: Likewise.
46005         * include/netdb.h: Likewise.
46006         * include/netinet/in.h: Likewise.
46007         * include/pthread.h: Likewise.
46008         * include/pwd.h: Likewise.
46009         * include/regex.h: Likewise.
46010         * include/sched.h: Likewise.
46011         * include/search.h: Likewise.
46012         * include/setjmp.h: Likewise.
46013         * include/signal.h: Likewise.
46014         * include/stdio.h: Likewise.
46015         * include/stdlib.h: Likewise.
46016         * include/string.h: Likewise.
46017         * include/sys/cdefs.h: Likewise.
46018         * include/sys/mman.h: Likewise.
46019         * include/sys/msg.h: Likewise.
46020         * include/sys/resource.h: Likewise.
46021         * include/sys/select.h: Likewise.
46022         * include/sys/socket.h: Likewise.
46023         * include/sys/stat.h: Likewise.
46024         * include/sys/statvfs.h: Likewise.
46025         * include/sys/time.h: Likewise.
46026         * include/sys/times.h: Likewise.
46027         * include/sys/uio.h: Likewise.
46028         * include/sys/utsname.h: Likewise.
46029         * include/sys/wait.h: Likewise.
46030         * include/termios.h: Likewise.
46031         * include/time.h: Likewise.
46032         * include/ulimit.h: Likewise.
46033         * include/unistd.h: Likewise.
46034         * include/utime.h: Likewise.
46035         * include/wchar.h: Likewise.
46036         * include/wctype.h: Likewise.
46037         * include/wordexp.h: Likewise.
46038
46039         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46040
46041         * time/time.h: TIME_UTC must be a macro.
46042         Make timespec_get available for ISO C11 only as well.
46043
46044 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46045
46046         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46047         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46048
46049 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46050
46051         * configure.in: Use -o not -a in test for unsupported multi-arch.
46052
46053 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46054
46055         * manual/texinfo.tex: Update to version 2012-01-19.16.
46056
46057 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46058
46059         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46060
46061 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46062
46063         [BZ #13738]
46064         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46065         * manual/fdl-1.3.texi: New file.
46066         * manual/fdl-1.1.texi: File removed.
46067
46068         [BZ #13738]
46069         * manual/libc.texinfo (FDL_VERSION): New @set.
46070         Use it for mention of FDL in cover text.
46071         (Documentation License): Use it in @include file name.
46072
46073 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46074             Roland McGrath  <roland@hack.frob.com>
46075
46076         [BZ #5461]
46077         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46078         (not LONG_LONG_MAX and LONG_LONG_MIN.
46079         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46080         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46081         name.
46082         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46083
46084 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46085
46086         [BZ #2547]
46087         [BZ #11365]
46088         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46089         manipulate bits before adding and subtracting TWO23[sx].
46090         * math/libm-test.inc (nearbyint_test): Add more tests.
46091
46092 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46093
46094         [BZ #2548]
46095         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46096         bits before adding and subtracting TWO23[sx].
46097         * math/libm-test.inc (rint_test): Add more tests.
46098         (rint_test_tonearest): Likewise.
46099         (rint_test_towardzero): Likewise.
46100         (rint_test_downward): Likewise.
46101         (rint_test_upward: Likewise.
46102
46103 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46104
46105         [BZ #10110]
46106         * include/stdc-predef.h: New file.  Extracted from features.h.
46107         * include/features.h: Include stdc-predef.h.
46108         * Makefile (headers): Add stdc-predef.h.
46109         * CONFORMANCE (Compiler limitations): Update.
46110
46111 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46112
46113         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46114
46115 2012-02-21  David S. Miller  <davem@davemloft.net>
46116
46117         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46118         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46119
46120 2012-02-20  David S. Miller  <davem@davemloft.net>
46121
46122         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46123         using a normal save/restore sequence, rather than allocating a
46124         dummy stack frame just to store a frame pointer and restore.
46125         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46126
46127 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46128
46129         * manual/install.texi: Fix stray word in line-wrapped comment.
46130
46131 2012-02-20  David S. Miller  <davem@davemloft.net>
46132
46133         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46134         both binutils and gcc support GOTDATA.
46135
46136         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46137         "rd %pc" in the PIC register setup sequences.
46138
46139         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46140         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46141         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46142         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46143         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46144         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46145         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46146         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46147         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46148         (SYSCALL_ERROR_HANDLER): Likewise.
46149         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46150         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46151         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46152         (SYSCALL_ERROR_HANDLER): Likewise.
46153
46154         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46155         (HAVE_GCC_GOTDATA): New.
46156         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46157         relocation support in both binutils and gcc.
46158         * sysdeps/sparc/elf/configure: Regenerate.
46159
46160         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46161         * sysdeps/sparc/sparc32/elf/configure: Delete.
46162         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46163         * sysdeps/sparc/sparc64/elf/configure: Delete.
46164         * sysdeps/sparc/elf/configure.in: New file.
46165         * sysdeps/sparc/elf/configure: Generate.
46166
46167         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46168         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46169         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46170         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46171         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46172
46173 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46174
46175         * manual/install.texi: Do not mention specific glibc version
46176         numbers.
46177         * manual/libc.texinfo (VERSION, UPDATED): Update.
46178         (@copying): Use @copyright{} and range of years.
46179
46180 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46181
46182         [BZ #13695]
46183         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46184         [crti.S not in sysdirs] (generated): Do not append.
46185         [crti.S not in sysdirs] (omit-deps): Likewise.
46186         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46187         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46188         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46189         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46190         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46191         Likewise.
46192         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46193         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46194         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46195         * csu/defs.awk: Remove file.
46196         * sysdeps/generic/initfini.c: Likewise.
46197         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46198         variable.
46199         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46200         Likewise.
46201
46202 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46203
46204         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46205         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46206         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46207         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46208         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46209         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46210         <bits/epoll.h>.
46211         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46212         (__EPOLL_PACKED): Define to empty if not defined by
46213         <bits/epoll.h>.
46214         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46215         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46216         bits/epoll.h.
46217
46218 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46219
46220         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46221         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46222         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46223         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46224         <bits/timerfd.h>.
46225         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46226         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46227         bits/timerfd.h.
46228
46229 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46230
46231         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46232         in C locale.
46233         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46234         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46235         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46237
46238 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46239
46240         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46241         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46242
46243 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46244
46245         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46246         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46247         defined.
46248         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46249         Likewise.
46250         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46251         entry for 2.16.
46252
46253 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46254
46255         * math/w_acos.c: Use non-signaling floating-point comparisons.
46256         * math/w_acosf.c: Likewise.
46257         * math/w_acosh.c: Likewise.
46258         * math/w_acoshf.c: Likewise.
46259         * math/w_acoshl.c: Likewise.
46260         * math/w_acosl.c: Likewise.
46261         * math/w_asin.c: Likewise.
46262         * math/w_asinf.c: Likewise.
46263         * math/w_asinl.c: Likewise.
46264         * math/w_atanh.c: Likewise.
46265         * math/w_atanhf.c: Likewise.
46266         * math/w_atanhl.c: Likewise.
46267         * math/w_exp2.c: Likewise.
46268         * math/w_exp2f.c: Likewise.
46269         * math/w_exp2l.c: Likewise.
46270         * math/w_j0.c: Likewise.
46271         * math/w_j0f.c: Likewise.
46272         * math/w_j0l.c: Likewise.
46273         * math/w_j1.c: Likewise.
46274         * math/w_j1f.c: Likewise.
46275         * math/w_j1l.c: Likewise.
46276         * math/w_jn.c: Likewise.
46277         * math/w_jnf.c: Likewise.
46278         * math/w_log.c: Likewise.
46279         * math/w_log10.c: Likewise.
46280         * math/w_log10f.c: Likewise.
46281         * math/w_log10l.c: Likewise.
46282         * math/w_log2.c: Likewise.
46283         * math/w_log2f.c: Likewise.
46284         * math/w_log2l.c: Likewise.
46285         * math/w_logf.c: Likewise.
46286         * math/w_logl.c: Likewise.
46287         * math/w_sqrt.c: Likewise.
46288         * math/w_sqrtf.c: Likewise.
46289         * math/w_sqrtl.c: Likewise.
46290         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46291         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46292         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46293         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46294         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46295
46296 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46297
46298         [BZ #9739]
46299         * manual/string.texi (strnlen): Use correct parameter name in
46300         equivalent expression.
46301
46302 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46303
46304         [BZ #11174]
46305         * manual/users.texi (seteuid): Consistently use neweuid for
46306         argument name.
46307
46308 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46309
46310         [BZ #13704]
46311         * manual/nss.texi (Services in the NSS configuration): Correct
46312         list of services in example configuration file.
46313
46314 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46315
46316         [BZ #11322]
46317         * manual/arith.texi: Remove statements about negative zero
46318         behaving identically to zero.
46319
46320 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46321
46322         [BZ #5993]
46323         * manual/install.texi: Do not document upgrading from libc5.
46324
46325 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46326
46327         [BZ #4596]
46328         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46329
46330 2012-02-18  David S. Miller  <davem@davemloft.net>
46331
46332         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46333         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46334         %o7 across the call.
46335         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46336         instead.
46337         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46338         SETUP_PIC_REG_LEAF.
46339         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46340         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46341         * sysdeps/sparc/crtn.S: Likewise.
46342
46343 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46344
46345         * aout/Makefile: Remove.
46346
46347 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46348
46349         [BZ #13058]
46350         * manual/examples/argp-ex1.c (main): Format definition in GNU
46351         style.
46352         * manual/examples/argp-ex2.c (main): Likewise.
46353         * manual/examples/argp-ex3.c (main): Likewise.
46354         * manual/examples/argp-ex4.c (main): Likewise.
46355         * manual/examples/longopt.c (main): Use new-style prototype
46356         definition.
46357         * manual/examples/strncat.c (main): Specify return type and use
46358         (void) for arguments.
46359         * manual/examples/subopt.c (main): Use char **argv argument.
46360
46361 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46362
46363         [BZ #5077]
46364         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46365         rounding modes.
46366
46367 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46368
46369         [BZ #6907]
46370         * manual/string.texi (strchr): Change when strchrnul is
46371         recommended.
46372
46373 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46374
46375         [BZ #174]
46376         * manual/locale.texi (setlocale): Document LOCPATH.
46377
46378 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46379
46380         [BZ #10210]
46381         * manual/process.texi (execle): Move @dots{} before last argument.
46382
46383 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46384
46385         [BZ #12047]
46386         * manual/charset.texi (Generic Charset Conversion): Fix typo
46387         (LC_TYPE -> LC_CTYPE).
46388
46389 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46390
46391         [BZ #5805]
46392         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46393         (scalbnf): Likewise.
46394         (scalbnl): Likewise.
46395         (scalbln): Likewise.
46396         (scalblnf): Likewise.
46397         (scalblnl): Likewise.
46398         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46399         (vwarnx): Likewise.
46400         (verr): Likewise.
46401         (verrx): Likewise.
46402         * manual/filesys.texi (telldir): Use braces around return type.
46403         * manual/llio.texi (mmap): Add space after comma.
46404         (mmap64): Likewise.
46405         * manual/math.texi (jn): Use @var{} on parameter names.
46406         (jnf): Likewise.
46407         (jnl): Likewise.
46408         (yn): Likewise.
46409         (ynf): Likewise.
46410         (ynl): Likewise.
46411         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46412         line.
46413         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46414         "...".
46415         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46416         (sched_get_priority_max): Likewise.
46417         * manual/signal.texi (sigvec): Add space after comma.
46418         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46419         names.
46420         (if_indextoname): Likewise.
46421         (if_freenameindex): Likewise.
46422         (sendto): Use ',' instead of '.' in prototype.
46423         * manual/startup.texi (syscall): Use @dots{} instead of literal
46424         "...".
46425         * manual/stdio.texi (__fpending): Separate initial words of
46426         paragraph from @deftypefun line.
46427         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46428         "...".
46429         (vsyslog): Use @var{} on parameter names.
46430         * manual/terminal.texi (stty): Use @var{} on parameter names.
46431         * manual/users.texi (getutmp): Use @var{} on parameter names.
46432         (getutmpx): Likewise.
46433
46434 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46435
46436         [BZ #6884]
46437         * manual/stdio.texi (fopen): Fix typos in description of
46438         ",ccs=STRING".
46439
46440 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46441
46442         [BZ #4026]
46443         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46444         get clock_id definition.
46445
46446 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46447
46448         [BZ #4822]
46449         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46450         (madvise): Cast every argument to void on its own.
46451
46452 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46453
46454         [BZ #9902]
46455         * manual/startup.texi (Exit Status): Fix typo.
46456
46457 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46458
46459         [BZ #10140]
46460         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46461         * manual/examples/argp-ex2.c: Likewise.
46462         * manual/examples/argp-ex3.c: Likewise.
46463
46464 2012-02-16  Richard Henderson  <rth@redhat.com>
46465
46466         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46467         * sysdeps/s390/s390-32/initfini.c: Remove.
46468         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46469         * sysdeps/s390/s390-64/initfini.c: Remove.
46470
46471 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46472
46473         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46474         compiler output for sysdeps/generic/initfini.c.
46475         * sysdeps/sh/elf/initfini.c: Remove file.
46476
46477 2012-02-16  David S. Miller  <davem@davemloft.net>
46478
46479         [BZ #11494]
46480         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46481
46482         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46483         * sysdeps/sparc/crti.S: New file.
46484         * sysdeps/sparc/crtn.S: New file.
46485         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46486         * sysdeps/sparc/sparc64/Makefile: Likewise.
46487
46488 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46489
46490         [BZ #3335]
46491         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46492
46493 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46494
46495         [BZ #4822]
46496         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46497
46498         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46499         (write, read, close): Likewise.
46500         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46501
46502 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46503
46504         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46505         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46506         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46507         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46508         <bits/signalfd.h>.
46509         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46510         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46511         bits/signalfd.h.
46512
46513 2012-02-14  Marek Polacek  <polacek@redhat.com>
46514
46515         * sysdeps/x86_64/crti.S: New file.
46516         * sysdeps/x86_64/crtn.S: New file.
46517         * sysdeps/x86_64/elf/initfini.c: Remove file.
46518
46519 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46520
46521         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46522         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46523         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46524         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46525         <bits/inotify.h>.
46526         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46527         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46528         bits/inotify.h.
46529
46530 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46531
46532         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46533         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46534         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46535         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46536         <bits/eventfd.h>.
46537         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46538         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46539         bits/eventfd.h.
46540
46541 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46542
46543         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46544         __feraiseexcept instead of feraiseexcept.
46545
46546         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46547         nanosleep invocations.
46548         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46549         strings, and add error checking for a nanosleep invocations.
46550
46551 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46552
46553         Replace FSF snail mail address with URLs, as per GNU coding standards.
46554         Most of the snail mail addresses were wrong anyway, and omitting
46555         them makes the source code easier to maintain.  Almost all of the
46556         changes are to license notices and to locale LC_IDENTIFICATION
46557         addresses, except for this one:
46558         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46559         not its snail mail address.
46560
46561 2012-02-09  Richard Henderson  <rth@twiddle.net>
46562
46563         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46564         of kernel-features.h.
46565
46566         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46567
46568 2012-02-08  Marek Polacek  <polacek@redhat.com>
46569
46570         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46571         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46572         * sysdeps/gnu/_G_config.h: Likewise.
46573         * sysdeps/generic/_G_config.h: Likewise.
46574
46575 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46576
46577         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46578         tests.
46579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46580
46581         * sysdeps/powerpc/powerpc32/crti.S: New file.
46582         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46583         * sysdeps/powerpc/powerpc64/crti.S: New file.
46584         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46585
46586         * Makeconfig (have-initfini): Don't set.
46587         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46588         * configure.in (nopic_initfini): Don't substitute.
46589         * config.h.in (HAVE_INITFINI): Don't #undef.
46590         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46591         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46592
46593 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46594
46595         Support crti.S and crtn.S provided directly by architectures.
46596         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46597         [crti.S in sysdirs] (omit-deps): Likewise.
46598         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46599         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46600         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46601         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46602         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46603         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46604         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46605         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46606         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46607         compiler output for sysdeps/generic/initfini.c.
46608         * sysdeps/i386/elf/Makefile: Remove file.
46609         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46610
46611 2012-02-07  Marek Polacek  <polacek@redhat.com>
46612
46613         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46614         * sysdeps/gnu/_G_config.h: Likewise.
46615         * sysdeps/mach/hurd/_G_config.h: Likewise.
46616
46617 2012-02-07  Marek Polacek  <polacek@redhat.com>
46618
46619         * math/Makefile (tests): Add tst-CMPLX2.
46620         * math/tst-CMPLX2.c: New file.
46621
46622 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46623
46624         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46625
46626         * math/libm-test.inc (jn_test): Add missing L suffix.
46627
46628 2012-02-06  Marek Polacek  <polacek@redhat.com>
46629
46630         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46631         * sysdeps/i386/fpu/e_powf.S: Likewise.
46632         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46633         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46634         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46635         * sysdeps/i386/fpu/e_pow.S: Likewise.
46636         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46637         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46638         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46639         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46640         * sysdeps/i386/fpu/e_log2.S: Likewise.
46641         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46642         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46643         * sysdeps/i386/fpu/e_powl.S: Likewise.
46644         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46645         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46646         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46647         * sysdeps/i386/fpu/e_logl.S: Likewise.
46648         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46649         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46650         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46651         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46652         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46653         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46654         * sysdeps/i386/fpu/e_log.S: Likewise.
46655         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46656         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46657         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46658         * sysdeps/i386/fpu/e_logf.S: Likewise.
46659         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46660         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46661         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46662         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46663         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46664         * sysdeps/i386/fpu/e_log10.S: Likewise.
46665         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46666         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46667         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46668         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46669         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46670         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46671         * sysdeps/i386/asm-syntax.h: Likewise.
46672         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46673         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46674         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46675         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46676         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46677         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46678         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46679         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46680         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46681         * sysdeps/powerpc/sysdep.h: Likewise.
46682         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46683         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46684
46685 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46686
46687         [BZ #411]
46688         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46689
46690 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46691
46692         * sysdeps/i386/sysdep.h: Include <features.h>.
46693         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46694         version.
46695
46696 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46697
46698         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46699         Define.
46700         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46701         LOAD_PIC_REG_STR.
46702
46703 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46704
46705         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46706         (SETUP_PIC_REG): Use GET_PC_THUNK.
46707         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46708         macro.
46709
46710 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46711
46712         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46713         for non-PIC compilation.
46714         (SETUP_PIC_REG): Add .p2align directive.
46715         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46716         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46717         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46718         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46719         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46720         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46721         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46722         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46723         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46724         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46725         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46726         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46727         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46728         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46729         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46730         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46731         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46732         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46733         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46734         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46735         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46736         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46737         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46738         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46739         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46740         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46741         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46742         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46743         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46744         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46745         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46746         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46747         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46748         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46749         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46750         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46751         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46752         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46753         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46754         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46755         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46756
46757 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46758
46759         * math/tst-CMPLX.c: Include <stdio.h>.
46760
46761 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46762
46763         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46764         float.
46765         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46766         * sysdeps/sparc/bits/mathdef.h: Likewise.
46767
46768 2012-01-31  Marek Polacek  <polacek@redhat.com>
46769
46770         * libio/libio.h: Don't define _PARAMS.
46771         * locale/programs/config.h: Don't define PARAMS.
46772         * stdlib/strtol_l.c: Likewise.
46773         (__strtol_l): Remove PARAMS from the prototype.
46774
46775 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46776
46777         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46778         names.  Just use the correct names.  Remove unnecessary wrapper
46779         functions.
46780         * malloc/arena.c: Likewise.
46781         * malloc/hooks.c: Likewise.
46782
46783         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46784         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46785         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46786
46787 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46788
46789         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46790         into tail calls.
46791         (update_get_addr): New function.
46792         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46793         GET_ADDR_MODULE parameter.
46794
46795 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46796
46797         * crypt/cert.c: Remove __STDC__ conditionals.
46798         * crypt/crypt-entry.c: Likewise.
46799         * crypt/crypt_util.c: Likewise.
46800         * libio/filedoalloc.c: Likewise.
46801         * libio/fileops.c: Likewise.
46802         * libio/genops.c: Likewise.
46803         * libio/iofclose.c: Likewise.
46804         * libio/iofdopen.c: Likewise.
46805         * libio/iofopen.c: Likewise.
46806         * libio/iofopen64.c: Likewise.
46807         * libio/iogetdelim.c: Likewise.
46808         * libio/iopopen.c: Likewise.
46809         * libio/obprintf.c: Likewise.
46810         * libio/oldfileops.c: Likewise.
46811         * libio/oldiofclose.c: Likewise.
46812         * libio/oldiofdopen.c: Likewise.
46813         * libio/oldiofopen.c: Likewise.
46814         * libio/oldiopopen.c: Likewise.
46815         * libio/wfiledoalloc.c: Likewise.
46816         * libio/wgenops.c: Likewise.
46817         * locale/programs/xmalloc.c: Likewise.
46818         * misc/syslog.c: Likewise.
46819         * stdio-common/xbug.c: Likewise.
46820         * string/memchr.c: Likewise.
46821         * string/memcmp.c: Likewise.
46822         * string/memrchr.c: Likewise.
46823         * string/rawmemchr.c: Likewise.
46824         * sysdeps/posix/getcwd.c: Likewise.
46825         * time/strftime_l.c: Likewise.
46826
46827 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46828
46829         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46830         * config.make.in (config-cflags-sse2avx): Define.
46831         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46832         Fix typo.
46833
46834 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46835
46836         * scripts/config.guess: Update from upstream config git repository.
46837         * scripts/config.sub: Likewise.
46838
46839 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46840
46841         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46842         (EM_NUM): Update.
46843         (R_TILEPRO_*, R_TILEGX_*): New macros.
46844
46845         * scripts/firstversions.awk: Fix bug in version range handling.
46846
46847         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46848
46849         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46850
46851         * include/sys/epoll.h: New file.
46852         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46853         libc_hidden_def.
46854
46855 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46856
46857         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46858         Avoid unnecessary __WORDSIZE == 64 test.
46859         (fmaxf): Use VEX format if possible.
46860         (fmax): Likewise.
46861         (fminf): Likewise.
46862         (fmin): Likewise.
46863
46864         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46865         * math/math_private.h: Remove libc_fegetround* and
46866         libc_fesetround*.
46867         * sysdeps/i386/configure.in: Check for -msse2avx.
46868         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46869         also if SSE2AVX is defined.
46870         Remove libc_fegetround* and libc_fesetround*.
46871         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46872         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46873         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46874         of HAS_YMM_USABLE.
46875         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46876         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46877         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46878         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46879         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46880
46881         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46882
46883 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46884
46885         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46886         size is not set.
46887         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46888
46889 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46890
46891         [BZ #13618]
46892         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46893         relocation.
46894         * Makeconfig (libm): Define.
46895         * elf/Makefile: Add rules to build and run tst-relsort1.
46896         * elf/tst-relsort1.c: New file.
46897         * elf/tst-relsort1mod1.c: New file.
46898         * elf/tst-relsort1mod2.c: New file.
46899
46900 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46901
46902         * math/s_ldexp.c: Remove __STDC__ conditionals.
46903         * math/s_ldexpf.c: Likewise.
46904         * math/s_ldexpl.c: Likewise.
46905         * math/s_nextafter.c: Likewise.
46906         * math/s_nexttowardf.c: Likewise.
46907         * math/s_significand.c: Likewise.
46908         * math/s_significandf.c: Likewise.
46909         * math/s_significandl.c: Likewise.
46910         * math/w_jnl.c: Likewise.
46911         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46912         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46913         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46914         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46915         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46916         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46917         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46918         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46919         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46920         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46921         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46922         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46923         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46924         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46925         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46926         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46927         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46928         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46929         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46930         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46931         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46932         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46933         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46934         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46935         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46936         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46937         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46938         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46939         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46940         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46941         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46942         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46943         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46944         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46945         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46946         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46947         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46948         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46949         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46950         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46951         * sysdeps/ieee754/k_standard.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46953         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46954         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46955         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46956         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46957         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46958         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46959         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46960         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46961         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46962         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46963         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46965         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46966         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46967         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46968         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46970         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46971         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46972         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46973         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46974         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46976         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46977         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46978         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46979         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46980         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46981         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46982         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46983         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46984         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46987         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46988         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46989         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46990         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46992         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46993         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46994         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46995         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46996         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46997         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46998         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46999         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47000         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47001         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47002         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47003         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47004         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47005         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47006         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47007         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47008         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47009         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47010         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47011         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47012         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47013         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47014         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47015         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47016         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47017         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47018         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47019         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47020         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47021         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47022         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47023         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47024         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47025         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47026         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47027         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47028         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47029         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47030         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47031         * sysdeps/ieee754/s_matherr.c: Likewise.
47032         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47033         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47034         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47035         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47036
47037 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47038
47039         * crypt/md5.h: Remove __STDC__ conditionals.
47040         * libio/libioP.h: Likewise.
47041         * locale/programs/config.h: Likewise.
47042         * sysdeps/generic/sysdep.h: Likewise.
47043         * sysdeps/i386/asm-syntax.h: Likewise.
47044         * sysdeps/s390/asm-syntax.h: Likewise.
47045         * sysdeps/unix/sysdep.h: Likewise.
47046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47048
47049 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47050
47051         * libio/libio.h: Remove __STDC__ conditionals.
47052         * malloc/obstack.h: Likewise.
47053         * math/complex.h: Likewise.
47054         * math/math.h: Likewise.
47055         * sysdeps/generic/_G_config.h: Likewise.
47056         * sysdeps/gnu/_G_config.h: Likewise.
47057         * sysdeps/mach/hurd/_G_config.h: Likewise.
47058         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47059         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47060         * sysdeps/sparc/bits/mathdef.h: Likewise.
47061
47062 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47063
47064         [BZ #13583]
47065         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47066         Clean up HAS_* macros.
47067         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47068         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47069         possible.
47070         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47071         HAS_AVX.
47072         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47073         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47074         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47075         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47076         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47077
47078 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47079
47080         * elf/tst-unique3.cc (gets): Remove declaration.
47081         * elf/tst-unique3lib.cc (gets): Likewise.
47082         * elf/tst-unique3lib2.cc (gets): Likewise.
47083         * elf/tst-unique4.cc (gets): Likewise.
47084
47085 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47086
47087         * include/stdio.h: Add C++ protection.  Add gets declarations and
47088         definitions.
47089         * debug/tst-chk1.c: Don't declare gets here.
47090         * stdio-common/tst-gets.c: Likewise.
47091
47092 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47093
47094         * posix/glob: Remove directory.
47095
47096 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47097
47098         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47099
47100 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47101
47102         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47103         of the non-standard EPFNOSUPPORT.
47104
47105 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47106
47107         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47108         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47109         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47110
47111 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47112
47113         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47114
47115 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47116
47117         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47118         transient errors.
47119         * nscd/grpcache.c (cache_addgr): Likewise.
47120         * nscd/hstcache.c (cache_addhst): Likewise.
47121         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47122         * nscd/pwdcache.c (cache_addpw): Likewise.
47123         * nscd/servicescache.c (cache_addserv): Likewise.
47124
47125 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47126
47127         * malloc/malloc.c: Various cleanups.
47128         * malloc/hooks.c: Likewise.
47129
47130         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47131         * stdlib/bug-fmtmsg1.c: New file.
47132
47133         * stdlib/fmtmsg.c (init): Add missing unlock.
47134         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47135
47136 2012-01-12  Marek Polacek  <polacek@redhat.com>
47137
47138         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47139         and _GNU_SOURCE.
47140
47141 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47142
47143         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47144         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47145         macro to ensure uniqueness of label name.
47146         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47147         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47148
47149 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47150
47151         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47152
47153         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47154         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47155         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47156         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47157
47158 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47159
47160         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47161
47162         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47163         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47164         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47165
47166         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47167
47168         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47169         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47170         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47171         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47172
47173         * math/bits/math-finite.h: Add ldexp support.
47174
47175 2012-01-10  Marek Polacek  <polacek@redhat.com>
47176
47177         * locale/programs/localedef.h (show_archive_content): Add noreturn
47178         attribute.
47179
47180 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47181
47182         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47183
47184 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47185
47186         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47187
47188         * io/Makefile (headers): Add bits/poll2.h.
47189
47190 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47191
47192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47193         typo #include statement.
47194
47195 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47196
47197         * include/sys/cdefs.h: Define __attribute_alloc_size.
47198         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47199         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47200         * elf/pldd.c: Likewise.
47201         * iconv/iconv_charmap.c: Likewise.
47202         * iconv/iconvconfig.c: Likewise.
47203         * iconv/strtab.c: Likewise.
47204         * locale/programs/locale.c: Likewise.
47205         * locale/programs/localedef.h: Likewise.
47206         * locale/programs/simple-hash.c: Likewise.
47207         * nscd/nscd.h: Likewise.
47208         * nss/makedb.c: Likewise.
47209         * sysdeps/generic/ldconfig.h: Likewise.
47210         * locale/programs/localedef.c: Remove xmalloc prototype.
47211         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47212
47213 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47214
47215         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47216         appropriate.
47217
47218 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47219
47220         * math/Makefile (tests): Add tst-CMPLX.
47221         * math/tst-CMPLX.c: New file.
47222
47223         * math/complex.h (CMPLXL): Fix typo.
47224
47225         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47226         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47227         GLIBC_2.16.
47228         * debug/tst-chk1.c: Add poll and ppoll tests.
47229         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47230         * include/sys/poll.h: Add hidden proto for ppoll.
47231         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47232         * sysdeps/mach/hurd/ppoll.c: Likewise.
47233         * io/ppoll.c: Likewise.
47234         * debug/poll_chk.c: New file.
47235         * debug/ppoll_chk.c: New file.
47236         * include/bits/poll2.h: New file.
47237         * io/bits/poll2.h: New file.
47238
47239         [BZ #1350]
47240         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47241
47242         * configure.in: static is always set to yes.  Remove.
47243         * config.make.in: Don't set build-static.
47244         * Makeconfig: Remove use of build-static.
47245         * dlfcn/Makefile: Likewise.
47246         * elf/Makefile: Likewise.
47247         * math/Makefile: Likewise.
47248         * misc/Makefile: Likewise.
47249         * nptl/Makefile: Likewise.
47250         * sysdeps/mach/hurd/Makefile: Likewise.
47251
47252         * configure.in: PWD_P is not used anymore.
47253         * config.make.in: Remove PWD_P entry.
47254
47255         * configure.in: Remove last remnants of RANLIB.
47256         No need to check for signed size_t anymore.
47257         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47258         and IA-64.
47259         Remove __builtin_expect test because we require at least gcc 3.4.
47260         * aclocal.m4: Likewise.
47261
47262         * wcsmbs/mbrtoc16.c: Implement using towc function.
47263         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47264         * wcsmbs/wcsmbsload.c: Likewise.
47265         * iconv/gconv_simple.c: Likewise.
47266         * iconv/gconv_int.h: Likewise.
47267         * iconv/gconv_builtin.h: Likewise.
47268         * iconv/iconv_prog.c: Remove CHAR16 handling.
47269
47270         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47271
47272         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47273
47274         * configure.in: Remove --with-elf and --enable-bounded options.
47275         Dont set base_machine for ia64.  More non-ELF conditions removed.
47276         Remove testing and setting of leading underscore information.
47277         * config.make.in (build-bounded): Set to no.
47278         * config.h.in: Remove NO_UNDERSCORES entry.
47279         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47280         them.
47281         * csu/start.c: Remove !NO_UNDERSCORE code.
47282         * locale/localeinfo.h: Likewise.
47283         * sysdeps/generic/machine-gmon.h: Likewise.
47284         * sysdeps/generic/sysdep.h: Likewise.
47285         * sysdeps/i386/sysdep.h: Likewise.
47286         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47287         * sysdeps/mach/sysdep.h: Likewise.
47288         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47289         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47290         * sysdeps/sh/sysdep.h: Likewise.
47291         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47292         * sysdeps/unix/i386/sysdep.S: Likewise.
47293         * sysdeps/unix/sparc/start.c: Likewise.
47294         * sysdeps/unix/sparc/sysdep.S: Likewise.
47295         * sysdeps/unix/sparc/sysdep.h: Likewise.
47296         * sysdeps/unix/start.c: Likewise.
47297         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47298         * sysdeps/x86_64/sysdep.h: Likewise.
47299
47300 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47301
47302         [BZ #13553]
47303         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47304         for non-gcc.
47305         * argp/argp-fmtstream.h: Use const instead __const.
47306         * argp/argp.h: Likewise.
47307         * assert/assert.h: Likewise.
47308         * bits/fenv.h: Likewise.
47309         * bits/sched.h: Likewise.
47310         * bits/sigset.h: Likewise.
47311         * bits/sigthread.h: Likewise.
47312         * catgets/nl_types.h: Likewise.
47313         * conform/data/pthread.h-data: Likewise.
47314         * crypt/crypt-private.h: Likewise.
47315         * crypt/crypt.h: Likewise.
47316         * crypt/crypt_util.c: Likewise.
47317         * ctype/ctype.h: Likewise.
47318         * debug/execinfo.h: Likewise.
47319         * debug/mbsnrtowcs_chk.c: Likewise.
47320         * debug/mbsrtowcs_chk.c: Likewise.
47321         * debug/wcsnrtombs_chk.c: Likewise.
47322         * debug/wcsrtombs_chk.c: Likewise.
47323         * debug/wcstombs_chk.c: Likewise.
47324         * dirent/dirent.h: Likewise.
47325         * dlfcn/dlfcn.h: Likewise.
47326         * elf/neededtest4.c: Likewise.
47327         * grp/grp.h: Likewise.
47328         * gshadow/gshadow.h: Likewise.
47329         * iconv/gconv.h: Likewise.
47330         * iconv/gconv_int.h: Likewise.
47331         * iconv/gconv_simple.c: Likewise.
47332         * iconv/iconv.h: Likewise.
47333         * iconv/loop.c: Likewise.
47334         * iconv/skeleton.c: Likewise.
47335         * include/aio.h: Likewise.
47336         * include/aliases.h: Likewise.
47337         * include/argz.h: Likewise.
47338         * include/arpa/inet.h: Likewise.
47339         * include/assert.h: Likewise.
47340         * include/dirent.h: Likewise.
47341         * include/dlfcn.h: Likewise.
47342         * include/execinfo.h: Likewise.
47343         * include/fcntl.h: Likewise.
47344         * include/fenv.h: Likewise.
47345         * include/glob.h: Likewise.
47346         * include/grp.h: Likewise.
47347         * include/libintl.h: Likewise.
47348         * include/mntent.h: Likewise.
47349         * include/netdb.h: Likewise.
47350         * include/pwd.h: Likewise.
47351         * include/rpc/netdb.h: Likewise.
47352         * include/sched.h: Likewise.
47353         * include/search.h: Likewise.
47354         * include/shadow.h: Likewise.
47355         * include/signal.h: Likewise.
47356         * include/stdio.h: Likewise.
47357         * include/stdlib.h: Likewise.
47358         * include/string.h: Likewise.
47359         * include/sys/socket.h: Likewise.
47360         * include/sys/stat.h: Likewise.
47361         * include/sys/statfs.h: Likewise.
47362         * include/sys/statvfs.h: Likewise.
47363         * include/sys/syslog.h: Likewise.
47364         * include/sys/time.h: Likewise.
47365         * include/sys/uio.h: Likewise.
47366         * include/time.h: Likewise.
47367         * include/unistd.h: Likewise.
47368         * include/utmp.h: Likewise.
47369         * include/wchar.h: Likewise.
47370         * include/wctype.h: Likewise.
47371         * inet/aliases.h: Likewise.
47372         * inet/arpa/inet.h: Likewise.
47373         * inet/netinet/ether.h: Likewise.
47374         * inet/netinet/in.h: Likewise.
47375         * intl/libintl.h: Likewise.
47376         * io/bits/fcntl2.h: Likewise.
47377         * io/fcntl.h: Likewise.
47378         * io/ftw.h: Likewise.
47379         * io/sys/poll.h: Likewise.
47380         * io/sys/stat.h: Likewise.
47381         * io/sys/statfs.h: Likewise.
47382         * io/sys/statvfs.h: Likewise.
47383         * io/utime.h: Likewise.
47384         * libio/bits/stdio.h: Likewise.
47385         * libio/bits/stdio2.h: Likewise.
47386         * libio/libio.h: Likewise.
47387         * libio/libioP.h: Likewise.
47388         * libio/stdio.h: Likewise.
47389         * locale/lc-ctype.c: Likewise.
47390         * locale/locale.h: Likewise.
47391         * login/utmp.h: Likewise.
47392         * malloc/arena.c: Likewise.
47393         * malloc/malloc.c: Likewise.
47394         * malloc/malloc.h: Likewise.
47395         * malloc/mcheck.c: Likewise.
47396         * malloc/mtrace.c: Likewise.
47397         * math/bits/mathcalls.h: Likewise.
47398         * math/fenv.h: Likewise.
47399         * math/math_private.h: Likewise.
47400         * misc/bits/error.h: Likewise.
47401         * misc/bits/syslog.h: Likewise.
47402         * misc/err.h: Likewise.
47403         * misc/error.h: Likewise.
47404         * misc/fstab.h: Likewise.
47405         * misc/mntent.h: Likewise.
47406         * misc/regexp.h: Likewise.
47407         * misc/search.h: Likewise.
47408         * misc/sgtty.h: Likewise.
47409         * misc/sys/mman.h: Likewise.
47410         * misc/sys/syslog.h: Likewise.
47411         * misc/sys/uio.h: Likewise.
47412         * misc/sys/xattr.h: Likewise.
47413         * misc/ttyent.h: Likewise.
47414         * nis/rpcsvc/ypclnt.h: Likewise.
47415         * nss/nss.h: Likewise.
47416         * posix/bits/unistd.h: Likewise.
47417         * posix/fnmatch.h: Likewise.
47418         * posix/glob.h: Likewise.
47419         * posix/sched.h: Likewise.
47420         * posix/spawn.h: Likewise.
47421         * posix/sys/wait.h: Likewise.
47422         * posix/unistd.h: Likewise.
47423         * posix/wordexp.h: Likewise.
47424         * pwd/pwd.h: Likewise.
47425         * resolv/netdb.h: Likewise.
47426         * resource/sys/resource.h: Likewise.
47427         * rt/aio.h: Likewise.
47428         * rt/bits/mqueue2.h: Likewise.
47429         * rt/mqueue.h: Likewise.
47430         * shadow/shadow.h: Likewise.
47431         * signal/signal.h: Likewise.
47432         * socket/send.c: Likewise.
47433         * socket/sendto.c: Likewise.
47434         * socket/sys/socket.h: Likewise.
47435         * stdio-common/printf.h: Likewise.
47436         * stdlib/bits/stdlib.h: Likewise.
47437         * stdlib/fmtmsg.h: Likewise.
47438         * stdlib/monetary.h: Likewise.
47439         * stdlib/stdlib.h: Likewise.
47440         * stdlib/ucontext.h: Likewise.
47441         * streams/stropts.h: Likewise.
47442         * string/argz.h: Likewise.
47443         * string/bits/string2.h: Likewise.
47444         * string/string.h: Likewise.
47445         * string/strings.h: Likewise.
47446         * sunrpc/rpc/auth.h: Likewise.
47447         * sunrpc/rpc/auth_des.h: Likewise.
47448         * sunrpc/rpc/clnt.h: Likewise.
47449         * sunrpc/rpc/netdb.h: Likewise.
47450         * sunrpc/rpc/pmap_clnt.h: Likewise.
47451         * sunrpc/rpc/xdr.h: Likewise.
47452         * sysdeps/generic/inttypes.h: Likewise.
47453         * sysdeps/generic/net/if.h: Likewise.
47454         * sysdeps/generic/sys/swap.h: Likewise.
47455         * sysdeps/gnu/net/if.h: Likewise.
47456         * sysdeps/gnu/utmpx.h: Likewise.
47457         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47458         * sysdeps/i386/i486/bits/string.h: Likewise.
47459         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47460         * sysdeps/s390/bits/string.h: Likewise.
47461         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47462         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47463         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47464         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47465         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47466         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47467         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47468         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47469         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47470         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47471         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47472         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47473         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47474         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47475         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47476         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47477         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47478         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47479         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47480         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47481         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47482         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47483         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47484         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47485         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47486         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47487         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47488         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47489         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47490         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47491         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47492         * sysvipc/sys/ipc.h: Likewise.
47493         * sysvipc/sys/msg.h: Likewise.
47494         * sysvipc/sys/sem.h: Likewise.
47495         * sysvipc/sys/shm.h: Likewise.
47496         * termios/termios.h: Likewise.
47497         * time/sys/time.h: Likewise.
47498         * time/time.h: Likewise.
47499         * wcsmbs/bits/wchar2.h: Likewise.
47500         * wcsmbs/uchar.h: Likewise.
47501         * wcsmbs/wchar.h: Likewise.
47502         * wctype/wctype.h: Likewise.
47503
47504         [BZ #13551]
47505         * Makeconfig: Remove all but ELF support including AIX support.
47506         * Makerules: Likewise.
47507         * config.h.in: Likewise.
47508         * config.make.in: Likewise.
47509         * configure: Likewise.
47510         * configure.in: Likewise.
47511         * csu/Makefile: Likewise.
47512         * csu/version.c: Likewise.
47513         * debug/Makefile: Likewise.
47514         * dlfcn/Makefile: Likewise.
47515         * elf/Makefile: Likewise.
47516         * extra-lib.mk: Likewise.
47517         * iconv/Makefile: Likewise.
47518         * include/libc-symbols.h: Likewise.
47519         * include/shlib-compat.h: Likewise.
47520         * resolv/Makefile: Likewise.
47521         * resolv/res_libc.c: Likewise.
47522         * rt/Makefile: Likewise.
47523         * sysdeps/i386/asm-syntax.h: Likewise.
47524         * sysdeps/i386/sysdep.h: Likewise.
47525         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47526         * sysdeps/mach/sysdep.h: Likewise.
47527         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47528         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47529         * sysdeps/s390/asm-syntax.h: Likewise.
47530         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47531         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47532         * sysdeps/sh/sysdep.h: Likewise.
47533         * sysdeps/unix/sparc/sysdep.h: Likewise.
47534         * sysdeps/wordsize-32/divdi3.c: Likewise.
47535         * sysdeps/x86_64/sysdep.h: Likewise.
47536
47537         * argp/Versions: Remove _argp_unlock_xxx.
47538
47539         [BZ #13559]
47540         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47541         * abilist/libBrokenLocale.abilist: Likewise.
47542         * abilist/libanl.abilist: Likewise.
47543         * abilist/libc.abilist: Likewise.
47544         * abilist/libcrypt.abilist: Likewise.
47545         * abilist/libdl.abilist: Likewise.
47546         * abilist/libm.abilist: Likewise.
47547         * abilist/libnsl.abilist: Likewise.
47548         * abilist/libpthread.abilist: Likewise.
47549         * abilist/libresolv.abilist: Likewise.
47550         * abilist/librt.abilist: Likewise.
47551         * abilist/libthread_db.abilist: Likewise.
47552         * abilist/libutil.abilist: Likewise.
47553         * abilist/libnss_db.abilist: New file.
47554
47555         * scripts/abilist.awk: Add support for indirect functions.
47556
47557         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47558
47559         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47560
47561         * shlib-versions: Remove entries for ports architectures.
47562
47563         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47564         files in ports.
47565         * elf/stackguard-macros.h: Remove support for IA-64.
47566         * elf/tst-auditmod1.c: Likewise.
47567         * sysdeps/generic/ldsodefs.h: Likewise.
47568
47569         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47570         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47571         configure files.
47572
47573         [BZ #13552]
47574         * configure.in: Remove --enable-omitfp support.
47575         * FAQ.in: Adjust.
47576         * config.make.in: Likewise.
47577         * Makeconfig: Likewise.
47578         * manual/install.texi: Likewise.
47579
47580         In case anyone cares, the IA-64 architecture could move to ports.
47581         * sysdeps/ia64/*: Removed.
47582         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47583         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47584
47585         [BZ #13555]
47586         * configure.in: Remove entries for unsupported architectures.
47587
47588         [BZ #13533]
47589         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47590         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47591         routines.
47592         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47593         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47594         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47595         fall back to using wcrtomb.
47596         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47597         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47598         renaming.
47599         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47600         * wcsmbs/tst-c16c32-1.c: New file.
47601
47602         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47603         local variable.
47604
47605         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47606
47607         * elf/tst-unique3.cc: Add explicit declaration of gets.
47608         * elf/tst-unique3lib.cc: Likewise.
47609         * elf/tst-unique3lib2.cc: Likewise.
47610         * elf/tst-unique4.cc: Likewise.
47611
47612         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47613
47614 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47615
47616         [BZ #13566]
47617         * assert/assert.h (static_assert): Don't define for C++.
47618         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47619         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47620
47621 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47622
47623         * iconv/loop.c (single loop): Fix assertion in storing of
47624         remaining bytes.
47625
47626         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47627
47628 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47629
47630         * posix/getconf.c: Update copyright year.
47631         * nss/getent.c: Likewise.
47632         * nss/makedb.c: Likewise.
47633         * iconv/iconvconfig.c: Likewise.
47634         * iconv/iconv_prog.c: Likewise.
47635         * elf/ldconfig.c: Likewise.
47636         * elf/pldd.c: Likewise.
47637         * elf/sotruss.ksh: Likewise.
47638         * catgets/gencat.c: Likewise.
47639         * csu/version.c: Likewise.
47640         * elf/ldd.bash.in: Likewise.
47641         * elf/sprof.c (print_version): Likewise.
47642         * locale/programs/locale.c: Likewise.
47643         * locale/programs/localedef.c: Likewise.
47644         * login/programs/pt_chown.c: Likewise.
47645         * nscd/nscd.c (print_version): Likewise.
47646         * debug/xtrace.sh: Likewise.
47647         * malloc/memusage.sh: Likewise.
47648         * malloc/mtrace.pl: Likewise.
47649         * debug/catchsegv.sh: Likewise.
47650
47651 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47652
47653         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47654         pure attribute.
47655
47656 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47657
47658         [BZ #13533]
47659         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47660         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47661         transformations.
47662         * iconv/gconv_int.h: Likewise.
47663         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47664         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47665         from libc for GLIBC_2.16.
47666         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47667         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47668         * wcsmbs/uchar.h: Really define mbstate_t.
47669         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47670         * wcsmbs/c16rtomb.c: New file.
47671         * wcsmbs/mbrtoc16.c: New file.
47672         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47673         for C/POSIX locale.
47674         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47675         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47676
47677         * wcsmbs/wchar.h: Add missing __restrict.
47678
47679 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47680
47681         [BZ #13532]
47682         * time/Makefile (routines): Add timespec_get.
47683         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47684         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47685         timespec for ISO C11.
47686         * time/timespec_get.c: New file.
47687         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47688         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47689
47690         [BZ #13531]
47691         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47692         * stdlib/stdlib.h: Declare aligned_alloc.
47693         * Versions.def: Add GLIBC_2.16 for libc.
47694         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47695
47696         [BZ 13527]
47697         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47698         ISO C11.
47699
47700         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47701         code.
47702
47703         [BZ #13528]
47704         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47705
47706         [BZ #13529]
47707         * assert/assert.h (static_assert): Define.
47708
47709         * version.h: Update for 2.16 development version.
47710
47711         [BZ #13526]
47712         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47713         _ISOC11_SOURCE.
47714
47715         * version.h (RELEASE): Bump for 2.15 release.
47716         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47717
47718         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47719         Patch by Marek Polacek <mpolacek@redhat.com>.
47720
47721         * bits/byteswap.h: Protect long long constants with __extension__.
47722         * sysdeps/i386/bits/byteswap.h: Likewise.
47723         * sysdeps/ia64/bits/byteswap.h: Likewise.
47724         * sysdeps/s390/bits/byteswap.h: Likewise.
47725         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47726
47727 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47728
47729         [BZ #13540]
47730         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47731         destination buffer.
47732         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47733
47734 2011-12-23  Marek Polacek  <polacek@redhat.com>
47735
47736         * elf/dl-addr.c (determine_info): Add inline keyword.
47737         * elf/tst-auditmod4b.c (check_avx): Likewise.
47738         * elf/tst-auditmod6b.c (check_avx): Likewise.
47739         * elf/tst-auditmod6c.c (check_avx): Likewise.
47740         * elf/tst-auditmod7b.c (check_avx): Likewise.
47741
47742 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47743
47744         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47745         !__SSE_MATH__.
47746
47747 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47748
47749         [BZ #13540]
47750         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47751         processing for last bytes.
47752
47753 2011-08-06  Bruno Haible  <bruno@clisp.org>
47754
47755         [BZ #13061]
47756         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47757         U+0385, not to U+1FEE.
47758
47759         [BZ #13062]
47760         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47761         entry for U+00A5 U+0301.
47762
47763 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47764
47765         [BZ #13166]
47766         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47767         buffer for the output is too small.
47768
47769         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47770         optimization.
47771
47772         [BZ #13185]
47773         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47774         SSE flags if possible.
47775
47776 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47777
47778         [BZ #13540]
47779         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47780         processing for last bytes.
47781
47782 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47783
47784         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47785         (syscall-list-default-options, syscall-list-default-condition)
47786         (syscall-list-includes): Define.
47787         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47788         list of ABIs and options and #if conditions for each ABI.  Do not
47789         handle common syscalls between ABIs specially.
47790         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47791         Remove.
47792         (syscall-list-variants, syscall-list-32bit-options)
47793         (syscall-list-32bit-condition, syscall-list-64bit-options)
47794         (syscall-list-64bit-condition): Define.
47795         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47796         (syscall-list-variants, syscall-list-32bit-options)
47797         (syscall-list-32bit-condition, syscall-list-64bit-options)
47798         (syscall-list-64bit-condition): Define.
47799         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47800         Remove.
47801         (syscall-list-variants, syscall-list-32bit-options)
47802         (syscall-list-32bit-condition, syscall-list-64bit-options)
47803         (syscall-list-64bit-condition): Define.
47804         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47805         Remove.
47806         (syscall-list-variants, syscall-list-32bit-options)
47807         (syscall-list-32bit-condition, syscall-list-64bit-options)
47808         (syscall-list-64bit-condition): Define.
47809
47810 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47811
47812         * locale/iso-639.def: Add brx entry.
47813
47814         [BZ #13328]
47815         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47816         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47817
47818         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47819         __feraiseexcept_renamed.
47820
47821 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47822
47823         [BZ #13538]
47824         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47825         EPOLLET with unsigned values.
47826         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47827         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47828
47829         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47830         to large cancellation.
47831         * math/s_cacoshf.c: Likewise.
47832         * math/s_cacoshl.c: Likewise.
47833
47834 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47835
47836         [BZ #13305]
47837         [BZ #12786]
47838         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47839         * math/s_cacoshf.c: Likewise.
47840         * math/s_cacoshl.c: Likewise.
47841
47842 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47843
47844         [BZ #13439]
47845         * iconv/gconv.h: Define __GCONV_SWAP.
47846         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47847         * iconvdata/utf-16.c: Likewise.
47848         * iconvdata/utf-32.c: Likewise.
47849
47850 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47851
47852         [BZ #13524]
47853         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47854         numerator after shifting it by one limb.
47855
47856 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47857
47858         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47859         under [__USE_EXTERN_INLINES].
47860
47861 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47862
47863         [BZ #13446]
47864         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47865
47866 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47867
47868         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47869         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47870         optimized code.
47871         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47872         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47873         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47874         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47875         for strncasecmp/strncasecmp_l compilation.
47876         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47877         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47878
47879 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47880
47881         [BZ #13484]
47882         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47883         of __asm__.
47884
47885 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47886
47887         [BZ #13506]
47888         * time/tzfile.c (__tzfile_read): Check values from file header.
47889
47890 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47891
47892         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47893         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47894         * powerpc/powerpc32/dl-start.S: Likewise.
47895         * powerpc/powerpc32/elf/start.S: Likewise.
47896         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47897         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47898         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47899         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47900         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47901         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47902         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47903         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47904         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47905         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47906         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47907         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47908         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47909         * powerpc/powerpc32/memset.S: Likewise.
47910         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47911         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47912         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47913         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47914         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47915         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47916         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47917         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47918         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47919         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47920         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47921         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47922         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47923
47924 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47925
47926         * math/libm-test.inc: Added more nearbyint tests.
47927         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47928         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47929         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47930         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47931
47932 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47933
47934         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47935         FD_CLOEXEC.
47936
47937 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47938
47939         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47940         Add wcscpy-ssse3 wcscpy-c.
47941         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47942         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47943         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47944         * sysdeps/x86_64/wcschr.S: New file.
47945         * sysdeps/x86_64/wcsrchr.S: New file.
47946         * string/test-strcmp.c: Remove checking of wcscmp function for
47947         wrong alignments.
47948         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47949         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47950         wcsrchr-sse2 wcsrchr-c.
47951         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47952         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47953         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47954         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47955         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47956         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47957         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47958         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47959         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47960         * wcsmbc/wcschr.c (WCSCHR): New macro.
47961
47962 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47963
47964         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47965         * wcsmbs/test-wcsrchr.c: New file.
47966         * string/test-strrchr.c: Add wcsrchr support.
47967         (WIDE): New macro.
47968         * wcsmbs/test-wcscpy.c: New file.
47969         * string/test-strcpy.c: Add wcscpy support.
47970         (WIDE): New macro.
47971
47972 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47973
47974         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47975         the inner loop.
47976
47977 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47978
47979         [BZ #13472]
47980         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47981
47982 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47983
47984         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47985         Minor optimizations.
47986
47987         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47988         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47989         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47990
47991 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47992
47993         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47994         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47995         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47996         for gcc to avoid warnings.
47997         * inet/Makefile (tests): Add tst-checks.
47998         * inet/tst-checks.c: New file.
47999
48000         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48001         warning.
48002
48003         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48004         __wmemcmp_sse2.
48005
48006         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48007         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48008
48009         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48010
48011 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48012
48013         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48014         problem.
48015
48016         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48017
48018 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48019
48020         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48021         conditional on GCC version.
48022         (__arch_compare_and_exchange_val_8_acq)
48023         (__arch_compare_and_exchange_val_16_acq)
48024         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48025         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48026         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48027
48028 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48029
48030         * sysdeps/sh/backtrace.c: New file.
48031
48032 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48033
48034         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48035         parenthesis.
48036
48037 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48038
48039         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48040         falling back to utime.
48041
48042 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48043
48044         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48045         expectations for float.
48046
48047 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48048
48049         * locale/weight.h (findidx): Add parameter len.
48050         * locale/weightwc.h (findidx): Likewise.
48051         * posix/fnmatch_loop.c (FCT): Adjust caller.
48052         * posix/regcomp.c (build_equiv_class): Likewise.
48053         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48054         * posix/regexec.c (check_node_accept_bytes): Likewise.
48055         * string/strcoll_l.c (STRCOLL): Likewise.
48056         * string/strxfrm_l.c (STRXFRM): Likewise.
48057
48058 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48059
48060         * Makefile.in: Remove CVSOPT handling.
48061         * configure.in: Remove use of AC_REVISION.
48062         * iconvdata/Makefile (distribute): No need to filter out CVS.
48063         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48064         handling.
48065
48066 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48067
48068         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48069         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48070         [USE_AS_STRNCASECMP_L]: Likewise.
48071         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48072         NO_TLS_DIRECT_SEG_REFS.
48073         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48074         Fix argument offsets for non-PIC.
48075         [USE_AS_STRNCASECMP_L]: Likewise.
48076         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48077         NO_TLS_DIRECT_SEG_REFS.
48078
48079 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48080
48081         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48082         O_CLOEXEC.
48083         * locale/loadlocale.c (_nl_load_locale): Likewise.
48084
48085 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48086
48087         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48088         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48089         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48090         (SYSCALL_GETTIME): Set errno on error.
48091
48092         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48093         count references to noai6ai_cached.
48094
48095 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48096
48097         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48098
48099         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48100         FD_CLOEXEC for /proc/self/maps.
48101
48102         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48103         FD_CLOEXEC for /proc/meminfo.
48104
48105         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48106         gai.conf.
48107
48108         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48109         FD_CLOEXEC for given file.
48110
48111         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48112
48113         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48114         FD_CLOEXEC for /etc/hosts.
48115         (_gethtent): Likewise.
48116
48117         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48118
48119         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48120         cancellation and set FD_CLOEXEC for /etc/netgroup.
48121
48122         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48123         reading /etc/publickey.
48124
48125         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48126         allow cancellation when reading /etc/group.
48127
48128         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48129         cancellation.
48130         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48131
48132         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48133         when using data file.
48134
48135         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48136
48137         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48138         (write_nis_obj): Use "c" and "e" in fopen.
48139
48140         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48141
48142         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48143
48144         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48145
48146         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48147
48148         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48149         locale.alias.
48150
48151         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48152
48153         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48154
48155         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48156
48157         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48158         file parsing and set FD_CLOEXEC.
48159
48160 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48161
48162         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48163
48164 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48165
48166         * malloc/arena.c (arena_get2): Don't call reused_arena when
48167         _int_new_arena failed.
48168
48169 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48170
48171         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48172         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48173         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48174         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48175         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48176         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48177         to compile strcasecmp and strncasecmp.
48178         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48179         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48180
48181         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48182
48183 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48184
48185         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48186         locale-defines.sym to gen-as-const-headers.
48187         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48188         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48189         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48190         to compile strcasecmp and strncasecmp.
48191         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48192         strcasecmp_l and strncasecmp_l.
48193         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48194         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48195         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48196         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48197         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48198         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48199         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48200         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48201         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48202         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48203         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48204
48205 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48206
48207         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48208         result of SYSDEP_GETTIME_CPU to retval.
48209         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48210         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48211
48212         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48213         variable.
48214
48215         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48216         mantissa words.
48217         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48218
48219         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48220         from unused variable.
48221
48222         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48223         DWARF definitions.
48224         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48225         for assembling.
48226
48227         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48228         over namespaces.
48229
48230         * sunrpc/rpc_prot.c (rejected): Fix case value.
48231
48232         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48233         unsigned long long int to avoid warnings in shift.
48234
48235         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48236         of use of trans.
48237         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48238         variable tmp.
48239
48240         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48241         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48242         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48243
48244         * nis/nis_table.c (nis_list): Use variable of correct type for
48245         result of __follow_path call.
48246
48247 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48248
48249         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48250         of math functions ceil, trunc, floor, round, and sqrt, when
48251         avaliable on the platform.
48252         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48253         name clash.
48254         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48255         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48256         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48257
48258 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48259
48260         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48261         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48262
48263 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48264
48265         * include/unistd.h: Fix __readlink return type.
48266         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48267
48268 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48269
48270         * stdlib/ucontext.h: Undo last change for makecontext.
48271
48272 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48273
48274         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48275
48276         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48277         * setjmp/setjmp.h: Mark functions as non-leaf.
48278         * setjmp/bits/setjmp2.h: Likewise.
48279         * stdlib/ucontext.h: Likewise.
48280
48281 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48282
48283         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48284         (reused_arena): Don't check arena limit.
48285         (arena_get2): Atomically check arena limit.
48286
48287 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48288
48289         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48290         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48291
48292         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48293         instructions.
48294
48295 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48296
48297         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48298         handler when locking.
48299
48300         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48301         Fix size of allocated buffer.
48302
48303 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48304
48305         [BZ #10103]
48306         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48307         declarations for long double functions.
48308         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48309
48310         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48311
48312 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48313
48314         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48315         installed.
48316
48317         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48318         is disabled.
48319
48320 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48321
48322         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48323
48324 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48325
48326         * include/alloca.h (stackinfo_alloca_round): Define.
48327         (extend_alloca): Use it.
48328         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48329         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48330         here.
48331
48332         * scripts/check-local-headers.sh: Ignore libaudit.h.
48333
48334         * nscd/Makefile (extra-objs): Make recursively expanded.
48335
48336 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48337
48338         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48339         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48340
48341         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48342         * posix/tst-rfc3484-2.c: Likewise.
48343         * posix/tst-rfc3484-3.c: Likewise.
48344
48345         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48346         process_vm_writev.
48347         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48348         process_vm_writev.
48349         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48350         process_vm_writev from libc using GLIBC_2.15 version.
48351
48352         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48353
48354 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48355
48356         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48357         stack usage.
48358
48359 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48360
48361         [BZ #13367]
48362         * nss/getent.c (initgroups_keys): Show error message in case no group
48363         names are given.
48364
48365         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48366         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48367         __bump_nl_timestamp.
48368         * nscd/connections (nscd_init): When host database is served open
48369         netlink socket and request notification about configuration changes.
48370         (main_loop_poll): Track netlink file descriptor and bump timestamp
48371         in case data becomes available.
48372         (main_loop_epoll): Likewise.
48373         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48374         (database_pers_head): Add extra_data fileds.
48375         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48376         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48377         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48378         Adjust caller.
48379         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48380         in6ai data, call __free_in6ai.
48381         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48382         Add -DHAVE_NETLINK.
48383         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48384         interface information.  Reuse previous data if netlink timestamp
48385         is not changed.
48386         (__bump_nl_timestamp): New function.
48387         (__free_in6ai): New function.
48388
48389 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48390
48391         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48392         close_not_cancel_no_status here.
48393         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48394
48395 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48396
48397         [BZ #13276]
48398         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48399         return value.
48400
48401         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48402         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48403         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48404
48405 2011-07-03  Andreas Jaeger  <aj@suse.de>
48406
48407         [BZ #10709]
48408         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48409         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48410         * math/libm-test.inc (sin_test): Add test case.
48411
48412 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48413
48414         [BZ #13337]
48415         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48416         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48417
48418         * elf/chroot_canon.c (chroot_canon): Cleanups.
48419
48420         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48421
48422         [BZ #13335]
48423         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48424         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48425
48426         * string/test-strchr.c: Make usable for strchrnul testing.
48427         * string/test-strchrnul.c: New file.
48428         * string/Makefile (strop-tests): Add strchrnul.
48429
48430         * po/it.po: Update from translation team.
48431         * po/es.po: Likewise.
48432
48433 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48434
48435         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48436         the three constants needed as parameters.  Drop the others.
48437         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48438         __m128i_strloadu_tolower.
48439         Create and initialize variable zero and use it in all the places
48440         where _mm_setzero_si128 was used.
48441
48442         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48443         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48444         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48445         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48446         anymore.
48447         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48448         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48449         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48450         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48451         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48452         __mpranred, __mptan.
48453         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48454         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48455         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48456         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48457         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48458         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48459         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48460         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48461         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48462
48463 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48464
48465         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48466         redefine if SHARED.
48467         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48468
48469         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48470         wide char related routines to wcsmbs subdir.
48471
48472 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48473
48474         [BZ #13344]
48475         * misc/sys/cdefs.h (__THROWNL): Define.
48476         * posix/unistd.h: Use __THREADNL instead of __THREAD
48477         for memory synchronization functions.
48478
48479 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48480
48481         [BZ #13349]
48482         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48483         doesn't exist.
48484         * manual/stdio.texi (Obstack Streams): Node removed.
48485
48486 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48487
48488         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48489         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48490         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48491
48492         * math/math_private.h (math_force_eval): Allow non-addressable
48493         arguments.
48494         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48495
48496 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48497
48498         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48499         file is not needed.
48500
48501         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48502         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48503         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48504         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48505         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48506         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48507         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48508         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48509         Add AVX variants.
48510         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48511         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48512         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48513         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48514         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48515         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48516         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48517         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48518         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48519         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48520         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48521         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48522         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48523         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48524         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48525         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48526         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48527         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48528         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48529
48530         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48531         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48532
48533         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48534         place.  Use VEX encoding when compiling for AVX.
48535
48536 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48537
48538         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48539         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48540
48541         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48542
48543 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48544
48545         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48546         useless if() expression.
48547         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48548         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48549         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48550         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48551         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48552         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48553         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48554         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48555         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48556         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48557         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48558         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48559         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48560         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48561         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48562         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48563         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48564         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48565         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48566
48567         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48568
48569 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48570
48571         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48572         condition.
48573         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48574
48575 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48576
48577         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48578         .text section.  Avoid duplicate constants.
48579         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48580         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48581         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48582         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48583         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48584         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48585         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48586         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48587         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48588         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48589         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48590         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48591         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48592         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48593         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48594         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48595         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48596         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48597         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48598         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48599         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48600         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48601         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48602         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48603         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48604         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48605         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48606         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48607         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48608         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48609         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48610         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48611         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48612         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48613         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48614         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48615         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48616         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48617         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48618         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48619         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48620         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48621         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48622         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48623         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48624
48625 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48626
48627         * sysdeps/x86_64/dla.h: Move to ...
48628         * sysdeps/x86_64/fpu/dla.h: ...here.
48629         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48630         situations.  Use __builtin_fma only for gcc 4.6 and up.
48631
48632         * config.make.in: Add have-mfma4 entry.
48633         * configure.in: Substitute libc_cv_cc_fma4.
48634         * math/Makefile (dbl-only-routines): Add sincostab.
48635         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48636         Use __sincostab not sincos.
48637         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48638         name is a macro.
48639         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48640         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48641         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48642         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48643         using __copysign.
48644         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48645         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48646         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48647         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48648         and __inv.
48649         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48650         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48651         __copysign.
48652         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48653         define aliases when function name is a macro.
48654         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48655         sysdeps/ieee754/dbl-64/sincos.tbl.
48656         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48657         fma4-enabled routines.
48658         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48659         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48660         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48661         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48662         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48663         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48664         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48665         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48666         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48667         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48668         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48669         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48670         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48671         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48672         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48673         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48674         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48675         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48676         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48677         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48678         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48679         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48680         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48681         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48682         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48683         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48684         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48685         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48686         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48687         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48688
48689         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48690         rename.
48691         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48692         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48693         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48694         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48695         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48696         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48697         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48698         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48699
48700 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48701
48702         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48703
48704 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48705
48706         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48707
48708         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48709         prediction.
48710         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48711
48712         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48713         Remove unused variable magic_bits.
48714         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48715
48716         * string/strnlen.c: Define and use STRNLEN macro.
48717         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48718         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48719         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48720         * wcsmbs/wcslen.c: Define and use WCSLEN.
48721         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48722         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48723         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48724         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48725         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48726         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48727         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48728
48729 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48730
48731         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48732         strnlen-sse2-no-bsf.
48733         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48734         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48735         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48736         Add strnlen support.
48737         (USE_AS_STRNLEN): New macro.
48738         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48739         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48740         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48741         * sysdeps/x86_64/wcslen.S: New file.
48742
48743 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48744
48745         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48746         XMM-moves are used for copying on small sizes.
48747
48748 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48749
48750         * wcsmbs/Makefile (strop-tests): Add wcschr.
48751         * wcsmbs/test-wcschr.c: New file.
48752         * string/test-strchr.c: Update.
48753         Add wcschr support.
48754         (WIDE): New macro.
48755
48756 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48757
48758         * wcsmbs/Makefile (strop-tests): Add wcslen.
48759         * wcsmbs/test-wcslen.c: New file.
48760         * string/test-strlen.c: Update.
48761         Add wcslen support.
48762         (WIDE): New macro.
48763
48764 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48765
48766         * po/it.po: Update from translation team.
48767
48768 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48769
48770         * sysdeps/x86_64/wcscmp.S: Update.
48771         Fix wrong comparison semantics.
48772         wcscmp shall use signed comparison not unsigned.
48773         Don't use substraction to avoid overflow bug.
48774         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48775         * wcsmbc/wcscmp.c: Likewise.
48776         * string/test-strcmp.c: Likewise.
48777         Add new tests to check cases with negative values.
48778
48779 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48780
48781         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48782         * sysdeps/x86_64/dla.h: ...here.  New file.
48783         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48784         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48785         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48786         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48787         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48788         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48789         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48790         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48791         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48792
48793 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48794
48795         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48796         __ynl_finite aliases.
48797
48798 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48799
48800         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48801
48802         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48803         define DLA_FMA.
48804         [DLA_FMA] (EMULV): Use DLA_FMA.
48805         [DLA_FMA] (MUL12): Use EMULV.
48806         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48807         that are not needed.
48808         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48809         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48810         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48811         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48812         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48813         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48814         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48815
48816 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48817
48818         * math/s_nan.c: Undef __nan.
48819         * math/s_nanf.c: Undef __nanf.
48820         * math/s_nanl.c: Undef __nanl.
48821         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48822         "math_private.h".
48823
48824 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48825
48826         * math/s_catan.c: Add branch predictions.
48827         * math/s_catanf.c: Likewise.
48828         * math/s_catanh.c: Likewise.
48829         * math/s_catanhf.c: Likewise.
48830         * math/s_catanhl.c: Likewise.
48831         * math/s_catanl.c: Likewise.
48832         * math/s_cexp.c: Likewise.
48833         * math/s_cexpf.c: Likewise.
48834         * math/s_cexpl.c: Likewise.
48835         * math/s_clog.c: Likewise.
48836         * math/s_clog10.c: Likewise.
48837         * math/s_clog10f.c: Likewise.
48838         * math/s_clog10l.c: Likewise.
48839         * math/s_clogf.c: Likewise.
48840         * math/s_clogl.c: Likewise.
48841         * math/s_csqrt.c: Likewise.
48842         * math/s_csqrtf.c: Likewise.
48843         * math/s_csqrtl.c: Likewise.
48844         * math/s_ctanf.c: Likewise.
48845         * math/s_ctanh.c: Likewise.
48846         * math/s_ctanhf.c: Likewise.
48847         * math/s_ctanhl.c: Likewise.
48848         * math/s_ctanl.c: Likewise.
48849
48850         * math/math_private.h: Define __nan, __nanf, __nanl.
48851         * math/s_cacosh.c: Include <math_private.h>.
48852         * math/s_cacoshl.c: Likewise.
48853         * math/s_casinh.c: Likewise.
48854         * math/s_casinhf.c: Likewise.
48855         * math/s_casinhl.c: Likewise.
48856         * math/s_ccos.c: Rely entire on ccosh.
48857         * math/s_ccosf.c: Rely entire on ccoshf.
48858         * math/s_ccosl.c: Rely entirely on ccoshl.
48859         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48860         Remove tests for FE_INVALID.
48861         * math/s_ccoshf.c: Likewise.
48862         * math/s_ccoshl.c: Likewise.
48863         * math/s_csin.c: Likewise.
48864         * math/s_csinf.c: Likewise.
48865         * math/s_csinh.c Likewise.
48866         * math/s_csinhf.c: Likewise.
48867         * math/s_csinhl.c: Likewise.
48868         * math/s_csinl.c: Likewise.
48869         * math/s_ctan.c: Likewise.
48870         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48871         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48872         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48873
48874 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48875
48876         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48877         compilation problems.
48878
48879         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48880         __builtin_expect.
48881
48882 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48883
48884         * sysdeps/i386/configure.in: Test for -mfma4 option.
48885         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48886         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48887         COMMON_CPUID_INDEX_80000001.
48888         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48889         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48890         use it if FMA3 is not supported.
48891         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48892
48893         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48894         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48895
48896 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48897
48898         [BZ #12892]
48899         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48900         it would create a cycle with a link time dependency.
48901
48902 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48903
48904         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48905         instruction.
48906         * string/Makefile (strop-tests): Add rawmemchr.
48907         * string/test-rawmemchr.c: New file.
48908
48909         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48910         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48911         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48912         when compiling str{,n}casecmp and when AVX is available.  Hook up
48913         new optimized code in initializers.
48914
48915 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48916
48917         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48918         __feraiseexcept instead of feraiseexcept.
48919
48920 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48921
48922         * math/math_private.h: Define defaults for libc_fetestexcept and
48923         libc_feupdateenv.
48924         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48925         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48926         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48927         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48928         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48929         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48930         libc_fetestexcept and libc_feupdateenv.
48931
48932         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48933         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48934         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48935         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48936         libc_feholdexcept_setround.
48937
48938         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48939         Add s_nearbyint-c and s_nearbyintf-c.
48940         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48941         nearbyintf inlines.
48942         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48943         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48944         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48945         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48946
48947         * math/math_private.h: Define defaults for libc_fegetround,
48948         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48949         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48950         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48951         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48952         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48953         standard functions.
48954         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48955         Remove comments and hacks for old compiler versions.
48956         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48957         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48958         libc_feholdexceptl.
48959
48960 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48961
48962         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48963         (__feraiseexcept_renamed): Add __NTH.
48964         (feraiseexcept): Add __NTH.  Rename local variables to fix
48965         namespace violations.
48966
48967 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48968
48969         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48970
48971         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48972
48973         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48974         recently added interfaces.
48975         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48976
48977         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48978         about macro parameter expansion.
48979
48980         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48981         __NO_MATH_INLINES is defined.  Cleanups.
48982
48983         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48984         and __floorf is target has SSE4.1.
48985         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48986         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48987         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48988         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48989
48990         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48991         name.
48992         (floorf): Likewise.
48993
48994         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48995
48996 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48997
48998         * misc/sys/cdefs.h: Fix last change.
48999
49000         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49001         database lookup.
49002
49003 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49004
49005         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49006
49007         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49008         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49009         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49010         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49011         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49012         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49013         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49014         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49015         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49016         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49017         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49018         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49019         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49020         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49021         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49022         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49023         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49024         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49025         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49026         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49027         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49028         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49029
49030         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49031         ceil, ceilf, floor, floorf.
49032
49033         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49034         Perform IRELATIVE relocations last.
49035
49036         * elf/do-rel.h: Add another parameter nrelative, replacing the
49037         local variable with the same name.  Change name of the function
49038         to end in Rel or Rela (uppercase).
49039         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49040         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49041         elf_dynamic_do_##reloc function.
49042
49043 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49044
49045         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49046         is sufficient, at least on modern CPUs.
49047
49048         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49049
49050         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49051         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49052
49053         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49054         __expl_finite.
49055         * math/bits/math-finite.h: Add entries for exp.
49056         * math/e_expl.c: Add __*_finite alias.
49057         * sysdeps/i386/fpu/e_exp.S: Likewise.
49058         * sysdeps/i386/fpu/e_expf.S: Likewise.
49059         * sysdeps/i386/fpu/e_expl.c: Likewise.
49060         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49061         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49062         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49063         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49064         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49065         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49066         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49067
49068         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49069         is sufficient, at least on modern CPUs.
49070
49071         * ctype/ctype-info.c (__ctype_init): Define.
49072         * include/ctype.h (__ctype_init): Declare.
49073         (__ctype_b_loc): The variable is always initialized.
49074         (__ctype_toupper_loc): Likewise.
49075         (__ctype_tolower_loc): Likewise.
49076         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49077         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49078
49079 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49080
49081         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49082
49083         * configure.in: Also look in $cxxmachine/include for C++ system
49084         headers.
49085
49086 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49087
49088         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49089         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49090         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49091         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49092         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49093         (USE_AS_WMEMCMP): New macro.
49094         Fixing indents.
49095         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49096         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49097         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49098         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49099         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49100         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49101         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49102         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49103         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49104         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49105         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49106         (USE_AS_WMEMCMP): New macro.
49107         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49108         * sysdeps/string/test-memcmp.c: Update.
49109         Fix simple_wmemcmp.
49110         Add new tests.
49111         * wcsmbs/wmemcmp.c: Update.
49112         (WMEMCMP): New macro.
49113         Fix overflow bug.
49114
49115 2011-10-12  Andreas Jaeger  <aj@suse.de>
49116
49117         [BZ #13268]
49118         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49119
49120 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49121
49122         * libio/iofwide.c (do_length): Avoid warning.
49123
49124         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49125
49126 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49127
49128         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49129
49130         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49131         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49132         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49133         * sysdeps/i386/i686/fpu/e_log.S: New file.
49134         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49135         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49136
49137         * ctype/ctype.h: Add support for inlined isXXX functions when
49138         compiling C++ code.
49139
49140 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49141
49142         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49143
49144         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49145
49146 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49147
49148         [BZ #13291]
49149         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49150
49151 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49152
49153         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49154         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49155         feraiseexcept.
49156
49157         * sysdeps/x86_64/memrchr.S: Check for zero size.
49158
49159         * string/stratcliff.c: Add memrchr tests.
49160
49161 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49162
49163         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49164         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49165         rawmemchr-sse2 rawmemchr-sse2-bsf.
49166         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49167         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49168         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49169         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49170         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49171         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49172         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49173         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49174         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49175         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49176         * string/memrchr.c (MEMRCHR): New macro.
49177
49178 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49179
49180         Add integration with gcc's -ffinite-math-only and optimize wrapper
49181         functions in libm.
49182         * Versions.def: Define GLIBC_2.15 version for libm.
49183         * math/Makefile (headers): Add bits/math-finite.h.
49184         * math/bits/math-finite.h: New file.
49185         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49186         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49187         * math/e_acoshl.c: Add __*_finite alias.
49188         * math/e_acosl.c: Likewise.
49189         * math/e_asinl.c: Likewise.
49190         * math/e_atan2l.c: Likewise.
49191         * math/e_atanhl.c: Likewise.
49192         * math/e_coshl.c: Likewise.
49193         * math/e_exp10.c: Likewise.
49194         * math/e_exp10f.c: Likewise.
49195         * math/e_exp10l.c: Likewise.
49196         * math/e_exp2l.c: Likewise.
49197         * math/e_fmodl.c: Likewise.
49198         * math/e_gammal_r.c: Likewise.
49199         * math/e_hypotl.c: Likewise.
49200         * math/e_j0l.c: Likewise.
49201         * math/e_j1l.c: Likewise.
49202         * math/e_jnl.c: Likewise.
49203         * math/e_lgammal_r.c: Likewise.
49204         * math/e_log10l.c: Likewise.
49205         * math/e_log2l.c: Likewise.
49206         * math/e_logl.c: Likewise.
49207         * math/e_powl.c: Likewise.
49208         * math/e_sinhl.c: Likewise.
49209         * math/e_sqrtl.c: Likewise.
49210         * math/e_scalb.c: Completely rewritten and optimized.
49211         * math/e_scalbf.c: Likewise.
49212         * math/e_scalbl.c: Likewise.
49213         * math/w_acos.c: Likewise.
49214         * math/w_acosf.c: Likewise.
49215         * math/w_acosl.c: Likewise.
49216         * math/w_acosh.c: Likewise.
49217         * math/w_acoshf.c: Likewise.
49218         * math/w_acoshl.c: Likewise.
49219         * math/w_asin.c: Likewise.
49220         * math/w_asinf.c: Likewise.
49221         * math/w_asinl.c: Likewise.
49222         * math/w_atan2.c: Likewise.
49223         * math/w_atan2f.c: Likewise.
49224         * math/w_atan2l.c: Likewise.
49225         * math/w_atanh.c: Likewise.
49226         * math/w_atanhf.c: Likewise.
49227         * math/w_atanhl.c: Likewise.
49228         * math/w_exp10.c: Likewise.
49229         * math/w_exp10f.c: Likewise.
49230         * math/w_exp10l.c: Likewise.
49231         * math/w_fmod.c: Likewise.
49232         * math/w_fmodf.c: Likewise.
49233         * math/w_fmodl.c: Likewise.
49234         * math/w_j0.c: Likewise.
49235         * math/w_j0f.c: Likewise.
49236         * math/w_j0l.c: Likewise.
49237         * math/w_j1.c: Likewise.
49238         * math/w_j1f.c: Likewise.
49239         * math/w_j1l.c: Likewise.
49240         * math/w_jn.c: Likewise.
49241         * math/w_jnf.c: Likewise.
49242         * math/w_log.c: Likewise.
49243         * math/w_logf.c: Likewise.
49244         * math/w_logl.c: Likewise.
49245         * math/w_log10.c: Likewise.
49246         * math/w_log10f.c: Likewise.
49247         * math/w_log10l.c: Likewise.
49248         * math/w_log2.c: Likewise.
49249         * math/w_log2f.c: Likewise.
49250         * math/w_log2l.c: Likewise.
49251         * math/w_pow.c: Likewise.
49252         * math/w_powf.c: Likewise.
49253         * math/w_powl.c: Likewise.
49254         * math/w_remainder.c: Likewise.
49255         * math/w_remainderf.c: Likewise.
49256         * math/w_remainderl.c: Likewise.
49257         * math/w_scalb.c: Likewise.
49258         * math/w_scalbf.c: Likewise.
49259         * math/w_scalbl.c: Likewise.
49260         * math/w_sqrt.c: Likewise.
49261         * math/w_sqrtf.c: Likewise.
49262         * math/w_sqrtl.c: Likewise.
49263         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49264         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49265         used.
49266         * math/math_private.h: Declare __kernel_standard_f.
49267         * math/w_cosh.c: Remove cruft and optimize a bit.
49268         * math/w_coshf.c: Likewise.
49269         * math/w_coshl.c: Likewise.
49270         * math/w_exp2.c: Likewise.
49271         * math/w_exp2f.c: Likewise.
49272         * math/w_exp2l.c: Likewise.
49273         * math/w_hypot.c: Likewise.
49274         * math/w_hypotf.c: Likewise.
49275         * math/w_hypotl.c: Likewise.
49276         * math/w_lgamma.c: Likewise.
49277         * math/w_lgamma_r.c: Likewise.
49278         * math/w_lgammaf.c: Likewise.
49279         * math/w_lgammaf_r.c: Likewise.
49280         * math/w_lgammal.c: Likewise.
49281         * math/w_lgammal_r.c: Likewise.
49282         * math/w_sinh.c: Likewise.
49283         * math/w_sinhf.c: Likewise.
49284         * math/w_sinhl.c: Likewise.
49285         * math/w_tgamma.c: Likewise.
49286         * math/w_tgammaf.c: Likewise.
49287         * math/w_tgammal.c: Likewise.
49288         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49289         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49290         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49291         Minor optimizations.  Pretty printing.  Remove cruft.
49292         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49293         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49294         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49295         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49296         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49297         * sysdeps/i386/fpu/e_asin.S: Likewise.
49298         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49299         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49300         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49301         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49302         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49303         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49304         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49305         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49306         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49307         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49308         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49309         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49310         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49311         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49312         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49313         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49314         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49315         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49316         * sysdeps/i386/fpu/e_log.S: Likewise.
49317         * sysdeps/i386/fpu/e_log10.S: Likewise.
49318         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49319         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49320         * sysdeps/i386/fpu/e_log2.S: Likewise.
49321         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49322         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49323         * sysdeps/i386/fpu/e_logf.S: Likewise.
49324         * sysdeps/i386/fpu/e_logl.S: Likewise.
49325         * sysdeps/i386/fpu/e_pow.S: Likewise.
49326         * sysdeps/i386/fpu/e_powf.S: Likewise.
49327         * sysdeps/i386/fpu/e_powl.S: Likewise.
49328         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49329         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49330         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49331         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49332         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49333         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49334         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49335         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49336         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49337         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49338         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49339         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49340         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49341         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49342         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49343         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49344         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49345         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49346         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49347         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49348         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49349         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49350         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49351         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49352         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49353         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49354         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49355         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49356         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49357         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49358         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49359         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49360         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49361         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49362         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49363         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49364         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49365         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49366         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49367         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49368         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49369         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49370         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49371         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49372         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49373         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49374         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49375         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49376         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49377         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49378         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49379         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49380         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49381         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49382         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49383         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49384         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49385         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49386         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49387         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49388         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49389         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49390         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49391         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49392         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49393         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49394         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49395         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49396         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49397         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49398         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49399         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49400         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49401         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49402         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49403         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49404         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49405         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49406         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49407         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49408         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49409         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49410         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49411         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49412         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49413         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49414         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49415         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49416         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49417         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49418         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49419         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49420         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49421         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49422         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49423         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49424         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49425         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49426         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49427         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49428         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49429         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49430         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49431         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49432         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49433         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49434         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49435         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49436         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49437         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49438         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49439         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49440         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49441         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49442         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49443         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49444         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49445         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49446         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49447         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49448         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49449         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49450         (__isnanf): Likewise.
49451         (__isinf_ns): Likewise.
49452         (__isinf_nsf): Likewise.
49453         (__finite): Likewise.
49454         (__finitef): Likewise.
49455         (__ieee754_sqrt): Define as macro.
49456         (__ieee754_sqrtf): Define as macro.
49457         (__ieee754_sqrtl): Define as macro.
49458         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49459         inlined copy.
49460         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49461         __FINITE_MATH_ONLY__ consistent.
49462         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49463
49464 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49465
49466         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49467         of rawmemchr.
49468
49469         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49470
49471 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49472
49473         * po/ja.po: Update from translation team.
49474
49475 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49476
49477         * locale/programs/locarchive.c (prepare_address_space): New function.
49478         (create_archive, enlarge_archive, open_archive): Use it.
49479
49480         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49481         inside [SHARED], where it is used.
49482
49483         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49484
49485         * nss/getent.c (netgroup_keys): Remove unused variable.
49486         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49487
49488 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49489
49490         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49491         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49492         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49493         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49494         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49495         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49496         * math/Makefile (libm-calls): Add s_isinf_ns.
49497         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49498         * math/multc3.c: Likewise.
49499         * math/s_casin.c: Likewise.
49500         * math/s_casinf.c: Likewise.
49501         * math/s_casinl.c: Likewise.
49502         * math/s_ccos.c: Likewise.
49503         * math/s_ccosf.c: Likewise.
49504         * math/s_ccosl.c: Likewise.
49505         * math/s_ctan.c: Likewise.
49506         * math/s_ctanf.c: Likewise.
49507         * math/s_ctanh.c: Likewise.
49508         * math/s_ctanhf.c: Likewise.
49509         * math/s_ctanhl.c: Likewise.
49510         * math/s_ctanl.c: Likewise.
49511         * math/w_fmod.c: Likewise.
49512         * math/w_fmodf.c: Likewise.
49513         * math/w_fmodl.c: Likewise.
49514         * math/w_remainder.c: Likewise.
49515         * math/w_remainderf.c: Likewise.
49516         * math/w_remainderl.c: Likewise.
49517         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49518         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49519         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49520         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49521         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49522         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49523         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49524         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49525
49526         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49527         of the number.
49528         * stdio-common/printf_fphex.c: Likewise.
49529         * stdio-common/printf_size.c: Likewise.
49530
49531         * math/e_exp10.c: Include math_private.h using <...> not "...".
49532         * math/e_exp10f.c: Likewise.
49533         * math/e_exp10l.c: Likewise.
49534         * math/e_exp2l.c: Likewise.
49535         * math/e_j0l.c: Likewise.
49536         * math/e_j1l.c: Likewise.
49537         * math/e_jnl.c: Likewise.
49538         * math/e_lgammal_r.c: Likewise.
49539         * math/e_rem_pio2l.c: Likewise.
49540         * math/e_scalb.c: Likewise.
49541         * math/e_scalbf.c: Likewise.
49542         * math/e_scalbl.c: Likewise.
49543         * math/k_cosl.c: Likewise.
49544         * math/k_sinl.c: Likewise.
49545         * math/k_tanl.c: Likewise.
49546         * math/s_cacoshf.c: Likewise.
49547         * math/s_catan.c: Likewise.
49548         * math/s_catanf.c: Likewise.
49549         * math/s_catanh.c: Likewise.
49550         * math/s_catanhf.c: Likewise.
49551         * math/s_catanhl.c: Likewise.
49552         * math/s_catanl.c: Likewise.
49553         * math/s_ccosh.c: Likewise.
49554         * math/s_ccoshf.c: Likewise.
49555         * math/s_ccoshl.c: Likewise.
49556         * math/s_cexp.c: Likewise.
49557         * math/s_cexpf.c: Likewise.
49558         * math/s_cexpl.c: Likewise.
49559         * math/s_clog.c: Likewise.
49560         * math/s_clog10.c: Likewise.
49561         * math/s_clog10f.c: Likewise.
49562         * math/s_clog10l.c: Likewise.
49563         * math/s_clogf.c: Likewise.
49564         * math/s_clogl.c: Likewise.
49565         * math/s_csin.c: Likewise.
49566         * math/s_csinf.c: Likewise.
49567         * math/s_csinh.c: Likewise.
49568         * math/s_csinhf.c: Likewise.
49569         * math/s_csinhl.c: Likewise.
49570         * math/s_csinl.c: Likewise.
49571         * math/s_csqrt.c: Likewise.
49572         * math/s_csqrtf.c: Likewise.
49573         * math/s_csqrtl.c: Likewise.
49574         * math/s_ctan.c: Likewise.
49575         * math/s_ctanf.c: Likewise.
49576         * math/s_ctanh.c: Likewise.
49577         * math/s_ctanhf.c: Likewise.
49578         * math/s_ctanhl.c: Likewise.
49579         * math/s_ctanl.c: Likewise.
49580         * math/s_ldexp.c: Likewise.
49581         * math/s_ldexpf.c: Likewise.
49582         * math/s_ldexpl.c: Likewise.
49583         * math/s_significand.c: Likewise.
49584         * math/s_significandf.c: Likewise.
49585         * math/s_significandl.c: Likewise.
49586         * math/w_acos.c: Likewise.
49587         * math/w_acosf.c: Likewise.
49588         * math/w_acosh.c: Likewise.
49589         * math/w_acoshf.c: Likewise.
49590         * math/w_acoshl.c: Likewise.
49591         * math/w_acosl.c: Likewise.
49592         * math/w_asin.c: Likewise.
49593         * math/w_asinf.c: Likewise.
49594         * math/w_asinl.c: Likewise.
49595         * math/w_atan2.c: Likewise.
49596         * math/w_atan2f.c: Likewise.
49597         * math/w_atan2l.c: Likewise.
49598         * math/w_atanh.c: Likewise.
49599         * math/w_atanhf.c: Likewise.
49600         * math/w_atanhl.c: Likewise.
49601         * math/w_cosh.c: Likewise.
49602         * math/w_coshf.c: Likewise.
49603         * math/w_coshl.c: Likewise.
49604         * math/w_dremf.c: Likewise.
49605         * math/w_exp10.c: Likewise.
49606         * math/w_exp10f.c: Likewise.
49607         * math/w_exp10l.c: Likewise.
49608         * math/w_exp2.c: Likewise.
49609         * math/w_exp2f.c: Likewise.
49610         * math/w_fmod.c: Likewise.
49611         * math/w_fmodf.c: Likewise.
49612         * math/w_fmodl.c: Likewise.
49613         * math/w_hypot.c: Likewise.
49614         * math/w_hypotf.c: Likewise.
49615         * math/w_hypotl.c: Likewise.
49616         * math/w_j0.c: Likewise.
49617         * math/w_j0f.c: Likewise.
49618         * math/w_j0l.c: Likewise.
49619         * math/w_j1.c: Likewise.
49620         * math/w_j1f.c: Likewise.
49621         * math/w_j1l.c: Likewise.
49622         * math/w_jn.c: Likewise.
49623         * math/w_jnf.c: Likewise.
49624         * math/w_jnl.c: Likewise.
49625         * math/w_lgamma.c: Likewise.
49626         * math/w_lgamma_r.c: Likewise.
49627         * math/w_lgammaf.c: Likewise.
49628         * math/w_lgammaf_r.c: Likewise.
49629         * math/w_lgammal.c: Likewise.
49630         * math/w_lgammal_r.c: Likewise.
49631         * math/w_log.c: Likewise.
49632         * math/w_log10.c: Likewise.
49633         * math/w_log10f.c: Likewise.
49634         * math/w_log10l.c: Likewise.
49635         * math/w_log2.c: Likewise.
49636         * math/w_log2f.c: Likewise.
49637         * math/w_log2l.c: Likewise.
49638         * math/w_logf.c: Likewise.
49639         * math/w_logl.c: Likewise.
49640         * math/w_pow.c: Likewise.
49641         * math/w_powf.c: Likewise.
49642         * math/w_powl.c: Likewise.
49643         * math/w_remainder.c: Likewise.
49644         * math/w_remainderf.c: Likewise.
49645         * math/w_remainderl.c: Likewise.
49646         * math/w_scalb.c: Likewise.
49647         * math/w_scalbf.c: Likewise.
49648         * math/w_scalbl.c: Likewise.
49649         * math/w_sinh.c: Likewise.
49650         * math/w_sinhf.c: Likewise.
49651         * math/w_sinhl.c: Likewise.
49652         * math/w_sqrt.c: Likewise.
49653         * math/w_sqrtf.c: Likewise.
49654         * math/w_sqrtl.c: Likewise.
49655         * math/w_tgamma.c: Likewise.
49656         * math/w_tgammaf.c: Likewise.
49657         * math/w_tgammal.c: Likewise.
49658
49659         * po/ja.po: Update from translation team.
49660
49661 2011-09-29  Andreas Jaeger  <aj@suse.de>
49662
49663         [BZ #13179]
49664         * sunrpc/netname.c (netname2host): Fix logic.
49665
49666         [BZ #6779]
49667         [BZ #6783]
49668         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49669         correctly.
49670         * math/w_remainder.c (__remainder): Likewise.
49671         * math/w_remainderf.c (__remainderf): Likewise.
49672         * math/libm-test.inc (remainder_test): Add test cases.
49673
49674 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49675
49676         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49677         sdiv_qrnnd.
49678
49679 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49680
49681         * string/test-memcmp.c: Avoid unncessary #defines.
49682         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49683
49684 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49685
49686         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49687         Use new sse2 version for core i3 - i7 as it's faster
49688         than sse42 version.
49689         (bit_Prefer_PMINUB_for_stringop): New.
49690         * sysdeps/x86_64/rawmemchr.S: Update.
49691         Replace with faster SSE2 version.
49692         * sysdeps/x86_64/memrchr.S: New file.
49693         * sysdeps/x86_64/memchr.S: Update.
49694         Replace with faster SSE2 version.
49695
49696 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49697
49698         * elf/dl-load.c (lose): Add cast to avoid warning.
49699
49700 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49701
49702         * po/ca.po: Update from translation team.
49703
49704         * inet/getnetgrent_r.c: Hook up nscd.
49705         * nscd/Makefile (routines): Add nscd_netgroup.
49706         (nscd-modules): Add netgroupcache.
49707         (CFLAGS-netgroupcache.c): Define.
49708         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49709         (cache_search): Add const to second parameter.
49710         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49711         INNETGR.
49712         (dbs): Add netgrdb entry.
49713         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49714         (verify_persistent_db): Handle netgrdb.
49715         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49716         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49717         GETFDNETGR.
49718         (netgroup_response_header): Define.
49719         (innetgroup_response_header): Define.
49720         (datahead): Add netgroup_response_header and innetgroup_response_header
49721         elements.
49722         * nscd/nscd.conf: Add entries for netgroup cache.
49723         * nscd/nscd.h (dbtype): Add netgrdb.
49724         (_PATH_NSCD_NETGROUP_DB): Define.
49725         (netgroup_iov_disabled): Declare.
49726         (xmalloc, xcalloc, xrealloc): Move declarations here.
49727         (cache_search): Adjust prototype.
49728         Add netgroup-related prototypes.
49729         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49730         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49731         (__nscd_innetgr): Declare.
49732         * nscd/selinux.c (perms): Use access_vector_t as element type and
49733         add netgroup-related initializers.
49734         * nscd/netgroupcache.c: New file.
49735         * nscd/nscd_netgroup.c: New file.
49736         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49737         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49738         For four parameters use innetgr.
49739         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49740         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49741         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49742         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49743
49744         * nscd/connections.c (register_traced_file): Don't register file
49745         for disabled databases.
49746
49747 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49748
49749         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49750
49751         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49752         from tree and freeing node.
49753
49754 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49755
49756         * nss/nsswitch.c (__nss_database_lookup): Handle
49757         nss_parse_service_list out of memory case.
49758
49759 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49760
49761         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49762         out of memory case.
49763
49764 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49765
49766         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49767         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49768         pass it down.
49769         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49770         elf_machine_rela, elf_machine_lazy_rel.
49771         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49772         (ELF_DYNAMIC_DO_REL): Likewise.
49773         (ELF_DYNAMIC_DO_RELA): Likewise.
49774         (ELF_DYNAMIC_RELOCATE): Likewise.
49775         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49776         to ELF_DYNAMIC_DO_REL.
49777         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49778         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49779         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49780         elf_machine_rela.
49781         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49782         skip_ifunc, don't call ifunc function if non-zero.
49783         (elf_machine_rela): Likewise.
49784         (elf_machine_lazy_rel): Likewise.
49785         (elf_machine_lazy_rela): Likewise.
49786         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49787         (elf_machine_lazy_rel): Likewise.
49788         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49789         Likewise.
49790         (elf_machine_lazy_rel): Likewise.
49791         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49792         Likewise.
49793         (elf_machine_lazy_rel): Likewise.
49794         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49795         (elf_machine_lazy_rel): Likewise.
49796         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49797         (elf_machine_lazy_rel): Likewise.
49798         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49799         (elf_machine_lazy_rel): Likewise.
49800         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49801         (elf_machine_lazy_rel): Likewise.
49802         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49803         (elf_machine_lazy_rel): Likewise.
49804         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49805         (elf_machine_lazy_rel): Likewise.
49806
49807 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49808
49809         * nss/nss_files/files-init.c (_nss_files_init): Use static
49810         initialization for all the *_traced_file variables.
49811
49812 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49813
49814         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49815
49816 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49817
49818         [BZ #13226]
49819         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49820
49821 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49822
49823         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49824         Reread the line before reparsing it.
49825
49826 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49827
49828         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49829
49830 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49831             Maxim Kuvyrkov  <maxim@codesourcery.com>
49832             Joseph Myers  <joseph@codesourcery.com>
49833
49834         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49835         if needed for __stack_chk_guard.
49836
49837 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49838
49839         * sysdeps/posix/spawni.c (script_execute): Always define it.
49840         It will be optimized away if unused.
49841         (maybe_script_execute): New function.
49842         (__spawni): Call it.
49843
49844         * Makerules: Don't include tls.make.
49845         (config-tls): Always set to thread.
49846         * tls.make.c: File removed.
49847
49848 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49849
49850         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49851         * config.make.in (CPPFLAGS-config): New substituted variable.
49852
49853 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49854
49855         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49856
49857         [BZ #13192]
49858         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49859         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49860
49861 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49862
49863         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49864         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49865         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49866         (CALL_FAIL): Likewise.
49867         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49868         (CALL_FAIL): Macro removed.
49869         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49870
49871 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49872
49873         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49874         for __FINITE_MATH_ONLY__ == 1.
49875
49876 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49877
49878         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49879         __ieee754_sqrt instead of sqrt.
49880         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49881         __ieee754_sqrtf instead of sqrtf.
49882         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49883         __floorf instead of floorf.
49884         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49885         __floorf, __truncf instead of floorf, truncf.
49886
49887 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49888
49889         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49890
49891         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49892         __extern_always_inline.
49893         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49894         32-bit.
49895
49896 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49897
49898         * elf/rtld.c (dl_main): Also relocate in dependency order when
49899         doing symbol dependency testing.
49900
49901 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49902
49903         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49904         Always define `refsym'.
49905
49906 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49907
49908         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49909         (__FD_ELT): Renamed from __FDELT.
49910         * misc/bits/select2.h (__FD_ELT): Likewise.
49911         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49912         __FD_MASK instead of __FDELT, __FDMASK.
49913         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49914         Likewise.
49915         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49916         Likewise.
49917
49918         * elf/Makefile (gen-ldd): Fix pattern.
49919
49920         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49921         (init_tls): Likewise.
49922
49923 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49924
49925         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49926
49927 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49928
49929         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49930         `struct cmsghdr *' instead of `void *'.
49931         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49932         Likewise.
49933
49934 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49935
49936         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49937         if non-absolute.
49938         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49939         ldd_rewrite_script.
49940
49941 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49942
49943         * configure.in: Remove --with-tls option.
49944         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49945         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49946         out in case it is missing.
49947         * sysdeps/ia64/elf/configure.in: Likewise.
49948         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49949         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49950         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49951         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49952         * sysdeps/sh/elf/configure.in: Likewise.
49953         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49954         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49955         * sysdeps/x86_64/elf/configure.in: Likewise.
49956         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49957         * sysdeps/mach/hurd/tls.h: Likewise.
49958
49959         [BZ #13067]
49960         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49961
49962         [BZ #13090]
49963         * configure.in: Fix use of AC_INIT.
49964
49965         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49966
49967 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49968
49969         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49970         __set_errno.
49971         * malloc/hooks.c: Likewise.
49972
49973         [BZ #11929]
49974         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49975         variables statically.
49976         (narenas): Initialize.
49977         (list_lock): Initialize.
49978         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49979         initializtion of main_arena and list_lock.  Small cleanups.
49980         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49981         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49982         Add initializers to main_arena and mp_.
49983         (malloc_state): Remove pagesize member.  Change all users to use
49984         GLRO(dl_pagesize).
49985
49986         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49987         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49988         is always initialized.
49989
49990         * malloc/malloc.c: Removed unused configurations and dead code.
49991         * malloc/arena.c: Likewise.
49992         * malloc/hooks.c: Likewise.
49993         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49994
49995         * include/tls.h: Removed.  USE___THREAD must always be defined.
49996         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49997         * elf/dl-libc.c: Likewise.
49998         * elf/dl-tsd.c: Likewise.
49999         * include/errno.h: Likewise.
50000         * include/netdb.h: Likewise.
50001         * include/resolv.h: Likewise.
50002         * inet/herrno-loc.c: Likewise.
50003         * inet/herrno.c: Likewise.
50004         * malloc/arena.c: Likewise.
50005         * malloc/hooks.c: Likewise.
50006         * malloc/malloc.c: Likewise.
50007         * resolv/res-state.c: Likewise.
50008         * resolv/res_libc.c: Likewise.
50009         * sysdeps/i386/dl-machine.h: Likewise.
50010         * sysdeps/ia64/dl-machine.h: Likewise.
50011         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50012         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50013         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50014         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50015         * sysdeps/sh/dl-machine.h: Likewise.
50016         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50017         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50018         * sysdeps/unix/i386/sysdep.S: Likewise.
50019         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50020         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50021         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50022         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50023         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50024         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50025         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50026         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50027         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50028         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50029         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50030         * sysdeps/x86_64/dl-machine.h: Likewise.
50031         * tls.make.c: Likewise.
50032
50033         * configure.in: Remove --with-__thread option.  Make tests for
50034         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50035         tls_model attribute fail if no support is available.  Remove
50036         USE_IN_LIBIO.
50037         * Makeconfig: Adjust for dropped configure option.  All features are
50038         now mandatory.
50039         * Makerules: Likewise.
50040         * Versions.def: Likewise.
50041         * argp/argp-fmtstream.c: Likewise.
50042         * argp/argp-fmtstream.h: Likewise.
50043         * argp/argp-help.c: Likewise.
50044         * assert/assert.c: Likewise.
50045         * config.h.in: Likewise.
50046         * config.make.in: Likewise.
50047         * configure: Likewise.
50048         * configure.in: Likewise.
50049         * csu/Versions: Likewise.
50050         * csu/init.c: Likewise.
50051         * elf/tst-audit2.c: Likewise.
50052         * elf/tst-tls10.c: Likewise.
50053         * elf/tst-tls10.h: Likewise.
50054         * elf/tst-tls11.c: Likewise.
50055         * elf/tst-tls12.c: Likewise.
50056         * elf/tst-tls14.c: Likewise.
50057         * elf/tst-tlsmod11.c: Likewise.
50058         * elf/tst-tlsmod12.c: Likewise.
50059         * elf/tst-tlsmod13.c: Likewise.
50060         * elf/tst-tlsmod13a.c: Likewise.
50061         * elf/tst-tlsmod14a.c: Likewise.
50062         * elf/tst-tlsmod15b.c: Likewise.
50063         * elf/tst-tlsmod16a.c: Likewise.
50064         * elf/tst-tlsmod16b.c: Likewise.
50065         * elf/tst-tlsmod7.c: Likewise.
50066         * elf/tst-tlsmod8.c: Likewise.
50067         * elf/tst-tlsmod9.c: Likewise.
50068         * gmon/gmon.c: Likewise.
50069         * grp/fgetgrent_r.c: Likewise.
50070         * grp/putgrent.c: Likewise.
50071         * hurd/fopenport.c: Likewise.
50072         * include/libc-symbols.h: Likewise.
50073         * include/tls.h: Likewise.
50074         * intl/gettextP.h: Likewise.
50075         * intl/loadinfo.h: Likewise.
50076         * locale/global-locale.c: Likewise.
50077         * locale/localeinfo.h: Likewise.
50078         * mach/devstream.c: Likewise.
50079         * malloc/arena.c: Likewise.
50080         * malloc/set-freeres.c: Likewise.
50081         * misc/err.c: Likewise.
50082         * misc/getttyent.c: Likewise.
50083         * misc/mntent_r.c: Likewise.
50084         * posix/getopt.c: Likewise.
50085         * posix/wordexp.c: Likewise.
50086         * pwd/fgetpwent_r.c: Likewise.
50087         * resolv/Versions: Likewise.
50088         * resolv/res_hconf.c: Likewise.
50089         * shadow/fgetspent_r.c: Likewise.
50090         * shadow/putspent.c: Likewise.
50091         * stdio-common/printf_fphex.c: Likewise.
50092         * stdio-common/tmpfile.c: Likewise.
50093         * stdlib/abort.c: Likewise.
50094         * stdlib/fmtmsg.c: Likewise.
50095         * sunrpc/auth_unix.c: Likewise.
50096         * sunrpc/clnt_perr.c: Likewise.
50097         * sunrpc/clnt_tcp.c: Likewise.
50098         * sunrpc/clnt_udp.c: Likewise.
50099         * sunrpc/clnt_unix.c: Likewise.
50100         * sunrpc/openchild.c: Likewise.
50101         * sunrpc/svc_simple.c: Likewise.
50102         * sunrpc/svc_tcp.c: Likewise.
50103         * sunrpc/svc_udp.c: Likewise.
50104         * sunrpc/svc_unix.c: Likewise.
50105         * sunrpc/xdr.c: Likewise.
50106         * sunrpc/xdr_array.c: Likewise.
50107         * sunrpc/xdr_rec.c: Likewise.
50108         * sunrpc/xdr_ref.c: Likewise.
50109         * sunrpc/xdr_stdio.c: Likewise.
50110
50111 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50112
50113         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50114
50115 2011-07-03  Andreas Jaeger  <aj@suse.de>
50116
50117         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50118         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50119         regenerate with gen-libm-tests.pl.
50120
50121 2010-05-12  Petr Baudis  <pasky@suse.cz>
50122
50123         [BZ #11589]
50124         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50125         around j0() zero points by switching to j1().
50126         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50127         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50128         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50129         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50130
50131 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50132
50133         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50134         instead of 0.
50135         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50136         instead of 0.
50137         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50138         Patch in part by Pavel Roskin <proski@gnu.org>.
50139
50140         [BZ #13138]
50141         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50142         realloc.
50143         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50144         Free memory block if necessary.
50145
50146         [BZ #12847]
50147         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50148         be NULL.  Don't lock in this case.
50149
50150 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50151
50152         * elf/elf.h (ELFOSABI_GNU): New macro.
50153         (ELFOSABI_LINUX): Define to that.
50154
50155 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50156
50157         * string/strncat.c (strncat): Undef the symbol in case it has been
50158         defined in bits/string.h.
50159
50160 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50161
50162         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50163
50164         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50165         link map.
50166
50167 2011-08-17  Andreas Jaeger  <aj@suse.de>
50168
50169         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50170
50171 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50172             Ian Lance Taylor  <iant@google.com>
50173
50174         * math/libm-test.inc (lround_test): New testcase.
50175         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50176
50177 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50178
50179         * Makefile: Remove support for automatic cvs check-ins.
50180         * Makerules: Likewise.
50181         * config.make.in: Likewise.
50182         * configure.in: Likewise.
50183         * intl/Makefile: Likewise.
50184         * locale/Makefile: Likewise.
50185         * po/Makefile: Likewise.
50186         * posix/Makefile: Likewise.
50187         * sysdeps/gnu/Makefile: Likewise.
50188         * sysdeps/mach/hurd/Makefile: Likewise.
50189         * sysdeps/sparc/sparc32/Makefile: Likewise.
50190
50191         [BZ #13118]
50192         * posix/Makefile (bug-regex32-ENV): Define.
50193         Patch by John Stanley <jpsinthemix@verizon.net>.
50194
50195         * misc/Makefile (headers): Add bits/select2.h.
50196         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50197         * misc/bits/select2.h: New file.
50198         * include/bits/select2.h: New file.
50199         * debug/Makefile (routines): Add fdelt_chk.
50200         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50201         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50202         FD_ISSET.
50203         * debug/fdelt_chk.c: New file.
50204
50205         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50206         * wcsmbs/test-wmemcmp.c: Likewise.
50207         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50208         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50209
50210 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50211
50212         * string/Makefile (strop-tests): Add memcmp.
50213         * string/test-wmemcmp.c: New file.
50214         * string/test-memcmp.c: Add wmemcmp support.
50215
50216 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50217
50218         [BZ #13153]
50219         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50220         2011-07-19 change.
50221
50222         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50223         garbage value in a __mach_port_mod_refs call in the cases of the
50224         task-self and thread-self ports.
50225
50226 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50227
50228         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50229
50230 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50231
50232         * elf/dl-load.c (lose): Check for non-null L.
50233
50234 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50235
50236         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50237
50238         * elf/dl-libc.c (dlerror_run): Pass back error code from
50239         dl_catch_error.
50240
50241         [BZ #13123]
50242         * elf/dl-load.c (lose): Free l_origin if it is valid.
50243
50244         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50245         names.
50246         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50247         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50248         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50249         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50250         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50251         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50252
50253 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50254
50255         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50256         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50257         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50258         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50259         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50260         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50261         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50262         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50263         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50264         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50265
50266 2011-08-15  Alan Modra  <amodra@gmail.com>
50267
50268         [BZ #13092]
50269         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50270         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50271         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50272         ppc_mcount to static-only-routines.
50273         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50274         __mcount_internal.
50275         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50276         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50277
50278 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50279
50280         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50281         for finite and infinity parameters.
50282
50283 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50284
50285         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50286         and add nop instructions for throughput optimization.
50287         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50288
50289 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50290
50291         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50292         aligned copy for power7 with vector-scalar instructions.
50293         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50294
50295 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50296
50297         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50298         AVX check.
50299
50300 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50301
50302         [BZ #13144]
50303         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50304         last change.
50305
50306 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50307
50308         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50309         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50310         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50311         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50312         clock_gettime.
50313
50314 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50315
50316         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50317         Forgot to demangle the pointer.
50318
50319         * sysdeps/i386/sysdep.h: Define atom_text_section.
50320         * sysdeps/x86_64/sysdep.h: Likewise.
50321         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50322         section with atom_text_section.
50323         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50324         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50325         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50326         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50327         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50328
50329         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50330         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50331         already be defined.  Change to take two parameters and don't assign
50332         result to variable.  Adjust all users.
50333         Define INTERNAL_GETTIME if not already defined.
50334         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50335         call.
50336         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50337         HAVE_CLOCK_GETTIME_VSYSCALL.
50338         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50339
50340         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50341         gettimeofday vsyscall, just use time.
50342
50343 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50344
50345         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50346         <errno.h>.
50347
50348 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50349
50350         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50351         syscall on x86-64.
50352         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50353         syscall.
50354         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50355         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50356         syscall if possible.
50357
50358 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50359
50360         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50361         e_ident.  Don't pass to find_mapsXX.
50362         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50363
50364 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50365
50366         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50367         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50368         * sysdeps/x86_64/multiarch/strchr.S: Update.
50369         Check bit_slow_BSF bit.
50370         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50371         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50372         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50373
50374 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50375
50376         [BZ #13134]
50377         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50378         before glibc 2.15.
50379         (tryshell): Define.
50380         (__spawni): Change last parameter to be flag.  Test
50381         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50382         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50383         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50384         * posix/spawni.c: Likewise.
50385         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50386         * posix/spawnp.c: Likewise.  Change normal version to use
50387         SPAWN_XFLAGS_USE_PATH.
50388         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50389         SPAWN_XFLAGS_TRY_SHELL.
50390
50391         [BZ #13150]
50392         * posix/glob.h: Remove gcc 1.x support.
50393
50394         [BZ #13068]
50395         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50396
50397 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50398
50399         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50400         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50401         strrchr-sse2-bsf
50402         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50403         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50404         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50405         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50406         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50407         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50408
50409 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50410
50411         * sysdeps/x86_64/wcscmp.S: New file.
50412
50413         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50414         wcscmp-c wcscmp-sse2
50415         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50416         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50417         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50418         * wcsmbs/wcscmp.c: Allow renaming.
50419
50420 2011-09-05  David S. Miller  <davem@davemloft.net>
50421
50422         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50423         stack slot, rather than the struct return pointer slot.
50424         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50425         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50426         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50427         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50428
50429 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50430
50431         * po/ja.po: Update from translation team.
50432
50433         [BZ #13144]
50434         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50435         kernel in 64-bit binaries.
50436
50437 2011-09-01  David S. Miller  <davem@davemloft.net>
50438
50439         * elf/elf.h (HWCAP_SPARC_*): Move to..
50440         * sysdeps/sparc/sysdep.h: this new file and add new values.
50441         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50442         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50443         _DL_HWCAP_COUNT to 24.
50444         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50445         entries.
50446         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50447         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50448         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50449         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50450         instead of magic constants.
50451         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50452
50453 2011-08-31  David S. Miller  <davem@davemloft.net>
50454
50455         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50456         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50457         Reimplement to do errno handling inline.
50458         (SYSCALL_ERROR_HANDLER): New macro.
50459         (__SYSCALL_STRING): Do not do errno handling in asm.
50460         (__CLONE_SYSCALL_STRING): Delete.
50461         (__INTERNAL_SYSCALL_STRING): Delete.
50462         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50463         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50464         (PSEUDO): Reimplement to do errno handling inline.
50465         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50466         (SYSCALL_ERROR_HANDLER): New macro.
50467         (__SYSCALL_STRING): Do not do errno handling in asm.
50468         (__CLONE_SYSCALL_STRING): Delete.
50469         (__INTERNAL_SYSCALL_STRING): Delete.
50470         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50471         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50472         i386.
50473         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50474         (inline_syscall*): Add 'err' argument.
50475         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50476         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50477         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50478         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50479
50480         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50481         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50482
50483 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50484
50485         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50486
50487 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50488
50489         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50490         directive.
50491
50492 2011-08-24  David S. Miller  <davem@davemloft.net>
50493
50494         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50495
50496 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50497
50498         * elf/Makefile: Add rules to build and run unload8 test.
50499         * elf/unload8.c: New file.
50500         * elf/unload8mod1.c: New file.
50501         * elf/unload8mod1x.c: New file.
50502         * elf/unload8mod2.c: New file.
50503         * elf/unload8mod3.c: New file.
50504
50505         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50506         it wasn't used.
50507
50508 2011-08-23  David S. Miller  <davem@davemloft.net>
50509
50510         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50511         subtract stack bias.
50512         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50513         %sp not %fp in calculations.
50514         (_JMPBUF_UNWINDS_ADJ): Likewise.
50515
50516         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50517         (aio_suspend): Call it to force an exception region around the
50518         AIO_MISC_WAIT() invocation.
50519
50520 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50521
50522         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50523         backslash.
50524
50525 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50526
50527         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50528         protection macro.
50529         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50530         and <dl-machine.h>.
50531         (Elf64_FuncDesc): Remove.
50532
50533 2011-08-22  David S. Miller  <davem@davemloft.net>
50534
50535         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50536         sigaltstack check, add missing cfi directives.
50537         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50538         missing cfi directives, and sigaltstack handling.
50539
50540 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50541
50542         [BZ #11724]
50543         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50544         object is seen twice.
50545         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50546
50547         * elf/Makefile (distribute): Add tst-initorder2.c.
50548         (tests): Add tst-initorder2.
50549         (modules-names): Add tst-initorder2a tst-initorder2b
50550         tst-initorder2c tst-initorder2d.  Add rules to build them.
50551         ($(objpfx)tst-initorder2.out): New rule.
50552         * elf/tst-initorder2.c: New file.
50553         * elf/tst-initorder2.exp: New file.
50554
50555 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50556
50557         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50558
50559         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50560         dependencies back to end of function.
50561
50562         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50563         $(elfobjdir)/ld.so.
50564
50565 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50566
50567         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50568         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50569         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50570         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50571         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50572         of __vdso_gettimeofday.
50573         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50574         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50575         attribute_hidden.
50576         (_libc_vdso_platform_setup): Remove initialization of
50577         __vdso_gettimeofday and __vdso_time.
50578
50579 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50580
50581         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50582         and fgetc_unlocked.
50583         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50584         getc_unlocked.
50585
50586         * elf/dl-open.c (add_to_global): Report additions to the global scope
50587         for LD_DEBUG=scopes.
50588         (dl_open_worker): Also print scope of newly loaded dependencies.
50589         (_dl_show_scope): Indicate if there is no scope.
50590
50591         [BZ #13114]
50592         * stdio-common/Makefile (tests): Add bug24.
50593         * stdio-common/bug24.c: New file.
50594
50595 2011-08-19  Andreas Jaeger  <aj@suse.de>
50596
50597         [BZ #13114]
50598         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50599         non-existant file when using close-on-exec mode.
50600
50601 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50602
50603         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50604         the very first instruction.
50605
50606         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50607         the CFI state in the end.
50608         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50609         inclusion of dl-trampoline.h.
50610         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50611
50612 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50613
50614         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50615         expectations for long double.
50616
50617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50618         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50619
50620 2011-08-14  David S. Miller  <davem@davemloft.net>
50621
50622         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50623         artificual limit depends upon the system page size.
50624
50625 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50626
50627         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50628         * resolv/Makefile: Define CFLAGS-libresolv.
50629
50630 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50631
50632         * nss/makedb.c (compute_tables): Make variables used in nested
50633         function static.
50634
50635 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50636
50637         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50638         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50639         if buffer was too small.
50640
50641         * elf/pldd.c (main): Attach to all threads in the process.
50642         Rewrite /proc handling to use *at functions.
50643
50644 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50645
50646         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50647         specifies first scope to show.
50648         (dl_open_worker): Update callers.  Move printing scope of new
50649         object to before the relocation.
50650         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50651         * sysdeps/generic/ldsodefs.h: Update declaration.
50652
50653         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50654         string for the scope number.
50655
50656 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50657
50658         * nscd/servicescache.c (cache_addserv): Make sure written is always
50659         initialized.
50660
50661 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50662
50663         * sysdeps/i386/i486/bits/atomic.h
50664         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50665         statement expression, so as to suppress "set but not used" warning.
50666         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50667
50668         * string/strncat.c (STRNCAT): Use prototype definition.
50669
50670         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50671         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50672         -Iprograms here.
50673         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50674         (localedef-modules): Add localedef.
50675         (locale-modules): Add locale.
50676
50677         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50678         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50679         to avoid a warning.
50680
50681 2011-08-14  David S. Miller  <davem@davemloft.net>
50682
50683         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50684         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50685
50686 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50687
50688         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50689         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50690         * elf/rtld.c (dl_main): Set l_name of vDSO.
50691         Call _dl_show_scope when DL_DEBUG_SCOPES.
50692         (process_dl_debug): Recognize scopes flag and also set it for all.
50693         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50694         Declare _dl_show_scope.
50695
50696         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50697         (do_dlopen): Pass caller_dlopen to dl_open.
50698         (__libc_dlopen_mode): Initialize caller_dlopen.
50699
50700         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50701         of libc.  Make tolower call locale-independent.  Optimize a bit by
50702         using isdigit instead of isalnum.
50703         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50704
50705 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50706
50707         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50708         was a dependency or dynamically loaded.
50709
50710 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50711
50712         * intl/l10nflist.c: Allow architecture-specific pop function.
50713         * sysdeps/x86_64/l10nflist.c: New file.
50714
50715         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50716         classification.
50717
50718 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50719
50720         * include/dirent.h: Add libc_hidden_proto for scandirat and
50721         scandirat64.  Don't declare __scandirat64.
50722         * dirent/scandirat.c: Add libc_hidden_def.
50723         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50724         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50725
50726 2011-08-10  David S. Miller  <davem@davemloft.net>
50727
50728         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50729         enum.
50730         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50731         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50732         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50733
50734 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50735
50736         * Versions.def [libc]: Add GLIBC_2.15.
50737         * dirent/Makefile (routines): Add scandirat and scandirat64.
50738         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50739         GLIBC_2.15.
50740         * dirent/dirent.h: Declare scandirat and scandirat64.
50741         * dirent/scandirat.c: New file.
50742         * dirent/scandirat64.c: New file.
50743         * sysdeps/wordsize-64/scandirat.c: New file.
50744         * sysdeps/wordsize-64/scandirat64.c: New file.
50745         * dirent/opendir.c: Define opendirat.
50746         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50747         using scandirat.
50748         * dirent/scandir64.c: Adjust for scandir.c change.
50749         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50750         __scandirat64, and __scandir_cancel_handler.
50751         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50752         additional parameter and use openat instead of open (outside of ld.so).
50753         Add new __opendir as wrapper around __opendirat.
50754         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50755         here without requiring old scandirat implementation.
50756
50757 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50758
50759         * dirent/scandir.c (cancel_handler): Renamed to
50760         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50761         defined.  Adjust users.
50762         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50763         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50764
50765 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50766
50767         * string/test-string.h (IMPL): Use __STRING to expand name and then
50768         stringify it.
50769
50770         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50771         of cleanups.
50772
50773 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50774
50775         * string/Makefile: Update.
50776         (strop-tests): Append strncat.
50777         * string/test-wcscmp.c: New file.
50778         New comprehensive test for wcscmp.
50779         * string/test-strcmp.c: Update.
50780         (WIDE): New define.
50781
50782 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50783
50784         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50785         line.
50786
50787 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50788
50789         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50790         encoding to ACE if AI_IDN.
50791
50792 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50793
50794         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50795         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50796
50797 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50798
50799         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50800         Fix overflow bug in strncat.
50801         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50802
50803         * string/test-strncat.c: Update.
50804         Add new tests for checking overflow bugs.
50805
50806 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50807
50808         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50809         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50810         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50811         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50812         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50813         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50814         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50815         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50816         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50817
50818         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50819         (USE_AS_STRCAT): Define.
50820         Add strcat and strncat support.
50821         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50822
50823 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50824
50825         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50826         __n bigger than INT_MAX+1.
50827         (__strncmp_g): Likewise.
50828
50829 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50830
50831         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50832         * libio/stido.h: Likewise.
50833
50834         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50835         (AF_NFC): Define.
50836         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50837         (AF_NFC): Define.
50838
50839         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50840         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50841         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50842         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50843         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50844
50845         [BZ #13021]
50846         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50847         installed.
50848
50849         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50850         typo.
50851         (_dl_x86_64_save_sse): Likewise.
50852
50853 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50854
50855         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50856         OSXSAVE.
50857         (_dl_x86_64_save_sse): Likewise.
50858
50859         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50860
50861         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50862
50863 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50864
50865         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50866         change.
50867         (_dl_x86_64_save_sse): Use correct AVX check.
50868
50869 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50870
50871         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50872         bug in strncpy/strncat.
50873         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50874
50875 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50876
50877         * string/tester.c (test_strcat): Add tests for different alignments
50878         of source and destination.
50879         (test_strncat): Likewise.
50880
50881 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50882
50883         [BZ #12852]
50884         * posix/glob.c (glob): Check passed in values before using them in
50885         expressions to avoid some overflows.
50886         (glob_in_dir): Likewise.
50887
50888         [BZ #13007]
50889         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50890         check for AVX enablement so that we don't crash with old kernels and
50891         new hardware.
50892         * elf/tst-audit4.c: Add same checks here.
50893         * elf/tst-audit6.c: Likewise.
50894
50895         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50896
50897 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50898
50899         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50900
50901 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50902
50903         * po/cs.po: Update from translation team.
50904         * po/bg.po: Likewise.
50905
50906 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50907
50908         * misc/sys/cdefs.h: Add support for const attribute.
50909         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50910         to gnu_dev_{major,minor,makedev} functions.
50911
50912 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50913
50914         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50915
50916 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50917
50918         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50919         strlen results.
50920
50921 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50922
50923         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50924         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50925         register in order to avoid conflicts with the soft frame pointer
50926         being held in r11 when necessary.
50927         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50928         (INTERNAL_VSYSCALL_NCS): Likewise.
50929
50930 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50931
50932         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50933         * elf/dl-fini.c (_dl_fini): Adjust caller.
50934         * elf/dl-close.c (_dl_close_worker): Likewise.
50935         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50936
50937 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50938
50939         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50940         "aux_cache->nlibs < 0".
50941
50942         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50943         in the reload-count case.
50944
50945 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50946
50947         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50948         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50949         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50950         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50951         * sysdeps/x86_64/multiarch/strcat.S: New file.
50952         * sysdeps/x86_64/multiarch/strncat.S: New file.
50953         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50954         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50955         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50956         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50957         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50958         (USE_AS_STRCAT): Define.
50959         Add strcat and strncat support.
50960         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50961         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50962         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50963         * string/strncat.c: Update.
50964         (USE_AS_STRNCAT): Define.
50965         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50966         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50967         and i7.
50968         * sysdeps/x86_64/multiarch/init-arch.h
50969         (bit_Prefer_PMINUB_for_stringop): New.
50970         (index_Prefer_PMINUB_for_stringop): Likewise.
50971         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50972         bit_Prefer_PMINUB_for_stringop.
50973
50974 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50975
50976         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50977         buffer64.
50978         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50979         of casting of buffer.
50980         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50981         buffer32 and buffer64.
50982         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50983         writes instead of casting of buffer.
50984         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50985         buffer32.
50986         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50987         casting of buffer.
50988
50989 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50990
50991         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50992
50993 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50994
50995         * nscd/nscd.c (termination_handler): Don't do anything for a database
50996         if it has not yet been initialized.
50997
50998 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50999
51000         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51001
51002 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51003
51004         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51005
51006 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51007
51008         * po/nl.po: Update from translation team.
51009         * po/sv.po: Likewise.
51010
51011 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51012
51013         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51014         now disallowed by GCC.
51015
51016         * configure.in (use-default-link): Default to yes if a test -shared
51017         link meets our qualifications.
51018         * configure: Regenerated.
51019
51020         * config.make.in (output-format): New variable.
51021         * configure.in: Check for ld --print-output-format support.
51022         * configure: Regenerated.
51023         * Makerules ($(common-objpfx)format.lds)
51024         [$(output-format) != unknown]: Just use $(output-format),
51025         instead of the linker-script munging.
51026
51027 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51028
51029         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51030         of $(common-objpfx)shlib.lds.
51031         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51032
51033         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51034         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51035
51036         * configure.in (-z relro check): Adjust test code to add a large
51037         writable data section after it.
51038         * configure: Regenerated.
51039
51040 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51041
51042         * configure.in (-z relro check): Fix test code to make the variable
51043         truly const.
51044         * configure: Regenerated.
51045
51046 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51047
51048         * nscd/nscd.h (struct traced_file): Define.
51049         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51050         elements.  Add traced_files.
51051         (inotify_fd): Declare.
51052         (register_traced_file): Declare.
51053         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51054         (inotify_fd): Export.
51055         (resolv_conf_descr): Remove.
51056         (nscd_init): Move inotify descriptor creation to main.
51057         Don't register files for notification here.
51058         (register_traced_file): New function.
51059         (invalidate_cache): Don't use reset_res to determine whether to call
51060         res_init, go through the list of registered files.
51061         (main_loop_poll): The inotify descriptors are now stored in the
51062         structures for the traced files.
51063         (main_loop_epoll): Likewise
51064         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51065         to __nss_disable_nscd.
51066         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51067         for a database anymore.  Check the records for all the registered
51068         files instead.
51069         * nss/Makefile (libnss_files-routines): Add files-init.
51070         (libnss_db-routines): Add db-init.
51071         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51072         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51073         * nss/nss_db/db-init.c: New file.
51074         * nss/nss_files/files-init.c: New file.
51075         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51076         __nss_lookup_function.
51077         (__nss_lookup_function): Call nss_load_library.
51078         (nss_load_all_libraries): New function.
51079         (__nss_disable_nscd): Take parameter with callback function for files
51080         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51081         used for the cached services.
51082         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51083         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51084         options for features to all the files in nscd.
51085
51086         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51087
51088 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51089
51090         * csu/elf-init.c (__libc_csu_init): Comment typo.
51091
51092 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51093
51094         * po/pl.po: Update from translation team.
51095         * po/ja.po: Likewise.
51096         * po/ru.po: Likewise.
51097         * po/ko.po: Likewise.
51098         * po/fr.po: Likewise.
51099
51100 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51101
51102         * configure.in (.ctors/.dtors header and trailer check):
51103         Use an empirical test on a built program.
51104         * configure: Regenerated.
51105
51106         * configure.in (-z relro check): Use an empirical test on a built DSO.
51107         Detect, but do not require, on ia64.
51108         * configure: Regenerated.
51109
51110         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51111         Update tests that use readelf to use $READELF instead.
51112         * configure: Regenerated.
51113
51114 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51115
51116         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51117         if the result is not used.
51118
51119 2011-07-05  Andreas Jaeger  <aj@suse.de>
51120
51121         [BZ#9696]
51122         * stdlib/tst-strtod.c: Add testcase.
51123
51124 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51125
51126         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51127         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51128         The latter has a higher limit.  Take additional parameter to pass to
51129         the new function.
51130         (__pathconf): Pass file to __statfs_link_max.
51131         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51132         __statfs_link_max.
51133         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51134         __statfs_link_max.
51135
51136         [BZ #12868]
51137         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51138         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51139         Handle Lustre.
51140         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51141         (__statfs_filesize_max): Likewise.
51142         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51143
51144 2011-07-05  Andreas Jaeger  <aj@suse.de>
51145
51146         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51147
51148 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51149
51150         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51151         `status' variable.
51152         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51153         Likewise.
51154
51155 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51156
51157         * Makefile (strop-tests): Add strncat.
51158         * string/test-strncat.c: New file.
51159
51160 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51161
51162         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51163
51164 2011-06-21  Andreas Jaeger  <aj@suse.de>
51165
51166         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51167         Copy rule from iconvdata/Makefile.
51168
51169 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51170
51171         [BZ #12922]
51172         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51173         but no long options are defined, just return 'W'.
51174
51175 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51176
51177         [BZ #9696]
51178         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51179
51180 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51181
51182         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51183         netgroups to read.
51184         (innetgr): Likewise.
51185
51186 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51187
51188         * config.make.in (install_root): Default to $(DESTDIR).
51189
51190 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51191
51192         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51193
51194 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51195
51196         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51197
51198         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51199         containing directory rather than embedding absolute directory names.
51200
51201         * scripts/check-local-headers.sh: Rewritten using awk.
51202         Match by word, not by line.  Print error messages for matches.
51203         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51204
51205         * Makerules [shlib-lds-flags empty]:
51206         ($(common-objpfx)libc_pic.opts): New target.
51207         ($(common-objpfx)libc_pic.os.clean): New target.
51208         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51209
51210         * config.make.in (OBJCOPY): New variable.
51211         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51212         * configure: Regenerated.
51213
51214         * config.make.in (use-default-link): New variable.
51215         * configure.in (use_default_link): Grok --with-default-link to set it.
51216         * configure: Regenerated.
51217         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51218         (shlib-lds, shlib-lds-flags): Define to empty.
51219
51220         * Makerules (shlib-lds): New variable.
51221         (shlib-lds-flags): New variable.
51222         (build-shlib, build-moduile, build-module-asneeded): Use it.
51223         ($(common-objpfx)libc.so): Use $(shlib-lds).
51224         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51225         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51226
51227         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51228         DT_FLAGS/DT_FLAGS_1 with zero flags.
51229
51230         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51231         linker script munging.
51232
51233 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51234
51235         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51236         as 128-bit value.
51237         * crypt/sha512.c (sha512_process_block): Perform total addition using
51238         128-bit if possible.
51239         (__sha512_finish_ctx): Likewise.
51240         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51241         as 64-bit value.
51242         * crypt/sha256.c (SWAP64): Define.
51243         (sha256_process_block): Perform total addition using 64-bit if
51244         possible.
51245         (__sha256_finish_ctx): Likewise.
51246
51247 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51248
51249         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51250         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51251         * nscd/hstcache.c (cache_addhst): Likewise.
51252         * nscd/grpcache.c (cache_addgr): Likewise.
51253         * nscd/aicache.c (addhstaiX): Likewise
51254         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51255
51256 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51257
51258         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51259         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51260         * nscd/hstcache.c (cache_addhst): Likewise.
51261         * nscd/grpcache.c (cache_addgr): Likewise.
51262         * nscd/aicache.c (addhstaiX): Likewise
51263
51264 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51265
51266         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51267         domain only when needed.
51268
51269 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51270
51271         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51272         is always restored.
51273
51274 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51275
51276         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51277         are re-adding the entry.
51278         * nscd/servicescache.c (cache_addserv): Likewise.
51279
51280 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51281
51282         * sysdeps/generic/dl-irel.h: fix protection against multiple
51283         inclusions.
51284         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51285
51286 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51287
51288         [BZ #12935]
51289         * malloc/memusage.sh: Fix quoting in message.
51290         * debug/xtrace.sh: Likewise.
51291
51292         * configure.in: Remove support for --experimental-malloc option, make
51293         it the default.
51294         * config.make.in: Likewise.
51295         * malloc/Makefile: Likewise.
51296
51297 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51298
51299         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51300         two-byte characters.
51301
51302 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51303
51304         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51305         AC_CACHE_CHECK invocation.
51306         * configure: Regenerated.
51307
51308         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51309
51310 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51311
51312         [BZ #12350]
51313         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51314         bit from old_res_options.
51315
51316         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51317
51318         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51319         value type for setfct.
51320
51321 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51322
51323         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51324         __gettimeofday instead of gettimeofday.
51325
51326 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51327
51328         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51329
51330 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51331
51332         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51333
51334         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51335         info.
51336
51337 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51338
51339         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51340         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51341         strcpy-sse2-unaligned strncpy-sse2-unaligned
51342         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51343         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51344         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51345         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51346         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51347         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51348         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51349         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51350         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51351         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51352         (STRCPY): Support SSE2 and SSSE3 versions.
51353
51354 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51355
51356         [BZ #12874]
51357         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51358         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51359         kernels which artificially limit size of requests.
51360
51361 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51362
51363         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51364         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51365         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51366         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51367         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51368         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51369         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51370         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51371         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51372         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51373         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51374         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51375         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51376         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51377         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51378         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51379         Enable unaligned load optimization for Intel Core i3, i5 and i7
51380         processors.
51381         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51382         Define.
51383         (index_Fast_Unaligned_Load): Define.
51384         (HAS_FAST_UNALIGNED_LOAD): Define.
51385
51386 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51387
51388         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51389
51390 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51391
51392         [BZ #12907]
51393         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51394         until it is clear that the information is realy needed.
51395         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51396
51397 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51398
51399         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51400
51401 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51402
51403         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51404         /sys/devices/system/cpu/online if it is usable.
51405
51406         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51407         reading the information from the /proc filesystem to once a second.
51408
51409 2011-06-21  Andreas Jaeger  <aj@suse.de>
51410
51411         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51412         NULL after inclusion of kernel headers.
51413
51414 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51415
51416         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51417         calls to internal_setent.
51418
51419         [BZ #12885]
51420         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51421         addresses using gethostbyname4_r ignore IPv4 addresses.
51422
51423         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51424         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51425
51426         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51427
51428 2011-06-20  David S. Miller  <davem@davemloft.net>
51429
51430         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51431         inclusions.
51432         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51433
51434         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51435         (elf_irel): Use it.
51436         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51437         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51438         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51439         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51440         * sysdeps/x86_64/dl-irel.h: Likewise.
51441
51442         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51443         * elf/dl-sym.c: Likewise.
51444
51445 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51446
51447         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51448         need to dereference resplen2.
51449
51450 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51451
51452         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51453
51454 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51455
51456         * Makeconfig: Define vardbdir and inst_vardbdir.
51457         * nss/Makefile: Add rules to install db-Makefile.
51458
51459         * nss/nss_db/db-XXX.c: Cleanup.
51460
51461         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51462         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51463         GLIBC_PRIVATE.
51464         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51465         * nss/makedb.c: Implement -g option to specify that value strings
51466         are generated and should not be added to table iterated over for
51467         get*ent calls.
51468         * nss/nss_db/db-initgroups.c: New file.
51469
51470         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51471         interface.
51472
51473         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51474         (internal_getgrouplist): Adjust to name change.
51475         Update use_initgroups_entry if this is not the first call.
51476         * nss/databases.def: Add initgroups entry.
51477
51478         * nss/makedb.c (compute_tables): Check result of multiple hash table
51479         sizes to minimize maximum chain length.
51480
51481 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51482
51483         * Versions.def: Add entry for libnss_db.
51484         * shlib-versions: Likewise.
51485         * nss/Makefile: Add rules to build libnss_db.
51486         * nss/Versions: Add libnss_db information.  Organize libnss_files
51487         entries better.
51488         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51489         makedb progra.  Some minor improvements to generate smaller files.
51490         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51491         here from...
51492         * nss/makedb.c: ...here.
51493         Improve database format to be smaller and require less memory at
51494         runtime.
51495         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51496         db anymore.
51497         * nss/nss_db/db-netgrp.c: Likewise.
51498         * nss/nss_db/db-open.c: Likewise.
51499         * nss/nss_files/flies-XXX.x: Adjust comments.
51500         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51501         * nss/nss_files/files-grp.c: Likewise.
51502         * nss/nss_files/files-hosts.c: Likewise.
51503         * nss/nss_files/files-network.c: Likewise.
51504         * nss/nss_files/files-proto.c: Likewise.
51505         * nss/nss_files/files-pwd.c: Likewise.
51506         * nss/nss_files/files-rpc.c: Likewise.
51507         * nss/nss_files/files-service.c: Likewise.
51508         * nss/nss_files/files-sgrp.c: Likewise.
51509         * nss/nss_files/files-spwd.c: Likewise.
51510         * nss/nss_db/db-alias.c: Removed.
51511         * nss/nss_db/dummy-db.h: Removed.
51512
51513 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51514
51515         * nss/makedb.c: Rewritten to not use database library.
51516         * nss/Makefile: Update to build new makedb program.
51517
51518 2011-06-14  Andreas Jaeger  <aj@suse.de>
51519
51520         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51521         memset declaration.
51522
51523 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51524
51525         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51526         tmpbuf.
51527
51528 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51529
51530         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51531         * elf/Makefile ($(objpfx)ld.so): Likewise.
51532
51533         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51534         Don't list ld.so twice in dependencies.
51535
51536         * posix/bug-regex31.c: Include <stdlib.h>.
51537
51538         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51539
51540         * nis/nss_compat/compat-spwd.c
51541         (getspent_next_nss_netgr): Remove unused variable.
51542         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51543
51544         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51545         nonmembers" output to use the right array.
51546
51547         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51548
51549         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51550
51551         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51552         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51553         * catgets/gencat.c (read_input_file): Likewise.
51554         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51555
51556         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51557         variable definition inside #if's controlling its use.
51558
51559         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51560
51561         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51562
51563         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51564
51565         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51566         unreachable code.
51567
51568         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51569
51570         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51571         * configure: Regenerated.
51572
51573         * Makerules: Revert last change.
51574         * elf/Makefile: Likewise.
51575
51576 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51577
51578         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51579         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51580         (reloc-link): Likewise.
51581
51582 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51583
51584         * elf/Makefile: Add rules to build pldd.
51585         * elf/pldd.c: New file.
51586         * elf/pldd-xx.c: New file.
51587
51588 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51589
51590         * version.h: Update for 2.15 development version.
51591
51592 2011-06-07  David S. Miller  <davem@davemloft.net>
51593
51594         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51595         ifuncs.
51596         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51597         elf_machine_lazy_rel): Likewise.
51598         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51599         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51600         elf_machine_lazy_rel): Likewise.
51601         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51602         dl_hwcap via passed in argument.
51603         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51604         Likewise.
51605
51606 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51607
51608         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51609
51610 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51611
51612         [BZ #12849]
51613         * manual/fdl-1.1.texi: New file, verbatim from:
51614         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51615         * manual/lgpl-2.1.texi: New file, verbatim from:
51616         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51617         * manual/Makefile (licenses): New variable, list those new file names.
51618         (texis): Use it.
51619         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51620
51621         * manual/fdl.texi: File removed.
51622         * manual/lesser.texi: File removed.
51623         * manual/libc.texinfo (Copying, Documentation License):
51624         Use new @include file names, put @appendix directive before @include.
51625
51626 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51627
51628         [BZ #12841]
51629         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51630         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51631         (mq_open): Add __NTH.
51632
51633 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51634
51635         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51636         Assume Intel Core i3/i5/i7 processor if AVX is available.
51637
51638 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51639
51640         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51641         typo.
51642
51643 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51644
51645         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51646         memory.  Use alloca_account.  Fix memory leak when retrying.
51647
51648 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51649
51650         * version.h (RELEASE): Bump for 2.14 release.
51651         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51652
51653         * config.make.in (RANLIB): Remove entry.
51654
51655 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51656
51657         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51658         (libc.pot): Work around missing support for .ksh extension in xgettext.
51659
51660         [BZ #12684]
51661         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51662         if both request failed.
51663         (send_dg): In case of server errors clear resplen or *resplen2.
51664
51665         [BZ #12454]
51666         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51667         when there are multiple maps.
51668         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51669         (_dl_fini): Remove test here.
51670
51671         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51672
51673 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51674
51675         [BZ #12350]
51676         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51677         bit from old_res_options.
51678         (gaih_inet): Likewise.
51679
51680         [BZ #11099]
51681         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51682         as signed.
51683
51684         * resolv/res_init.c (res_setoptions): Make the code more compact.
51685
51686         [BZ #11558]
51687         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51688         set RES_USEVC.
51689
51690         [BZ #11634]
51691         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51692
51693         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51694
51695         [BZ #11781]
51696         * malloc/malloc.h: Declare malloc hook variables as volatile.
51697
51698         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51699         in last patch.
51700
51701         [BZ #11799]
51702         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51703         raise in the comment.
51704         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51705         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51706         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51707
51708 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51709
51710         [BZ #12811]
51711         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51712         grow the buffers more if it already has to be sufficient.
51713         (build_wcs_upper_buffer): Likewise.
51714         * posix/regexec.c (check_matching): Likewise.
51715         (clean_state_log_if_needed): Likewise.
51716         (extend_buffers): Don't enlarge buffers beyond size of the input
51717         buffer.
51718         Patches mostly by Emil Wojak <emil@wojak.eu>.
51719         * posix/bug-regex32.c: New file.
51720         * posix/Makefile (tests): Add bug-regex32.
51721
51722         * locale/findlocale.c (_nl_find_locale): Return right away if
51723         _nl_explode_name failed.
51724         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51725
51726         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51727
51728         * debug/xtrace.sh: Unify messages.
51729         * malloc/memusage.sh: Likewise.
51730
51731         [BZ #12813]
51732         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51733         time symbol from vDSO.  Substitute with vsyscall if not available.
51734         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51735         __vdso_time.
51736
51737         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51738         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51739         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51740         Add sendmmsg and internal_sendmmsg.
51741         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51742         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51743         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51744
51745         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51746         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51747         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51748
51749 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51750
51751         [BZ #12813]
51752         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51753         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51754         available.
51755         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51756         __vdso_getcpu.
51757
51758         [BZ #12814]
51759         * iconvdata/Makefile (tests): Add bug-iconv9.
51760         * iconvdata/bug-iconv9.c: New file.
51761
51762 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51763
51764         [BZ #12814]
51765         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51766
51767 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51768
51769         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51770         (struct user_regs_struct): Change intcs field back to cs.
51771
51772 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51773
51774         * po/ja.po: Update from translation team.
51775
51776 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51777
51778         [BZ #12795]
51779         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51780         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51781
51782 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51783
51784         * stdlib/longlong.h: Update from GCC.
51785
51786 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51787
51788         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51789         parameter name.
51790         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51791         Add parameter name.
51792         (__sysconf): Pass it down.
51793
51794 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51795
51796         [BZ #12671]
51797         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51798         some situations.
51799         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51800         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51801         add in in __libc_use_alloca calls.  Adjust callers.
51802         (glob): Use malloc in some situations.
51803
51804         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51805         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51806         pltexit.
51807
51808 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51809
51810         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51811         and CLOCK_BOOTTIME_ALARM.
51812
51813         [BZ #12782]
51814         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51815         is returned.
51816
51817         * string/_strerror.c (__strerror_r): Print negative errors as signed
51818         numbers.
51819
51820         [BZ #12777]
51821         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51822         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51823         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51824
51825         * configure.in: Fix typo in redirection and correct removal of test
51826         files in two cases.
51827
51828         [BZ #12788]
51829         * locale/setlocale.c (new_composite_name): Fix test to check for
51830         identical name of all categories.
51831
51832         [BZ #12792]
51833         * libio/filedoalloc.c (local_isatty): New function.
51834         (_IO_file_doallocate): Use local_isatty.
51835         * stdio-common/perror.c (perror): In case a new stream is used
51836         forward the stream error.
51837         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51838         error flag.
51839
51840 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51841
51842         [BZ #11869]
51843         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51844         alloca.
51845         * include/alloca.h (extend_alloca_account): Define.
51846
51847         [BZ #11857]
51848         * posix/regex.h: Fix comments with documentation of user-accessible
51849         fields after compilation and describe correct free'ing of pattern
51850         after re_compile_pattern.
51851         Patch by Reuben Thomas <rrt@sc3d.org>.
51852
51853 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51854
51855         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51856         and -mno-altivec to prevent the compiler from using Altivec and/or
51857         VSX instructions when the corresponding registers are not available.
51858
51859 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51860
51861         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51862
51863 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51864
51865         * libio/freopen.c (freopen): Use __dup2, not dup2.
51866         * libio/freopen64.c (freopen64): Likewise.
51867
51868 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51869
51870         [BZ #12775]
51871         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51872         * math/Makefile (tests): Add test-powl.
51873         (CFLAGS-test-powl.c): Define.
51874         * math/test-powl.c: New file.
51875
51876 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51877
51878         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51879
51880 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51881
51882         [BZ #11837]
51883         * iconvdata/gb18030.c: Update to GB18020-2005.
51884
51885 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51886
51887         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51888         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51889         Patch by Aharon Robbins <arnold@skeeve.com>.
51890
51891         [BZ #11892]
51892         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51893         on the stack.
51894
51895         [BZ #11895]
51896         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51897         through underflows.
51898
51899         [BZ #12766]
51900         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51901         point to strings before performing equality test for error_one_per_line
51902         mode.
51903
51904         [BZ #11697]
51905         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51906
51907         [BZ #11820]
51908         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51909         (struct user_fpregs_struct): Avoid __uint*_t types.
51910
51911         [BZ #6420]
51912         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51913         symbol info.  Use it instead of calling _dl_addr locally.
51914         (lock_and_info): New function.
51915         (tr_freehook): Call lock_and_info and pass symbol info as additional
51916         parameter to tr_where.
51917         (tr_mallochook): Likewise.
51918         (tr_reallochook): Likewise.
51919         (tr_memalignhook): Likewise.
51920
51921         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51922         used and couldn't be at all thread-safe.
51923
51924 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51925
51926         * libio/freopen.c (freopen): Don't close old file descriptor
51927         before the new one is opened.  Instead dup the new file descriptor
51928         to the old one after the new stream is created.
51929         * libio/freopen64.c (freopen64): Likewise.
51930         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51931         * libio/fileops.c (_IO_new_file_close_it): Handle new
51932         _IO_FLAGS2_NOCLOSE flag.
51933         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51934         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51935         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51936         _IO_FLAGS2_NOCLOSE flag.
51937         * include/unistd.h: Add hidden_proto for dup3.
51938         Define __have_dup3.
51939         * io/dup3.c: Define hidden symbol.
51940         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51941
51942         [BZ #7101]
51943         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51944         when an incomplete long option is used.
51945         * posix/tst-getopt_long1.c: New file.
51946         * posix/Makefile (tests): Add tst-getopt_long1.
51947
51948         [BZ #10138]
51949         * scripts/config.guess: Update from autoconf-2.68.
51950         * scripts/config.sub: Likewise.
51951
51952         [BZ #10157]
51953         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51954         tests into ...
51955         (has_cpuclock): ...this.  New function.
51956         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51957         macro here based on has_cpuclock code.
51958
51959         [BZ #10149]
51960         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51961         First byte (not low byte) is now always NUL.
51962         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51963
51964         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51965         Use non-cancelable interfaces.
51966
51967         [BZ #9809]
51968         * locale/iso-639.def: Add entry for Sorani.
51969
51970         [BZ #11901]
51971         * include/stdlib.h: Move include protection to the right place.
51972         Define abort_msg_s.  Declare __abort_msg with it.
51973         * stdlib/abort.c (__abort_msg): Adjust type.
51974         * assert/assert.c (__assert_fail_base): New function.  Majority
51975         of code from __assert_fail.  Allocate memory for __abort_msg with
51976         mmap.
51977         (__assert_fail): Now call __assert_fail_base.
51978         * assert/assert-perr.c: Remove bulk of implementation.  Use
51979         __assert_fail_base.
51980         * include/assert.hL Declare __assert_fail_base.
51981         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51982         mmap.
51983         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51984
51985 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51986
51987         [BZ #11952]
51988         [BZ #12453]
51989         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51990         until all modules are registered in the DTV.
51991         * elf/Makefile: Add rules to build and run tst-tls19.
51992         * elf/tst-tls19.c: New file.
51993         * elf/tst-tls19mod1.c: New file.
51994         * elf/tst-tls19mod2.c: New file.
51995         * elf/tst-tls19mod3.c: New file.
51996         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51997
51998         [BZ #12083]
51999         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52000         correctly.
52001
52002         [BZ #12601]
52003         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52004         two-byte sequence errors.
52005         * iconvdata/Makefile (tests): Add bug-iconv8.
52006         * iconvdata/bug-iconv8.c: New file.
52007
52008         [BZ #12626]
52009         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52010         buf2 definition.
52011
52012         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52013
52014         [BZ #12432]
52015         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52016         (dummy_getcfa): New function.
52017         (init): Get _Unwind_GetCFA address, use dummy if not found.
52018         (backtrace_helper): In recursion check, also check whether CFA changes.
52019         (__backtrace): Completely initialize arg.
52020
52021         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52022         storing incomplete byte sequence in state object.  Avoid testing for
52023         guaranteed too small input if we know there is enough data available.
52024
52025 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52026
52027         * Makeconfig (+link-pie): Indent.
52028         * Rules (binaries-pie): Define if $(have-fpie) and
52029         $(build-shared).
52030         (binaries-shared): Also filter out $(binaries-pie).
52031         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52032         * nscd/Makefile (others-pie): Add nscd.
52033         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52034         ($(objpfx)nscd): Remove command override.
52035         * login/Makefile (others-pie): Add pt_chown.
52036         ($(objpfx)pt_chown): Remove command override.
52037         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52038         remove command overrides.
52039
52040 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52041
52042         * libio/tst_putwc.c: Fix error messages.
52043
52044         [BZ #12724]
52045         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52046         currently writing and seek to current position when not.
52047         * libio/Makefile (tests): Add bug-fclose1.
52048         * libio/bug-fclose1.c: New file.
52049
52050 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52051
52052         [BZ #12511]
52053         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52054         don't set DF_1_NODELETE here.
52055         (do_lookup_x): When entering new entry test for copy relocation
52056         and if necessary set DF_1_NODELETE flag.
52057         * elf/tst-unique4.cc: New file.
52058         * elf/tst-unique4.h: New file.
52059         * elf/tst-unique4lib.cc: New file.
52060         * elf/Makefile: Add rules to build and run tst-unique4.
52061         Patch by Piotr Bury <pbury@goahead.com>.
52062
52063 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52064
52065         [BZ #12052]
52066         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52067
52068         [BZ #12625]
52069         * misc/mntent_r.c (addmntent): Flush the stream after the output
52070
52071         [BZ #12393]
52072         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52073         (is_trusted_path_normalize): Skip initial colon.  Append slash
52074         to empty buffer.  Duplicate is_trusted_path code but allow
52075         constructed patch to be prefix.
52076         (is_dst): Allow $ORIGIN followed by /.
52077         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52078         Correct testing of result of is_trusted_path_normalize
52079         (decompose_rpath): Fix warning.
52080
52081 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52082
52083         [BZ #11257]
52084         * grp/initgroups.c (internal_getgrouplist): When we found the service
52085         list through the initgroups entry in nsswitch.conf do not always
52086         continue on a successful lookup.  Don't always use the
52087         __nss_group_database value if it is set.
52088         * nss/nsswitch.conf (initgroups): Change action for successful db
52089         lookup to continue for compatibility.
52090
52091 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52092
52093         [BZ #11532]
52094         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52095         and CP774 modules.
52096         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52097         and CP774 modules.
52098         * iconvdata/tst-tables.sh: Likewise.
52099         * iconvdata/cp770.c: New file.
52100         * iconvdata/cp771.c: New file.
52101         * iconvdata/cp772.c: New file.
52102         * iconvdata/cp773.c: New file.
52103         * iconvdata/cp774.c: New file.
52104         * iconvdata/testdata/CP770: New file.
52105         * iconvdata/testdata/CP770..UTF8: New file.
52106         * iconvdata/testdata/CP771: New file.
52107         * iconvdata/testdata/CP771..UTF8: New file.
52108         * iconvdata/testdata/CP772: New file.
52109         * iconvdata/testdata/CP772..UTF8: New file.
52110         * iconvdata/testdata/CP773: New file.
52111         * iconvdata/testdata/CP773..UTF8: New file.
52112         * iconvdata/testdata/CP774: New file.
52113         * iconvdata/testdata/CP774..UTF8: New file.
52114
52115         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52116         END CHARMAP line.
52117         * iconvdata/gen-8bit-gap.sh: Likewise.
52118         * iconvdata/gen-8bit.sh: Likewise.
52119
52120         * locale/iso-639.def: Add ary entry.
52121
52122         [BZ #11258]
52123         * locale/C-translit.h.in: Add U20A1 transliteration.
52124
52125         [BZ #12178]
52126         * locale/iso-639.def: Add wae entry.
52127         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52128
52129         [BZ #12545]
52130         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52131         for n.
52132
52133         [BZ #12711]
52134         * locale/C-translit.h.in: Add entry for U20B9.
52135         Patch by pravin.d.s@gmail.com.
52136
52137 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52138
52139         [BZ #12713]
52140         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52141         ENAMETOOLONG use generic getcwd.
52142         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52143         in rtld.  Use *stat64.
52144         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52145         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52146         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52147         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52148         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52149         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52150         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52151         __fstatat64 macros.
52152         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52153         * dirent/rewinddir.c: Add libc_hidden_def.
52154         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52155         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52156
52157         * include/dirent.h (__alloc_dir): Add flags parameter.
52158         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52159         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52160         __alloc_dir.
52161         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52162         from fdopendir if O_CLOEXEC is already set.
52163
52164 2011-03-15  Alan Modra  <amodra@gmail.com>
52165
52166         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52167         l_tls_firstbyte_offset non-zero.  Save padding offset in
52168         l_tls_firstbyte_offset for later use.
52169         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52170         freeing static tls block.
52171
52172 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52173
52174         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52175         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52176         being defined by the kernel headers.
52177
52178 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52179
52180         [BZ #12734]
52181         * resolv/resolv.h: Define RES_NOTLDQUERY.
52182         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52183         no-tld-query and set RES_NOTLDQUERY.
52184         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52185         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52186         modern BIND to search name as TLD unless forbidden.
52187
52188 2011-05-07  Petr Baudis  <pasky@suse.cz>
52189             Ulrich Drepper  <drepper@gmail.com>
52190
52191         [BZ #12393]
52192         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52193         (is_trusted_path): ...to here.
52194         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52195         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52196         using is_trusted_path_normalize() in setuid scripts.
52197
52198 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52199
52200         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52201         __BEGIN/__END_DECLS.
52202
52203 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52204
52205         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52206         NSS_STATUS_NOTFOUND if no record was found.
52207
52208 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52209
52210         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52211         (headers-not-in-tirpc): Remove rpc/netdb.h
52212         * resolv/netdb.h: Revert last change.
52213
52214 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52215
52216         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52217         circular dependency between libgcc.a and libc.a.
52218
52219 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52220
52221         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52222         * nis/Makefile: Don't install rpcsvc/*.
52223         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52224         instead of <rpc/types.h>.
52225         (MAXHOSTNAMELEN): Define.
52226
52227 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52228
52229         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52230
52231 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52232
52233         [BZ #12714]
52234         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52235         gethostbyname4_r when IPv6 results are possible.
52236
52237 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52238
52239         [BZ #12723]
52240         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52241         _PC_PIPE_BUF handling.
52242
52243 2011-04-30  Bruno Haible  <bruno@clisp.org>
52244
52245         [BZ #12717]
52246         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52247         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52248         to 'int'.
52249         * inet/getnameinfo.c (getnameinfo): Likewise.
52250
52251 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52252
52253         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52254         to groups setting in database lookup.
52255         * nss/nsswitch.conf: Add initgroups entry.
52256
52257 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52258
52259         [BZ #12685]
52260         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52261         mode string.
52262         Patch by Eric Blake <eblake@redhat.com>.
52263
52264 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52265
52266         * sunrpc/Makefile (need-export-routines): Add svc_run.
52267         (routines): Remove svc_run.
52268         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52269         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52270         * sunrpc/svc_run.c (svc_run): Likewise.
52271         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52272
52273 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52274
52275         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52276         problem in reallocation in last patch.
52277
52278 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52279
52280         * sunrpc/Makefile: Move inclusion of Rules.
52281
52282 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52283
52284         * nss/nss_files/files-initgroups.c: New file.
52285         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52286         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52287         _nss_files_initgroups_dyn.
52288
52289 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52290
52291         * elf/elf.h (R_ARM_IRELATIVE): Define.
52292
52293 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52294
52295         * po/ru.po: Update from translation team.
52296
52297 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52298
52299         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52300         dependencies.
52301
52302 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52303
52304         [BZ #12653]
52305         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52306         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52307         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52308         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52309         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52310
52311 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52312
52313         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52314         differing bytes.
52315         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52316         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52317         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52318
52319 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52320
52321         [BZ #12420]
52322         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52323         storing it.
52324         * stdlib/bug-getcontext.c: New file.
52325         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52326
52327 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52328
52329         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52330         instructions into .machine "z9-109".
52331         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52332         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52333
52334 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52335
52336         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52337         between environment variables and auxiliary vector.
52338
52339 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52340
52341         * Makefile: Add rules to build linkobj/libc.so.
52342         * include/libc-symbols.h: Define libc_hidden_nolink.
52343         * include/rpc/auth.h: Mark functions which are to be hidden.
52344         * include/rpc/auth_des.h: Likewise.
52345         * include/rpc/auth_unix.h: Likewise.
52346         * include/rpc/clnt.h: Likewise.
52347         * include/rpc/des_crypt.h: Likewise.
52348         * include/rpc/key_prot.h: Likewise.
52349         * include/rpc/pmap_clnt.h: Likewise.
52350         * include/rpc/pmap_prot.h: Likewise.
52351         * include/rpc/pmap_rmt.h: Likewise.
52352         * include/rpc/rpc_msg.h: Likewise.
52353         * include/rpc/svc.h: Likewise.
52354         * include/rpc/svc_auth.h: Likewise.
52355         * include/rpc/xdr.h: Likewise.
52356         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52357         * nss/Makefile: Likewise.
52358         * sunrpc/Makefile: Don't install headers.  Build library with normal
52359         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52360         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52361         for the compat linking library.  Remove use of INTDEF/INTUSE.
52362         * sunrpc/auth_none.c: Likewise.
52363         * sunrpc/auth_unix.c: Likewise.
52364         * sunrpc/authdes_prot.c: Likewise.
52365         * sunrpc/authuxprot.c: Likewise.
52366         * sunrpc/clnt_gen.c: Likewise.
52367         * sunrpc/clnt_perr.c: Likewise.
52368         * sunrpc/clnt_raw.c: Likewise.
52369         * sunrpc/clnt_simp.c: Likewise.
52370         * sunrpc/clnt_tcp.c: Likewise.
52371         * sunrpc/clnt_udp.c: Likewise.
52372         * sunrpc/clnt_unix.c: Likewise.
52373         * sunrpc/des_crypt.c: Likewise.
52374         * sunrpc/des_soft.c: Likewise.
52375         * sunrpc/get_myaddr.c: Likewise.
52376         * sunrpc/key_call.c: Likewise.
52377         * sunrpc/key_prot.c: Likewise.
52378         * sunrpc/netname.c: Likewise.
52379         * sunrpc/pm_getmaps.c: Likewise.
52380         * sunrpc/pm_getport.c: Likewise.
52381         * sunrpc/pmap_clnt.c: Likewise.
52382         * sunrpc/pmap_prot.c: Likewise.
52383         * sunrpc/pmap_prot2.c: Likewise.
52384         * sunrpc/pmap_rmt.c: Likewise.
52385         * sunrpc/publickey.c: Likewise.
52386         * sunrpc/rpc_cmsg.c: Likewise.
52387         * sunrpc/rpc_common.c: Likewise.
52388         * sunrpc/rpc_dtable.c: Likewise.
52389         * sunrpc/rpc_prot.c: Likewise.
52390         * sunrpc/rpc_thread.c: Likewise.
52391         * sunrpc/rtime.c: Likewise.
52392         * sunrpc/svc.c: Likewise.
52393         * sunrpc/svc_auth.c: Likewise.
52394         * sunrpc/svc_authux.c: Likewise.
52395         * sunrpc/svc_raw.c: Likewise.
52396         * sunrpc/svc_run.c: Likewise.
52397         * sunrpc/svc_simple.c: Likewise.
52398         * sunrpc/svc_tcp.c: Likewise.
52399         * sunrpc/svc_udp.c: Likewise.
52400         * sunrpc/svc_unix.c: Likewise.
52401         * sunrpc/svcauth_des.c: Likewise.
52402         * sunrpc/xcrypt.c: Likewise.
52403         * sunrpc/xdr.c: Likewise.
52404         * sunrpc/xdr_array.c: Likewise.
52405         * sunrpc/xdr_float.c: Likewise.
52406         * sunrpc/xdr_intXX_t.c: Likewise.
52407         * sunrpc/xdr_mem.c: Likewise.
52408         * sunrpc/xdr_rec.c: Likewise.
52409         * sunrpc/xdr_ref.c: Likewise.
52410         * sunrpc/xdr_sizeof.c: Likewise.
52411         * sunrpc/xdr_stdio.c: Likewise.
52412
52413 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52414
52415         [BZ #12650]
52416         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52417         * sysdeps/ia64/dl-tls.h: Likewise.
52418         * sysdeps/powerpc/dl-tls.h: Likewise.
52419         * sysdeps/s390/dl-tls.h: Likewise.
52420         * sysdeps/sh/dl-tls.h: Likewise.
52421         * sysdeps/sparc/dl-tls.h: Likewise.
52422         * sysdeps/x86_64/dl-tls.h: Likewise.
52423         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52424
52425 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52426
52427         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52428         rpath element also skip the following colon.
52429         (expand_dynamic_string_token): Add is_path parameter and pass
52430         down to DL_DST_REQUIRED and _dl_dst_substitute.
52431         (decompose_rpath): Call expand_dynamic_string_token with
52432         non-zero is_path.  Ignore empty rpaths.
52433         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52434         with zero is_path.
52435
52436 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52437
52438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52439         Make cancelable.
52440
52441 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52442
52443         [BZ #12655]
52444         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52445         Patch by Filipe David Manana <fdmanana@apache.org>.
52446
52447 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52448
52449         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52450         Maintain aligned stack.
52451         (CHECK_RSP): Remove unused macro.
52452
52453 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52454
52455         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52456         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52457
52458 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52459
52460         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52461
52462         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52463
52464 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52465
52466         [BZ #12518]
52467         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52468         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52469         * sysdeps/x86_64/memmove.c: New file.
52470         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52471         (memcpy): Renamed to ...
52472         (__new_memcpy): This.
52473         (memcpy): Provide GLIBC_2_14 memcpy.
52474         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52475         (memcpy): Provide GLIBC_2_2_5 memcpy.
52476
52477 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52478
52479         [BZ #12631]
52480         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52481
52482 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52483
52484         * misc/syncfs.c: New file.
52485         * misc/Makefile (routines): Add syncfs.
52486         * posix/unistd.h: Declare syncfs.
52487         * sysdeps/unix/syscalls.list: Add syncfs.
52488
52489 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52490
52491         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52492         open_by_handle_at.
52493         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52494         * sysdeps/unix/sysv/linux/ia64/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/syscalls.list: Likewise.
52499         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52500
52501 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52502
52503         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52504         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52505         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52506         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52507         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52508         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52509         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52510
52511         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52512         sync_file_range.c with -fexceptions.
52513         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52514         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52515         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52516         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52517         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52518         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52519         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52520         sync_file_range as cancellation point
52521         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52522         now a wrapper around __call_sync_file_range with cancellation handling.
52523         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52524         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52525         function name to __call_sync_file_range.
52526         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52527         Add call_sync_file_range.
52528
52529 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52530
52531         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52532         bits/timex.h.
52533
52534 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52535
52536         * iconv/iconv.h: Fix typo in comment.
52537         * io/fcntl.h: Likewise.
52538         * libio/stdio.h: Likewise.
52539         * posix/spawn.h: Likewise.
52540         * posix/unistd.h: Likewise.
52541         * stdlib/stdlib.h: Likewise.
52542         * time/time.h: Likewise.
52543         * wcsmbs/wchar.h: Likewise.
52544
52545         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52546         open_by_handle): Add.
52547         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52548         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52549         Augment a few comments.
52550         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52551         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52552         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52553         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52554         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52555         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52556         open_by_handle.
52557
52558         * io/fcntl.h (AT_EMPTY_PATH): Define.
52559
52560 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52561
52562         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52563         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52564         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52565         to...
52566         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52567         * Versions.def: Add GLIBC_2.14.
52568         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52569         Export.
52570
52571 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52572
52573         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52574         round counter.
52575         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52576
52577 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52578
52579         [BZ #12597]
52580         * string/test-strncmp.c (do_page_test): New function.
52581         (check2): Likewise.
52582         (test_main): Call check2.
52583         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52584
52585 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52586
52587         [BZ #12587]
52588         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52589         Handle cache information in CPU leaf 4.
52590         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52591
52592 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52593
52594         [BZ #12583]
52595         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52596         character representation.
52597         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52598
52599 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52600
52601         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52602         END(__isnan) to END(__isnanf) to match function entry point/label
52603         EALIGN(__isnanf,...).
52604
52605 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52606
52607         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52608
52609 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52610
52611         [BZ #12510]
52612         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52613         copy from the symbol referenced in the relocation to initialize the
52614         used variable.
52615         Patch by Piotr Bury <pbury@goahead.com>.
52616         * elf/Makefile: Add rules to build and tst-unique3.
52617         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52618         * elf/tst-unique3.cc: New file.
52619         * elf/tst-unique3.h: New file.
52620         * elf/tst-unique3lib.cc: New file.
52621         * elf/tst-unique3lib2.cc: New file.
52622
52623         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52624
52625 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52626
52627         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52628         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52629         to _start.
52630
52631 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52632
52633         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52634         to-be-loaded object along a path to loader is ld.so.
52635
52636 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52637             Ulrich Drepper  <drepper@gmail.com>
52638
52639         * sysdeps/x86_64/memset.S: After aligning destination, code
52640         branches to different locations depending on the value of
52641         misalignment, when multiarch is enabled. Fix this.
52642
52643 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52644
52645         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52646         Set _x86_64_preferred_memory_instruction for AMD processsors.
52647         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52648         Set bit_Prefer_SSE_for_memop for AMD processors.
52649
52650 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52651
52652         * libio/fmemopen.c (fmemopen): Optimize a bit.
52653
52654 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52655
52656         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52657
52658 2011-03-03  Roland McGrath  <roland@redhat.com>
52659
52660         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52661
52662 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52663
52664         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52665         __bzero_ultra1 instead of __memset_ultra1.
52666
52667 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52668             Ulrich Drepper  <drepper@gmail.com>
52669
52670         [BZ #12509]
52671         * include/link.h (struct link_map): Add l_orig_initfini.
52672         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52673         returning unsuccessfully.
52674         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52675         close of a file loaded at startup, restore the original l_initfini
52676         list.
52677         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52678         list, store the pointer.
52679         * elf/Makefile ($(objpfx)noload-mem): New rule.
52680         (noload-ENV): Define.
52681         (tests): Add $(objpfx)noload-mem.
52682         * elf/noload.c: Include <memcheck.h>.
52683         (main): Call mtrace.  Close all opened handles.
52684
52685 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52686
52687         [BZ #12454]
52688         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52689         dependencies are missing.
52690
52691 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52692
52693         Fix __if_freereq crash: Unlike the generic version which uses free,
52694         Hurd needs munmap.
52695         * sysdeps/mach/hurd/ifreq.h: New file.
52696
52697 2011-01-27  Petr Baudis  <pasky@suse.cz>
52698             Ulrich Drepper  <drepper@gmail.com>
52699
52700         [BZ 12445]#
52701         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52702         to extend_alloca().
52703         * stdio-common/bug23.c: New file.
52704         * stdio-common/Makefile (tests): Add bug23.
52705
52706 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52707             Ulrich Drepper  <drepper@gmail.com>
52708
52709         [BZ #12489]
52710         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52711         before performing relro protection.  At old place add assertion
52712         to make sure nothing changed.
52713
52714 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52715             Glauber de Oliveira Costa  <glommer@gmail.com>
52716
52717         * elf/elf.h: Add new ARM TLS relocs.
52718
52719 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52720
52721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52722         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52723         cast from r3.
52724         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52725         'tests' variable.
52726         * sysdeps/wordsize-64/tst-writev.c: New file.
52727
52728 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52729
52730         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52731         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52732         insns in _dl_start to prevent a TOC reference before relocs are
52733         resolved.
52734
52735 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52736
52737         [BZ #12469]
52738         * Makeconfig: Remove RANLIB definition.
52739         * Makerules: Don't use RANLIB.
52740         * aclocal.m4: Remove ranlib test.
52741         * configure.in: No need to check for ranlib.
52742         * elf/rtld-Rules: Don't use RANLIB.
52743
52744 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52745
52746         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52747         protection macro.
52748         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52749         inclusion protection macro.
52750
52751         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52752         SIGRTMIN and SIGRTMAX and print information in that case only when
52753         SIGRTMIN is defined.
52754
52755 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52756
52757         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52758         arginfo fn returning -1.
52759
52760         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52761         and thousands string is zero terminated.
52762
52763 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52764
52765         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52766         sysdeps/unix/sysv/linux/bits/socket.h.
52767
52768 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52769
52770         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52771         (__CPU_COUNT): Remove old macros.
52772         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52773         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52774         (__CPU_ALLOC, __CPU_FREE): Add macros.
52775         (__sched_cpualloc, __sched_cpufree): Add declarations.
52776
52777 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52778
52779         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52780         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52781         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52782         (readdhstai): Return value of addhstaiX call.
52783         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52784         (addgrbyX): Return value returned by cache_addgr.
52785         (readdgrbyname): Return value returned by addgrbyX.
52786         (readdgrbygid): Likewise.
52787         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52788         (addpwbyX): Return value returned by cache_addpw.
52789         (readdpwbyname): Return value returned by addhstbyX.
52790         (readdpwbyuid): Likewise.
52791         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52792         (addservbyX): Return value returned by cache_addserv.
52793         (readdservbyname): Return value returned by addservbyX:
52794         (readdservbyport): Likewise.
52795         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52796         (addhstbyX): Return value returned by cache_addhst.
52797         (readdhstbyname): Return value returned by addhstbyX.
52798         (readdhstbyaddr): Likewise.
52799         (readdhstbynamev6): Likewise.
52800         (readdhstbyaddrv6): Likewise.
52801         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52802         (readdinitgroups): Return value returned by addinitgroupsX.
52803         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52804         (prune_cache): Keep track of timeout value of re-added entries.
52805         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52806         * nscd/nscd.h: Adjust prototypes of readd* functions.
52807
52808 2011-02-04  Roland McGrath  <roland@redhat.com>
52809
52810         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52811         (nis_stats): Likewise.
52812         * nis/nis_modify.c (nis_modify): Likewise.
52813         * nis/nis_remove.c (nis_remove): Likewise.
52814         * nis/nis_add.c (nis_add): Likewise.
52815
52816         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52817
52818         * posix/fnmatch_loop.c: Add some consts.
52819
52820         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52821
52822 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52823
52824         [BZ #12460]
52825         * config.make.in (config-cflags-novzeroupper): Define.
52826         * configure.in: Substitute libc_cv_cc_novzeroupper.
52827         * elf/Makefile (AVX-CFLAGS): Define.
52828         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52829         (CFLAGS-tst-auditmod4a.c): Likewise.
52830         (CFLAGS-tst-auditmod4b.c): Likewise.
52831         (CFLAGS-tst-auditmod6b.c): Likewise.
52832         (CFLAGS-tst-auditmod6c.c): Likewise.
52833         (CFLAGS-tst-auditmod7b.c): Likewise.
52834         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52835
52836 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52837
52838         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52839         function to the callback.
52840         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52841
52842 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52843
52844         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52845         of errno.
52846
52847 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52848
52849         [BZ #11724]
52850         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52851         of constructors.
52852         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52853         of destructors.
52854         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52855
52856         [BZ #11724]
52857         * elf/Makefile: Add rules to build and run new test.
52858         * elf/tst-initorder.c: New file.
52859         * elf/tst-initorder.exp: New file.
52860         * elf/tst-initordera1.c: New file.
52861         * elf/tst-initordera2.c: New file.
52862         * elf/tst-initordera3.c: New file.
52863         * elf/tst-initordera4.c: New file.
52864         * elf/tst-initorderb1.c: New file.
52865         * elf/tst-initorderb2.c: New file.
52866         * elf/tst-order-a1.c: New file.
52867         * elf/tst-order-a2.c: New file.
52868         * elf/tst-order-a3.c: New file.
52869         * elf/tst-order-a4.c: New file.
52870         * elf/tst-order-b1.c: New file.
52871         * elf/tst-order-b2.c: New file.
52872         * elf/tst-order-main.c: New file.
52873         New test case by George Gensure <werkt0@gmail.com>.
52874
52875 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52876
52877         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52878         decoding ACE if AI_CANONIDN.
52879
52880 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52881
52882         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52883
52884 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52885
52886         * version.h (RELEASE): Bump for 2.13 release.
52887         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52888
52889         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52890
52891         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52892         MADV_NOHUGEPAGE.
52893         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52894         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52895         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52896         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52897         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52898         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52899
52900         * posix/getconf.c: Update copyright year.
52901         * catgets/gencat.c: Likewise.
52902         * csu/version.c: Likewise.
52903         * debug/catchsegv.sh: Likewise.
52904         * debug/xtrace.sh: Likewise.
52905         * elf/ldconfig.c: Likewise.
52906         * elf/ldd.bash.in: Likewise.
52907         * elf/sprof.c (print_version): Likewise.
52908         * iconv/iconv_prog.c: Likewise.
52909         * iconv/iconvconfig.c: Likewise.
52910         * locale/programs/locale.c: Likewise.
52911         * locale/programs/localedef.c: Likewise.
52912         * malloc/memusage.sh: Likewise.
52913         * malloc/mtrace.pl: Likewise.
52914         * nscd/nscd.c (print_version): Likewise.
52915         * nss/getent.c: Likewise.
52916
52917         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52918         PF_CAIF, and PF_ALG.
52919         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52920
52921 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52922
52923         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52924         (modules-names): Use them.
52925         (ifunc-test-modules, ifunc-pie-tests): Define.
52926         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52927         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52928         (test-extras): Likewise.
52929         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52930         $(compile-command.c).
52931         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52932         (all-built-dso): Define.
52933         (check-textrel.out, check-execstack.out): Depend on it.
52934
52935         * configure.in: Don't override --enable-multi-arch.
52936
52937 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52938
52939         [BZ #6812]
52940         * nscd/hstcache.c (tryagain): Define.
52941         (cache_addhst): Return tryagain not notfound for temporary errors.
52942         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52943         failed.
52944
52945 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52946
52947         [BZ #10563]
52948         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52949         to make the syscall.
52950         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52951
52952         [BZ #12378]
52953         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52954         and fall back to matching as normal character if the string ends before
52955         the matching ']' is found.  This is what POSIX requires.
52956         * posix/testfnm.c: Adjust test result.
52957         * posix/globtest.sh: Adjust test result.  Add new test.
52958         * posix/tst-fnmatch.input: Likewise.
52959         * posix/tst-fnmatch2.c: Add new test.
52960
52961 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52962
52963         * elf/Makefile (check-execstack): Revert last change.  Depend on
52964         check-execstack.h.
52965         (check-execstack.h): New target.
52966         (generated): Add check-execstack.h.
52967         * elf/check-execstack.c: Include "check-execstack.h".
52968         (main): Revert last change.
52969         (handle_file): Return zero if GNU_STACK is absent and
52970         DEFAULT_STACK_PERMS doesn't include PF_X.
52971
52972 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52973
52974         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52975         in child fails because the descriptor is already closed.
52976         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52977         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52978         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52979
52980         [BZ #12397]
52981         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52982         syscall.
52983
52984         [BZ #10484]
52985         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52986         temporary buffer used to handle multi lookups locally.
52987         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52988
52989 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52990
52991         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52992         loader is ld.so.
52993
52994 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52995
52996         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52997         alignment for SSE2.
52998
52999 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53000
53001         [BZ #12394]
53002         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53003         characters.  When rounding increased number of integer digits recompute
53004         number of groups.
53005         * stdio-common/tst-grouping.c: New file.
53006         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53007
53008 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53009
53010         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53011         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53012
53013         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53014         void.
53015         * bits/select.h: Likewise.
53016
53017 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53018
53019         * po/ja.po: Update from translation team.
53020
53021 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53022
53023         [BZ #11155]
53024         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53025         implementation just like for lxstat, fxstatat, et al.
53026
53027 2010-12-27  Jim Meyering  <meyering@redhat.com>
53028
53029         [BZ #12348]
53030         * posix/regexec.c (build_trtable): Return failure indication upon
53031         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53032
53033 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53034
53035         [BZ #12201]
53036         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53037         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53038         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53039         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53040
53041         [BZ #12207]
53042         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53043
53044         [BZ #12204]
53045         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53046         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53047
53048 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53049
53050         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53051         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53052         script has SORT_BY_INIT_PRIORITY.
53053         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53054         NO_CTORS_DTORS_SECTIONS is defined.
53055         * elf/soinit.c: Likewise.
53056         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53057         NO_CTORS_DTORS_SECTIONS is defined.
53058         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53059         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53060         * sysdeps/sh/init-first.c: Likewise.
53061         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53062
53063 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53064
53065         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53066         always use the slow path.
53067
53068 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53069
53070         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53071         similar rule which adds the sysdep directories to the header search in
53072         order to pick up the correct platform stackinfo.h.
53073         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53074         perform test if it is, otherwise return successfully without testing.
53075         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53076         DEFAULT_STACK_PERMS define in stackinfo.h.
53077         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53078         defined in stackinfo.h.
53079         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53080         DEFAULT_STACK_PERMS defined in stackinfo.h.
53081         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53082         * sysdeps/ia64/stackinfo.h: Likewise.
53083         * sysdeps/s390/stackinfo.h: Likewise.
53084         * sysdeps/sh/stackinfo.h: Likewise.
53085         * sysdeps/sparc/stackinfo.h: Likewise.
53086         * sysdeps/x86_64/stackinfo.h: Likewise.
53087         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53088         PF_X for powerpc64.  Retain PF_X for powerpc32.
53089
53090 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53091
53092         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53093         accurately.
53094         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53095         GETDENTS_64BIT_ALIGNED.
53096
53097 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53098
53099         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53100
53101 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53102
53103         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53104         _GNU_SOURCE.
53105
53106         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53107         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53108         Remove __restrict.
53109         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53110         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53111
53112 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53113
53114         [BZ #11655]
53115         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53116         are initialized.
53117
53118 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53119
53120         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53121
53122 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53123
53124         * po/it.po: Update from translation team.
53125
53126 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53127
53128         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53129         unused codes.
53130
53131 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53132
53133         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53134
53135 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53136
53137         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53138         specially.
53139         (gaih_getanswer_slice): Likewise.
53140
53141 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53142
53143         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53144
53145 2010-05-31  Petr Baudis  <pasky@suse.cz>
53146
53147         [BZ #11149]
53148         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53149         silently even in the chroot mode.
53150
53151 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53152
53153         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53154         last patch a bit.  Pretty printing
53155
53156 2010-05-31  Petr Baudis <pasky@suse.cz>
53157
53158         [BZ #10085]
53159         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53160         initialization of skip_initgroups_dyn.
53161
53162 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53163
53164         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53165         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53166
53167 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53168
53169         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53170
53171 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53172
53173         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53174         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53175         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53176         ($(objpfx)tst-fnmatch-mem): New rule.
53177         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53178         * posix/tst-fnmatch.c (main): Call mtrace.
53179
53180 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53181
53182         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53183         Support Intel processor model 6 and model 0x2c.
53184
53185 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53186
53187         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53188           signed comparison.
53189
53190 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53191
53192         [BZ #12205]
53193         * string/test-strncasecmp.c (check_result): New function.
53194         (do_one_test): Use it.
53195         (check1): New function.
53196         (test_main): Use it.
53197         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53198         Support strcasecmp and strncasecmp.
53199
53200 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53201
53202         [BZ #12194]
53203         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53204         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53205
53206 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53207
53208         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53209         IFUNC support.
53210         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53211         memset-x86-64.
53212         * sysdeps/x86_64/multiarch/bzero.S: New file.
53213         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53214         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53215         * sysdeps/x86_64/multiarch/memset.S: New file.
53216         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53217         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53218         Set bit_Prefer_SSE_for_memop for Intel processors.
53219         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53220         Define.
53221         (index_Prefer_SSE_for_memop): Define.
53222         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53223
53224 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53225
53226         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53227         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53228
53229 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53230
53231         [BZ #12191]
53232         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53233         (__x86_64_raw_data_cache_size_half): Likewise.
53234         (__x86_64_raw_shared_cache_size): Likewise.
53235         (__x86_64_raw_shared_cache_size_half): Likewise.
53236
53237         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53238         (__x86_64_raw_data_cache_size_half): Likewise.
53239         (__x86_64_raw_shared_cache_size): Likewise.
53240         (__x86_64_raw_shared_cache_size_half): Likewise.
53241         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53242         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53243         and __x86_64_raw_shared_cache_size_half.  Round
53244         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53245         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53246         to multiple of 256 bytes.
53247
53248 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53249
53250         [BZ #12167]
53251         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53252         of inacessible symlinks.  Verify result of symlink before returning it.
53253         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53254         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53255
53256 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53257
53258         * math/math.h (isinf): Fix typo in comment.
53259
53260 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53261
53262         * po/da.po: Update from translation team.
53263
53264 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53265
53266         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53267         is added to the list.
53268
53269 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53270             Ulrich Drepper  <drepper@gmail.com>
53271
53272         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53273         the global list here.  Move code to...
53274         (_dl_add_to_namespace_list): ...here.  New function.
53275         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53276         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53277         * elf/dl-load.c (lose): Don't remove the element from the list.
53278         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53279         (_dl_map_object): Likewise.
53280
53281 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53282
53283         [BZ #12159]
53284         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53285         into all bytes of SSE register.
53286         Patch by Richard Li <richardpku@gmail.com>.
53287
53288 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53289
53290         [BZ #12140]
53291         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53292         perturbing.
53293
53294 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53295
53296         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53297         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53298         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53299         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53301         submachine.
53302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53303
53304 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53305
53306         * include/dlfcn.h (__RTLD_SECURE): Define.
53307         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53308         mode & __RTLD_SECURE instead.
53309         (open_path): Rename preloaded parameter to secure.
53310         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53311         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53312         * elf/dl-deps.c (openaux): Likewise.
53313         * elf/rtld.c (struct map_args): Remove is_preloaded.
53314         (map_doit): Don't use it.
53315         (dl_main): Likewise.
53316         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53317         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53318
53319 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53320
53321         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53322         (sysd-rules-targets): Remove duplicates.
53323         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53324         rtld-%.$o dependency.
53325
53326 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53327
53328         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53329         _dl_map_object do it.
53330
53331 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53332
53333         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53334         fast fma builtins, define the macros in the C99 standard.
53335         (FP_FAST_FMAF): Likewise.
53336         (FP_FAST_FMAL): Likewise.
53337         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53338
53339         * bits/mathdef.h: Update copyright year.
53340         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53341
53342 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53343
53344         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53345         builtins, define the macros in the C99 standard.
53346         (FP_FAST_FMAF): Likewise.
53347         (FP_FAST_FMAL): Likewise.
53348         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53349         multiply/add.
53350         (FP_FAST_FMAF): Likewise.
53351
53352 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53353
53354         [BZ #3268]
53355         * math/libm-test.inc (fma_test): Some new testcases.
53356         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53357         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53358         y and infinite z.  Do multiplication by C already in long double.
53359         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53360         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53361         y and infinite z.  Do bitwise or of inexact bit into u.d.
53362         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53363         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53364         * sysdeps/i386/fpu/s_fma.S: Removed.
53365         * sysdeps/i386/fpu/s_fmal.S: Removed.
53366
53367 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53368
53369         [BZ #3268]
53370         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53371         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53372         computation is not scheduled after fetestexcept.  Fix value
53373         of minimum denormal long double.
53374
53375 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53376
53377         [BZ #3268]
53378         * math/libm-test.inc (fma_test): Add some more tests.
53379         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53380         correctly.
53381
53382 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53383
53384         * scripts/data/localplt-s390-linux-gnu.data: New file.
53385         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53386
53387 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53388
53389         [BZ #3268]
53390         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53391         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53392         instead of dbl-64.
53393         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53394         inlines.
53395         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53396         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53397         if one of x and y is very large and the other is subnormal.
53398         * sysdeps/s390/fpu/s_fmaf.c: New file.
53399         * sysdeps/s390/fpu/s_fma.c: New file.
53400         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53401         * sysdeps/powerpc/fpu/s_fma.S: New file.
53402         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53403         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53404         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53405
53406 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53407
53408         [BZ #3268]
53409         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53410         fma tests.
53411         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53412         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53413         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53414         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53415         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53416         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53417         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53418
53419 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53420
53421         [BZ #12078]
53422         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53423         * posix/bug-regex31.input: Add test case.
53424
53425 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53426
53427         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53428         * posix/bug-regex31.input: New file.
53429
53430         [BZ #12078]
53431         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53432         (parse_sub_exp): Fix last change, use postorder.
53433
53434         * posix/bug-regex31.c: New file.
53435         * posix/Makefile: Add rules to build and run bug-regex31.
53436
53437         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53438
53439         [BZ #12078]
53440         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53441
53442         [BZ #12108]
53443         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53444         to have entries in sys_siglist.
53445
53446         [BZ #12093]
53447         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53448         be NULL.
53449
53450 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53451
53452         [BZ #3268]
53453         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53454         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53455         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53456         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53457         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53458         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53459         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53460         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53461         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53462         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53463         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53464         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53465         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53466         * math/ftestexcept.c (fetestexcept): Likewise.
53467         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53468         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53469         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53470         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53471         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53472         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53473         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53474
53475 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53476
53477         [BZ #12107]
53478         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53479         newline.
53480
53481 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53482
53483         * string/bug-strstr1.c: New file.
53484         * string/Makefile: Add rules to build and run bug-strstr1.
53485
53486 2010-10-05  Eric Blake  <eblake@redhat.com>
53487
53488         [BZ #12092]
53489         * string/str-two-way.h (two_way_long_needle): Always clear memory
53490         when skipping input due to the shift table.
53491
53492 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53493
53494         [BZ #12005]
53495         * malloc/mcheck.c: Handle large requests.
53496
53497         [BZ #12077]
53498         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53499         for strncmp and strncasecmp.
53500         * string/stratcliff.c: Add tests for strcmp and strncmp.
53501         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53502
53503 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53504
53505         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53506         __set_fpscr.
53507
53508 2010-09-30  Andreas Jaeger  <aj@suse.de>
53509
53510         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53511         (CGROUP_SUPER_MAGIC): Define.
53512         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53513         Handle btrfs and cgroup file systems.
53514         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53515         Likewise.
53516
53517 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53518
53519         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53520         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53521
53522 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53523
53524         [BZ #12067]
53525         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53526         trying to locate the ELF header.
53527
53528 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53529
53530         [BZ #11611]
53531         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53532         Mask out sign-bit copies when constructing f_fsid.
53533
53534 2010-09-24  Petr Baudis <pasky@suse.cz>
53535
53536         * debug/stack_chk_fail_local.c: Add missing licence exception.
53537         * debug/warning-nop.c: Likewise.
53538
53539 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53540
53541         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53542         implementing getdents64 using getdents syscall, set d_type if
53543         __ASSUME_GETDENTS32_D_TYPE.
53544
53545 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53546
53547         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53548         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53549
53550 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53551
53552         [BZ #12037]
53553         * posix/unistd.h: Undo change of feature selection for ftruncate from
53554         2010-01-11.
53555
53556 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53557
53558         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53559         detection.
53560
53561 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53562
53563         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53564         fanotify_mark.
53565         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53566
53567 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53568
53569         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53570         variables after CHECK_SP call.
53571         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53572
53573 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53574             Ulrich Drepper  <drepper@redhat.com>
53575
53576         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53577         re-relocationg ld.so.
53578         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53579         _dl_init_paths call.
53580         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53581         here anymore.
53582
53583 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53584
53585         * resolv/res_init.c (__res_vinit): Count the default server we added.
53586
53587 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53588             Ulrich Drepper  <drepper@redhat.com>
53589
53590         [BZ #11968]
53591         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53592         (____longjmp_chk): Use %ebx for saving value across system call.
53593         Add unwind info.
53594
53595 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53596
53597         * manual/Makefile: Don't mix pattern rules with normal rules.
53598
53599 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53600
53601         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53602         operation.
53603         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53604         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53605         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53606         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53607         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53608         Likewise.
53609
53610 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53611
53612         [BZ #11979]
53613         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53614         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53615
53616 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53617
53618         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53619         * sysdeps/x86_64/addmul_1.S: Likewise.
53620         * sysdeps/x86_64/lshift.S: Likewise.
53621         * sysdeps/x86_64/mul_1.S: Likewise.
53622         * sysdeps/x86_64/rshift.S: Likewise.
53623         * sysdeps/x86_64/sub_n.S: Likewise.
53624         * sysdeps/x86_64/submul_1.S: Likewise.
53625
53626 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53627
53628         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53629         Define __sched_param instead of SCHED_* and sched_param when
53630         <bits/sched.h> is included with __need_schedparam defined.
53631         * bits/sched.h [__need_schedparam]
53632         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53633         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53634         (__defined_schedparam): Define to 1.
53635         (__sched_param): New structure, identical to sched_param.
53636         (__need_schedparam): Undefine.
53637
53638 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53639
53640         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53641         (epoll_create1): Declare.
53642
53643         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53644
53645 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53646
53647         [BZ #7066]
53648         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53649         shifting retval into place.
53650
53651 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53652
53653         * nis/rpcsvc/nis.h: Update copyright notice.
53654         * nis/rpcsvc/nis.x: Likewise.
53655         * nis/rpcsvc/nis_callback.h: Likewise.
53656         * nis/rpcsvc/nis_callback.x: Likewise.
53657         * nis/rpcsvc/nis_object.x: Likewise.
53658         * nis/rpcsvc/nis_tags.h: Likewise.
53659         * nis/rpcsvc/yp.h: Likewise.
53660         * nis/rpcsvc/yp.x: Likewise.
53661         * nis/rpcsvc/ypupd.h: Likewise.
53662         * nis/yp_xdr.c: Likewise.
53663         * nis/ypupdate_xdr.c: Likewise.
53664
53665         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53666         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53667         (pmap_getport): Use __libc_rpc_getport.
53668         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53669         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53670         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53671
53672 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53673
53674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53675         fanotify_mark.
53676
53677 2010-08-27  Roland McGrath  <roland@redhat.com>
53678
53679         * sysdeps/i386/i686/multiarch/Makefile
53680         (CFLAGS-varshift.c): New variable.
53681
53682 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53683
53684         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53685         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53686
53687         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53688
53689         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53690
53691 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53692
53693         * sysdeps/x86_64/strlen.S: Unroll the loop.
53694         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53695         strlen-sse2 strlen-sse2-bsf.
53696         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53697         __strlen_no_bsf if bit_Slow_BSF is set.
53698         (__strlen_sse42): Removed.
53699         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53700         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53701
53702 2010-08-25  Roland McGrath  <roland@redhat.com>
53703
53704         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53705         * sysdeps/x86_64/multiarch/varshift.c: New file.
53706         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53707         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53708         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53709         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53710
53711 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53712
53713         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53714         strlen-sse2 strlen-sse2-bsf.
53715         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53716         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53717         (__strlen_sse2): Removed.
53718         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53719         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53720         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53721         bit_Slow_BSF for Atom.
53722         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53723         (index_Slow_BSF): Define.
53724         (HAS_SLOW_BSF): Define.
53725
53726 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53727
53728         [BZ #10851]
53729         * resolv/res_init.c (__res_vinit): When no server address at all
53730         is given default to loopback.
53731
53732 2010-08-24  Roland McGrath  <roland@redhat.com>
53733
53734         * configure.in: Remove config-name.h generation.
53735         * configure: Regenerated.
53736         * config-name.in: File removed.
53737         * scripts/config-uname.sh: New file.
53738         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53739         ($(objdir)config-name.h): New target.
53740
53741         * sunrpc/rpc_parse.h: Avoid nested comment.
53742
53743 2010-08-24  Richard Henderson  <rth@redhat.com>
53744             Ulrich Drepper  <drepper@redhat.com>
53745             H.J. Lu  <hongjiu.lu@intel.com>
53746
53747         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53748         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53749         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53750         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53751         _mm_alignr_epi8 with _mm_loadu_si128.
53752         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53753         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53754         (__m128i_shift_right): Removed.
53755         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53756         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53757         * sysdeps/x86_64/multiarch/varshift.h: New file.
53758         * sysdeps/x86_64/multiarch/varshift.S: New file.
53759
53760 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53761
53762         * configure.in: Move assembler checks to before sysdep dir checking.
53763
53764 2010-08-20  Petr Baudis  <pasky@suse.cz>
53765
53766         * LICENSES: Sync the sunrpc license.
53767
53768 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53769
53770         * sunrpc/auth_des.c: Update copyright notice once again.
53771         * sunrpc/auth_none.c: Likewise.
53772         * sunrpc/auth_unix.c: Likewise.
53773         * sunrpc/authdes_prot.c: Likewise.
53774         * sunrpc/authuxprot.c: Likewise.
53775         * sunrpc/bindrsvprt.c: Likewise.
53776         * sunrpc/clnt_gen.c: Likewise.
53777         * sunrpc/clnt_perr.c: Likewise.
53778         * sunrpc/clnt_raw.c: Likewise.
53779         * sunrpc/clnt_simp.c: Likewise.
53780         * sunrpc/clnt_tcp.c: Likewise.
53781         * sunrpc/clnt_udp.c: Likewise.
53782         * sunrpc/clnt_unix.c: Likewise.
53783         * sunrpc/des_crypt.c: Likewise.
53784         * sunrpc/des_soft.c: Likewise.
53785         * sunrpc/get_myaddr.c: Likewise.
53786         * sunrpc/getrpcport.c: Likewise.
53787         * sunrpc/key_call.c: Likewise.
53788         * sunrpc/key_prot.c: Likewise.
53789         * sunrpc/openchild.c: Likewise.
53790         * sunrpc/pm_getmaps.c: Likewise.
53791         * sunrpc/pm_getport.c: Likewise.
53792         * sunrpc/pmap_clnt.c: Likewise.
53793         * sunrpc/pmap_prot.c: Likewise.
53794         * sunrpc/pmap_prot2.c: Likewise.
53795         * sunrpc/pmap_rmt.c: Likewise.
53796         * sunrpc/rpc/auth.h: Likewise.
53797         * sunrpc/rpc/auth_unix.h: Likewise.
53798         * sunrpc/rpc/clnt.h: Likewise.
53799         * sunrpc/rpc/des_crypt.h: Likewise.
53800         * sunrpc/rpc/key_prot.h: Likewise.
53801         * sunrpc/rpc/netdb.h: Likewise.
53802         * sunrpc/rpc/pmap_clnt.h: Likewise.
53803         * sunrpc/rpc/pmap_prot.h: Likewise.
53804         * sunrpc/rpc/pmap_rmt.h: Likewise.
53805         * sunrpc/rpc/rpc.h: Likewise.
53806         * sunrpc/rpc/rpc_des.h: Likewise.
53807         * sunrpc/rpc/rpc_msg.h: Likewise.
53808         * sunrpc/rpc/svc.h: Likewise.
53809         * sunrpc/rpc/svc_auth.h: Likewise.
53810         * sunrpc/rpc/types.h: Likewise.
53811         * sunrpc/rpc/xdr.h: Likewise.
53812         * sunrpc/rpc_clntout.c: Likewise.
53813         * sunrpc/rpc_cmsg.c: Likewise.
53814         * sunrpc/rpc_common.c: Likewise.
53815         * sunrpc/rpc_cout.c: Likewise.
53816         * sunrpc/rpc_dtable.c: Likewise.
53817         * sunrpc/rpc_hout.c: Likewise.
53818         * sunrpc/rpc_main.c: Likewise.
53819         * sunrpc/rpc_parse.c: Likewise.
53820         * sunrpc/rpc_parse.h: Likewise.
53821         * sunrpc/rpc_prot.c: Likewise.
53822         * sunrpc/rpc_sample.c: Likewise.
53823         * sunrpc/rpc_scan.c: Likewise.
53824         * sunrpc/rpc_scan.h: Likewise.
53825         * sunrpc/rpc_svcout.c: Likewise.
53826         * sunrpc/rpc_tblout.c: Likewise.
53827         * sunrpc/rpc_util.c: Likewise.
53828         * sunrpc/rpc_util.h: Likewise.
53829         * sunrpc/rpcinfo.c: Likewise.
53830         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53831         * sunrpc/rpcsvc/key_prot.x: Likewise.
53832         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53833         * sunrpc/rpcsvc/mount.x: Likewise.
53834         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53835         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53836         * sunrpc/rpcsvc/rex.x: Likewise.
53837         * sunrpc/rpcsvc/rstat.x: Likewise.
53838         * sunrpc/rpcsvc/rusers.x: Likewise.
53839         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53840         * sunrpc/rpcsvc/spray.x: Likewise.
53841         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53842         * sunrpc/rtime.c: Likewise.
53843         * sunrpc/svc.c: Likewise.
53844         * sunrpc/svc_auth.c: Likewise.
53845         * sunrpc/svc_authux.c: Likewise.
53846         * sunrpc/svc_raw.c: Likewise.
53847         * sunrpc/svc_run.c: Likewise.
53848         * sunrpc/svc_simple.c: Likewise.
53849         * sunrpc/svc_tcp.c: Likewise.
53850         * sunrpc/svc_udp.c: Likewise.
53851         * sunrpc/svc_unix.c: Likewise.
53852         * sunrpc/svcauth_des.c: Likewise.
53853         * sunrpc/xcrypt.c: Likewise.
53854         * sunrpc/xdr.c: Likewise.
53855         * sunrpc/xdr_array.c: Likewise.
53856         * sunrpc/xdr_float.c: Likewise.
53857         * sunrpc/xdr_mem.c: Likewise.
53858         * sunrpc/xdr_rec.c: Likewise.
53859         * sunrpc/xdr_ref.c: Likewise.
53860         * sunrpc/xdr_sizeof.c: Likewise.
53861         * sunrpc/xdr_stdio.c: Likewise.
53862
53863         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53864         handling.
53865
53866 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53867
53868         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53869
53870 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53871
53872         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53873         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53874         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53875         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53876         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53877         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53878         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53879         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53880         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53881         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53882         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53883         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53884         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53885         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53886
53887 2010-07-26  Anton Blanchard  <anton@samba.org>
53888
53889         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53890         * malloc/arena.c (heap_trim): Likewise.
53891
53892 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53893
53894         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53895         here.  Not...
53896         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53897         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53898
53899 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53900
53901         * sysdeps/i386/elf/Makefile: New file.
53902
53903 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53904
53905         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53906         from fanotify_init.
53907         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53908         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53909
53910 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53911
53912         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53913         of strncasecmp_l.
53914         * sysdeps/multiarch/strcmp.S: Likewise.
53915
53916 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53917
53918         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53919         strncase_l-nonascii.
53920         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53921         Add strncase_l-ssse3.
53922         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53923         * sysdeps/x86_64/strcmp.S: Likewise.
53924         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53925         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53926         * sysdeps/x86_64/strncase.S: New file.
53927         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53928         * sysdeps/x86_64/strncase_l.S: New file.
53929         * string/Makefile (strop-tests): Add strncasecmp.
53930         * string/test-strncasecmp.c: New file.
53931
53932         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53933         warning.
53934
53935         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53936         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53937
53938 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53939
53940         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53941
53942 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53943
53944         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53945         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53946         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53947
53948 2010-05-01  Alan Modra  <amodra@gmail.com>
53949
53950         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53951         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53952         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53953         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53954         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53955         tidying.  Don't tail-call __sigjmp_save for static lib.
53956         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53957         save location.
53958         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53959         (CALL_MCOUNT): Add eh info, and nop after bl.
53960         (TAIL_CALL_SYSCALL_ERROR): New macro.
53961         (PSEUDO_RET): Use it.
53962         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53963         Correct save location of integer regs and cr.
53964         (_dl_profile_resolve): Correct cr save location.  Delete nops
53965         after bl when SHARED.  Reduce cfi size a little by better
53966         placement of cfi directives.
53967         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53968         make a stack frame.  Instead use parm save area as a temp.
53969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53970         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53972         Don't make a stack frame for parent, use parm save area.
53973         Increase child stack frame to 112 bytes.  Don't save unused reg,
53974         and adjust reg usage.  Set up cfi on error recovery and
53975         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53977         (__makecontext): Add dummy nop after jump to exit.
53978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53979         Use correct parm save area and cr save, reduce stack frame.
53980         Correct cfi for possible PSEUDO_RET frame setup.
53981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53982         Branch to local label emitted by PSEUDO_RET rather than
53983         __syscall_error.
53984
53985 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53986
53987         [BZ #11904]
53988         * locale/programs/locale.c (print_assignment): New function.
53989         (show_locale_vars): Use it.
53990
53991 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53992
53993         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53994         field.
53995         (struct statfs64): Likewise.
53996         (_STATFS_F_FLAGS): Define.
53997         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53998         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53999         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54000         (ST_VALID): Define locally.
54001         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54002         __statvfs_getflags, use the provided value.
54003         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54004         __ASSUME_STATFS_F_FLAGS.
54005
54006         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54007
54008         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54009         Add sys/fanotify.h.
54010         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54011         fanotify_mask for GLIBC_2.13.
54012         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54013         fanotify_init and fanotify_mark.
54014         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54015         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54016
54017         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54018         Add prlimit.
54019         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54020         prlimit64 for GLIBC_2.13.
54021         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54022         prlimit64.
54023         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54024         syscall.
54025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54026         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54027         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54028         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54029         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54030         add prlimit alias.
54031         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54032
54033         [BZ #11903]
54034         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54035         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54036
54037         * nss/Makefile: Add rules to build and run tst-nss-test1.
54038         * shlib-versions: Add entry for libnss_test1.
54039         * nss/nss_test1.c: New file.
54040         * nss/tst-nss-test1.c: New file.
54041
54042         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54043         (__nss_configure_lookup): Set appropriate entry in
54044         __nss_configure_lookup to true.
54045         * nss/nsswitch.h: Define enum with indeces of databases in
54046         databases and __nss_database_custom arrays.  Declare
54047         __nss_database_custom.
54048         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54049         to avoid using nscd when custom rules are installed.
54050         * nss/getXXbyYY_r.c: Likewise.
54051         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54052
54053         * nss/nss_files/files-parse.c: Whitespace fixes.
54054
54055 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54056
54057         [BZ #11883]
54058         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54059         * posix/fnmatch_loop.c: Likewise.
54060
54061 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54062
54063         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54064         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54065         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54066         * Versions.def [GLIBC_2.13]: Add.
54067
54068 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54069
54070         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54071         Also fail if tpwd after pwuid call is NULL.
54072
54073 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54074
54075         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54076         when converting to ms.
54077
54078 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54079
54080         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54081         EOPNOTSUPP errors with ENOTTY.
54082         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54083         EOPNOTSUPP errors with ENOTTY.
54084
54085 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54086
54087         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54088         Add strcasecmp_l-ssse3.
54089         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54090         strcasecmp.
54091         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54092         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54093         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54094
54095 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54096
54097         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54098
54099         * string/Makefile (strop-tests): Add strcasecmp.
54100         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54101         strcasecmp_l-nonascii.
54102         (gen-as-const-headers): Add locale-defines.sym.
54103         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54104         * sysdeps/x86_64/strcasecmp.S: New file.
54105         * sysdeps/x86_64/strcasecmp_l.S: New file.
54106         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54107         * sysdeps/x86_64/locale-defines.sym: New file.
54108         * string/test-strcasecmp.c: New file.
54109
54110         * string/test-strcasestr.c: Test both ends of the range of characters.
54111         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54112
54113 2010-07-29  Roland McGrath  <roland@redhat.com>
54114
54115         [BZ #11856]
54116         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54117
54118 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54119
54120         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54121         for ld.so.
54122
54123 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54124
54125         * manual/memory.texi (Malloc Tunable Parameters): Document
54126         M_PERTURB.
54127
54128 2010-07-26  Roland McGrath  <roland@redhat.com>
54129
54130         [BZ #11840]
54131         * configure.in (-fgnu89-inline check): Set and substitute
54132         gnu89_inline, not libc_cv_gnu89_inline.
54133         * configure: Regenerated.
54134         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54135
54136 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54137
54138         * string/test-strnlen.c: New file.
54139         * string/Makefile (strop-tests): Add strnlen.
54140         * string/tester.c (test_strnlen): Add a few more test cases.
54141         * string/tst-strlen.c: Better error reporting.
54142
54143         * sysdeps/x86_64/strnlen.S: New file.
54144
54145 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54146
54147         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54148         lower-latency instructions.
54149
54150 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54151
54152         * string/test-strcasestr.c: New file.
54153         * string/test-strstr.c: New file.
54154         * string/Makefile (strop-tests): Add strstr and strcasestr.
54155         * string/str-two-way.h: Don't undefine MAX.
54156         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54157
54158 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54159
54160         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54161         strcasestr-nonascii.
54162         (CFLAGS-strcasestr-nonascii.c): Define.
54163         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54164         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54165         Remove unused attribute.
54166
54167 2010-07-20  Roland McGrath  <roland@redhat.com>
54168
54169         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54170         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54171         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54172         like LD_HWCAP_MASK can disable hwcaps.
54173
54174 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54175
54176         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54177
54178 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54179
54180         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54181         call in strcasestr.
54182         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54183         __strcasestr_sse42_nonascii.
54184         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54185         strcasestr-nonascii.c.
54186         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54187
54188 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54189
54190         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54191         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54192         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54193         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54194
54195 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54196
54197         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54198         fcntl.
54199
54200 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54201
54202         [BZ #11577]
54203         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54204         dl_signal_cerror.
54205
54206 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54207
54208         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54209         _PC_PIPE_BUF using F_GETPIPE_SZ.
54210
54211 2010-07-05  Roland McGrath  <roland@redhat.com>
54212
54213         * manual/arith.texi (Rounding Functions): Fix rint description
54214         implicit in round description.
54215
54216 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54217
54218         * elf/Makefile: Fix linking for a few tests to make recent linker
54219         happy.
54220
54221 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54222
54223         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54224         $(common-objpfx)libc_nonshared.a.
54225
54226 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54227
54228         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54229         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54230         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54231         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54232         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54233         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54234         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54235         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54250         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54251         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54252         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54253         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54254         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54255         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54256         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54257         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54258         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54259         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54260         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54261         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54276
54277 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54278
54279         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54280         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54281         * string/memmove.c (memmove): Renamed to ...
54282         (MEMMOVE): ...this.  Default to memmove.
54283         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54284         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54285         (END_CHK): Define.
54286         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54287         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54288         mempcpy-ssse3-back memmove-ssse3-back.
54289         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54290         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54291         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54292         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54293         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54294         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54295         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54296         * sysdeps/x86_64/multiarch/memmove.c: New file.
54297         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54298         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54299         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54300         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54301         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54302         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54303         Define.
54304         (index_Fast_Copy_Backward): Define.
54305         (HAS_ARCH_FEATURE): Define.
54306         (HAS_FAST_REP_STRING): Define.
54307         (HAS_FAST_COPY_BACKWARD): Define.
54308
54309 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54310
54311         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54312         Restore proper fallback handling.
54313
54314 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54315
54316         [BZ #11701]
54317         * posix/group_member.c (__group_member): Correct checking loop.
54318
54319         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54320         OOM in getpwuid_r correctly.  Return error number when the caller
54321         should return, otherwise -1.
54322         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54323         call returning > 0 value.
54324         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54325
54326 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54327
54328         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54329         libc_nonshared.a from targets in modules-names.
54330
54331 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54332
54333         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54334         requires it.
54335
54336 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54337
54338         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54339         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54340         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54341         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54342
54343 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54344
54345         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54346
54347 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54348
54349         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54350         and F_GETPIPE_SZ.
54351         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54352         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54353         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54354         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54355         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54356         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54357
54358 2010-06-14  Roland McGrath  <roland@redhat.com>
54359
54360         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54361
54362 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54363
54364         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54365         __REDIRECT followed by __THROW.
54366         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54367         * posix/getopt.h (getopt): Likewise.
54368
54369 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54370
54371         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54372         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54373         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54374         in AT_FLAGS.
54375         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54376         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54377
54378 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54379
54380         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54381
54382 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54383
54384         [BZ #11640]
54385         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54386         Properly check family and model.
54387
54388 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54389
54390         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54391
54392 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54393
54394         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54395
54396 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54397
54398         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54399         symbol reference.
54400
54401 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54402
54403         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54404         symbol reference.
54405
54406 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54407
54408         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54409         and internal_recvmmsg.
54410         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54411         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54412         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54413         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54414
54415         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54416         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54417         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54418
54419 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54420
54421         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54422
54423 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54424
54425         POWER7 optimizations.
54426         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54427         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54428
54429 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54430
54431         * version.h: Update for 2.13 development version.
54432
54433 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54434
54435         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54436         exceptions.  Return 0.
54437
54438 2010-05-07  Roland McGrath  <roland@redhat.com>
54439
54440         * elf/ldconfig.c (main): Add a const.
54441
54442 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54443
54444         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54445         (args_options): Add no-idn option.
54446         (ahosts_keys_int): Add idn_flags to ai_flags.
54447         (parse_option): Handle 'i' option to clear idn_flags.
54448
54449         * malloc/malloc.c (_int_free): Possible race in the most recently
54450         added check.  Only act on the data if no current modification
54451         happened.
54452
54453 See ChangeLog.17 for earlier changes.